···4242ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
4343SOFTWARE.
44444545+4646+Copyright (c) 2000, 2022, Oracle and/or its affiliates.
4747+4848+Permission is hereby granted, free of charge, to any person obtaining a
4949+copy of this software and associated documentation files (the "Software"),
5050+to deal in the Software without restriction, including without limitation
5151+the rights to use, copy, modify, merge, publish, distribute, sublicense,
5252+and/or sell copies of the Software, and to permit persons to whom the
5353+Software is furnished to do so, subject to the following conditions:
5454+5555+The above copyright notice and this permission notice (including the next
5656+paragraph) shall be included in all copies or substantial portions of the
5757+Software.
5858+5959+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6060+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6161+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
6262+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6363+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6464+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6565+DEALINGS IN THE SOFTWARE.
+54-1
app/xfontsel/ChangeLog
···11+commit e7c62d035698841b12599384ee921e04ab417138
22+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
33+Date: Sun Mar 3 14:21:49 2024 -0800
44+55+ xfontsel 1.1.1
66+77+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
88+99+commit 48772e02a3067fb8450b98ddde5e1fed7a6ce80e
1010+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1111+Date: Sat Feb 11 11:27:51 2023 -0800
1212+1313+ Add -help and -version options
1414+1515+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1616+1717+commit e7c9e106e65767598b786804dc7324adc50d7efc
1818+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1919+Date: Sat Feb 11 11:17:41 2023 -0800
2020+2121+ Print which arguments were unknown before giving usage message
2222+2323+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2424+2525+commit 37ee1293a35cd2f86463e2954f44db58692aa053
2626+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
2727+Date: Sat Feb 11 11:13:37 2023 -0800
2828+2929+ include config.h in xfontsel.c before checking for USE_GETTEXT
3030+3131+ It will never be true if we never include the file that defines it.
3232+3333+ Fixes: f286ef3 ("Use gettext() to localize messages if available")
3434+3535+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
3636+3737+commit f286ef347dc9e87c6d5b5b8bce22afdeb82af4ed
3838+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3939+Date: Wed Nov 9 13:19:21 2022 -0800
4040+4141+ Use gettext() to localize messages if available
4242+4343+ Originally fixed for Solaris in August 2000 by Jay Hobson under
4444+ Sun bug 4256527 "Internationalize xfontsel"
4545+4646+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4747+4848+commit 57f670195bb1854edbea97b672ae966343965bb7
4949+Author: Thomas Kuehne <thomas@kuehne.cn>
5050+Date: Sun Dec 5 13:16:35 2021 +0100
5151+5252+ Fixed -Wshadow declaration warnings
5353+154commit 6ef6ff13da2adc354eeca629d2fc523cbe3aab42
255Author: Alan Coopersmith <alan.coopersmith@oracle.com>
356Date: Sun Jul 10 15:16:18 2022 -0700
···789842 configure cache, you cache it, and the cached value is probably wrong.
790843791844commit fb8c54ae47b8dd71f082fd0c4b705690c8aca524
792792-Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
845845+Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
793846Date: Fri Jul 1 18:11:22 2005 +0000
794847795848 Build system for xfontsel
···13131414m4_ifndef([AC_AUTOCONF_VERSION],
1515 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1616-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
1717-[m4_warning([this file was generated for autoconf 2.69.
1616+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
1717+[m4_warning([this file was generated for autoconf 2.71.
1818You have another version of autoconf. It may work, but is not guaranteed to.
1919If you have problems, you may need to regenerate the build system entirely.
2020To do so, use the procedure documented by the package, typically 'autoreconf'.])])
···1318131813191319dnl xorg-macros.m4. Generated from xorg-macros.m4.in xorgversion.m4 by configure.
13201320dnl
13211321-dnl Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
13211321+dnl Copyright (c) 2005, 2023, Oracle and/or its affiliates.
13221322dnl
13231323dnl Permission is hereby granted, free of charge, to any person obtaining a
13241324dnl copy of this software and associated documentation files (the "Software"),
···13551355# See the "minimum version" comment for each macro you use to see what
13561356# version you require.
13571357m4_defun([XORG_MACROS_VERSION],[
13581358-m4_define([vers_have], [1.19.2])
13581358+m4_define([vers_have], [1.20.0])
13591359m4_define([maj_have], m4_substr(vers_have, 0, m4_index(vers_have, [.])))
13601360m4_define([maj_needed], m4_substr([$1], 0, m4_index([$1], [.])))
13611361m4_if(m4_cmp(maj_have, maj_needed), 0,,
···13761376# such as man pages and config files
13771377AC_DEFUN([XORG_PROG_RAWCPP],[
13781378AC_REQUIRE([AC_PROG_CPP])
13791379-AC_PATH_PROGS(RAWCPP, [cpp], [${CPP}],
13791379+AC_PATH_TOOL(RAWCPP, [cpp], [${CPP}],
13801380 [$PATH:/bin:/usr/bin:/usr/lib:/usr/libexec:/usr/ccs/lib:/usr/ccs/lbin:/lib])
1381138113821382# Check for flag to avoid builtin definitions - assumes unix is predefined,
···16861686# Documentation tools are not always available on all platforms and sometimes
16871687# not at the appropriate level. This macro enables a module to test for the
16881688# presence of the tool and obtain it's path in separate variables. Coupled with
16891689-# the --with-xmlto option, it allows maximum flexibilty in making decisions
16891689+# the --with-xmlto option, it allows maximum flexibility in making decisions
16901690# as whether or not to use the xmlto package. When DEFAULT is not specified,
16911691# --with-xmlto assumes 'auto'.
16921692#
···19001900# Documentation tools are not always available on all platforms and sometimes
19011901# not at the appropriate level. This macro enables a module to test for the
19021902# presence of the tool and obtain it's path in separate variables. Coupled with
19031903-# the --with-asciidoc option, it allows maximum flexibilty in making decisions
19031903+# the --with-asciidoc option, it allows maximum flexibility in making decisions
19041904# as whether or not to use the asciidoc package. When DEFAULT is not specified,
19051905# --with-asciidoc assumes 'auto'.
19061906#
···19701970# Documentation tools are not always available on all platforms and sometimes
19711971# not at the appropriate level. This macro enables a module to test for the
19721972# presence of the tool and obtain it's path in separate variables. Coupled with
19731973-# the --with-doxygen option, it allows maximum flexibilty in making decisions
19731973+# the --with-doxygen option, it allows maximum flexibility in making decisions
19741974# as whether or not to use the doxygen package. When DEFAULT is not specified,
19751975# --with-doxygen assumes 'auto'.
19761976#
···20542054# Documentation tools are not always available on all platforms and sometimes
20552055# not at the appropriate level. This macro enables a module to test for the
20562056# presence of the tool and obtain it's path in separate variables. Coupled with
20572057-# the --with-groff option, it allows maximum flexibilty in making decisions
20572057+# the --with-groff option, it allows maximum flexibility in making decisions
20582058# as whether or not to use the groff package. When DEFAULT is not specified,
20592059# --with-groff assumes 'auto'.
20602060#
···21622162# Documentation tools are not always available on all platforms and sometimes
21632163# not at the appropriate level. This macro enables a module to test for the
21642164# presence of the tool and obtain it's path in separate variables. Coupled with
21652165-# the --with-fop option, it allows maximum flexibilty in making decisions
21652165+# the --with-fop option, it allows maximum flexibility in making decisions
21662166# as whether or not to use the fop package. When DEFAULT is not specified,
21672167# --with-fop assumes 'auto'.
21682168#
···22562256# Documentation tools are not always available on all platforms and sometimes
22572257# not at the appropriate level. This macro enables a module to test for the
22582258# presence of the tool and obtain it's path in separate variables. Coupled with
22592259-# the --with-ps2pdf option, it allows maximum flexibilty in making decisions
22592259+# the --with-ps2pdf option, it allows maximum flexibility in making decisions
22602260# as whether or not to use the ps2pdf package. When DEFAULT is not specified,
22612261# --with-ps2pdf assumes 'auto'.
22622262#
···23112311# not at the appropriate level. This macro enables a builder to skip all
23122312# documentation targets except traditional man pages.
23132313# Combined with the specific tool checking macros XORG_WITH_*, it provides
23142314-# maximum flexibilty in controlling documentation building.
23142314+# maximum flexibility in controlling documentation building.
23152315# Refer to:
23162316# XORG_WITH_XMLTO --with-xmlto
23172317# XORG_WITH_ASCIIDOC --with-asciidoc
···23442344#
23452345# This macro enables a builder to skip all developer documentation.
23462346# Combined with the specific tool checking macros XORG_WITH_*, it provides
23472347-# maximum flexibilty in controlling documentation building.
23472347+# maximum flexibility in controlling documentation building.
23482348# Refer to:
23492349# XORG_WITH_XMLTO --with-xmlto
23502350# XORG_WITH_ASCIIDOC --with-asciidoc
···23772377#
23782378# This macro enables a builder to skip all functional specification targets.
23792379# Combined with the specific tool checking macros XORG_WITH_*, it provides
23802380-# maximum flexibilty in controlling documentation building.
23802380+# maximum flexibility in controlling documentation building.
23812381# Refer to:
23822382# XORG_WITH_XMLTO --with-xmlto
23832383# XORG_WITH_ASCIIDOC --with-asciidoc
···28522852AC_DEFUN([XORG_COMPILER_BRAND], [
28532853AC_LANG_CASE(
28542854 [C], [
28552855- AC_REQUIRE([AC_PROG_CC_C99])
28552855+ dnl autoconf-2.70 folded AC_PROG_CC_C99 into AC_PROG_CC
28562856+ dnl and complains that AC_PROG_CC_C99 is obsolete
28572857+ m4_version_prereq([2.70],
28582858+ [AC_REQUIRE([AC_PROG_CC])],
28592859+ [AC_REQUIRE([AC_PROG_CC_C99])])
28562860 ],
28572861 [C++], [
28582862 AC_REQUIRE([AC_PROG_CXX])
···28682872# Minimum version: 1.16.0
28692873#
28702874# Test if the compiler works when passed the given flag as a command line argument.
28712871-# If it succeeds, the flag is appeneded to the given variable. If not, it tries the
28752875+# If it succeeds, the flag is appended to the given variable. If not, it tries the
28722876# next flag in the list until there are no more options.
28732877#
28742878# Note that this does not guarantee that the compiler supports the flag as some
···2884288828852889AC_LANG_CASE(
28862890 [C], [
28872887- AC_REQUIRE([AC_PROG_CC_C99])
28912891+ dnl autoconf-2.70 folded AC_PROG_CC_C99 into AC_PROG_CC
28922892+ dnl and complains that AC_PROG_CC_C99 is obsolete
28932893+ m4_version_prereq([2.70],
28942894+ [AC_REQUIRE([AC_PROG_CC])],
28952895+ [AC_REQUIRE([AC_PROG_CC_C99])])
28882896 define([PREFIX], [C])
28892897 define([CACHE_PREFIX], [cc])
28902898 define([COMPILER], [$CC])
···30253033# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-align])
30263034# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual])
3027303530283028-# Turn some warnings into errors, so we don't accidently get successful builds
30363036+# Turn some warnings into errors, so we don't accidentally get successful builds
30293037# when there are problems that should be fixed.
3030303830313039if test "x$SELECTIVE_WERROR" = "xyes" ; then
···31343142AC_LANG_CASE([C], AC_SUBST([CWARNFLAGS]))
31353143]) # XORG_STRICT_OPTION
3136314431453145+# XORG_DEFAULT_NOCODE_OPTIONS
31463146+# ---------------------------
31473147+# Minimum version: 1.20.0
31483148+#
31493149+# Defines default options for X.Org modules which don't compile code,
31503150+# such as fonts, bitmaps, cursors, and docs.
31513151+#
31523152+AC_DEFUN([XORG_DEFAULT_NOCODE_OPTIONS], [
31533153+AC_REQUIRE([AC_PROG_INSTALL])
31543154+XORG_RELEASE_VERSION
31553155+XORG_CHANGELOG
31563156+XORG_INSTALL
31573157+XORG_MANPAGE_SECTIONS
31583158+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
31593159+ [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
31603160+]) # XORG_DEFAULT_NOCODE_OPTIONS
31613161+31373162# XORG_DEFAULT_OPTIONS
31383163# --------------------
31393164# Minimum version: 1.3.0
31403165#
31413141-# Defines default options for X.Org modules.
31663166+# Defines default options for X.Org modules which compile code.
31423167#
31433168AC_DEFUN([XORG_DEFAULT_OPTIONS], [
31443169AC_REQUIRE([AC_PROG_INSTALL])
31453170XORG_COMPILER_FLAGS
31463171XORG_CWARNFLAGS
31473172XORG_STRICT_OPTION
31483148-XORG_RELEASE_VERSION
31493149-XORG_CHANGELOG
31503150-XORG_INSTALL
31513151-XORG_MANPAGE_SECTIONS
31523152-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
31533153- [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
31733173+XORG_DEFAULT_NOCODE_OPTIONS
31543174]) # XORG_DEFAULT_OPTIONS
3155317531563176# XORG_INSTALL()
+9-4
app/xfontsel/config.h.in
···33/* Define to 1 if you have the <inttypes.h> header file. */
44#undef HAVE_INTTYPES_H
5566-/* Define to 1 if you have the <memory.h> header file. */
77-#undef HAVE_MEMORY_H
88-96/* Define to 1 if you have the <stdint.h> header file. */
107#undef HAVE_STDINT_H
88+99+/* Define to 1 if you have the <stdio.h> header file. */
1010+#undef HAVE_STDIO_H
11111212/* Define to 1 if you have the <stdlib.h> header file. */
1313#undef HAVE_STDLIB_H
···5757/* Patch version of this package */
5858#undef PACKAGE_VERSION_PATCHLEVEL
59596060-/* Define to 1 if you have the ANSI C header files. */
6060+/* Define to 1 if all of the C90 standard headers exist (not just the ones
6161+ required in a freestanding environment). This macro is provided for
6262+ backward compatibility; new code need not use it. */
6163#undef STDC_HEADERS
6464+6565+/* Define to 1 if you want to use the gettext() function. */
6666+#undef USE_GETTEXT
62676368/* Version number of package */
6469#undef VERSION
+3540-3010
app/xfontsel/configure
···11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
33-# Generated by GNU Autoconf 2.69 for xfontsel 1.1.0.
33+# Generated by GNU Autoconf 2.71 for xfontsel 1.1.1.
44#
55-# Report bugs to <https://gitlab.freedesktop.org/xorg/app/xfontsel/issues>.
55+# Report bugs to <https://gitlab.freedesktop.org/xorg/app/xfontsel/-/issues>.
66#
77#
88-# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
88+# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
99+# Inc.
910#
1011#
1112# This configure script is free software; the Free Software Foundation
···16171718# Be more Bourne compatible
1819DUALCASE=1; export DUALCASE # for MKS sh
1919-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2020+as_nop=:
2121+if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
2222+then :
2023 emulate sh
2124 NULLCMD=:
2225 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2326 # is contrary to our usage. Disable this feature.
2427 alias -g '${1+"$@"}'='"$@"'
2528 setopt NO_GLOB_SUBST
2626-else
2929+else $as_nop
2730 case `(set -o) 2>/dev/null` in #(
2831 *posix*) :
2932 set -o posix ;; #(
···3336fi
343735383939+4040+# Reset variables that may have inherited troublesome values from
4141+# the environment.
4242+4343+# IFS needs to be set, to space, tab, and newline, in precisely that order.
4444+# (If _AS_PATH_WALK were called with IFS unset, it would have the
4545+# side effect of setting IFS to empty, thus disabling word splitting.)
4646+# Quoting is to prevent editors from complaining about space-tab.
3647as_nl='
3748'
3849export as_nl
3939-# Printing a long string crashes Solaris 7 /usr/bin/printf.
4040-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4141-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4242-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4343-# Prefer a ksh shell builtin over an external printf program on Solaris,
4444-# but without wasting forks for bash or zsh.
4545-if test -z "$BASH_VERSION$ZSH_VERSION" \
4646- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4747- as_echo='print -r --'
4848- as_echo_n='print -rn --'
4949-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5050- as_echo='printf %s\n'
5151- as_echo_n='printf %s'
5252-else
5353- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5454- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5555- as_echo_n='/usr/ucb/echo -n'
5656- else
5757- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5858- as_echo_n_body='eval
5959- arg=$1;
6060- case $arg in #(
6161- *"$as_nl"*)
6262- expr "X$arg" : "X\\(.*\\)$as_nl";
6363- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
6464- esac;
6565- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
6666- '
6767- export as_echo_n_body
6868- as_echo_n='sh -c $as_echo_n_body as_echo'
6969- fi
7070- export as_echo_body
7171- as_echo='sh -c $as_echo_body as_echo'
7272-fi
5050+IFS=" "" $as_nl"
5151+5252+PS1='$ '
5353+PS2='> '
5454+PS4='+ '
5555+5656+# Ensure predictable behavior from utilities with locale-dependent output.
5757+LC_ALL=C
5858+export LC_ALL
5959+LANGUAGE=C
6060+export LANGUAGE
6161+6262+# We cannot yet rely on "unset" to work, but we need these variables
6363+# to be unset--not just set to an empty or harmless value--now, to
6464+# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
6565+# also avoids known problems related to "unset" and subshell syntax
6666+# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
6767+for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
6868+do eval test \${$as_var+y} \
6969+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7070+done
7171+7272+# Ensure that fds 0, 1, and 2 are open.
7373+if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
7474+if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
7575+if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
73767477# The user is always right.
7575-if test "${PATH_SEPARATOR+set}" != set; then
7878+if ${PATH_SEPARATOR+false} :; then
7679 PATH_SEPARATOR=:
7780 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7881 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
···8184fi
828583868484-# IFS
8585-# We need space, tab and new line, in precisely that order. Quoting is
8686-# there to prevent editors from complaining about space-tab.
8787-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
8888-# splitting by setting IFS to empty value.)
8989-IFS=" "" $as_nl"
9090-9187# Find who we are. Look in the path if we contain no directory separator.
9288as_myself=
9389case $0 in #((
···9692for as_dir in $PATH
9793do
9894 IFS=$as_save_IFS
9999- test -z "$as_dir" && as_dir=.
100100- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9595+ case $as_dir in #(((
9696+ '') as_dir=./ ;;
9797+ */) ;;
9898+ *) as_dir=$as_dir/ ;;
9999+ esac
100100+ test -r "$as_dir$0" && as_myself=$as_dir$0 && break
101101 done
102102IFS=$as_save_IFS
103103···109109 as_myself=$0
110110fi
111111if test ! -f "$as_myself"; then
112112- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112112+ printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113113 exit 1
114114fi
115115116116-# Unset variables that we do not need and which cause bugs (e.g. in
117117-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118118-# suppresses any "Segmentation fault" message there. '((' could
119119-# trigger a bug in pdksh 5.2.14.
120120-for as_var in BASH_ENV ENV MAIL MAILPATH
121121-do eval test x\${$as_var+set} = xset \
122122- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123123-done
124124-PS1='$ '
125125-PS2='> '
126126-PS4='+ '
127127-128128-# NLS nuisances.
129129-LC_ALL=C
130130-export LC_ALL
131131-LANGUAGE=C
132132-export LANGUAGE
133133-134134-# CDPATH.
135135-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136116137117# Use a proper internal environment variable to ensure we don't fall
138118 # into an infinite loop, continuously re-executing ourselves.
···154134exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155135# Admittedly, this is quite paranoid, since all the known shells bail
156136# out after a failed `exec'.
157157-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158158-as_fn_exit 255
137137+printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
138138+exit 255
159139 fi
160140 # We don't want this to propagate to other subprocesses.
161141 { _as_can_reexec=; unset _as_can_reexec;}
162142if test "x$CONFIG_SHELL" = x; then
163163- as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
143143+ as_bourne_compatible="as_nop=:
144144+if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
145145+then :
164146 emulate sh
165147 NULLCMD=:
166148 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167149 # is contrary to our usage. Disable this feature.
168150 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169151 setopt NO_GLOB_SUBST
170170-else
152152+else \$as_nop
171153 case \`(set -o) 2>/dev/null\` in #(
172154 *posix*) :
173155 set -o posix ;; #(
···187169as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188170as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189171as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190190-if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
172172+if ( set x; as_fn_ret_success y && test x = \"\$1\" )
173173+then :
191174192192-else
175175+else \$as_nop
193176 exitcode=1; echo positional parameters were not saved.
194177fi
195178test x\$exitcode = x0 || exit 1
179179+blah=\$(echo \$(echo blah))
180180+test x\"\$blah\" = xblah || exit 1
196181test -x / || exit 1"
197182 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198183 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199184 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200185 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201186test \$(( 1 + 1 )) = 2 || exit 1"
202202- if (eval "$as_required") 2>/dev/null; then :
187187+ if (eval "$as_required") 2>/dev/null
188188+then :
203189 as_have_required=yes
204204-else
190190+else $as_nop
205191 as_have_required=no
206192fi
207207- if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
193193+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
194194+then :
208195209209-else
196196+else $as_nop
210197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211198as_found=false
212199for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
213200do
214201 IFS=$as_save_IFS
215215- test -z "$as_dir" && as_dir=.
202202+ case $as_dir in #(((
203203+ '') as_dir=./ ;;
204204+ */) ;;
205205+ *) as_dir=$as_dir/ ;;
206206+ esac
216207 as_found=:
217208 case $as_dir in #(
218209 /*)
219210 for as_base in sh bash ksh sh5; do
220211 # Try only shells that exist, to save several forks.
221221- as_shell=$as_dir/$as_base
212212+ as_shell=$as_dir$as_base
222213 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223223- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
214214+ as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
215215+then :
224216 CONFIG_SHELL=$as_shell as_have_required=yes
225225- if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
217217+ if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
218218+then :
226219 break 2
227220fi
228221fi
···230223 esac
231224 as_found=false
232225done
233233-$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234234- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235235- CONFIG_SHELL=$SHELL as_have_required=yes
236236-fi; }
237226IFS=$as_save_IFS
227227+if $as_found
228228+then :
238229230230+else $as_nop
231231+ if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
232232+ as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
233233+then :
234234+ CONFIG_SHELL=$SHELL as_have_required=yes
235235+fi
236236+fi
239237240240- if test "x$CONFIG_SHELL" != x; then :
238238+239239+ if test "x$CONFIG_SHELL" != x
240240+then :
241241 export CONFIG_SHELL
242242 # We cannot yet assume a decent shell, so we have to provide a
243243# neutralization value for shells without unset; and this also
···255255exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256256# Admittedly, this is quite paranoid, since all the known shells bail
257257# out after a failed `exec'.
258258-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
258258+printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
259259exit 255
260260fi
261261262262- if test x$as_have_required = xno; then :
263263- $as_echo "$0: This script requires a shell more modern than all"
264264- $as_echo "$0: the shells that I found on your system."
265265- if test x${ZSH_VERSION+set} = xset ; then
266266- $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267267- $as_echo "$0: be upgraded to zsh 4.3.4 or later."
262262+ if test x$as_have_required = xno
263263+then :
264264+ printf "%s\n" "$0: This script requires a shell more modern than all"
265265+ printf "%s\n" "$0: the shells that I found on your system."
266266+ if test ${ZSH_VERSION+y} ; then
267267+ printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268268+ printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
268269 else
269269- $as_echo "$0: Please tell bug-autoconf@gnu.org and
270270-$0: https://gitlab.freedesktop.org/xorg/app/xfontsel/issues
270270+ printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
271271+$0: https://gitlab.freedesktop.org/xorg/app/xfontsel/-/issues
271272$0: about your system, including any error possibly output
272273$0: before this message. Then install a modern shell, or
273274$0: manually run the script under such a shell if you do
···295296}
296297as_unset=as_fn_unset
297298299299+298300# as_fn_set_status STATUS
299301# -----------------------
300302# Set $? to STATUS, without forking.
···312314 as_fn_set_status $1
313315 exit $1
314316} # as_fn_exit
317317+# as_fn_nop
318318+# ---------
319319+# Do nothing but, unlike ":", preserve the value of $?.
320320+as_fn_nop ()
321321+{
322322+ return $?
323323+}
324324+as_nop=as_fn_nop
315325316326# as_fn_mkdir_p
317327# -------------
···326336 as_dirs=
327337 while :; do
328338 case $as_dir in #(
329329- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
339339+ *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
330340 *) as_qdir=$as_dir;;
331341 esac
332342 as_dirs="'$as_qdir' $as_dirs"
···335345 X"$as_dir" : 'X\(//\)[^/]' \| \
336346 X"$as_dir" : 'X\(//\)$' \| \
337347 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
338338-$as_echo X"$as_dir" |
348348+printf "%s\n" X"$as_dir" |
339349 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
340350 s//\1/
341351 q
···374384# advantage of any shell optimizations that allow amortized linear growth over
375385# repeated appends, instead of the typical quadratic growth present in naive
376386# implementations.
377377-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
387387+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
388388+then :
378389 eval 'as_fn_append ()
379390 {
380391 eval $1+=\$2
381392 }'
382382-else
393393+else $as_nop
383394 as_fn_append ()
384395 {
385396 eval $1=\$$1\$2
···391402# Perform arithmetic evaluation on the ARGs, and store the result in the
392403# global $as_val. Take advantage of shells that can avoid forks. The arguments
393404# must be portable across $(()) and expr.
394394-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
405405+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
406406+then :
395407 eval 'as_fn_arith ()
396408 {
397409 as_val=$(( $* ))
398410 }'
399399-else
411411+else $as_nop
400412 as_fn_arith ()
401413 {
402414 as_val=`expr "$@" || test $? -eq 1`
403415 }
404416fi # as_fn_arith
405417418418+# as_fn_nop
419419+# ---------
420420+# Do nothing but, unlike ":", preserve the value of $?.
421421+as_fn_nop ()
422422+{
423423+ return $?
424424+}
425425+as_nop=as_fn_nop
406426407427# as_fn_error STATUS ERROR [LINENO LOG_FD]
408428# ----------------------------------------
···414434 as_status=$1; test $as_status -eq 0 && as_status=1
415435 if test "$4"; then
416436 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
417417- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
437437+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418438 fi
419419- $as_echo "$as_me: error: $2" >&2
439439+ printf "%s\n" "$as_me: error: $2" >&2
420440 as_fn_exit $as_status
421441} # as_fn_error
422442···443463$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
444464 X"$0" : 'X\(//\)$' \| \
445465 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446446-$as_echo X/"$0" |
466466+printf "%s\n" X/"$0" |
447467 sed '/^.*\/\([^/][^/]*\)\/*$/{
448468 s//\1/
449469 q
···487507 s/-\n.*//
488508 ' >$as_me.lineno &&
489509 chmod +x "$as_me.lineno" ||
490490- { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
510510+ { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
491511492512 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
493513 # already done that, so ensure we don't try to do so again and fall
···501521 exit
502522}
503523524524+525525+# Determine whether it's possible to make 'echo' print without a newline.
526526+# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
527527+# for compatibility with existing Makefiles.
504528ECHO_C= ECHO_N= ECHO_T=
505529case `echo -n x` in #(((((
506530-n*)
···514538 ECHO_N='-n';;
515539esac
516540541541+# For backward compatibility with old third-party macros, we provide
542542+# the shell variables $as_echo and $as_echo_n. New code should use
543543+# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
544544+as_echo='printf %s\n'
545545+as_echo_n='printf %s'
546546+547547+517548rm -f conf$$ conf$$.exe conf$$.file
518549if test -d conf$$.dir; then
519550 rm -f conf$$.dir/conf$$.file
···581612# Identity of this package.
582613PACKAGE_NAME='xfontsel'
583614PACKAGE_TARNAME='xfontsel'
584584-PACKAGE_VERSION='1.1.0'
585585-PACKAGE_STRING='xfontsel 1.1.0'
586586-PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/xfontsel/issues'
615615+PACKAGE_VERSION='1.1.1'
616616+PACKAGE_STRING='xfontsel 1.1.1'
617617+PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/xfontsel/-/issues'
587618PACKAGE_URL=''
588619589620ac_unique_file="Makefile.am"
590621# Factoring default headers for most tests.
591622ac_includes_default="\
592592-#include <stdio.h>
593593-#ifdef HAVE_SYS_TYPES_H
594594-# include <sys/types.h>
623623+#include <stddef.h>
624624+#ifdef HAVE_STDIO_H
625625+# include <stdio.h>
595626#endif
596596-#ifdef HAVE_SYS_STAT_H
597597-# include <sys/stat.h>
598598-#endif
599599-#ifdef STDC_HEADERS
627627+#ifdef HAVE_STDLIB_H
600628# include <stdlib.h>
601601-# include <stddef.h>
602602-#else
603603-# ifdef HAVE_STDLIB_H
604604-# include <stdlib.h>
605605-# endif
606629#endif
607630#ifdef HAVE_STRING_H
608608-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
609609-# include <memory.h>
610610-# endif
611631# include <string.h>
612612-#endif
613613-#ifdef HAVE_STRINGS_H
614614-# include <strings.h>
615632#endif
616633#ifdef HAVE_INTTYPES_H
617634# include <inttypes.h>
···619636#ifdef HAVE_STDINT_H
620637# include <stdint.h>
621638#endif
639639+#ifdef HAVE_STRINGS_H
640640+# include <strings.h>
641641+#endif
642642+#ifdef HAVE_SYS_TYPES_H
643643+# include <sys/types.h>
644644+#endif
645645+#ifdef HAVE_SYS_STAT_H
646646+# include <sys/stat.h>
647647+#endif
622648#ifdef HAVE_UNISTD_H
623649# include <unistd.h>
624650#endif"
625651652652+ac_header_c_list=
626653ac_subst_vars='am__EXEEXT_FALSE
627654am__EXEEXT_TRUE
628655LTLIBOBJS
629656LIBOBJS
657657+USE_GETTEXT_FALSE
658658+USE_GETTEXT_TRUE
659659+LOCALEDIR
630660appdefaultdir
631661APPDEFS_LIBS
632662APPDEFS_CFLAGS
···667697STRICT_CFLAGS
668698CWARNFLAGS
669699BASE_CFLAGS
670670-EGREP
671671-GREP
672672-CPP
673700am__fastdepCC_FALSE
674701am__fastdepCC_TRUE
675702CCDEPMODE
···761788enable_strict_compilation
762789enable_silent_rules
763790with_appdefaultdir
791791+with_localedir
764792'
765793 ac_precious_vars='build_alias
766794host_alias
···770798LDFLAGS
771799LIBS
772800CPPFLAGS
773773-CPP
774801PKG_CONFIG
775802PKG_CONFIG_PATH
776803PKG_CONFIG_LIBDIR
···846873 *) ac_optarg=yes ;;
847874 esac
848875849849- # Accept the important Cygnus configure options, so we can diagnose typos.
850850-851876 case $ac_dashdash$ac_option in
852877 --)
853878 ac_dashdash=yes ;;
···888913 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
889914 # Reject names that are not valid shell variable names.
890915 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
891891- as_fn_error $? "invalid feature name: $ac_useropt"
916916+ as_fn_error $? "invalid feature name: \`$ac_useropt'"
892917 ac_useropt_orig=$ac_useropt
893893- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918918+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
894919 case $ac_user_opts in
895920 *"
896921"enable_$ac_useropt"
···914939 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
915940 # Reject names that are not valid shell variable names.
916941 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
917917- as_fn_error $? "invalid feature name: $ac_useropt"
942942+ as_fn_error $? "invalid feature name: \`$ac_useropt'"
918943 ac_useropt_orig=$ac_useropt
919919- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
944944+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
920945 case $ac_user_opts in
921946 *"
922947"enable_$ac_useropt"
···11271152 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
11281153 # Reject names that are not valid shell variable names.
11291154 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11301130- as_fn_error $? "invalid package name: $ac_useropt"
11551155+ as_fn_error $? "invalid package name: \`$ac_useropt'"
11311156 ac_useropt_orig=$ac_useropt
11321132- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11571157+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11331158 case $ac_user_opts in
11341159 *"
11351160"with_$ac_useropt"
···11431168 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
11441169 # Reject names that are not valid shell variable names.
11451170 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11461146- as_fn_error $? "invalid package name: $ac_useropt"
11711171+ as_fn_error $? "invalid package name: \`$ac_useropt'"
11471172 ac_useropt_orig=$ac_useropt
11481148- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11731173+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11491174 case $ac_user_opts in
11501175 *"
11511176"with_$ac_useropt"
···1189121411901215 *)
11911216 # FIXME: should be removed in autoconf 3.0.
11921192- $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
12171217+ printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
11931218 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
11941194- $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
12191219+ printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
11951220 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
11961221 ;;
11971222···12071232 case $enable_option_checking in
12081233 no) ;;
12091234 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
12101210- *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12351235+ *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12111236 esac
12121237fi
12131238···12711296 X"$as_myself" : 'X\(//\)[^/]' \| \
12721297 X"$as_myself" : 'X\(//\)$' \| \
12731298 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
12741274-$as_echo X"$as_myself" |
12991299+printf "%s\n" X"$as_myself" |
12751300 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12761301 s//\1/
12771302 q
···13281353 # Omit some internal or obsolete options to make the list less imposing.
13291354 # This message is too long to be a string in the A/UX 3.1 sh.
13301355 cat <<_ACEOF
13311331-\`configure' configures xfontsel 1.1.0 to adapt to many kinds of systems.
13561356+\`configure' configures xfontsel 1.1.1 to adapt to many kinds of systems.
1332135713331358Usage: $0 [OPTION]... [VAR=VALUE]...
13341359···1399142414001425if test -n "$ac_init_help"; then
14011426 case $ac_init_help in
14021402- short | recursive ) echo "Configuration of xfontsel 1.1.0:";;
14271427+ short | recursive ) echo "Configuration of xfontsel 1.1.1:";;
14031428 esac
14041429 cat <<\_ACEOF
14051430···14291454 --with-appdefaultdir=<pathname>
14301455 specify directory for app-defaults files (default is
14311456 autodetected)
14571457+ --with-localedir=<path> Path to install message files in (default:
14581458+ datadir/locale)
1432145914331460Some influential environment variables:
14341461 CC C compiler command
···14381465 LIBS libraries to pass to the linker, e.g. -l<library>
14391466 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
14401467 you have headers in a nonstandard directory <include dir>
14411441- CPP C preprocessor
14421468 PKG_CONFIG path to pkg-config utility
14431469 PKG_CONFIG_PATH
14441470 directories to add to pkg-config's search path
···14561482Use these variables to override the choices made by `configure' or to help
14571483it to find libraries and programs with nonstandard names/locations.
1458148414591459-Report bugs to <https://gitlab.freedesktop.org/xorg/app/xfontsel/issues>.
14851485+Report bugs to <https://gitlab.freedesktop.org/xorg/app/xfontsel/-/issues>.
14601486_ACEOF
14611487ac_status=$?
14621488fi
···14721498case "$ac_dir" in
14731499.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14741500*)
14751475- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15011501+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
14761502 # A ".." for each directory in $ac_dir_suffix.
14771477- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15031503+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14781504 case $ac_top_builddir_sub in
14791505 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14801506 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
···15021528ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1503152915041530 cd "$ac_dir" || { ac_status=$?; continue; }
15051505- # Check for guested configure.
15311531+ # Check for configure.gnu first; this name is used for a wrapper for
15321532+ # Metaconfig's "Configure" on case-insensitive file systems.
15061533 if test -f "$ac_srcdir/configure.gnu"; then
15071534 echo &&
15081535 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
···15101537 echo &&
15111538 $SHELL "$ac_srcdir/configure" --help=recursive
15121539 else
15131513- $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
15401540+ printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
15141541 fi || ac_status=$?
15151542 cd "$ac_pwd" || { ac_status=$?; break; }
15161543 done
···15191546test -n "$ac_init_help" && exit $ac_status
15201547if $ac_init_version; then
15211548 cat <<\_ACEOF
15221522-xfontsel configure 1.1.0
15231523-generated by GNU Autoconf 2.69
15491549+xfontsel configure 1.1.1
15501550+generated by GNU Autoconf 2.71
1524155115251525-Copyright (C) 2012 Free Software Foundation, Inc.
15521552+Copyright (C) 2021 Free Software Foundation, Inc.
15261553This configure script is free software; the Free Software Foundation
15271554gives unlimited permission to copy, distribute and modify it.
15281555_ACEOF
···15391566ac_fn_c_try_compile ()
15401567{
15411568 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15421542- rm -f conftest.$ac_objext
15691569+ rm -f conftest.$ac_objext conftest.beam
15431570 if { { ac_try="$ac_compile"
15441571case "(($ac_try" in
15451572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15461573 *) ac_try_echo=$ac_try;;
15471574esac
15481575eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
15491549-$as_echo "$ac_try_echo"; } >&5
15761576+printf "%s\n" "$ac_try_echo"; } >&5
15501577 (eval "$ac_compile") 2>conftest.err
15511578 ac_status=$?
15521579 if test -s conftest.err; then
···15541581 cat conftest.er1 >&5
15551582 mv -f conftest.er1 conftest.err
15561583 fi
15571557- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15841584+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15581585 test $ac_status = 0; } && {
15591586 test -z "$ac_c_werror_flag" ||
15601587 test ! -s conftest.err
15611561- } && test -s conftest.$ac_objext; then :
15881588+ } && test -s conftest.$ac_objext
15891589+then :
15621590 ac_retval=0
15631563-else
15641564- $as_echo "$as_me: failed program was:" >&5
15911591+else $as_nop
15921592+ printf "%s\n" "$as_me: failed program was:" >&5
15651593sed 's/^/| /' conftest.$ac_ext >&5
1566159415671595 ac_retval=1
···1571159915721600} # ac_fn_c_try_compile
1573160115741574-# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
15751575-# ---------------------------------------------
16021602+# ac_fn_check_decl LINENO SYMBOL VAR INCLUDES EXTRA-OPTIONS FLAG-VAR
16031603+# ------------------------------------------------------------------
15761604# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
15771577-# accordingly.
15781578-ac_fn_c_check_decl ()
16051605+# accordingly. Pass EXTRA-OPTIONS to the compiler, using FLAG-VAR.
16061606+ac_fn_check_decl ()
15791607{
15801608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15811609 as_decl_name=`echo $2|sed 's/ *(.*//'`
16101610+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
16111611+printf %s "checking whether $as_decl_name is declared... " >&6; }
16121612+if eval test \${$3+y}
16131613+then :
16141614+ printf %s "(cached) " >&6
16151615+else $as_nop
15821616 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
15831583- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
15841584-$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
15851585-if eval \${$3+:} false; then :
15861586- $as_echo_n "(cached) " >&6
15871587-else
16171617+ eval ac_save_FLAGS=\$$6
16181618+ as_fn_append $6 " $5"
15881619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15891620/* end confdefs.h. */
15901621$4
15911622int
15921592-main ()
16231623+main (void)
15931624{
15941625#ifndef $as_decl_name
15951626#ifdef __cplusplus
···16031634 return 0;
16041635}
16051636_ACEOF
16061606-if ac_fn_c_try_compile "$LINENO"; then :
16371637+if ac_fn_c_try_compile "$LINENO"
16381638+then :
16071639 eval "$3=yes"
16081608-else
16401640+else $as_nop
16091641 eval "$3=no"
16101642fi
16111611-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16431643+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
16441644+ eval $6=\$ac_save_FLAGS
16451645+16121646fi
16131647eval ac_res=\$$3
16141614- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16151615-$as_echo "$ac_res" >&6; }
16481648+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16491649+printf "%s\n" "$ac_res" >&6; }
16161650 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1617165116181618-} # ac_fn_c_check_decl
16191619-16201620-# ac_fn_c_try_cpp LINENO
16211621-# ----------------------
16221622-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
16231623-ac_fn_c_try_cpp ()
16241624-{
16251625- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16261626- if { { ac_try="$ac_cpp conftest.$ac_ext"
16271627-case "(($ac_try" in
16281628- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16291629- *) ac_try_echo=$ac_try;;
16301630-esac
16311631-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16321632-$as_echo "$ac_try_echo"; } >&5
16331633- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
16341634- ac_status=$?
16351635- if test -s conftest.err; then
16361636- grep -v '^ *+' conftest.err >conftest.er1
16371637- cat conftest.er1 >&5
16381638- mv -f conftest.er1 conftest.err
16391639- fi
16401640- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16411641- test $ac_status = 0; } > conftest.i && {
16421642- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16431643- test ! -s conftest.err
16441644- }; then :
16451645- ac_retval=0
16461646-else
16471647- $as_echo "$as_me: failed program was:" >&5
16481648-sed 's/^/| /' conftest.$ac_ext >&5
16491649-16501650- ac_retval=1
16511651-fi
16521652- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
16531653- as_fn_set_status $ac_retval
16541654-16551655-} # ac_fn_c_try_cpp
16561656-16571657-# ac_fn_c_try_run LINENO
16581658-# ----------------------
16591659-# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
16601660-# that executables *can* be run.
16611661-ac_fn_c_try_run ()
16621662-{
16631663- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16641664- if { { ac_try="$ac_link"
16651665-case "(($ac_try" in
16661666- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16671667- *) ac_try_echo=$ac_try;;
16681668-esac
16691669-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16701670-$as_echo "$ac_try_echo"; } >&5
16711671- (eval "$ac_link") 2>&5
16721672- ac_status=$?
16731673- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16741674- test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
16751675- { { case "(($ac_try" in
16761676- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16771677- *) ac_try_echo=$ac_try;;
16781678-esac
16791679-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16801680-$as_echo "$ac_try_echo"; } >&5
16811681- (eval "$ac_try") 2>&5
16821682- ac_status=$?
16831683- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16841684- test $ac_status = 0; }; }; then :
16851685- ac_retval=0
16861686-else
16871687- $as_echo "$as_me: program exited with status $ac_status" >&5
16881688- $as_echo "$as_me: failed program was:" >&5
16891689-sed 's/^/| /' conftest.$ac_ext >&5
16901690-16911691- ac_retval=$ac_status
16921692-fi
16931693- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
16941694- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
16951695- as_fn_set_status $ac_retval
16961696-16971697-} # ac_fn_c_try_run
16521652+} # ac_fn_check_decl
1698165316991654# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
17001655# -------------------------------------------------------
···17031658ac_fn_c_check_header_compile ()
17041659{
17051660 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17061706- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
17071707-$as_echo_n "checking for $2... " >&6; }
17081708-if eval \${$3+:} false; then :
17091709- $as_echo_n "(cached) " >&6
17101710-else
16611661+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
16621662+printf %s "checking for $2... " >&6; }
16631663+if eval test \${$3+y}
16641664+then :
16651665+ printf %s "(cached) " >&6
16661666+else $as_nop
17111667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17121668/* end confdefs.h. */
17131669$4
17141670#include <$2>
17151671_ACEOF
17161716-if ac_fn_c_try_compile "$LINENO"; then :
16721672+if ac_fn_c_try_compile "$LINENO"
16731673+then :
17171674 eval "$3=yes"
17181718-else
16751675+else $as_nop
17191676 eval "$3=no"
17201677fi
17211721-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16781678+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
17221679fi
17231680eval ac_res=\$$3
17241724- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
17251725-$as_echo "$ac_res" >&6; }
16811681+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16821682+printf "%s\n" "$ac_res" >&6; }
17261683 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1727168417281685} # ac_fn_c_check_header_compile
···17331690ac_fn_c_try_link ()
17341691{
17351692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17361736- rm -f conftest.$ac_objext conftest$ac_exeext
16931693+ rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
17371694 if { { ac_try="$ac_link"
17381695case "(($ac_try" in
17391696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17401697 *) ac_try_echo=$ac_try;;
17411698esac
17421699eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
17431743-$as_echo "$ac_try_echo"; } >&5
17001700+printf "%s\n" "$ac_try_echo"; } >&5
17441701 (eval "$ac_link") 2>conftest.err
17451702 ac_status=$?
17461703 if test -s conftest.err; then
···17481705 cat conftest.er1 >&5
17491706 mv -f conftest.er1 conftest.err
17501707 fi
17511751- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17081708+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17521709 test $ac_status = 0; } && {
17531710 test -z "$ac_c_werror_flag" ||
17541711 test ! -s conftest.err
17551712 } && test -s conftest$ac_exeext && {
17561713 test "$cross_compiling" = yes ||
17571714 test -x conftest$ac_exeext
17581758- }; then :
17151715+ }
17161716+then :
17591717 ac_retval=0
17601760-else
17611761- $as_echo "$as_me: failed program was:" >&5
17181718+else $as_nop
17191719+ printf "%s\n" "$as_me: failed program was:" >&5
17621720sed 's/^/| /' conftest.$ac_ext >&5
1763172117641722 ac_retval=1
···17721730 as_fn_set_status $ac_retval
1773173117741732} # ac_fn_c_try_link
17331733+ac_configure_args_raw=
17341734+for ac_arg
17351735+do
17361736+ case $ac_arg in
17371737+ *\'*)
17381738+ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
17391739+ esac
17401740+ as_fn_append ac_configure_args_raw " '$ac_arg'"
17411741+done
17421742+17431743+case $ac_configure_args_raw in
17441744+ *$as_nl*)
17451745+ ac_safe_unquote= ;;
17461746+ *)
17471747+ ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
17481748+ ac_unsafe_a="$ac_unsafe_z#~"
17491749+ ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
17501750+ ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
17511751+esac
17521752+17751753cat >config.log <<_ACEOF
17761754This file contains any messages produced by compilers while
17771755running configure, to aid debugging if configure makes a mistake.
1778175617791779-It was created by xfontsel $as_me 1.1.0, which was
17801780-generated by GNU Autoconf 2.69. Invocation command line was
17571757+It was created by xfontsel $as_me 1.1.1, which was
17581758+generated by GNU Autoconf 2.71. Invocation command line was
1781175917821782- $ $0 $@
17601760+ $ $0$ac_configure_args_raw
1783176117841762_ACEOF
17851763exec 5>>config.log
···18121790for as_dir in $PATH
18131791do
18141792 IFS=$as_save_IFS
18151815- test -z "$as_dir" && as_dir=.
18161816- $as_echo "PATH: $as_dir"
17931793+ case $as_dir in #(((
17941794+ '') as_dir=./ ;;
17951795+ */) ;;
17961796+ *) as_dir=$as_dir/ ;;
17971797+ esac
17981798+ printf "%s\n" "PATH: $as_dir"
18171799 done
18181800IFS=$as_save_IFS
18191801···18481830 | -silent | --silent | --silen | --sile | --sil)
18491831 continue ;;
18501832 *\'*)
18511851- ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
18331833+ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
18521834 esac
18531835 case $ac_pass in
18541836 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
···18831865# WARNING: Use '\'' to represent an apostrophe within the trap.
18841866# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
18851867trap 'exit_status=$?
18681868+ # Sanitize IFS.
18691869+ IFS=" "" $as_nl"
18861870 # Save into config.log some information that might help in debugging.
18871871 {
18881872 echo
1889187318901890- $as_echo "## ---------------- ##
18741874+ printf "%s\n" "## ---------------- ##
18911875## Cache variables. ##
18921876## ---------------- ##"
18931877 echo
···18981882 case $ac_val in #(
18991883 *${as_nl}*)
19001884 case $ac_var in #(
19011901- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19021902-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18851885+ *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18861886+printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19031887 esac
19041888 case $ac_var in #(
19051889 _ | IFS | as_nl) ;; #(
···19231907)
19241908 echo
1925190919261926- $as_echo "## ----------------- ##
19101910+ printf "%s\n" "## ----------------- ##
19271911## Output variables. ##
19281912## ----------------- ##"
19291913 echo
···19311915 do
19321916 eval ac_val=\$$ac_var
19331917 case $ac_val in
19341934- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
19181918+ *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
19351919 esac
19361936- $as_echo "$ac_var='\''$ac_val'\''"
19201920+ printf "%s\n" "$ac_var='\''$ac_val'\''"
19371921 done | sort
19381922 echo
1939192319401924 if test -n "$ac_subst_files"; then
19411941- $as_echo "## ------------------- ##
19251925+ printf "%s\n" "## ------------------- ##
19421926## File substitutions. ##
19431927## ------------------- ##"
19441928 echo
···19461930 do
19471931 eval ac_val=\$$ac_var
19481932 case $ac_val in
19491949- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
19331933+ *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
19501934 esac
19511951- $as_echo "$ac_var='\''$ac_val'\''"
19351935+ printf "%s\n" "$ac_var='\''$ac_val'\''"
19521936 done | sort
19531937 echo
19541938 fi
1955193919561940 if test -s confdefs.h; then
19571957- $as_echo "## ----------- ##
19411941+ printf "%s\n" "## ----------- ##
19581942## confdefs.h. ##
19591943## ----------- ##"
19601944 echo
···19621946 echo
19631947 fi
19641948 test "$ac_signal" != 0 &&
19651965- $as_echo "$as_me: caught signal $ac_signal"
19661966- $as_echo "$as_me: exit $exit_status"
19491949+ printf "%s\n" "$as_me: caught signal $ac_signal"
19501950+ printf "%s\n" "$as_me: exit $exit_status"
19671951 } >&5
19681952 rm -f core *.core core.conftest.* &&
19691953 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
···19771961# confdefs.h avoids OS command line length limits that DEFS can exceed.
19781962rm -f -r conftest* confdefs.h
1979196319801980-$as_echo "/* confdefs.h */" > confdefs.h
19641964+printf "%s\n" "/* confdefs.h */" > confdefs.h
1981196519821966# Predefined preprocessor variables.
1983196719841984-cat >>confdefs.h <<_ACEOF
19851985-#define PACKAGE_NAME "$PACKAGE_NAME"
19861986-_ACEOF
19681968+printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
1987196919881988-cat >>confdefs.h <<_ACEOF
19891989-#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
19901990-_ACEOF
19701970+printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
1991197119921992-cat >>confdefs.h <<_ACEOF
19931993-#define PACKAGE_VERSION "$PACKAGE_VERSION"
19941994-_ACEOF
19721972+printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
1995197319961996-cat >>confdefs.h <<_ACEOF
19971997-#define PACKAGE_STRING "$PACKAGE_STRING"
19981998-_ACEOF
19741974+printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
1999197520002000-cat >>confdefs.h <<_ACEOF
20012001-#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
20022002-_ACEOF
19761976+printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
2003197720042004-cat >>confdefs.h <<_ACEOF
20052005-#define PACKAGE_URL "$PACKAGE_URL"
20062006-_ACEOF
19781978+printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
200719792008198020091981# Let the site file select an alternate cache file if it wants to.
20101982# Prefer an explicitly selected file to automatically selected ones.
20112011-ac_site_file1=NONE
20122012-ac_site_file2=NONE
20131983if test -n "$CONFIG_SITE"; then
20142014- # We do not want a PATH search for config.site.
20152015- case $CONFIG_SITE in #((
20162016- -*) ac_site_file1=./$CONFIG_SITE;;
20172017- */*) ac_site_file1=$CONFIG_SITE;;
20182018- *) ac_site_file1=./$CONFIG_SITE;;
20192019- esac
19841984+ ac_site_files="$CONFIG_SITE"
20201985elif test "x$prefix" != xNONE; then
20212021- ac_site_file1=$prefix/share/config.site
20222022- ac_site_file2=$prefix/etc/config.site
19861986+ ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
20231987else
20242024- ac_site_file1=$ac_default_prefix/share/config.site
20252025- ac_site_file2=$ac_default_prefix/etc/config.site
19881988+ ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
20261989fi
20272027-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
19901990+19911991+for ac_site_file in $ac_site_files
20281992do
20292029- test "x$ac_site_file" = xNONE && continue
20302030- if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
20312031- { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
20322032-$as_echo "$as_me: loading site script $ac_site_file" >&6;}
19931993+ case $ac_site_file in #(
19941994+ */*) :
19951995+ ;; #(
19961996+ *) :
19971997+ ac_site_file=./$ac_site_file ;;
19981998+esac
19991999+ if test -f "$ac_site_file" && test -r "$ac_site_file"; then
20002000+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
20012001+printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
20332002 sed 's/^/| /' "$ac_site_file" >&5
20342003 . "$ac_site_file" \
20352035- || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20362036-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20042004+ || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20052005+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
20372006as_fn_error $? "failed to load site script $ac_site_file
20382007See \`config.log' for more details" "$LINENO" 5; }
20392008 fi
···20432012 # Some versions of bash will fail to source /dev/null (special files
20442013 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
20452014 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
20462046- { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
20472047-$as_echo "$as_me: loading cache $cache_file" >&6;}
20152015+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
20162016+printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
20482017 case $cache_file in
20492018 [\\/]* | ?:[\\/]* ) . "$cache_file";;
20502019 *) . "./$cache_file";;
20512020 esac
20522021 fi
20532022else
20542054- { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
20552055-$as_echo "$as_me: creating cache $cache_file" >&6;}
20232023+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
20242024+printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
20562025 >$cache_file
20572026fi
2058202720282028+# Test code for whether the C compiler supports C89 (global declarations)
20292029+ac_c_conftest_c89_globals='
20302030+/* Does the compiler advertise C89 conformance?
20312031+ Do not test the value of __STDC__, because some compilers set it to 0
20322032+ while being otherwise adequately conformant. */
20332033+#if !defined __STDC__
20342034+# error "Compiler does not advertise C89 conformance"
20352035+#endif
20362036+20372037+#include <stddef.h>
20382038+#include <stdarg.h>
20392039+struct stat;
20402040+/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
20412041+struct buf { int x; };
20422042+struct buf * (*rcsopen) (struct buf *, struct stat *, int);
20432043+static char *e (p, i)
20442044+ char **p;
20452045+ int i;
20462046+{
20472047+ return p[i];
20482048+}
20492049+static char *f (char * (*g) (char **, int), char **p, ...)
20502050+{
20512051+ char *s;
20522052+ va_list v;
20532053+ va_start (v,p);
20542054+ s = g (p, va_arg (v,int));
20552055+ va_end (v);
20562056+ return s;
20572057+}
20582058+20592059+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
20602060+ function prototypes and stuff, but not \xHH hex character constants.
20612061+ These do not provoke an error unfortunately, instead are silently treated
20622062+ as an "x". The following induces an error, until -std is added to get
20632063+ proper ANSI mode. Curiously \x00 != x always comes out true, for an
20642064+ array size at least. It is necessary to write \x00 == 0 to get something
20652065+ that is true only with -std. */
20662066+int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];
20672067+20682068+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
20692069+ inside strings and character constants. */
20702070+#define FOO(x) '\''x'\''
20712071+int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1];
20722072+20732073+int test (int i, double x);
20742074+struct s1 {int (*f) (int a);};
20752075+struct s2 {int (*f) (double a);};
20762076+int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
20772077+ int, int);'
20782078+20792079+# Test code for whether the C compiler supports C89 (body of main).
20802080+ac_c_conftest_c89_main='
20812081+ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
20822082+'
20832083+20842084+# Test code for whether the C compiler supports C99 (global declarations)
20852085+ac_c_conftest_c99_globals='
20862086+// Does the compiler advertise C99 conformance?
20872087+#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
20882088+# error "Compiler does not advertise C99 conformance"
20892089+#endif
20902090+20912091+#include <stdbool.h>
20922092+extern int puts (const char *);
20932093+extern int printf (const char *, ...);
20942094+extern int dprintf (int, const char *, ...);
20952095+extern void *malloc (size_t);
20962096+20972097+// Check varargs macros. These examples are taken from C99 6.10.3.5.
20982098+// dprintf is used instead of fprintf to avoid needing to declare
20992099+// FILE and stderr.
21002100+#define debug(...) dprintf (2, __VA_ARGS__)
21012101+#define showlist(...) puts (#__VA_ARGS__)
21022102+#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
21032103+static void
21042104+test_varargs_macros (void)
21052105+{
21062106+ int x = 1234;
21072107+ int y = 5678;
21082108+ debug ("Flag");
21092109+ debug ("X = %d\n", x);
21102110+ showlist (The first, second, and third items.);
21112111+ report (x>y, "x is %d but y is %d", x, y);
21122112+}
21132113+21142114+// Check long long types.
21152115+#define BIG64 18446744073709551615ull
21162116+#define BIG32 4294967295ul
21172117+#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
21182118+#if !BIG_OK
21192119+ #error "your preprocessor is broken"
21202120+#endif
21212121+#if BIG_OK
21222122+#else
21232123+ #error "your preprocessor is broken"
21242124+#endif
21252125+static long long int bignum = -9223372036854775807LL;
21262126+static unsigned long long int ubignum = BIG64;
21272127+21282128+struct incomplete_array
21292129+{
21302130+ int datasize;
21312131+ double data[];
21322132+};
21332133+21342134+struct named_init {
21352135+ int number;
21362136+ const wchar_t *name;
21372137+ double average;
21382138+};
21392139+21402140+typedef const char *ccp;
21412141+21422142+static inline int
21432143+test_restrict (ccp restrict text)
21442144+{
21452145+ // See if C++-style comments work.
21462146+ // Iterate through items via the restricted pointer.
21472147+ // Also check for declarations in for loops.
21482148+ for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
21492149+ continue;
21502150+ return 0;
21512151+}
21522152+21532153+// Check varargs and va_copy.
21542154+static bool
21552155+test_varargs (const char *format, ...)
21562156+{
21572157+ va_list args;
21582158+ va_start (args, format);
21592159+ va_list args_copy;
21602160+ va_copy (args_copy, args);
21612161+21622162+ const char *str = "";
21632163+ int number = 0;
21642164+ float fnumber = 0;
21652165+21662166+ while (*format)
21672167+ {
21682168+ switch (*format++)
21692169+ {
21702170+ case '\''s'\'': // string
21712171+ str = va_arg (args_copy, const char *);
21722172+ break;
21732173+ case '\''d'\'': // int
21742174+ number = va_arg (args_copy, int);
21752175+ break;
21762176+ case '\''f'\'': // float
21772177+ fnumber = va_arg (args_copy, double);
21782178+ break;
21792179+ default:
21802180+ break;
21812181+ }
21822182+ }
21832183+ va_end (args_copy);
21842184+ va_end (args);
21852185+21862186+ return *str && number && fnumber;
21872187+}
21882188+'
21892189+21902190+# Test code for whether the C compiler supports C99 (body of main).
21912191+ac_c_conftest_c99_main='
21922192+ // Check bool.
21932193+ _Bool success = false;
21942194+ success |= (argc != 0);
21952195+21962196+ // Check restrict.
21972197+ if (test_restrict ("String literal") == 0)
21982198+ success = true;
21992199+ char *restrict newvar = "Another string";
22002200+22012201+ // Check varargs.
22022202+ success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
22032203+ test_varargs_macros ();
22042204+22052205+ // Check flexible array members.
22062206+ struct incomplete_array *ia =
22072207+ malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
22082208+ ia->datasize = 10;
22092209+ for (int i = 0; i < ia->datasize; ++i)
22102210+ ia->data[i] = i * 1.234;
22112211+22122212+ // Check named initializers.
22132213+ struct named_init ni = {
22142214+ .number = 34,
22152215+ .name = L"Test wide string",
22162216+ .average = 543.34343,
22172217+ };
22182218+22192219+ ni.number = 58;
22202220+22212221+ int dynamic_array[ni.number];
22222222+ dynamic_array[0] = argv[0][0];
22232223+ dynamic_array[ni.number - 1] = 543;
22242224+22252225+ // work around unused variable warnings
22262226+ ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
22272227+ || dynamic_array[ni.number - 1] != 543);
22282228+'
22292229+22302230+# Test code for whether the C compiler supports C11 (global declarations)
22312231+ac_c_conftest_c11_globals='
22322232+// Does the compiler advertise C11 conformance?
22332233+#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
22342234+# error "Compiler does not advertise C11 conformance"
22352235+#endif
22362236+22372237+// Check _Alignas.
22382238+char _Alignas (double) aligned_as_double;
22392239+char _Alignas (0) no_special_alignment;
22402240+extern char aligned_as_int;
22412241+char _Alignas (0) _Alignas (int) aligned_as_int;
22422242+22432243+// Check _Alignof.
22442244+enum
22452245+{
22462246+ int_alignment = _Alignof (int),
22472247+ int_array_alignment = _Alignof (int[100]),
22482248+ char_alignment = _Alignof (char)
22492249+};
22502250+_Static_assert (0 < -_Alignof (int), "_Alignof is signed");
22512251+22522252+// Check _Noreturn.
22532253+int _Noreturn does_not_return (void) { for (;;) continue; }
22542254+22552255+// Check _Static_assert.
22562256+struct test_static_assert
22572257+{
22582258+ int x;
22592259+ _Static_assert (sizeof (int) <= sizeof (long int),
22602260+ "_Static_assert does not work in struct");
22612261+ long int y;
22622262+};
22632263+22642264+// Check UTF-8 literals.
22652265+#define u8 syntax error!
22662266+char const utf8_literal[] = u8"happens to be ASCII" "another string";
22672267+22682268+// Check duplicate typedefs.
22692269+typedef long *long_ptr;
22702270+typedef long int *long_ptr;
22712271+typedef long_ptr long_ptr;
22722272+22732273+// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
22742274+struct anonymous
22752275+{
22762276+ union {
22772277+ struct { int i; int j; };
22782278+ struct { int k; long int l; } w;
22792279+ };
22802280+ int m;
22812281+} v1;
22822282+'
22832283+22842284+# Test code for whether the C compiler supports C11 (body of main).
22852285+ac_c_conftest_c11_main='
22862286+ _Static_assert ((offsetof (struct anonymous, i)
22872287+ == offsetof (struct anonymous, w.k)),
22882288+ "Anonymous union alignment botch");
22892289+ v1.i = 2;
22902290+ v1.w.k = 5;
22912291+ ok |= v1.i != 5;
22922292+'
22932293+22942294+# Test code for whether the C compiler supports C11 (complete).
22952295+ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
22962296+${ac_c_conftest_c99_globals}
22972297+${ac_c_conftest_c11_globals}
22982298+22992299+int
23002300+main (int argc, char **argv)
23012301+{
23022302+ int ok = 0;
23032303+ ${ac_c_conftest_c89_main}
23042304+ ${ac_c_conftest_c99_main}
23052305+ ${ac_c_conftest_c11_main}
23062306+ return ok;
23072307+}
23082308+"
23092309+23102310+# Test code for whether the C compiler supports C99 (complete).
23112311+ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
23122312+${ac_c_conftest_c99_globals}
23132313+23142314+int
23152315+main (int argc, char **argv)
23162316+{
23172317+ int ok = 0;
23182318+ ${ac_c_conftest_c89_main}
23192319+ ${ac_c_conftest_c99_main}
23202320+ return ok;
23212321+}
23222322+"
23232323+23242324+# Test code for whether the C compiler supports C89 (complete).
23252325+ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
23262326+23272327+int
23282328+main (int argc, char **argv)
23292329+{
23302330+ int ok = 0;
23312331+ ${ac_c_conftest_c89_main}
23322332+ return ok;
23332333+}
23342334+"
23352335+23362336+as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
23372337+as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
23382338+as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
23392339+as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
23402340+as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
23412341+as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
23422342+as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
23432343+as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
23442344+as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
23452345+23462346+# Auxiliary files required by this configure script.
23472347+ac_aux_files="config.guess config.sub missing install-sh"
23482348+23492349+# Locations in which to look for auxiliary files.
23502350+ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
23512351+23522352+# Search for a directory containing all of the required auxiliary files,
23532353+# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
23542354+# If we don't find one directory that contains all the files we need,
23552355+# we report the set of missing files from the *first* directory in
23562356+# $ac_aux_dir_candidates and give up.
23572357+ac_missing_aux_files=""
23582358+ac_first_candidate=:
23592359+printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
23602360+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23612361+as_found=false
23622362+for as_dir in $ac_aux_dir_candidates
23632363+do
23642364+ IFS=$as_save_IFS
23652365+ case $as_dir in #(((
23662366+ '') as_dir=./ ;;
23672367+ */) ;;
23682368+ *) as_dir=$as_dir/ ;;
23692369+ esac
23702370+ as_found=:
23712371+23722372+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
23732373+ ac_aux_dir_found=yes
23742374+ ac_install_sh=
23752375+ for ac_aux in $ac_aux_files
23762376+ do
23772377+ # As a special case, if "install-sh" is required, that requirement
23782378+ # can be satisfied by any of "install-sh", "install.sh", or "shtool",
23792379+ # and $ac_install_sh is set appropriately for whichever one is found.
23802380+ if test x"$ac_aux" = x"install-sh"
23812381+ then
23822382+ if test -f "${as_dir}install-sh"; then
23832383+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
23842384+ ac_install_sh="${as_dir}install-sh -c"
23852385+ elif test -f "${as_dir}install.sh"; then
23862386+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
23872387+ ac_install_sh="${as_dir}install.sh -c"
23882388+ elif test -f "${as_dir}shtool"; then
23892389+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
23902390+ ac_install_sh="${as_dir}shtool install -c"
23912391+ else
23922392+ ac_aux_dir_found=no
23932393+ if $ac_first_candidate; then
23942394+ ac_missing_aux_files="${ac_missing_aux_files} install-sh"
23952395+ else
23962396+ break
23972397+ fi
23982398+ fi
23992399+ else
24002400+ if test -f "${as_dir}${ac_aux}"; then
24012401+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
24022402+ else
24032403+ ac_aux_dir_found=no
24042404+ if $ac_first_candidate; then
24052405+ ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
24062406+ else
24072407+ break
24082408+ fi
24092409+ fi
24102410+ fi
24112411+ done
24122412+ if test "$ac_aux_dir_found" = yes; then
24132413+ ac_aux_dir="$as_dir"
24142414+ break
24152415+ fi
24162416+ ac_first_candidate=false
24172417+24182418+ as_found=false
24192419+done
24202420+IFS=$as_save_IFS
24212421+if $as_found
24222422+then :
24232423+24242424+else $as_nop
24252425+ as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
24262426+fi
24272427+24282428+24292429+# These three variables are undocumented and unsupported,
24302430+# and are intended to be withdrawn in a future Autoconf release.
24312431+# They can cause serious problems if a builder's source tree is in a directory
24322432+# whose full name contains unusual characters.
24332433+if test -f "${ac_aux_dir}config.guess"; then
24342434+ ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
24352435+fi
24362436+if test -f "${ac_aux_dir}config.sub"; then
24372437+ ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
24382438+fi
24392439+if test -f "$ac_aux_dir/configure"; then
24402440+ ac_configure="$SHELL ${ac_aux_dir}configure"
24412441+fi
24422442+20592443# Check that the precious variables saved in the cache have kept the same
20602444# value.
20612445ac_cache_corrupted=false
···20662450 eval ac_new_val=\$ac_env_${ac_var}_value
20672451 case $ac_old_set,$ac_new_set in
20682452 set,)
20692069- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
20702070-$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
24532453+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
24542454+printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
20712455 ac_cache_corrupted=: ;;
20722456 ,set)
20732073- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
20742074-$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
24572457+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
24582458+printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
20752459 ac_cache_corrupted=: ;;
20762460 ,);;
20772461 *)
···20802464 ac_old_val_w=`echo x $ac_old_val`
20812465 ac_new_val_w=`echo x $ac_new_val`
20822466 if test "$ac_old_val_w" != "$ac_new_val_w"; then
20832083- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
20842084-$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
24672467+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
24682468+printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
20852469 ac_cache_corrupted=:
20862470 else
20872087- { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
20882088-$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
24712471+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
24722472+printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
20892473 eval $ac_var=\$ac_old_val
20902474 fi
20912091- { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
20922092-$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
20932093- { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
20942094-$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
24752475+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
24762476+printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
24772477+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
24782478+printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
20952479 fi;;
20962480 esac
20972481 # Pass precious variables to config.status.
20982482 if test "$ac_new_set" = set; then
20992483 case $ac_new_val in
21002100- *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
24842484+ *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
21012485 *) ac_arg=$ac_var=$ac_new_val ;;
21022486 esac
21032487 case " $ac_configure_args " in
···21072491 fi
21082492done
21092493if $ac_cache_corrupted; then
21102110- { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21112111-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21122112- { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
21132113-$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
21142114- as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
24942494+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
24952495+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
24962496+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
24972497+printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
24982498+ as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
24992499+ and start over" "$LINENO" 5
21152500fi
21162501## -------------------- ##
21172502## Main body of script. ##
···21312516# Initialize Automake
21322517am__api_version='1.12'
2133251821342134-ac_aux_dir=
21352135-for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
21362136- if test -f "$ac_dir/install-sh"; then
21372137- ac_aux_dir=$ac_dir
21382138- ac_install_sh="$ac_aux_dir/install-sh -c"
21392139- break
21402140- elif test -f "$ac_dir/install.sh"; then
21412141- ac_aux_dir=$ac_dir
21422142- ac_install_sh="$ac_aux_dir/install.sh -c"
21432143- break
21442144- elif test -f "$ac_dir/shtool"; then
21452145- ac_aux_dir=$ac_dir
21462146- ac_install_sh="$ac_aux_dir/shtool install -c"
21472147- break
21482148- fi
21492149-done
21502150-if test -z "$ac_aux_dir"; then
21512151- as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
21522152-fi
2153251921542154-# These three variables are undocumented and unsupported,
21552155-# and are intended to be withdrawn in a future Autoconf release.
21562156-# They can cause serious problems if a builder's source tree is in a directory
21572157-# whose full name contains unusual characters.
21582158-ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
21592159-ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
21602160-ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2161252021622162-21632163-# Find a good install program. We prefer a C program (faster),
25212521+ # Find a good install program. We prefer a C program (faster),
21642522# so one script is as good as another. But avoid the broken or
21652523# incompatible versions:
21662524# SysV /etc/install, /usr/sbin/install
···21742532# OS/2's system install, which has a completely different semantic
21752533# ./install, which can be erroneously created by make from ./install.sh.
21762534# Reject install programs that cannot install multiple files.
21772177-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
21782178-$as_echo_n "checking for a BSD-compatible install... " >&6; }
25352535+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
25362536+printf %s "checking for a BSD-compatible install... " >&6; }
21792537if test -z "$INSTALL"; then
21802180-if ${ac_cv_path_install+:} false; then :
21812181- $as_echo_n "(cached) " >&6
21822182-else
25382538+if test ${ac_cv_path_install+y}
25392539+then :
25402540+ printf %s "(cached) " >&6
25412541+else $as_nop
21832542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21842543for as_dir in $PATH
21852544do
21862545 IFS=$as_save_IFS
21872187- test -z "$as_dir" && as_dir=.
21882188- # Account for people who put trailing slashes in PATH elements.
21892189-case $as_dir/ in #((
21902190- ./ | .// | /[cC]/* | \
25462546+ case $as_dir in #(((
25472547+ '') as_dir=./ ;;
25482548+ */) ;;
25492549+ *) as_dir=$as_dir/ ;;
25502550+ esac
25512551+ # Account for fact that we put trailing slashes in our PATH walk.
25522552+case $as_dir in #((
25532553+ ./ | /[cC]/* | \
21912554 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
21922555 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
21932556 /usr/ucb/* ) ;;
···21972560 # by default.
21982561 for ac_prog in ginstall scoinst install; do
21992562 for ac_exec_ext in '' $ac_executable_extensions; do
22002200- if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
25632563+ if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
22012564 if test $ac_prog = install &&
22022202- grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
25652565+ grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
22032566 # AIX install. It has an incompatible calling convention.
22042567 :
22052568 elif test $ac_prog = install &&
22062206- grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
25692569+ grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
22072570 # program-specific install script used by HP pwplus--don't use.
22082571 :
22092572 else
···22112574 echo one > conftest.one
22122575 echo two > conftest.two
22132576 mkdir conftest.dir
22142214- if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
25772577+ if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
22152578 test -s conftest.one && test -s conftest.two &&
22162579 test -s conftest.dir/conftest.one &&
22172580 test -s conftest.dir/conftest.two
22182581 then
22192219- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
25822582+ ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
22202583 break 3
22212584 fi
22222585 fi
···22322595rm -rf conftest.one conftest.two conftest.dir
2233259622342597fi
22352235- if test "${ac_cv_path_install+set}" = set; then
25982598+ if test ${ac_cv_path_install+y}; then
22362599 INSTALL=$ac_cv_path_install
22372600 else
22382601 # As a last resort, use the slow shell script. Don't cache a
···22422605 INSTALL=$ac_install_sh
22432606 fi
22442607fi
22452245-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
22462246-$as_echo "$INSTALL" >&6; }
26082608+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
26092609+printf "%s\n" "$INSTALL" >&6; }
2247261022482611# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
22492612# It thinks the first close brace ends the variable substitution.
···2253261622542617test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2255261822562256-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
22572257-$as_echo_n "checking whether build environment is sane... " >&6; }
26192619+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
26202620+printf %s "checking whether build environment is sane... " >&6; }
22582621# Reject unsafe characters in $srcdir or the absolute working directory
22592622# name. Accept space and tab only in the latter.
22602623am_lf='
···23082671 as_fn_error $? "newly created file is older than distributed files!
23092672Check your system clock" "$LINENO" 5
23102673fi
23112311-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23122312-$as_echo "yes" >&6; }
26742674+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26752675+printf "%s\n" "yes" >&6; }
23132676# If we didn't sleep, we still need to ensure time stamps of config.status and
23142677# generated files are strictly newer.
23152678am_sleep_pid=
···23282691# Double any \ or $.
23292692# By default was `s,x,x', remove it if useless.
23302693ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
23312331-program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
26942694+program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
2332269523332696# expand $ac_aux_dir to an absolute path
23342697am_aux_dir=`cd $ac_aux_dir && pwd`
2335269823362336-if test x"${MISSING+set}" != xset; then
26992699+27002700+ if test x"${MISSING+set}" != xset; then
23372701 case $am_aux_dir in
23382702 *\ * | *\ *)
23392703 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
···23462710 am_missing_run="$MISSING --run "
23472711else
23482712 am_missing_run=
23492349- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
23502350-$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
27132713+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
27142714+printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
23512715fi
2352271623532717if test x"${install_sh}" != xset; then
···23672731 if test -n "$ac_tool_prefix"; then
23682732 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
23692733set dummy ${ac_tool_prefix}strip; ac_word=$2
23702370-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23712371-$as_echo_n "checking for $ac_word... " >&6; }
23722372-if ${ac_cv_prog_STRIP+:} false; then :
23732373- $as_echo_n "(cached) " >&6
23742374-else
27342734+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27352735+printf %s "checking for $ac_word... " >&6; }
27362736+if test ${ac_cv_prog_STRIP+y}
27372737+then :
27382738+ printf %s "(cached) " >&6
27392739+else $as_nop
23752740 if test -n "$STRIP"; then
23762741 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
23772742else
···23792744for as_dir in $PATH
23802745do
23812746 IFS=$as_save_IFS
23822382- test -z "$as_dir" && as_dir=.
27472747+ case $as_dir in #(((
27482748+ '') as_dir=./ ;;
27492749+ */) ;;
27502750+ *) as_dir=$as_dir/ ;;
27512751+ esac
23832752 for ac_exec_ext in '' $ac_executable_extensions; do
23842384- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27532753+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
23852754 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
23862386- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27552755+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
23872756 break 2
23882757 fi
23892758done
···23942763fi
23952764STRIP=$ac_cv_prog_STRIP
23962765if test -n "$STRIP"; then
23972397- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
23982398-$as_echo "$STRIP" >&6; }
27662766+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
27672767+printf "%s\n" "$STRIP" >&6; }
23992768else
24002400- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24012401-$as_echo "no" >&6; }
27692769+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
27702770+printf "%s\n" "no" >&6; }
24022771fi
2403277224042773···24072776 ac_ct_STRIP=$STRIP
24082777 # Extract the first word of "strip", so it can be a program name with args.
24092778set dummy strip; ac_word=$2
24102410-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24112411-$as_echo_n "checking for $ac_word... " >&6; }
24122412-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
24132413- $as_echo_n "(cached) " >&6
24142414-else
27792779+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27802780+printf %s "checking for $ac_word... " >&6; }
27812781+if test ${ac_cv_prog_ac_ct_STRIP+y}
27822782+then :
27832783+ printf %s "(cached) " >&6
27842784+else $as_nop
24152785 if test -n "$ac_ct_STRIP"; then
24162786 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
24172787else
···24192789for as_dir in $PATH
24202790do
24212791 IFS=$as_save_IFS
24222422- test -z "$as_dir" && as_dir=.
27922792+ case $as_dir in #(((
27932793+ '') as_dir=./ ;;
27942794+ */) ;;
27952795+ *) as_dir=$as_dir/ ;;
27962796+ esac
24232797 for ac_exec_ext in '' $ac_executable_extensions; do
24242424- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27982798+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
24252799 ac_cv_prog_ac_ct_STRIP="strip"
24262426- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28002800+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
24272801 break 2
24282802 fi
24292803done
···24342808fi
24352809ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
24362810if test -n "$ac_ct_STRIP"; then
24372437- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
24382438-$as_echo "$ac_ct_STRIP" >&6; }
28112811+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
28122812+printf "%s\n" "$ac_ct_STRIP" >&6; }
24392813else
24402440- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24412441-$as_echo "no" >&6; }
28142814+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
28152815+printf "%s\n" "no" >&6; }
24422816fi
2443281724442818 if test "x$ac_ct_STRIP" = x; then
···24462820 else
24472821 case $cross_compiling:$ac_tool_warned in
24482822yes:)
24492449-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24502450-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28232823+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28242824+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24512825ac_tool_warned=yes ;;
24522826esac
24532827 STRIP=$ac_ct_STRIP
···24592833fi
24602834INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2461283524622462-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
24632463-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
28362836+28372837+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
28382838+printf %s "checking for a race-free mkdir -p... " >&6; }
24642839if test -z "$MKDIR_P"; then
24652465- if ${ac_cv_path_mkdir+:} false; then :
24662466- $as_echo_n "(cached) " >&6
24672467-else
28402840+ if test ${ac_cv_path_mkdir+y}
28412841+then :
28422842+ printf %s "(cached) " >&6
28432843+else $as_nop
24682844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24692845for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
24702846do
24712847 IFS=$as_save_IFS
24722472- test -z "$as_dir" && as_dir=.
28482848+ case $as_dir in #(((
28492849+ '') as_dir=./ ;;
28502850+ */) ;;
28512851+ *) as_dir=$as_dir/ ;;
28522852+ esac
24732853 for ac_prog in mkdir gmkdir; do
24742854 for ac_exec_ext in '' $ac_executable_extensions; do
24752475- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
24762476- case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
24772477- 'mkdir (GNU coreutils) '* | \
24782478- 'mkdir (coreutils) '* | \
28552855+ as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
28562856+ case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
28572857+ 'mkdir ('*'coreutils) '* | \
28582858+ 'BusyBox '* | \
24792859 'mkdir (fileutils) '4.1*)
24802480- ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
28602860+ ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
24812861 break 3;;
24822862 esac
24832863 done
···24882868fi
2489286924902870 test -d ./--version && rmdir ./--version
24912491- if test "${ac_cv_path_mkdir+set}" = set; then
28712871+ if test ${ac_cv_path_mkdir+y}; then
24922872 MKDIR_P="$ac_cv_path_mkdir -p"
24932873 else
24942874 # As a last resort, use the slow shell script. Don't cache a
···24982878 MKDIR_P="$ac_install_sh -d"
24992879 fi
25002880fi
25012501-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
25022502-$as_echo "$MKDIR_P" >&6; }
28812881+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
28822882+printf "%s\n" "$MKDIR_P" >&6; }
2503288325042884for ac_prog in gawk mawk nawk awk
25052885do
25062886 # Extract the first word of "$ac_prog", so it can be a program name with args.
25072887set dummy $ac_prog; ac_word=$2
25082508-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25092509-$as_echo_n "checking for $ac_word... " >&6; }
25102510-if ${ac_cv_prog_AWK+:} false; then :
25112511- $as_echo_n "(cached) " >&6
25122512-else
28882888+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28892889+printf %s "checking for $ac_word... " >&6; }
28902890+if test ${ac_cv_prog_AWK+y}
28912891+then :
28922892+ printf %s "(cached) " >&6
28932893+else $as_nop
25132894 if test -n "$AWK"; then
25142895 ac_cv_prog_AWK="$AWK" # Let the user override the test.
25152896else
···25172898for as_dir in $PATH
25182899do
25192900 IFS=$as_save_IFS
25202520- test -z "$as_dir" && as_dir=.
29012901+ case $as_dir in #(((
29022902+ '') as_dir=./ ;;
29032903+ */) ;;
29042904+ *) as_dir=$as_dir/ ;;
29052905+ esac
25212906 for ac_exec_ext in '' $ac_executable_extensions; do
25222522- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29072907+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
25232908 ac_cv_prog_AWK="$ac_prog"
25242524- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29092909+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
25252910 break 2
25262911 fi
25272912done
···25322917fi
25332918AWK=$ac_cv_prog_AWK
25342919if test -n "$AWK"; then
25352535- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
25362536-$as_echo "$AWK" >&6; }
29202920+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
29212921+printf "%s\n" "$AWK" >&6; }
25372922else
25382538- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25392539-$as_echo "no" >&6; }
29232923+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
29242924+printf "%s\n" "no" >&6; }
25402925fi
254129262542292725432928 test -n "$AWK" && break
25442929done
2545293025462546-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
25472547-$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
29312931+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
29322932+printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
25482933set x ${MAKE-make}
25492549-ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
25502550-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
25512551- $as_echo_n "(cached) " >&6
25522552-else
29342934+ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
29352935+if eval test \${ac_cv_prog_make_${ac_make}_set+y}
29362936+then :
29372937+ printf %s "(cached) " >&6
29382938+else $as_nop
25532939 cat >conftest.make <<\_ACEOF
25542940SHELL = /bin/sh
25552941all:
···25652951rm -f conftest.make
25662952fi
25672953if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
25682568- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25692569-$as_echo "yes" >&6; }
29542954+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29552955+printf "%s\n" "yes" >&6; }
25702956 SET_MAKE=
25712957else
25722572- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25732573-$as_echo "no" >&6; }
29582958+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
29592959+printf "%s\n" "no" >&6; }
25742960 SET_MAKE="MAKE=${MAKE-make}"
25752961fi
25762962···2605299126062992# Define the identity of the package.
26072993 PACKAGE='xfontsel'
26082608- VERSION='1.1.0'
29942994+ VERSION='1.1.1'
260929952610299626112611-cat >>confdefs.h <<_ACEOF
26122612-#define PACKAGE "$PACKAGE"
26132613-_ACEOF
29972997+printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
261429982615299926162616-cat >>confdefs.h <<_ACEOF
26172617-#define VERSION "$VERSION"
26182618-_ACEOF
30003000+printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
2619300126203002# Some tools Automake needs.
26213003···26643046266530472666304826672667-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
26682668-$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
30493049+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
30503050+printf %s "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
26693051 # Check whether --enable-maintainer-mode was given.
26702670-if test "${enable_maintainer_mode+set}" = set; then :
30523052+if test ${enable_maintainer_mode+y}
30533053+then :
26713054 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
26722672-else
30553055+else $as_nop
26733056 USE_MAINTAINER_MODE=no
26743057fi
2675305826762676- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
26772677-$as_echo "$USE_MAINTAINER_MODE" >&6; }
30593059+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
30603060+printf "%s\n" "$USE_MAINTAINER_MODE" >&6; }
26783061 if test $USE_MAINTAINER_MODE = yes; then
26793062 MAINTAINER_MODE_TRUE=
26803063 MAINTAINER_MODE_FALSE='#'
···26873070268830712689307230733073+30743074+30753075+30763076+30773077+30783078+30793079+30803080+30813081+26903082DEPDIR="${am__leading_dot}deps"
2691308326923084ac_config_commands="$ac_config_commands depfiles"
···26993091.PHONY: am__doit
27003092END
27013093# If we don't find an include directive, just comment out the code.
27022702-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
27032703-$as_echo_n "checking for style of include used by $am_make... " >&6; }
30943094+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
30953095+printf %s "checking for style of include used by $am_make... " >&6; }
27043096am__include="#"
27053097am__quote=
27063098_am_result=none
···27273119fi
272831202729312127302730-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
27312731-$as_echo "$_am_result" >&6; }
31223122+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
31233123+printf "%s\n" "$_am_result" >&6; }
27323124rm -f confinc confmf
2733312527343126# Check whether --enable-dependency-tracking was given.
27352735-if test "${enable_dependency_tracking+set}" = set; then :
31273127+if test ${enable_dependency_tracking+y}
31283128+then :
27363129 enableval=$enable_dependency_tracking;
27373130fi
27383131···27583151if test -n "$ac_tool_prefix"; then
27593152 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
27603153set dummy ${ac_tool_prefix}gcc; ac_word=$2
27612761-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27622762-$as_echo_n "checking for $ac_word... " >&6; }
27632763-if ${ac_cv_prog_CC+:} false; then :
27642764- $as_echo_n "(cached) " >&6
27652765-else
31543154+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
31553155+printf %s "checking for $ac_word... " >&6; }
31563156+if test ${ac_cv_prog_CC+y}
31573157+then :
31583158+ printf %s "(cached) " >&6
31593159+else $as_nop
27663160 if test -n "$CC"; then
27673161 ac_cv_prog_CC="$CC" # Let the user override the test.
27683162else
···27703164for as_dir in $PATH
27713165do
27723166 IFS=$as_save_IFS
27732773- test -z "$as_dir" && as_dir=.
31673167+ case $as_dir in #(((
31683168+ '') as_dir=./ ;;
31693169+ */) ;;
31703170+ *) as_dir=$as_dir/ ;;
31713171+ esac
27743172 for ac_exec_ext in '' $ac_executable_extensions; do
27752775- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31733173+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
27763174 ac_cv_prog_CC="${ac_tool_prefix}gcc"
27772777- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
31753175+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
27783176 break 2
27793177 fi
27803178done
···27853183fi
27863184CC=$ac_cv_prog_CC
27873185if test -n "$CC"; then
27882788- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
27892789-$as_echo "$CC" >&6; }
31863186+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
31873187+printf "%s\n" "$CC" >&6; }
27903188else
27912791- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27922792-$as_echo "no" >&6; }
31893189+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
31903190+printf "%s\n" "no" >&6; }
27933191fi
2794319227953193···27983196 ac_ct_CC=$CC
27993197 # Extract the first word of "gcc", so it can be a program name with args.
28003198set dummy gcc; ac_word=$2
28012801-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28022802-$as_echo_n "checking for $ac_word... " >&6; }
28032803-if ${ac_cv_prog_ac_ct_CC+:} false; then :
28042804- $as_echo_n "(cached) " >&6
28052805-else
31993199+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
32003200+printf %s "checking for $ac_word... " >&6; }
32013201+if test ${ac_cv_prog_ac_ct_CC+y}
32023202+then :
32033203+ printf %s "(cached) " >&6
32043204+else $as_nop
28063205 if test -n "$ac_ct_CC"; then
28073206 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
28083207else
···28103209for as_dir in $PATH
28113210do
28123211 IFS=$as_save_IFS
28132813- test -z "$as_dir" && as_dir=.
32123212+ case $as_dir in #(((
32133213+ '') as_dir=./ ;;
32143214+ */) ;;
32153215+ *) as_dir=$as_dir/ ;;
32163216+ esac
28143217 for ac_exec_ext in '' $ac_executable_extensions; do
28152815- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
32183218+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
28163219 ac_cv_prog_ac_ct_CC="gcc"
28172817- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
32203220+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
28183221 break 2
28193222 fi
28203223done
···28253228fi
28263229ac_ct_CC=$ac_cv_prog_ac_ct_CC
28273230if test -n "$ac_ct_CC"; then
28282828- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
28292829-$as_echo "$ac_ct_CC" >&6; }
32313231+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
32323232+printf "%s\n" "$ac_ct_CC" >&6; }
28303233else
28312831- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28322832-$as_echo "no" >&6; }
32343234+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
32353235+printf "%s\n" "no" >&6; }
28333236fi
2834323728353238 if test "x$ac_ct_CC" = x; then
···28373240 else
28383241 case $cross_compiling:$ac_tool_warned in
28393242yes:)
28402840-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28412841-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
32433243+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
32443244+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28423245ac_tool_warned=yes ;;
28433246esac
28443247 CC=$ac_ct_CC
···28513254 if test -n "$ac_tool_prefix"; then
28523255 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
28533256set dummy ${ac_tool_prefix}cc; ac_word=$2
28542854-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28552855-$as_echo_n "checking for $ac_word... " >&6; }
28562856-if ${ac_cv_prog_CC+:} false; then :
28572857- $as_echo_n "(cached) " >&6
28582858-else
32573257+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
32583258+printf %s "checking for $ac_word... " >&6; }
32593259+if test ${ac_cv_prog_CC+y}
32603260+then :
32613261+ printf %s "(cached) " >&6
32623262+else $as_nop
28593263 if test -n "$CC"; then
28603264 ac_cv_prog_CC="$CC" # Let the user override the test.
28613265else
···28633267for as_dir in $PATH
28643268do
28653269 IFS=$as_save_IFS
28662866- test -z "$as_dir" && as_dir=.
32703270+ case $as_dir in #(((
32713271+ '') as_dir=./ ;;
32723272+ */) ;;
32733273+ *) as_dir=$as_dir/ ;;
32743274+ esac
28673275 for ac_exec_ext in '' $ac_executable_extensions; do
28682868- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
32763276+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
28693277 ac_cv_prog_CC="${ac_tool_prefix}cc"
28702870- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
32783278+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
28713279 break 2
28723280 fi
28733281done
···28783286fi
28793287CC=$ac_cv_prog_CC
28803288if test -n "$CC"; then
28812881- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
28822882-$as_echo "$CC" >&6; }
32893289+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
32903290+printf "%s\n" "$CC" >&6; }
28833291else
28842884- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28852885-$as_echo "no" >&6; }
32923292+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
32933293+printf "%s\n" "no" >&6; }
28863294fi
2887329528883296···28913299if test -z "$CC"; then
28923300 # Extract the first word of "cc", so it can be a program name with args.
28933301set dummy cc; ac_word=$2
28942894-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28952895-$as_echo_n "checking for $ac_word... " >&6; }
28962896-if ${ac_cv_prog_CC+:} false; then :
28972897- $as_echo_n "(cached) " >&6
28982898-else
33023302+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33033303+printf %s "checking for $ac_word... " >&6; }
33043304+if test ${ac_cv_prog_CC+y}
33053305+then :
33063306+ printf %s "(cached) " >&6
33073307+else $as_nop
28993308 if test -n "$CC"; then
29003309 ac_cv_prog_CC="$CC" # Let the user override the test.
29013310else
···29043313for as_dir in $PATH
29053314do
29063315 IFS=$as_save_IFS
29072907- test -z "$as_dir" && as_dir=.
33163316+ case $as_dir in #(((
33173317+ '') as_dir=./ ;;
33183318+ */) ;;
33193319+ *) as_dir=$as_dir/ ;;
33203320+ esac
29083321 for ac_exec_ext in '' $ac_executable_extensions; do
29092909- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29102910- if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
33223322+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
33233323+ if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
29113324 ac_prog_rejected=yes
29123325 continue
29133326 fi
29143327 ac_cv_prog_CC="cc"
29152915- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33283328+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
29163329 break 2
29173330 fi
29183331done
···29283341 # However, it has the same basename, so the bogon will be chosen
29293342 # first if we set CC to just the basename; use the full file name.
29303343 shift
29312931- ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
33443344+ ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
29323345 fi
29333346fi
29343347fi
29353348fi
29363349CC=$ac_cv_prog_CC
29373350if test -n "$CC"; then
29382938- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
29392939-$as_echo "$CC" >&6; }
33513351+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
33523352+printf "%s\n" "$CC" >&6; }
29403353else
29412941- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29422942-$as_echo "no" >&6; }
33543354+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
33553355+printf "%s\n" "no" >&6; }
29433356fi
2944335729453358···29503363 do
29513364 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
29523365set dummy $ac_tool_prefix$ac_prog; ac_word=$2
29532953-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29542954-$as_echo_n "checking for $ac_word... " >&6; }
29552955-if ${ac_cv_prog_CC+:} false; then :
29562956- $as_echo_n "(cached) " >&6
29572957-else
33663366+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33673367+printf %s "checking for $ac_word... " >&6; }
33683368+if test ${ac_cv_prog_CC+y}
33693369+then :
33703370+ printf %s "(cached) " >&6
33713371+else $as_nop
29583372 if test -n "$CC"; then
29593373 ac_cv_prog_CC="$CC" # Let the user override the test.
29603374else
···29623376for as_dir in $PATH
29633377do
29643378 IFS=$as_save_IFS
29652965- test -z "$as_dir" && as_dir=.
33793379+ case $as_dir in #(((
33803380+ '') as_dir=./ ;;
33813381+ */) ;;
33823382+ *) as_dir=$as_dir/ ;;
33833383+ esac
29663384 for ac_exec_ext in '' $ac_executable_extensions; do
29672967- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33853385+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
29683386 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
29692969- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33873387+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
29703388 break 2
29713389 fi
29723390done
···29773395fi
29783396CC=$ac_cv_prog_CC
29793397if test -n "$CC"; then
29802980- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
29812981-$as_echo "$CC" >&6; }
33983398+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
33993399+printf "%s\n" "$CC" >&6; }
29823400else
29832983- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29842984-$as_echo "no" >&6; }
34013401+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
34023402+printf "%s\n" "no" >&6; }
29853403fi
2986340429873405···29943412do
29953413 # Extract the first word of "$ac_prog", so it can be a program name with args.
29963414set dummy $ac_prog; ac_word=$2
29972997-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29982998-$as_echo_n "checking for $ac_word... " >&6; }
29992999-if ${ac_cv_prog_ac_ct_CC+:} false; then :
30003000- $as_echo_n "(cached) " >&6
30013001-else
34153415+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
34163416+printf %s "checking for $ac_word... " >&6; }
34173417+if test ${ac_cv_prog_ac_ct_CC+y}
34183418+then :
34193419+ printf %s "(cached) " >&6
34203420+else $as_nop
30023421 if test -n "$ac_ct_CC"; then
30033422 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
30043423else
···30063425for as_dir in $PATH
30073426do
30083427 IFS=$as_save_IFS
30093009- test -z "$as_dir" && as_dir=.
34283428+ case $as_dir in #(((
34293429+ '') as_dir=./ ;;
34303430+ */) ;;
34313431+ *) as_dir=$as_dir/ ;;
34323432+ esac
30103433 for ac_exec_ext in '' $ac_executable_extensions; do
30113011- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34343434+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
30123435 ac_cv_prog_ac_ct_CC="$ac_prog"
30133013- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
34363436+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
30143437 break 2
30153438 fi
30163439done
···30213444fi
30223445ac_ct_CC=$ac_cv_prog_ac_ct_CC
30233446if test -n "$ac_ct_CC"; then
30243024- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
30253025-$as_echo "$ac_ct_CC" >&6; }
34473447+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
34483448+printf "%s\n" "$ac_ct_CC" >&6; }
30263449else
30273027- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30283028-$as_echo "no" >&6; }
34503450+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
34513451+printf "%s\n" "no" >&6; }
30293452fi
3030345330313454···30373460 else
30383461 case $cross_compiling:$ac_tool_warned in
30393462yes:)
30403040-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
30413041-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
34633463+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
34643464+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
34653465+ac_tool_warned=yes ;;
34663466+esac
34673467+ CC=$ac_ct_CC
34683468+ fi
34693469+fi
34703470+34713471+fi
34723472+if test -z "$CC"; then
34733473+ if test -n "$ac_tool_prefix"; then
34743474+ # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
34753475+set dummy ${ac_tool_prefix}clang; ac_word=$2
34763476+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
34773477+printf %s "checking for $ac_word... " >&6; }
34783478+if test ${ac_cv_prog_CC+y}
34793479+then :
34803480+ printf %s "(cached) " >&6
34813481+else $as_nop
34823482+ if test -n "$CC"; then
34833483+ ac_cv_prog_CC="$CC" # Let the user override the test.
34843484+else
34853485+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34863486+for as_dir in $PATH
34873487+do
34883488+ IFS=$as_save_IFS
34893489+ case $as_dir in #(((
34903490+ '') as_dir=./ ;;
34913491+ */) ;;
34923492+ *) as_dir=$as_dir/ ;;
34933493+ esac
34943494+ for ac_exec_ext in '' $ac_executable_extensions; do
34953495+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
34963496+ ac_cv_prog_CC="${ac_tool_prefix}clang"
34973497+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
34983498+ break 2
34993499+ fi
35003500+done
35013501+ done
35023502+IFS=$as_save_IFS
35033503+35043504+fi
35053505+fi
35063506+CC=$ac_cv_prog_CC
35073507+if test -n "$CC"; then
35083508+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
35093509+printf "%s\n" "$CC" >&6; }
35103510+else
35113511+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
35123512+printf "%s\n" "no" >&6; }
35133513+fi
35143514+35153515+35163516+fi
35173517+if test -z "$ac_cv_prog_CC"; then
35183518+ ac_ct_CC=$CC
35193519+ # Extract the first word of "clang", so it can be a program name with args.
35203520+set dummy clang; ac_word=$2
35213521+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
35223522+printf %s "checking for $ac_word... " >&6; }
35233523+if test ${ac_cv_prog_ac_ct_CC+y}
35243524+then :
35253525+ printf %s "(cached) " >&6
35263526+else $as_nop
35273527+ if test -n "$ac_ct_CC"; then
35283528+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
35293529+else
35303530+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35313531+for as_dir in $PATH
35323532+do
35333533+ IFS=$as_save_IFS
35343534+ case $as_dir in #(((
35353535+ '') as_dir=./ ;;
35363536+ */) ;;
35373537+ *) as_dir=$as_dir/ ;;
35383538+ esac
35393539+ for ac_exec_ext in '' $ac_executable_extensions; do
35403540+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
35413541+ ac_cv_prog_ac_ct_CC="clang"
35423542+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
35433543+ break 2
35443544+ fi
35453545+done
35463546+ done
35473547+IFS=$as_save_IFS
35483548+35493549+fi
35503550+fi
35513551+ac_ct_CC=$ac_cv_prog_ac_ct_CC
35523552+if test -n "$ac_ct_CC"; then
35533553+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
35543554+printf "%s\n" "$ac_ct_CC" >&6; }
35553555+else
35563556+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
35573557+printf "%s\n" "no" >&6; }
35583558+fi
35593559+35603560+ if test "x$ac_ct_CC" = x; then
35613561+ CC=""
35623562+ else
35633563+ case $cross_compiling:$ac_tool_warned in
35643564+yes:)
35653565+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
35663566+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
30423567ac_tool_warned=yes ;;
30433568esac
30443569 CC=$ac_ct_CC
30453570 fi
35713571+else
35723572+ CC="$ac_cv_prog_CC"
30463573fi
3047357430483575fi
304935763050357730513051-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
30523052-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
35783578+test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
35793579+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
30533580as_fn_error $? "no acceptable C compiler found in \$PATH
30543581See \`config.log' for more details" "$LINENO" 5; }
3055358230563583# Provide some information about the compiler.
30573057-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
35843584+printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
30583585set X $ac_compile
30593586ac_compiler=$2
30603060-for ac_option in --version -v -V -qversion; do
35873587+for ac_option in --version -v -V -qversion -version; do
30613588 { { ac_try="$ac_compiler $ac_option >&5"
30623589case "(($ac_try" in
30633590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30643591 *) ac_try_echo=$ac_try;;
30653592esac
30663593eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
30673067-$as_echo "$ac_try_echo"; } >&5
35943594+printf "%s\n" "$ac_try_echo"; } >&5
30683595 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
30693596 ac_status=$?
30703597 if test -s conftest.err; then
···30743601 cat conftest.er1 >&5
30753602 fi
30763603 rm -f conftest.er1 conftest.err
30773077- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36043604+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30783605 test $ac_status = 0; }
30793606done
30803607···30823609/* end confdefs.h. */
3083361030843611int
30853085-main ()
36123612+main (void)
30863613{
3087361430883615 ;
···30943621# Try to create an executable without -o first, disregard a.out.
30953622# It will help us diagnose broken compilers, and finding out an intuition
30963623# of exeext.
30973097-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
30983098-$as_echo_n "checking whether the C compiler works... " >&6; }
30993099-ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
36243624+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
36253625+printf %s "checking whether the C compiler works... " >&6; }
36263626+ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3100362731013628# The possible output files:
31023629ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
···31173644 *) ac_try_echo=$ac_try;;
31183645esac
31193646eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
31203120-$as_echo "$ac_try_echo"; } >&5
36473647+printf "%s\n" "$ac_try_echo"; } >&5
31213648 (eval "$ac_link_default") 2>&5
31223649 ac_status=$?
31233123- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31243124- test $ac_status = 0; }; then :
36503650+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36513651+ test $ac_status = 0; }
36523652+then :
31253653 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
31263654# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
31273655# in a Makefile. We should not override ac_cv_exeext if it was cached,
···31383666 # certainly right.
31393667 break;;
31403668 *.* )
31413141- if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
36693669+ if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
31423670 then :; else
31433671 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
31443672 fi
···31543682done
31553683test "$ac_cv_exeext" = no && ac_cv_exeext=
3156368431573157-else
36853685+else $as_nop
31583686 ac_file=''
31593687fi
31603160-if test -z "$ac_file"; then :
31613161- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31623162-$as_echo "no" >&6; }
31633163-$as_echo "$as_me: failed program was:" >&5
36883688+if test -z "$ac_file"
36893689+then :
36903690+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
36913691+printf "%s\n" "no" >&6; }
36923692+printf "%s\n" "$as_me: failed program was:" >&5
31643693sed 's/^/| /' conftest.$ac_ext >&5
3165369431663166-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
31673167-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36953695+{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
36963696+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
31683697as_fn_error 77 "C compiler cannot create executables
31693698See \`config.log' for more details" "$LINENO" 5; }
31703170-else
31713171- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31723172-$as_echo "yes" >&6; }
36993699+else $as_nop
37003700+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37013701+printf "%s\n" "yes" >&6; }
31733702fi
31743174-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
31753175-$as_echo_n "checking for C compiler default output file name... " >&6; }
31763176-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
31773177-$as_echo "$ac_file" >&6; }
37033703+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
37043704+printf %s "checking for C compiler default output file name... " >&6; }
37053705+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
37063706+printf "%s\n" "$ac_file" >&6; }
31783707ac_exeext=$ac_cv_exeext
3179370831803709rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
31813710ac_clean_files=$ac_clean_files_save
31823182-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
31833183-$as_echo_n "checking for suffix of executables... " >&6; }
37113711+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
37123712+printf %s "checking for suffix of executables... " >&6; }
31843713if { { ac_try="$ac_link"
31853714case "(($ac_try" in
31863715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31873716 *) ac_try_echo=$ac_try;;
31883717esac
31893718eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
31903190-$as_echo "$ac_try_echo"; } >&5
37193719+printf "%s\n" "$ac_try_echo"; } >&5
31913720 (eval "$ac_link") 2>&5
31923721 ac_status=$?
31933193- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31943194- test $ac_status = 0; }; then :
37223722+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37233723+ test $ac_status = 0; }
37243724+then :
31953725 # If both `conftest.exe' and `conftest' are `present' (well, observable)
31963726# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
31973727# work properly (i.e., refer to `conftest.exe'), while it won't with
···32053735 * ) break;;
32063736 esac
32073737done
32083208-else
32093209- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32103210-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37383738+else $as_nop
37393739+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
37403740+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
32113741as_fn_error $? "cannot compute suffix of executables: cannot compile and link
32123742See \`config.log' for more details" "$LINENO" 5; }
32133743fi
32143744rm -f conftest conftest$ac_cv_exeext
32153215-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
32163216-$as_echo "$ac_cv_exeext" >&6; }
37453745+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
37463746+printf "%s\n" "$ac_cv_exeext" >&6; }
3217374732183748rm -f conftest.$ac_ext
32193749EXEEXT=$ac_cv_exeext
···32223752/* end confdefs.h. */
32233753#include <stdio.h>
32243754int
32253225-main ()
37553755+main (void)
32263756{
32273757FILE *f = fopen ("conftest.out", "w");
32283758 return ferror (f) || fclose (f) != 0;
···32343764ac_clean_files="$ac_clean_files conftest.out"
32353765# Check that the compiler produces executables we can run. If not, either
32363766# the compiler is broken, or we cross compile.
32373237-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
32383238-$as_echo_n "checking whether we are cross compiling... " >&6; }
37673767+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
37683768+printf %s "checking whether we are cross compiling... " >&6; }
32393769if test "$cross_compiling" != yes; then
32403770 { { ac_try="$ac_link"
32413771case "(($ac_try" in
···32433773 *) ac_try_echo=$ac_try;;
32443774esac
32453775eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
32463246-$as_echo "$ac_try_echo"; } >&5
37763776+printf "%s\n" "$ac_try_echo"; } >&5
32473777 (eval "$ac_link") 2>&5
32483778 ac_status=$?
32493249- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37793779+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32503780 test $ac_status = 0; }
32513781 if { ac_try='./conftest$ac_cv_exeext'
32523782 { { case "(($ac_try" in
···32543784 *) ac_try_echo=$ac_try;;
32553785esac
32563786eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
32573257-$as_echo "$ac_try_echo"; } >&5
37873787+printf "%s\n" "$ac_try_echo"; } >&5
32583788 (eval "$ac_try") 2>&5
32593789 ac_status=$?
32603260- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37903790+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32613791 test $ac_status = 0; }; }; then
32623792 cross_compiling=no
32633793 else
32643794 if test "$cross_compiling" = maybe; then
32653795 cross_compiling=yes
32663796 else
32673267- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32683268-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
32693269-as_fn_error $? "cannot run C compiled programs.
37973797+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
37983798+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
37993799+as_fn_error 77 "cannot run C compiled programs.
32703800If you meant to cross compile, use \`--host'.
32713801See \`config.log' for more details" "$LINENO" 5; }
32723802 fi
32733803 fi
32743804fi
32753275-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
32763276-$as_echo "$cross_compiling" >&6; }
38053805+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
38063806+printf "%s\n" "$cross_compiling" >&6; }
3277380732783808rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
32793809ac_clean_files=$ac_clean_files_save
32803280-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
32813281-$as_echo_n "checking for suffix of object files... " >&6; }
32823282-if ${ac_cv_objext+:} false; then :
32833283- $as_echo_n "(cached) " >&6
32843284-else
38103810+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
38113811+printf %s "checking for suffix of object files... " >&6; }
38123812+if test ${ac_cv_objext+y}
38133813+then :
38143814+ printf %s "(cached) " >&6
38153815+else $as_nop
32853816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32863817/* end confdefs.h. */
3287381832883819int
32893289-main ()
38203820+main (void)
32903821{
3291382232923823 ;
···33003831 *) ac_try_echo=$ac_try;;
33013832esac
33023833eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
33033303-$as_echo "$ac_try_echo"; } >&5
38343834+printf "%s\n" "$ac_try_echo"; } >&5
33043835 (eval "$ac_compile") 2>&5
33053836 ac_status=$?
33063306- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33073307- test $ac_status = 0; }; then :
38373837+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
38383838+ test $ac_status = 0; }
38393839+then :
33083840 for ac_file in conftest.o conftest.obj conftest.*; do
33093841 test -f "$ac_file" || continue;
33103842 case $ac_file in
···33133845 break;;
33143846 esac
33153847done
33163316-else
33173317- $as_echo "$as_me: failed program was:" >&5
38483848+else $as_nop
38493849+ printf "%s\n" "$as_me: failed program was:" >&5
33183850sed 's/^/| /' conftest.$ac_ext >&5
3319385133203320-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
33213321-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
38523852+{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
38533853+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
33223854as_fn_error $? "cannot compute suffix of object files: cannot compile
33233855See \`config.log' for more details" "$LINENO" 5; }
33243856fi
33253857rm -f conftest.$ac_cv_objext conftest.$ac_ext
33263858fi
33273327-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
33283328-$as_echo "$ac_cv_objext" >&6; }
38593859+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
38603860+printf "%s\n" "$ac_cv_objext" >&6; }
33293861OBJEXT=$ac_cv_objext
33303862ac_objext=$OBJEXT
33313331-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
33323332-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
33333333-if ${ac_cv_c_compiler_gnu+:} false; then :
33343334- $as_echo_n "(cached) " >&6
33353335-else
38633863+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
38643864+printf %s "checking whether the compiler supports GNU C... " >&6; }
38653865+if test ${ac_cv_c_compiler_gnu+y}
38663866+then :
38673867+ printf %s "(cached) " >&6
38683868+else $as_nop
33363869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33373870/* end confdefs.h. */
3338387133393872int
33403340-main ()
38733873+main (void)
33413874{
33423875#ifndef __GNUC__
33433876 choke me
···33473880 return 0;
33483881}
33493882_ACEOF
33503350-if ac_fn_c_try_compile "$LINENO"; then :
38833883+if ac_fn_c_try_compile "$LINENO"
38843884+then :
33513885 ac_compiler_gnu=yes
33523352-else
38863886+else $as_nop
33533887 ac_compiler_gnu=no
33543888fi
33553355-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38893889+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
33563890ac_cv_c_compiler_gnu=$ac_compiler_gnu
3357389133583892fi
33593359-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
33603360-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
38933893+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
38943894+printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
38953895+ac_compiler_gnu=$ac_cv_c_compiler_gnu
38963896+33613897if test $ac_compiler_gnu = yes; then
33623898 GCC=yes
33633899else
33643900 GCC=
33653901fi
33663366-ac_test_CFLAGS=${CFLAGS+set}
39023902+ac_test_CFLAGS=${CFLAGS+y}
33673903ac_save_CFLAGS=$CFLAGS
33683368-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
33693369-$as_echo_n "checking whether $CC accepts -g... " >&6; }
33703370-if ${ac_cv_prog_cc_g+:} false; then :
33713371- $as_echo_n "(cached) " >&6
33723372-else
39043904+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
39053905+printf %s "checking whether $CC accepts -g... " >&6; }
39063906+if test ${ac_cv_prog_cc_g+y}
39073907+then :
39083908+ printf %s "(cached) " >&6
39093909+else $as_nop
33733910 ac_save_c_werror_flag=$ac_c_werror_flag
33743911 ac_c_werror_flag=yes
33753912 ac_cv_prog_cc_g=no
···33783915/* end confdefs.h. */
3379391633803917int
33813381-main ()
39183918+main (void)
33823919{
3383392033843921 ;
33853922 return 0;
33863923}
33873924_ACEOF
33883388-if ac_fn_c_try_compile "$LINENO"; then :
39253925+if ac_fn_c_try_compile "$LINENO"
39263926+then :
33893927 ac_cv_prog_cc_g=yes
33903390-else
39283928+else $as_nop
33913929 CFLAGS=""
33923930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33933931/* end confdefs.h. */
3394393233953933int
33963396-main ()
39343934+main (void)
33973935{
3398393633993937 ;
34003938 return 0;
34013939}
34023940_ACEOF
34033403-if ac_fn_c_try_compile "$LINENO"; then :
39413941+if ac_fn_c_try_compile "$LINENO"
39423942+then :
3404394334053405-else
39443944+else $as_nop
34063945 ac_c_werror_flag=$ac_save_c_werror_flag
34073946 CFLAGS="-g"
34083947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34093948/* end confdefs.h. */
3410394934113950int
34123412-main ()
39513951+main (void)
34133952{
3414395334153954 ;
34163955 return 0;
34173956}
34183957_ACEOF
34193419-if ac_fn_c_try_compile "$LINENO"; then :
39583958+if ac_fn_c_try_compile "$LINENO"
39593959+then :
34203960 ac_cv_prog_cc_g=yes
34213961fi
34223422-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39623962+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
34233963fi
34243424-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39643964+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
34253965fi
34263426-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39663966+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
34273967 ac_c_werror_flag=$ac_save_c_werror_flag
34283968fi
34293429-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
34303430-$as_echo "$ac_cv_prog_cc_g" >&6; }
34313431-if test "$ac_test_CFLAGS" = set; then
39693969+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
39703970+printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
39713971+if test $ac_test_CFLAGS; then
34323972 CFLAGS=$ac_save_CFLAGS
34333973elif test $ac_cv_prog_cc_g = yes; then
34343974 if test "$GCC" = yes; then
···34433983 CFLAGS=
34443984 fi
34453985fi
34463446-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
34473447-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
34483448-if ${ac_cv_prog_cc_c89+:} false; then :
34493449- $as_echo_n "(cached) " >&6
34503450-else
34513451- ac_cv_prog_cc_c89=no
39863986+ac_prog_cc_stdc=no
39873987+if test x$ac_prog_cc_stdc = xno
39883988+then :
39893989+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
39903990+printf %s "checking for $CC option to enable C11 features... " >&6; }
39913991+if test ${ac_cv_prog_cc_c11+y}
39923992+then :
39933993+ printf %s "(cached) " >&6
39943994+else $as_nop
39953995+ ac_cv_prog_cc_c11=no
34523996ac_save_CC=$CC
34533997cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34543998/* end confdefs.h. */
34553455-#include <stdarg.h>
34563456-#include <stdio.h>
34573457-struct stat;
34583458-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
34593459-struct buf { int x; };
34603460-FILE * (*rcsopen) (struct buf *, struct stat *, int);
34613461-static char *e (p, i)
34623462- char **p;
34633463- int i;
34643464-{
34653465- return p[i];
34663466-}
34673467-static char *f (char * (*g) (char **, int), char **p, ...)
34683468-{
34693469- char *s;
34703470- va_list v;
34713471- va_start (v,p);
34723472- s = g (p, va_arg (v,int));
34733473- va_end (v);
34743474- return s;
34753475-}
39993999+$ac_c_conftest_c11_program
40004000+_ACEOF
40014001+for ac_arg in '' -std=gnu11
40024002+do
40034003+ CC="$ac_save_CC $ac_arg"
40044004+ if ac_fn_c_try_compile "$LINENO"
40054005+then :
40064006+ ac_cv_prog_cc_c11=$ac_arg
40074007+fi
40084008+rm -f core conftest.err conftest.$ac_objext conftest.beam
40094009+ test "x$ac_cv_prog_cc_c11" != "xno" && break
40104010+done
40114011+rm -f conftest.$ac_ext
40124012+CC=$ac_save_CC
40134013+fi
3476401434773477-/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
34783478- function prototypes and stuff, but not '\xHH' hex character constants.
34793479- These don't provoke an error unfortunately, instead are silently treated
34803480- as 'x'. The following induces an error, until -std is added to get
34813481- proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
34823482- array size at least. It's necessary to write '\x00'==0 to get something
34833483- that's true only with -std. */
34843484-int osf4_cc_array ['\x00' == 0 ? 1 : -1];
40154015+if test "x$ac_cv_prog_cc_c11" = xno
40164016+then :
40174017+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
40184018+printf "%s\n" "unsupported" >&6; }
40194019+else $as_nop
40204020+ if test "x$ac_cv_prog_cc_c11" = x
40214021+then :
40224022+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
40234023+printf "%s\n" "none needed" >&6; }
40244024+else $as_nop
40254025+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
40264026+printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
40274027+ CC="$CC $ac_cv_prog_cc_c11"
40284028+fi
40294029+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
40304030+ ac_prog_cc_stdc=c11
40314031+fi
40324032+fi
40334033+if test x$ac_prog_cc_stdc = xno
40344034+then :
40354035+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
40364036+printf %s "checking for $CC option to enable C99 features... " >&6; }
40374037+if test ${ac_cv_prog_cc_c99+y}
40384038+then :
40394039+ printf %s "(cached) " >&6
40404040+else $as_nop
40414041+ ac_cv_prog_cc_c99=no
40424042+ac_save_CC=$CC
40434043+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40444044+/* end confdefs.h. */
40454045+$ac_c_conftest_c99_program
40464046+_ACEOF
40474047+for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
40484048+do
40494049+ CC="$ac_save_CC $ac_arg"
40504050+ if ac_fn_c_try_compile "$LINENO"
40514051+then :
40524052+ ac_cv_prog_cc_c99=$ac_arg
40534053+fi
40544054+rm -f core conftest.err conftest.$ac_objext conftest.beam
40554055+ test "x$ac_cv_prog_cc_c99" != "xno" && break
40564056+done
40574057+rm -f conftest.$ac_ext
40584058+CC=$ac_save_CC
40594059+fi
3485406034863486-/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
34873487- inside strings and character constants. */
34883488-#define FOO(x) 'x'
34893489-int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
34903490-34913491-int test (int i, double x);
34923492-struct s1 {int (*f) (int a);};
34933493-struct s2 {int (*f) (double a);};
34943494-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
34953495-int argc;
34963496-char **argv;
34973497-int
34983498-main ()
34993499-{
35003500-return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
35013501- ;
35023502- return 0;
35033503-}
40614061+if test "x$ac_cv_prog_cc_c99" = xno
40624062+then :
40634063+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
40644064+printf "%s\n" "unsupported" >&6; }
40654065+else $as_nop
40664066+ if test "x$ac_cv_prog_cc_c99" = x
40674067+then :
40684068+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
40694069+printf "%s\n" "none needed" >&6; }
40704070+else $as_nop
40714071+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
40724072+printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
40734073+ CC="$CC $ac_cv_prog_cc_c99"
40744074+fi
40754075+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
40764076+ ac_prog_cc_stdc=c99
40774077+fi
40784078+fi
40794079+if test x$ac_prog_cc_stdc = xno
40804080+then :
40814081+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
40824082+printf %s "checking for $CC option to enable C89 features... " >&6; }
40834083+if test ${ac_cv_prog_cc_c89+y}
40844084+then :
40854085+ printf %s "(cached) " >&6
40864086+else $as_nop
40874087+ ac_cv_prog_cc_c89=no
40884088+ac_save_CC=$CC
40894089+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40904090+/* end confdefs.h. */
40914091+$ac_c_conftest_c89_program
35044092_ACEOF
35053505-for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
35063506- -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
40934093+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
35074094do
35084095 CC="$ac_save_CC $ac_arg"
35093509- if ac_fn_c_try_compile "$LINENO"; then :
40964096+ if ac_fn_c_try_compile "$LINENO"
40974097+then :
35104098 ac_cv_prog_cc_c89=$ac_arg
35114099fi
35123512-rm -f core conftest.err conftest.$ac_objext
41004100+rm -f core conftest.err conftest.$ac_objext conftest.beam
35134101 test "x$ac_cv_prog_cc_c89" != "xno" && break
35144102done
35154103rm -f conftest.$ac_ext
35164104CC=$ac_save_CC
41054105+fi
3517410641074107+if test "x$ac_cv_prog_cc_c89" = xno
41084108+then :
41094109+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
41104110+printf "%s\n" "unsupported" >&6; }
41114111+else $as_nop
41124112+ if test "x$ac_cv_prog_cc_c89" = x
41134113+then :
41144114+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
41154115+printf "%s\n" "none needed" >&6; }
41164116+else $as_nop
41174117+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
41184118+printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
41194119+ CC="$CC $ac_cv_prog_cc_c89"
35184120fi
35193519-# AC_CACHE_VAL
35203520-case "x$ac_cv_prog_cc_c89" in
35213521- x)
35223522- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
35233523-$as_echo "none needed" >&6; } ;;
35243524- xno)
35253525- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
35263526-$as_echo "unsupported" >&6; } ;;
35273527- *)
35283528- CC="$CC $ac_cv_prog_cc_c89"
35293529- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
35303530-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
35313531-esac
35323532-if test "x$ac_cv_prog_cc_c89" != xno; then :
35333533-41214121+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
41224122+ ac_prog_cc_stdc=c89
41234123+fi
35344124fi
3535412535364126ac_ext=c
···3541413135424132depcc="$CC" am_compiler_list=
3543413335443544-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
35453545-$as_echo_n "checking dependency style of $depcc... " >&6; }
35463546-if ${am_cv_CC_dependencies_compiler_type+:} false; then :
35473547- $as_echo_n "(cached) " >&6
35483548-else
41344134+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
41354135+printf %s "checking dependency style of $depcc... " >&6; }
41364136+if test ${am_cv_CC_dependencies_compiler_type+y}
41374137+then :
41384138+ printf %s "(cached) " >&6
41394139+else $as_nop
35494140 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
35504141 # We make a subdir and do the tests there. Otherwise we can end up
35514142 # making bogus files that we don't know about and never remove. For
···36524243fi
3653424436544245fi
36553655-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
36563656-$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42464246+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
42474247+printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
36574248CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3658424936594250 if
···36674258fi
366842593669426036703670- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
36713671-$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
36723672-if ${ac_cv_prog_cc_c99+:} false; then :
36733673- $as_echo_n "(cached) " >&6
36743674-else
36753675- ac_cv_prog_cc_c99=no
36763676-ac_save_CC=$CC
36773677-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36783678-/* end confdefs.h. */
36793679-#include <stdarg.h>
36803680-#include <stdbool.h>
36813681-#include <stdlib.h>
36823682-#include <wchar.h>
36833683-#include <stdio.h>
3684426136853685-// Check varargs macros. These examples are taken from C99 6.10.3.5.
36863686-#define debug(...) fprintf (stderr, __VA_ARGS__)
36873687-#define showlist(...) puts (#__VA_ARGS__)
36883688-#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
36893689-static void
36903690-test_varargs_macros (void)
36913691-{
36923692- int x = 1234;
36933693- int y = 5678;
36943694- debug ("Flag");
36953695- debug ("X = %d\n", x);
36963696- showlist (The first, second, and third items.);
36973697- report (x>y, "x is %d but y is %d", x, y);
36983698-}
36993699-37003700-// Check long long types.
37013701-#define BIG64 18446744073709551615ull
37023702-#define BIG32 4294967295ul
37033703-#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
37043704-#if !BIG_OK
37053705- your preprocessor is broken;
37063706-#endif
37073707-#if BIG_OK
37083708-#else
37093709- your preprocessor is broken;
37103710-#endif
37113711-static long long int bignum = -9223372036854775807LL;
37123712-static unsigned long long int ubignum = BIG64;
42624262+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC options needed to detect all undeclared functions" >&5
42634263+printf %s "checking for $CC options needed to detect all undeclared functions... " >&6; }
42644264+if test ${ac_cv_c_undeclared_builtin_options+y}
42654265+then :
42664266+ printf %s "(cached) " >&6
42674267+else $as_nop
42684268+ ac_save_CFLAGS=$CFLAGS
42694269+ ac_cv_c_undeclared_builtin_options='cannot detect'
42704270+ for ac_arg in '' -fno-builtin; do
42714271+ CFLAGS="$ac_save_CFLAGS $ac_arg"
42724272+ # This test program should *not* compile successfully.
42734273+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42744274+/* end confdefs.h. */
3713427537143714-struct incomplete_array
42764276+int
42774277+main (void)
37154278{
37163716- int datasize;
37173717- double data[];
37183718-};
37193719-37203720-struct named_init {
37213721- int number;
37223722- const wchar_t *name;
37233723- double average;
37243724-};
37253725-37263726-typedef const char *ccp;
37273727-37283728-static inline int
37293729-test_restrict (ccp restrict text)
37303730-{
37313731- // See if C++-style comments work.
37323732- // Iterate through items via the restricted pointer.
37333733- // Also check for declarations in for loops.
37343734- for (unsigned int i = 0; *(text+i) != '\0'; ++i)
37353735- continue;
42794279+(void) strchr;
42804280+ ;
37364281 return 0;
37374282}
42834283+_ACEOF
42844284+if ac_fn_c_try_compile "$LINENO"
42854285+then :
3738428637393739-// Check varargs and va_copy.
37403740-static void
37413741-test_varargs (const char *format, ...)
37423742-{
37433743- va_list args;
37443744- va_start (args, format);
37453745- va_list args_copy;
37463746- va_copy (args_copy, args);
37473747-37483748- const char *str;
37493749- int number;
37503750- float fnumber;
37513751-37523752- while (*format)
37533753- {
37543754- switch (*format++)
37553755- {
37563756- case 's': // string
37573757- str = va_arg (args_copy, const char *);
37583758- break;
37593759- case 'd': // int
37603760- number = va_arg (args_copy, int);
37613761- break;
37623762- case 'f': // float
37633763- fnumber = va_arg (args_copy, double);
37643764- break;
37653765- default:
37663766- break;
37673767- }
37683768- }
37693769- va_end (args_copy);
37703770- va_end (args);
37713771-}
42874287+else $as_nop
42884288+ # This test program should compile successfully.
42894289+ # No library function is consistently available on
42904290+ # freestanding implementations, so test against a dummy
42914291+ # declaration. Include always-available headers on the
42924292+ # off chance that they somehow elicit warnings.
42934293+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42944294+/* end confdefs.h. */
42954295+#include <float.h>
42964296+#include <limits.h>
42974297+#include <stdarg.h>
42984298+#include <stddef.h>
42994299+extern void ac_decl (int, char *);
3772430037734301int
37743774-main ()
43024302+main (void)
37754303{
37763776-37773777- // Check bool.
37783778- _Bool success = false;
37793779-37803780- // Check restrict.
37813781- if (test_restrict ("String literal") == 0)
37823782- success = true;
37833783- char *restrict newvar = "Another string";
37843784-37853785- // Check varargs.
37863786- test_varargs ("s, d' f .", "string", 65, 34.234);
37873787- test_varargs_macros ();
37883788-37893789- // Check flexible array members.
37903790- struct incomplete_array *ia =
37913791- malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
37923792- ia->datasize = 10;
37933793- for (int i = 0; i < ia->datasize; ++i)
37943794- ia->data[i] = i * 1.234;
37953795-37963796- // Check named initializers.
37973797- struct named_init ni = {
37983798- .number = 34,
37993799- .name = L"Test wide string",
38003800- .average = 543.34343,
38013801- };
38023802-38033803- ni.number = 58;
38043804-38053805- int dynamic_array[ni.number];
38063806- dynamic_array[ni.number - 1] = 543;
38073807-38083808- // work around unused variable warnings
38093809- return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
38103810- || dynamic_array[ni.number - 1] != 543);
43044304+(void) ac_decl (0, (char *) 0);
43054305+ (void) ac_decl;
3811430638124307 ;
38134308 return 0;
38144309}
38154310_ACEOF
38163816-for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
38173817-do
38183818- CC="$ac_save_CC $ac_arg"
38193819- if ac_fn_c_try_compile "$LINENO"; then :
38203820- ac_cv_prog_cc_c99=$ac_arg
43114311+if ac_fn_c_try_compile "$LINENO"
43124312+then :
43134313+ if test x"$ac_arg" = x
43144314+then :
43154315+ ac_cv_c_undeclared_builtin_options='none needed'
43164316+else $as_nop
43174317+ ac_cv_c_undeclared_builtin_options=$ac_arg
38214318fi
38223822-rm -f core conftest.err conftest.$ac_objext
38233823- test "x$ac_cv_prog_cc_c99" != "xno" && break
38243824-done
38253825-rm -f conftest.$ac_ext
38263826-CC=$ac_save_CC
38273827-43194319+ break
38284320fi
38293829-# AC_CACHE_VAL
38303830-case "x$ac_cv_prog_cc_c99" in
38313831- x)
38323832- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
38333833-$as_echo "none needed" >&6; } ;;
38343834- xno)
38353835- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
38363836-$as_echo "unsupported" >&6; } ;;
38373837- *)
38383838- CC="$CC $ac_cv_prog_cc_c99"
38393839- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
38403840-$as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
38413841-esac
38423842-if test "x$ac_cv_prog_cc_c99" != xno; then :
38433843-38443844-fi
38453845-38463846-38473847-38483848-ac_ext=c
38493849-ac_cpp='$CPP $CPPFLAGS'
38503850-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38513851-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38523852-ac_compiler_gnu=$ac_cv_c_compiler_gnu
38533853-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
38543854-$as_echo_n "checking how to run the C preprocessor... " >&6; }
38553855-# On Suns, sometimes $CPP names a directory.
38563856-if test -n "$CPP" && test -d "$CPP"; then
38573857- CPP=
38583858-fi
38593859-if test -z "$CPP"; then
38603860- if ${ac_cv_prog_CPP+:} false; then :
38613861- $as_echo_n "(cached) " >&6
38623862-else
38633863- # Double quotes because CPP needs to be expanded
38643864- for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
38653865- do
38663866- ac_preproc_ok=false
38673867-for ac_c_preproc_warn_flag in '' yes
38683868-do
38693869- # Use a header file that comes with gcc, so configuring glibc
38703870- # with a fresh cross-compiler works.
38713871- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38723872- # <limits.h> exists even on freestanding compilers.
38733873- # On the NeXT, cc -E runs the code through the compiler's parser,
38743874- # not just through cpp. "Syntax error" is here to catch this case.
38753875- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38763876-/* end confdefs.h. */
38773877-#ifdef __STDC__
38783878-# include <limits.h>
38793879-#else
38803880-# include <assert.h>
38813881-#endif
38823882- Syntax error
38833883-_ACEOF
38843884-if ac_fn_c_try_cpp "$LINENO"; then :
38853885-38863886-else
38873887- # Broken: fails on valid input.
38883888-continue
43214321+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
38894322fi
38903890-rm -f conftest.err conftest.i conftest.$ac_ext
38913891-38923892- # OK, works on sane cases. Now check whether nonexistent headers
38933893- # can be detected and how.
38943894- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38953895-/* end confdefs.h. */
38963896-#include <ac_nonexistent.h>
38973897-_ACEOF
38983898-if ac_fn_c_try_cpp "$LINENO"; then :
38993899- # Broken: success on invalid input.
39003900-continue
39013901-else
39023902- # Passes both tests.
39033903-ac_preproc_ok=:
39043904-break
39053905-fi
39063906-rm -f conftest.err conftest.i conftest.$ac_ext
39073907-39083908-done
39093909-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
39103910-rm -f conftest.i conftest.err conftest.$ac_ext
39113911-if $ac_preproc_ok; then :
39123912- break
39133913-fi
39143914-43234323+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
39154324 done
39163916- ac_cv_prog_CPP=$CPP
39173917-39183918-fi
39193919- CPP=$ac_cv_prog_CPP
39203920-else
39213921- ac_cv_prog_CPP=$CPP
39223922-fi
39233923-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
39243924-$as_echo "$CPP" >&6; }
39253925-ac_preproc_ok=false
39263926-for ac_c_preproc_warn_flag in '' yes
39273927-do
39283928- # Use a header file that comes with gcc, so configuring glibc
39293929- # with a fresh cross-compiler works.
39303930- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39313931- # <limits.h> exists even on freestanding compilers.
39323932- # On the NeXT, cc -E runs the code through the compiler's parser,
39333933- # not just through cpp. "Syntax error" is here to catch this case.
39343934- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39353935-/* end confdefs.h. */
39363936-#ifdef __STDC__
39373937-# include <limits.h>
39383938-#else
39393939-# include <assert.h>
39403940-#endif
39413941- Syntax error
39423942-_ACEOF
39433943-if ac_fn_c_try_cpp "$LINENO"; then :
43254325+ CFLAGS=$ac_save_CFLAGS
3944432639453945-else
39463946- # Broken: fails on valid input.
39473947-continue
39484327fi
39493949-rm -f conftest.err conftest.i conftest.$ac_ext
39503950-39513951- # OK, works on sane cases. Now check whether nonexistent headers
39523952- # can be detected and how.
39533953- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39543954-/* end confdefs.h. */
39553955-#include <ac_nonexistent.h>
39563956-_ACEOF
39573957-if ac_fn_c_try_cpp "$LINENO"; then :
39583958- # Broken: success on invalid input.
39593959-continue
39603960-else
39613961- # Passes both tests.
39623962-ac_preproc_ok=:
39633963-break
39643964-fi
39653965-rm -f conftest.err conftest.i conftest.$ac_ext
39663966-39673967-done
39683968-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
39693969-rm -f conftest.i conftest.err conftest.$ac_ext
39703970-if $ac_preproc_ok; then :
39713971-39723972-else
39733973- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
39743974-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
39753975-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
39763976-See \`config.log' for more details" "$LINENO" 5; }
39773977-fi
39783978-39793979-ac_ext=c
39803980-ac_cpp='$CPP $CPPFLAGS'
39813981-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39823982-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39833983-ac_compiler_gnu=$ac_cv_c_compiler_gnu
39843984-39853985-39863986-{ $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
39913991- if test -z "$GREP"; then
39923992- ac_path_GREP_found=false
39933993- # Loop through the user's path and test for each of PROGNAME-LIST
39943994- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39953995-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
39963996-do
39973997- IFS=$as_save_IFS
39983998- test -z "$as_dir" && as_dir=.
39993999- for ac_prog in grep ggrep; do
40004000- for ac_exec_ext in '' $ac_executable_extensions; do
40014001- ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
40024002- as_fn_executable_p "$ac_path_GREP" || continue
40034003-# Check for GNU ac_path_GREP and select it if it is found.
40044004- # Check for GNU $ac_path_GREP
40054005-case `"$ac_path_GREP" --version 2>&1` in
40064006-*GNU*)
40074007- ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
40084008-*)
40094009- ac_count=0
40104010- $as_echo_n 0123456789 >"conftest.in"
40114011- while :
40124012- do
40134013- cat "conftest.in" "conftest.in" >"conftest.tmp"
40144014- mv "conftest.tmp" "conftest.in"
40154015- cp "conftest.in" "conftest.nl"
40164016- $as_echo 'GREP' >> "conftest.nl"
40174017- "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
40184018- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
40194019- as_fn_arith $ac_count + 1 && ac_count=$as_val
40204020- if test $ac_count -gt ${ac_path_GREP_max-0}; then
40214021- # Best one so far, save it but keep looking for a better one
40224022- ac_cv_path_GREP="$ac_path_GREP"
40234023- ac_path_GREP_max=$ac_count
40244024- fi
40254025- # 10*(2^10) chars as input seems more than enough
40264026- test $ac_count -gt 10 && break
40274027- done
40284028- rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
43284328+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_undeclared_builtin_options" >&5
43294329+printf "%s\n" "$ac_cv_c_undeclared_builtin_options" >&6; }
43304330+ case $ac_cv_c_undeclared_builtin_options in #(
43314331+ 'cannot detect') :
43324332+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
43334333+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
43344334+as_fn_error $? "cannot make $CC report undeclared builtins
43354335+See \`config.log' for more details" "$LINENO" 5; } ;; #(
43364336+ 'none needed') :
43374337+ ac_c_undeclared_builtin_options='' ;; #(
43384338+ *) :
43394339+ ac_c_undeclared_builtin_options=$ac_cv_c_undeclared_builtin_options ;;
40294340esac
4030434140314031- $ac_path_GREP_found && break 3
40324032- done
40334033- done
40344034- done
40354035-IFS=$as_save_IFS
40364036- if test -z "$ac_cv_path_GREP"; then
40374037- as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
40384038- fi
40394039-else
40404040- ac_cv_path_GREP=$GREP
40414041-fi
40424042-40434043-fi
40444044-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
40454045-$as_echo "$ac_cv_path_GREP" >&6; }
40464046- GREP="$ac_cv_path_GREP"
40474047-40484048-40494049-{ $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
40544054- if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
40554055- then ac_cv_path_EGREP="$GREP -E"
40564056- else
40574057- if test -z "$EGREP"; then
40584058- ac_path_EGREP_found=false
40594059- # Loop through the user's path and test for each of PROGNAME-LIST
40604060- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40614061-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
43424342+ac_header= ac_cache=
43434343+for ac_item in $ac_header_c_list
40624344do
40634063- IFS=$as_save_IFS
40644064- test -z "$as_dir" && as_dir=.
40654065- for ac_prog in egrep; do
40664066- for ac_exec_ext in '' $ac_executable_extensions; do
40674067- ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
40684068- as_fn_executable_p "$ac_path_EGREP" || continue
40694069-# Check for GNU ac_path_EGREP and select it if it is found.
40704070- # Check for GNU $ac_path_EGREP
40714071-case `"$ac_path_EGREP" --version 2>&1` in
40724072-*GNU*)
40734073- ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
40744074-*)
40754075- ac_count=0
40764076- $as_echo_n 0123456789 >"conftest.in"
40774077- while :
40784078- do
40794079- cat "conftest.in" "conftest.in" >"conftest.tmp"
40804080- mv "conftest.tmp" "conftest.in"
40814081- cp "conftest.in" "conftest.nl"
40824082- $as_echo 'EGREP' >> "conftest.nl"
40834083- "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
40844084- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
40854085- as_fn_arith $ac_count + 1 && ac_count=$as_val
40864086- if test $ac_count -gt ${ac_path_EGREP_max-0}; then
40874087- # Best one so far, save it but keep looking for a better one
40884088- ac_cv_path_EGREP="$ac_path_EGREP"
40894089- ac_path_EGREP_max=$ac_count
43454345+ if test $ac_cache; then
43464346+ ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
43474347+ if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
43484348+ printf "%s\n" "#define $ac_item 1" >> confdefs.h
40904349 fi
40914091- # 10*(2^10) chars as input seems more than enough
40924092- test $ac_count -gt 10 && break
40934093- done
40944094- rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
40954095-esac
40964096-40974097- $ac_path_EGREP_found && break 3
40984098- done
40994099- done
41004100- done
41014101-IFS=$as_save_IFS
41024102- if test -z "$ac_cv_path_EGREP"; then
41034103- as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
43504350+ ac_header= ac_cache=
43514351+ elif test $ac_header; then
43524352+ ac_cache=$ac_item
43534353+ else
43544354+ ac_header=$ac_item
41044355 fi
41054105-else
41064106- ac_cv_path_EGREP=$EGREP
41074107-fi
43564356+done
4108435741094109- fi
41104110-fi
41114111-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
41124112-$as_echo "$ac_cv_path_EGREP" >&6; }
41134113- EGREP="$ac_cv_path_EGREP"
411443584115435941164116-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
41174117-$as_echo_n "checking for ANSI C header files... " >&6; }
41184118-if ${ac_cv_header_stdc+:} false; then :
41194119- $as_echo_n "(cached) " >&6
41204120-else
41214121- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41224122-/* end confdefs.h. */
41234123-#include <stdlib.h>
41244124-#include <stdarg.h>
41254125-#include <string.h>
41264126-#include <float.h>
4127436041284128-int
41294129-main ()
41304130-{
4131436141324132- ;
41334133- return 0;
41344134-}
41354135-_ACEOF
41364136-if ac_fn_c_try_compile "$LINENO"; then :
41374137- ac_cv_header_stdc=yes
41384138-else
41394139- ac_cv_header_stdc=no
41404140-fi
41414141-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4142436241434143-if test $ac_cv_header_stdc = yes; then
41444144- # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
41454145- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41464146-/* end confdefs.h. */
41474147-#include <string.h>
4148436341494149-_ACEOF
41504150-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
41514151- $EGREP "memchr" >/dev/null 2>&1; then :
4152436441534153-else
41544154- ac_cv_header_stdc=no
41554155-fi
41564156-rm -f conftest*
43654365+if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
43664366+then :
4157436741584158-fi
41594159-41604160-if test $ac_cv_header_stdc = yes; then
41614161- # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
41624162- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41634163-/* end confdefs.h. */
41644164-#include <stdlib.h>
41654165-41664166-_ACEOF
41674167-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
41684168- $EGREP "free" >/dev/null 2>&1; then :
41694169-41704170-else
41714171- ac_cv_header_stdc=no
41724172-fi
41734173-rm -f conftest*
43684368+printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
4174436941754370fi
4176437141774177-if test $ac_cv_header_stdc = yes; then
41784178- # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
41794179- if test "$cross_compiling" = yes; then :
41804180- :
41814181-else
41824182- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41834183-/* end confdefs.h. */
41844184-#include <ctype.h>
41854185-#include <stdlib.h>
41864186-#if ((' ' & 0x0FF) == 0x020)
41874187-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
41884188-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
41894189-#else
41904190-# define ISLOWER(c) \
41914191- (('a' <= (c) && (c) <= 'i') \
41924192- || ('j' <= (c) && (c) <= 'r') \
41934193- || ('s' <= (c) && (c) <= 'z'))
41944194-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
41954195-#endif
4196437241974197-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
41984198-int
41994199-main ()
42004200-{
42014201- int i;
42024202- for (i = 0; i < 256; i++)
42034203- if (XOR (islower (i), ISLOWER (i))
42044204- || toupper (i) != TOUPPER (i))
42054205- return 2;
42064206- return 0;
42074207-}
42084208-_ACEOF
42094209-if ac_fn_c_try_run "$LINENO"; then :
4210437342114211-else
42124212- ac_cv_header_stdc=no
42134213-fi
42144214-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
42154215- conftest.$ac_objext conftest.beam conftest.$ac_ext
42164216-fi
4217437442184218-fi
42194219-fi
42204220-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
42214221-$as_echo "$ac_cv_header_stdc" >&6; }
42224222-if test $ac_cv_header_stdc = yes; then
42234223-42244224-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
42254225-42264226-fi
42274227-42284228-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
42294229-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
42304230- inttypes.h stdint.h unistd.h
42314231-do :
42324232- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
42334233-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
42344234-"
42354235-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
42364236- cat >>confdefs.h <<_ACEOF
42374237-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
42384238-_ACEOF
42394239-42404240-fi
42414241-42424242-done
42434243-42444244-42454245-42464246-42474247-42484248-42494249-ac_fn_c_check_decl "$LINENO" "__clang__" "ac_cv_have_decl___clang__" "$ac_includes_default"
42504250-if test "x$ac_cv_have_decl___clang__" = xyes; then :
43754375+ac_fn_check_decl "$LINENO" "__clang__" "ac_cv_have_decl___clang__" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
43764376+if test "x$ac_cv_have_decl___clang__" = xyes
43774377+then :
42514378 CLANGCC="yes"
42524252-else
43794379+else $as_nop
42534380 CLANGCC="no"
42544381fi
42554255-42564256-ac_fn_c_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default"
42574257-if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes; then :
43824382+ac_fn_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
43834383+if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes
43844384+then :
42584385 INTELCC="yes"
42594259-else
43864386+else $as_nop
42604387 INTELCC="no"
42614388fi
42624262-42634263-ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default"
42644264-if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then :
43894389+ac_fn_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
43904390+if test "x$ac_cv_have_decl___SUNPRO_C" = xyes
43914391+then :
42654392 SUNCC="yes"
42664266-else
43934393+else $as_nop
42674394 SUNCC="no"
42684395fi
42694269-427043964271439742724398···42794405 if test -n "$ac_tool_prefix"; then
42804406 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
42814407set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
42824282-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
42834283-$as_echo_n "checking for $ac_word... " >&6; }
42844284-if ${ac_cv_path_PKG_CONFIG+:} false; then :
42854285- $as_echo_n "(cached) " >&6
42864286-else
44084408+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
44094409+printf %s "checking for $ac_word... " >&6; }
44104410+if test ${ac_cv_path_PKG_CONFIG+y}
44114411+then :
44124412+ printf %s "(cached) " >&6
44134413+else $as_nop
42874414 case $PKG_CONFIG in
42884415 [\\/]* | ?:[\\/]*)
42894416 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
···42934420for as_dir in $PATH
42944421do
42954422 IFS=$as_save_IFS
42964296- test -z "$as_dir" && as_dir=.
44234423+ case $as_dir in #(((
44244424+ '') as_dir=./ ;;
44254425+ */) ;;
44264426+ *) as_dir=$as_dir/ ;;
44274427+ esac
42974428 for ac_exec_ext in '' $ac_executable_extensions; do
42984298- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42994299- ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
43004300- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
44294429+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
44304430+ ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
44314431+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
43014432 break 2
43024433 fi
43034434done
···43094440fi
43104441PKG_CONFIG=$ac_cv_path_PKG_CONFIG
43114442if test -n "$PKG_CONFIG"; then
43124312- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
43134313-$as_echo "$PKG_CONFIG" >&6; }
44434443+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
44444444+printf "%s\n" "$PKG_CONFIG" >&6; }
43144445else
43154315- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
43164316-$as_echo "no" >&6; }
44464446+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
44474447+printf "%s\n" "no" >&6; }
43174448fi
4318444943194450···43224453 ac_pt_PKG_CONFIG=$PKG_CONFIG
43234454 # Extract the first word of "pkg-config", so it can be a program name with args.
43244455set dummy pkg-config; ac_word=$2
43254325-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
43264326-$as_echo_n "checking for $ac_word... " >&6; }
43274327-if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
43284328- $as_echo_n "(cached) " >&6
43294329-else
44564456+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
44574457+printf %s "checking for $ac_word... " >&6; }
44584458+if test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
44594459+then :
44604460+ printf %s "(cached) " >&6
44614461+else $as_nop
43304462 case $ac_pt_PKG_CONFIG in
43314463 [\\/]* | ?:[\\/]*)
43324464 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
···43364468for as_dir in $PATH
43374469do
43384470 IFS=$as_save_IFS
43394339- test -z "$as_dir" && as_dir=.
44714471+ case $as_dir in #(((
44724472+ '') as_dir=./ ;;
44734473+ */) ;;
44744474+ *) as_dir=$as_dir/ ;;
44754475+ esac
43404476 for ac_exec_ext in '' $ac_executable_extensions; do
43414341- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43424342- ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
43434343- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
44774477+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
44784478+ ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
44794479+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
43444480 break 2
43454481 fi
43464482done
···43524488fi
43534489ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
43544490if test -n "$ac_pt_PKG_CONFIG"; then
43554355- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
43564356-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
44914491+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
44924492+printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
43574493else
43584358- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
43594359-$as_echo "no" >&6; }
44944494+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
44954495+printf "%s\n" "no" >&6; }
43604496fi
4361449743624498 if test "x$ac_pt_PKG_CONFIG" = x; then
···43644500 else
43654501 case $cross_compiling:$ac_tool_warned in
43664502yes:)
43674367-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
43684368-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
45034503+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
45044504+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
43694505ac_tool_warned=yes ;;
43704506esac
43714507 PKG_CONFIG=$ac_pt_PKG_CONFIG
···43774513fi
43784514if test -n "$PKG_CONFIG"; then
43794515 _pkg_min_version=0.9.0
43804380- { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
43814381-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
45164516+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
45174517+printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; }
43824518 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
43834383- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
43844384-$as_echo "yes" >&6; }
45194519+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
45204520+printf "%s\n" "yes" >&6; }
43854521 else
43864386- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
43874387-$as_echo "no" >&6; }
45224522+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
45234523+printf "%s\n" "no" >&6; }
43884524 PKG_CONFIG=""
43894525 fi
43904526fi
43914391-# Make sure we can run config.sub.
43924392-$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
43934393- as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
45274527+45284528+45294529+ # Make sure we can run config.sub.
45304530+$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
45314531+ as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
4394453243954395-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
43964396-$as_echo_n "checking build system type... " >&6; }
43974397-if ${ac_cv_build+:} false; then :
43984398- $as_echo_n "(cached) " >&6
43994399-else
45334533+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
45344534+printf %s "checking build system type... " >&6; }
45354535+if test ${ac_cv_build+y}
45364536+then :
45374537+ printf %s "(cached) " >&6
45384538+else $as_nop
44004539 ac_build_alias=$build_alias
44014540test "x$ac_build_alias" = x &&
44024402- ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
45414541+ ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
44034542test "x$ac_build_alias" = x &&
44044543 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
44054405-ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
44064406- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
45444544+ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
45454545+ as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
4407454644084547fi
44094409-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
44104410-$as_echo "$ac_cv_build" >&6; }
45484548+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
45494549+printf "%s\n" "$ac_cv_build" >&6; }
44114550case $ac_cv_build in
44124551*-*-*) ;;
44134552*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
···44264565case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
442745664428456744294429-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
44304430-$as_echo_n "checking host system type... " >&6; }
44314431-if ${ac_cv_host+:} false; then :
44324432- $as_echo_n "(cached) " >&6
44334433-else
45684568+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
45694569+printf %s "checking host system type... " >&6; }
45704570+if test ${ac_cv_host+y}
45714571+then :
45724572+ printf %s "(cached) " >&6
45734573+else $as_nop
44344574 if test "x$host_alias" = x; then
44354575 ac_cv_host=$ac_cv_build
44364576else
44374437- ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
44384438- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
45774577+ ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
45784578+ as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
44394579fi
4440458044414581fi
44424442-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
44434443-$as_echo "$ac_cv_host" >&6; }
45824582+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
45834583+printf "%s\n" "$ac_cv_host" >&6; }
44444584case $ac_cv_host in
44454585*-*-*) ;;
44464586*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
···44594599case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
446046004461460144624462-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
44634463-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
44644464-if ${ac_cv_path_SED+:} false; then :
44654465- $as_echo_n "(cached) " >&6
44664466-else
46024602+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
46034603+printf %s "checking for a sed that does not truncate output... " >&6; }
46044604+if test ${ac_cv_path_SED+y}
46054605+then :
46064606+ printf %s "(cached) " >&6
46074607+else $as_nop
44674608 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
44684609 for ac_i in 1 2 3 4 5 6 7; do
44694610 ac_script="$ac_script$as_nl$ac_script"
···44774618for as_dir in $PATH
44784619do
44794620 IFS=$as_save_IFS
44804480- test -z "$as_dir" && as_dir=.
44814481- for ac_prog in sed gsed; do
46214621+ case $as_dir in #(((
46224622+ '') as_dir=./ ;;
46234623+ */) ;;
46244624+ *) as_dir=$as_dir/ ;;
46254625+ esac
46264626+ for ac_prog in sed gsed
46274627+ do
44824628 for ac_exec_ext in '' $ac_executable_extensions; do
44834483- ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
46294629+ ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
44844630 as_fn_executable_p "$ac_path_SED" || continue
44854631# Check for GNU ac_path_SED and select it if it is found.
44864632 # Check for GNU $ac_path_SED
···44894635 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
44904636*)
44914637 ac_count=0
44924492- $as_echo_n 0123456789 >"conftest.in"
46384638+ printf %s 0123456789 >"conftest.in"
44934639 while :
44944640 do
44954641 cat "conftest.in" "conftest.in" >"conftest.tmp"
44964642 mv "conftest.tmp" "conftest.in"
44974643 cp "conftest.in" "conftest.nl"
44984498- $as_echo '' >> "conftest.nl"
46444644+ printf "%s\n" '' >> "conftest.nl"
44994645 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
45004646 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
45014647 as_fn_arith $ac_count + 1 && ac_count=$as_val
···45234669fi
4524467045254671fi
45264526-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
45274527-$as_echo "$ac_cv_path_SED" >&6; }
46724672+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
46734673+printf "%s\n" "$ac_cv_path_SED" >&6; }
45284674 SED="$ac_cv_path_SED"
45294675 rm -f conftest.sed
45304676···453446804535468145364682# Check whether --enable-selective-werror was given.
45374537-if test "${enable_selective_werror+set}" = set; then :
46834683+if test ${enable_selective_werror+y}
46844684+then :
45384685 enableval=$enable_selective_werror; SELECTIVE_WERROR=$enableval
45394539-else
46864686+else $as_nop
45404687 SELECTIVE_WERROR=yes
45414688fi
45424689···4569471645704717if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
45714718 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
45724572- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
45734573-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
45744574-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
45754575- $as_echo_n "(cached) " >&6
45764576-else
47194719+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
47204720+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
47214721+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
47224722+then :
47234723+ printf %s "(cached) " >&6
47244724+else $as_nop
45774725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45784726/* end confdefs.h. */
45794727int i;
45804728_ACEOF
45814581-if ac_fn_c_try_compile "$LINENO"; then :
47294729+if ac_fn_c_try_compile "$LINENO"
47304730+then :
45824731 xorg_cv_cc_flag_unknown_warning_option=yes
45834583-else
47324732+else $as_nop
45844733 xorg_cv_cc_flag_unknown_warning_option=no
45854734fi
45864586-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47354735+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
45874736fi
45884588-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
45894589-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
47374737+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
47384738+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
45904739 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
45914740 CFLAGS="$xorg_testset_save_CFLAGS"
45924741fi
···45964745 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
45974746 fi
45984747 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
45994599- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
46004600-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
46014601-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
46024602- $as_echo_n "(cached) " >&6
46034603-else
47484748+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
47494749+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
47504750+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
47514751+then :
47524752+ printf %s "(cached) " >&6
47534753+else $as_nop
46044754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46054755/* end confdefs.h. */
46064756int i;
46074757_ACEOF
46084608-if ac_fn_c_try_compile "$LINENO"; then :
47584758+if ac_fn_c_try_compile "$LINENO"
47594759+then :
46094760 xorg_cv_cc_flag_unused_command_line_argument=yes
46104610-else
47614761+else $as_nop
46114762 xorg_cv_cc_flag_unused_command_line_argument=no
46124763fi
46134613-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47644764+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
46144765fi
46154615-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
46164616-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
47664766+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
47674767+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
46174768 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
46184769 CFLAGS="$xorg_testset_save_CFLAGS"
46194770fi
···4631478246324783 CFLAGS="$CFLAGS -Wall"
4633478446344634- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wall" >&5
46354635-$as_echo_n "checking if $CC supports -Wall... " >&6; }
47854785+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wall" >&5
47864786+printf %s "checking if $CC supports -Wall... " >&6; }
46364787 cacheid=xorg_cv_cc_flag__Wall
46374637- if eval \${$cacheid+:} false; then :
46384638- $as_echo_n "(cached) " >&6
46394639-else
47884788+ if eval test \${$cacheid+y}
47894789+then :
47904790+ printf %s "(cached) " >&6
47914791+else $as_nop
46404792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46414793/* end confdefs.h. */
46424794int i;
46434795int
46444644-main ()
47964796+main (void)
46454797{
4646479846474799 ;
46484800 return 0;
46494801}
46504802_ACEOF
46514651-if ac_fn_c_try_link "$LINENO"; then :
48034803+if ac_fn_c_try_link "$LINENO"
48044804+then :
46524805 eval $cacheid=yes
46534653-else
48064806+else $as_nop
46544807 eval $cacheid=no
46554808fi
46564656-rm -f core conftest.err conftest.$ac_objext \
48094809+rm -f core conftest.err conftest.$ac_objext conftest.beam \
46574810 conftest$ac_exeext conftest.$ac_ext
46584811fi
46594812···46614814 CFLAGS="$xorg_testset_save_CFLAGS"
4662481546634816 eval supported=\$$cacheid
46644664- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
46654665-$as_echo "$supported" >&6; }
48174817+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
48184818+printf "%s\n" "$supported" >&6; }
46664819 if test "$supported" = "yes" ; then
46674820 BASE_CFLAGS="$BASE_CFLAGS -Wall"
46684821 found="yes"
···4687484046884841if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
46894842 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
46904690- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
46914691-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
46924692-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
46934693- $as_echo_n "(cached) " >&6
46944694-else
48434843+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
48444844+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
48454845+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
48464846+then :
48474847+ printf %s "(cached) " >&6
48484848+else $as_nop
46954849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46964850/* end confdefs.h. */
46974851int i;
46984852_ACEOF
46994699-if ac_fn_c_try_compile "$LINENO"; then :
48534853+if ac_fn_c_try_compile "$LINENO"
48544854+then :
47004855 xorg_cv_cc_flag_unknown_warning_option=yes
47014701-else
48564856+else $as_nop
47024857 xorg_cv_cc_flag_unknown_warning_option=no
47034858fi
47044704-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48594859+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
47054860fi
47064706-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
47074707-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
48614861+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
48624862+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
47084863 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
47094864 CFLAGS="$xorg_testset_save_CFLAGS"
47104865fi
···47144869 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
47154870 fi
47164871 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
47174717- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
47184718-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
47194719-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
47204720- $as_echo_n "(cached) " >&6
47214721-else
48724872+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
48734873+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
48744874+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
48754875+then :
48764876+ printf %s "(cached) " >&6
48774877+else $as_nop
47224878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47234879/* end confdefs.h. */
47244880int i;
47254881_ACEOF
47264726-if ac_fn_c_try_compile "$LINENO"; then :
48824882+if ac_fn_c_try_compile "$LINENO"
48834883+then :
47274884 xorg_cv_cc_flag_unused_command_line_argument=yes
47284728-else
48854885+else $as_nop
47294886 xorg_cv_cc_flag_unused_command_line_argument=no
47304887fi
47314731-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48884888+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
47324889fi
47334733-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
47344734-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
48904890+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
48914891+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
47354892 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
47364893 CFLAGS="$xorg_testset_save_CFLAGS"
47374894fi
···4749490647504907 CFLAGS="$CFLAGS -Wpointer-arith"
4751490847524752- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5
47534753-$as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; }
49094909+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5
49104910+printf %s "checking if $CC supports -Wpointer-arith... " >&6; }
47544911 cacheid=xorg_cv_cc_flag__Wpointer_arith
47554755- if eval \${$cacheid+:} false; then :
47564756- $as_echo_n "(cached) " >&6
47574757-else
49124912+ if eval test \${$cacheid+y}
49134913+then :
49144914+ printf %s "(cached) " >&6
49154915+else $as_nop
47584916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47594917/* end confdefs.h. */
47604918int i;
47614919int
47624762-main ()
49204920+main (void)
47634921{
4764492247654923 ;
47664924 return 0;
47674925}
47684926_ACEOF
47694769-if ac_fn_c_try_link "$LINENO"; then :
49274927+if ac_fn_c_try_link "$LINENO"
49284928+then :
47704929 eval $cacheid=yes
47714771-else
49304930+else $as_nop
47724931 eval $cacheid=no
47734932fi
47744774-rm -f core conftest.err conftest.$ac_objext \
49334933+rm -f core conftest.err conftest.$ac_objext conftest.beam \
47754934 conftest$ac_exeext conftest.$ac_ext
47764935fi
47774936···47794938 CFLAGS="$xorg_testset_save_CFLAGS"
4780493947814940 eval supported=\$$cacheid
47824782- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
47834783-$as_echo "$supported" >&6; }
49414941+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
49424942+printf "%s\n" "$supported" >&6; }
47844943 if test "$supported" = "yes" ; then
47854944 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
47864945 found="yes"
···4805496448064965if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
48074966 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
48084808- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
48094809-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
48104810-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
48114811- $as_echo_n "(cached) " >&6
48124812-else
49674967+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
49684968+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
49694969+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
49704970+then :
49714971+ printf %s "(cached) " >&6
49724972+else $as_nop
48134973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48144974/* end confdefs.h. */
48154975int i;
48164976_ACEOF
48174817-if ac_fn_c_try_compile "$LINENO"; then :
49774977+if ac_fn_c_try_compile "$LINENO"
49784978+then :
48184979 xorg_cv_cc_flag_unknown_warning_option=yes
48194819-else
49804980+else $as_nop
48204981 xorg_cv_cc_flag_unknown_warning_option=no
48214982fi
48224822-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49834983+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
48234984fi
48244824-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
48254825-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
49854985+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
49864986+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
48264987 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
48274988 CFLAGS="$xorg_testset_save_CFLAGS"
48284989fi
···48324993 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
48334994 fi
48344995 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
48354835- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
48364836-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
48374837-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
48384838- $as_echo_n "(cached) " >&6
48394839-else
49964996+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
49974997+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
49984998+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
49994999+then :
50005000+ printf %s "(cached) " >&6
50015001+else $as_nop
48405002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48415003/* end confdefs.h. */
48425004int i;
48435005_ACEOF
48444844-if ac_fn_c_try_compile "$LINENO"; then :
50065006+if ac_fn_c_try_compile "$LINENO"
50075007+then :
48455008 xorg_cv_cc_flag_unused_command_line_argument=yes
48464846-else
50095009+else $as_nop
48475010 xorg_cv_cc_flag_unused_command_line_argument=no
48485011fi
48494849-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50125012+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
48505013fi
48514851-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
48524852-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
50145014+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
50155015+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
48535016 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
48545017 CFLAGS="$xorg_testset_save_CFLAGS"
48555018fi
···4867503048685031 CFLAGS="$CFLAGS -Wmissing-declarations"
4869503248704870- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-declarations" >&5
48714871-$as_echo_n "checking if $CC supports -Wmissing-declarations... " >&6; }
50335033+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-declarations" >&5
50345034+printf %s "checking if $CC supports -Wmissing-declarations... " >&6; }
48725035 cacheid=xorg_cv_cc_flag__Wmissing_declarations
48734873- if eval \${$cacheid+:} false; then :
48744874- $as_echo_n "(cached) " >&6
48754875-else
50365036+ if eval test \${$cacheid+y}
50375037+then :
50385038+ printf %s "(cached) " >&6
50395039+else $as_nop
48765040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48775041/* end confdefs.h. */
48785042int i;
48795043int
48804880-main ()
50445044+main (void)
48815045{
4882504648835047 ;
48845048 return 0;
48855049}
48865050_ACEOF
48874887-if ac_fn_c_try_link "$LINENO"; then :
50515051+if ac_fn_c_try_link "$LINENO"
50525052+then :
48885053 eval $cacheid=yes
48894889-else
50545054+else $as_nop
48905055 eval $cacheid=no
48915056fi
48924892-rm -f core conftest.err conftest.$ac_objext \
50575057+rm -f core conftest.err conftest.$ac_objext conftest.beam \
48935058 conftest$ac_exeext conftest.$ac_ext
48945059fi
48955060···48975062 CFLAGS="$xorg_testset_save_CFLAGS"
4898506348995064 eval supported=\$$cacheid
49004900- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
49014901-$as_echo "$supported" >&6; }
50655065+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
50665066+printf "%s\n" "$supported" >&6; }
49025067 if test "$supported" = "yes" ; then
49035068 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-declarations"
49045069 found="yes"
···4923508849245089if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
49255090 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
49264926- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
49274927-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
49284928-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
49294929- $as_echo_n "(cached) " >&6
49304930-else
50915091+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
50925092+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
50935093+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
50945094+then :
50955095+ printf %s "(cached) " >&6
50965096+else $as_nop
49315097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49325098/* end confdefs.h. */
49335099int i;
49345100_ACEOF
49354935-if ac_fn_c_try_compile "$LINENO"; then :
51015101+if ac_fn_c_try_compile "$LINENO"
51025102+then :
49365103 xorg_cv_cc_flag_unknown_warning_option=yes
49374937-else
51045104+else $as_nop
49385105 xorg_cv_cc_flag_unknown_warning_option=no
49395106fi
49404940-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51075107+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
49415108fi
49424942-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
49434943-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
51095109+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
51105110+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
49445111 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
49455112 CFLAGS="$xorg_testset_save_CFLAGS"
49465113fi
···49505117 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
49515118 fi
49525119 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
49534953- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
49544954-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
49554955-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
49564956- $as_echo_n "(cached) " >&6
49574957-else
51205120+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
51215121+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
51225122+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
51235123+then :
51245124+ printf %s "(cached) " >&6
51255125+else $as_nop
49585126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49595127/* end confdefs.h. */
49605128int i;
49615129_ACEOF
49624962-if ac_fn_c_try_compile "$LINENO"; then :
51305130+if ac_fn_c_try_compile "$LINENO"
51315131+then :
49635132 xorg_cv_cc_flag_unused_command_line_argument=yes
49644964-else
51335133+else $as_nop
49655134 xorg_cv_cc_flag_unused_command_line_argument=no
49665135fi
49674967-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51365136+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
49685137fi
49694969-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
49704970-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
51385138+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
51395139+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
49715140 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
49725141 CFLAGS="$xorg_testset_save_CFLAGS"
49735142fi
···4985515449865155 CFLAGS="$CFLAGS -Wformat=2"
4987515649884988- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat=2" >&5
49894989-$as_echo_n "checking if $CC supports -Wformat=2... " >&6; }
51575157+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat=2" >&5
51585158+printf %s "checking if $CC supports -Wformat=2... " >&6; }
49905159 cacheid=xorg_cv_cc_flag__Wformat_2
49914991- if eval \${$cacheid+:} false; then :
49924992- $as_echo_n "(cached) " >&6
49934993-else
51605160+ if eval test \${$cacheid+y}
51615161+then :
51625162+ printf %s "(cached) " >&6
51635163+else $as_nop
49945164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49955165/* end confdefs.h. */
49965166int i;
49975167int
49984998-main ()
51685168+main (void)
49995169{
5000517050015171 ;
50025172 return 0;
50035173}
50045174_ACEOF
50055005-if ac_fn_c_try_link "$LINENO"; then :
51755175+if ac_fn_c_try_link "$LINENO"
51765176+then :
50065177 eval $cacheid=yes
50075007-else
51785178+else $as_nop
50085179 eval $cacheid=no
50095180fi
50105010-rm -f core conftest.err conftest.$ac_objext \
51815181+rm -f core conftest.err conftest.$ac_objext conftest.beam \
50115182 conftest$ac_exeext conftest.$ac_ext
50125183fi
50135184···50155186 CFLAGS="$xorg_testset_save_CFLAGS"
5016518750175188 eval supported=\$$cacheid
50185018- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
50195019-$as_echo "$supported" >&6; }
51895189+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
51905190+printf "%s\n" "$supported" >&6; }
50205191 if test "$supported" = "yes" ; then
50215192 BASE_CFLAGS="$BASE_CFLAGS -Wformat=2"
50225193 found="yes"
···5034520550355206 CFLAGS="$CFLAGS -Wformat"
5036520750375037- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat" >&5
50385038-$as_echo_n "checking if $CC supports -Wformat... " >&6; }
52085208+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat" >&5
52095209+printf %s "checking if $CC supports -Wformat... " >&6; }
50395210 cacheid=xorg_cv_cc_flag__Wformat
50405040- if eval \${$cacheid+:} false; then :
50415041- $as_echo_n "(cached) " >&6
50425042-else
52115211+ if eval test \${$cacheid+y}
52125212+then :
52135213+ printf %s "(cached) " >&6
52145214+else $as_nop
50435215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50445216/* end confdefs.h. */
50455217int i;
50465218int
50475047-main ()
52195219+main (void)
50485220{
5049522150505222 ;
50515223 return 0;
50525224}
50535225_ACEOF
50545054-if ac_fn_c_try_link "$LINENO"; then :
52265226+if ac_fn_c_try_link "$LINENO"
52275227+then :
50555228 eval $cacheid=yes
50565056-else
52295229+else $as_nop
50575230 eval $cacheid=no
50585231fi
50595059-rm -f core conftest.err conftest.$ac_objext \
52325232+rm -f core conftest.err conftest.$ac_objext conftest.beam \
50605233 conftest$ac_exeext conftest.$ac_ext
50615234fi
50625235···50645237 CFLAGS="$xorg_testset_save_CFLAGS"
5065523850665239 eval supported=\$$cacheid
50675067- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
50685068-$as_echo "$supported" >&6; }
52405240+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
52415241+printf "%s\n" "$supported" >&6; }
50695242 if test "$supported" = "yes" ; then
50705243 BASE_CFLAGS="$BASE_CFLAGS -Wformat"
50715244 found="yes"
···5092526550935266if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
50945267 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
50955095- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
50965096-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
50975097-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
50985098- $as_echo_n "(cached) " >&6
50995099-else
52685268+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
52695269+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
52705270+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
52715271+then :
52725272+ printf %s "(cached) " >&6
52735273+else $as_nop
51005274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51015275/* end confdefs.h. */
51025276int i;
51035277_ACEOF
51045104-if ac_fn_c_try_compile "$LINENO"; then :
52785278+if ac_fn_c_try_compile "$LINENO"
52795279+then :
51055280 xorg_cv_cc_flag_unknown_warning_option=yes
51065106-else
52815281+else $as_nop
51075282 xorg_cv_cc_flag_unknown_warning_option=no
51085283fi
51095109-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52845284+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
51105285fi
51115111-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
51125112-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
52865286+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
52875287+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
51135288 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
51145289 CFLAGS="$xorg_testset_save_CFLAGS"
51155290fi
···51195294 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
51205295 fi
51215296 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
51225122- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
51235123-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
51245124-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
51255125- $as_echo_n "(cached) " >&6
51265126-else
52975297+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
52985298+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
52995299+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
53005300+then :
53015301+ printf %s "(cached) " >&6
53025302+else $as_nop
51275303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51285304/* end confdefs.h. */
51295305int i;
51305306_ACEOF
51315131-if ac_fn_c_try_compile "$LINENO"; then :
53075307+if ac_fn_c_try_compile "$LINENO"
53085308+then :
51325309 xorg_cv_cc_flag_unused_command_line_argument=yes
51335133-else
53105310+else $as_nop
51345311 xorg_cv_cc_flag_unused_command_line_argument=no
51355312fi
51365136-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53135313+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
51375314fi
51385138-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
51395139-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
53155315+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
53165316+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
51405317 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
51415318 CFLAGS="$xorg_testset_save_CFLAGS"
51425319fi
···5154533151555332 CFLAGS="$CFLAGS -Wstrict-prototypes"
5156533351575157- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wstrict-prototypes" >&5
51585158-$as_echo_n "checking if $CC supports -Wstrict-prototypes... " >&6; }
53345334+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wstrict-prototypes" >&5
53355335+printf %s "checking if $CC supports -Wstrict-prototypes... " >&6; }
51595336 cacheid=xorg_cv_cc_flag__Wstrict_prototypes
51605160- if eval \${$cacheid+:} false; then :
51615161- $as_echo_n "(cached) " >&6
51625162-else
53375337+ if eval test \${$cacheid+y}
53385338+then :
53395339+ printf %s "(cached) " >&6
53405340+else $as_nop
51635341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51645342/* end confdefs.h. */
51655343int i;
51665344int
51675167-main ()
53455345+main (void)
51685346{
5169534751705348 ;
51715349 return 0;
51725350}
51735351_ACEOF
51745174-if ac_fn_c_try_link "$LINENO"; then :
53525352+if ac_fn_c_try_link "$LINENO"
53535353+then :
51755354 eval $cacheid=yes
51765176-else
53555355+else $as_nop
51775356 eval $cacheid=no
51785357fi
51795179-rm -f core conftest.err conftest.$ac_objext \
53585358+rm -f core conftest.err conftest.$ac_objext conftest.beam \
51805359 conftest$ac_exeext conftest.$ac_ext
51815360fi
51825361···51845363 CFLAGS="$xorg_testset_save_CFLAGS"
5185536451865365 eval supported=\$$cacheid
51875187- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
51885188-$as_echo "$supported" >&6; }
53665366+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
53675367+printf "%s\n" "$supported" >&6; }
51895368 if test "$supported" = "yes" ; then
51905369 BASE_CFLAGS="$BASE_CFLAGS -Wstrict-prototypes"
51915370 found="yes"
···5210538952115390if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
52125391 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
52135213- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
52145214-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
52155215-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
52165216- $as_echo_n "(cached) " >&6
52175217-else
53925392+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
53935393+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
53945394+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
53955395+then :
53965396+ printf %s "(cached) " >&6
53975397+else $as_nop
52185398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52195399/* end confdefs.h. */
52205400int i;
52215401_ACEOF
52225222-if ac_fn_c_try_compile "$LINENO"; then :
54025402+if ac_fn_c_try_compile "$LINENO"
54035403+then :
52235404 xorg_cv_cc_flag_unknown_warning_option=yes
52245224-else
54055405+else $as_nop
52255406 xorg_cv_cc_flag_unknown_warning_option=no
52265407fi
52275227-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54085408+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
52285409fi
52295229-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
52305230-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
54105410+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
54115411+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
52315412 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
52325413 CFLAGS="$xorg_testset_save_CFLAGS"
52335414fi
···52375418 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
52385419 fi
52395420 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
52405240- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
52415241-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
52425242-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
52435243- $as_echo_n "(cached) " >&6
52445244-else
54215421+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
54225422+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
54235423+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
54245424+then :
54255425+ printf %s "(cached) " >&6
54265426+else $as_nop
52455427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52465428/* end confdefs.h. */
52475429int i;
52485430_ACEOF
52495249-if ac_fn_c_try_compile "$LINENO"; then :
54315431+if ac_fn_c_try_compile "$LINENO"
54325432+then :
52505433 xorg_cv_cc_flag_unused_command_line_argument=yes
52515251-else
54345434+else $as_nop
52525435 xorg_cv_cc_flag_unused_command_line_argument=no
52535436fi
52545254-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54375437+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
52555438fi
52565256-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
52575257-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
54395439+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
54405440+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
52585441 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
52595442 CFLAGS="$xorg_testset_save_CFLAGS"
52605443fi
···5272545552735456 CFLAGS="$CFLAGS -Wmissing-prototypes"
5274545752755275- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-prototypes" >&5
52765276-$as_echo_n "checking if $CC supports -Wmissing-prototypes... " >&6; }
54585458+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-prototypes" >&5
54595459+printf %s "checking if $CC supports -Wmissing-prototypes... " >&6; }
52775460 cacheid=xorg_cv_cc_flag__Wmissing_prototypes
52785278- if eval \${$cacheid+:} false; then :
52795279- $as_echo_n "(cached) " >&6
52805280-else
54615461+ if eval test \${$cacheid+y}
54625462+then :
54635463+ printf %s "(cached) " >&6
54645464+else $as_nop
52815465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52825466/* end confdefs.h. */
52835467int i;
52845468int
52855285-main ()
54695469+main (void)
52865470{
5287547152885472 ;
52895473 return 0;
52905474}
52915475_ACEOF
52925292-if ac_fn_c_try_link "$LINENO"; then :
54765476+if ac_fn_c_try_link "$LINENO"
54775477+then :
52935478 eval $cacheid=yes
52945294-else
54795479+else $as_nop
52955480 eval $cacheid=no
52965481fi
52975297-rm -f core conftest.err conftest.$ac_objext \
54825482+rm -f core conftest.err conftest.$ac_objext conftest.beam \
52985483 conftest$ac_exeext conftest.$ac_ext
52995484fi
53005485···53025487 CFLAGS="$xorg_testset_save_CFLAGS"
5303548853045489 eval supported=\$$cacheid
53055305- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
53065306-$as_echo "$supported" >&6; }
54905490+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
54915491+printf "%s\n" "$supported" >&6; }
53075492 if test "$supported" = "yes" ; then
53085493 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-prototypes"
53095494 found="yes"
···5328551353295514if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
53305515 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
53315331- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
53325332-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
53335333-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
53345334- $as_echo_n "(cached) " >&6
53355335-else
55165516+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
55175517+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
55185518+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
55195519+then :
55205520+ printf %s "(cached) " >&6
55215521+else $as_nop
53365522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53375523/* end confdefs.h. */
53385524int i;
53395525_ACEOF
53405340-if ac_fn_c_try_compile "$LINENO"; then :
55265526+if ac_fn_c_try_compile "$LINENO"
55275527+then :
53415528 xorg_cv_cc_flag_unknown_warning_option=yes
53425342-else
55295529+else $as_nop
53435530 xorg_cv_cc_flag_unknown_warning_option=no
53445531fi
53455345-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55325532+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
53465533fi
53475347-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
53485348-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
55345534+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
55355535+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
53495536 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
53505537 CFLAGS="$xorg_testset_save_CFLAGS"
53515538fi
···53555542 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
53565543 fi
53575544 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
53585358- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
53595359-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
53605360-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
53615361- $as_echo_n "(cached) " >&6
53625362-else
55455545+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
55465546+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
55475547+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
55485548+then :
55495549+ printf %s "(cached) " >&6
55505550+else $as_nop
53635551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53645552/* end confdefs.h. */
53655553int i;
53665554_ACEOF
53675367-if ac_fn_c_try_compile "$LINENO"; then :
55555555+if ac_fn_c_try_compile "$LINENO"
55565556+then :
53685557 xorg_cv_cc_flag_unused_command_line_argument=yes
53695369-else
55585558+else $as_nop
53705559 xorg_cv_cc_flag_unused_command_line_argument=no
53715560fi
53725372-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55615561+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
53735562fi
53745374-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
53755375-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
55635563+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
55645564+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
53765565 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
53775566 CFLAGS="$xorg_testset_save_CFLAGS"
53785567fi
···5390557953915580 CFLAGS="$CFLAGS -Wnested-externs"
5392558153935393- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnested-externs" >&5
53945394-$as_echo_n "checking if $CC supports -Wnested-externs... " >&6; }
55825582+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnested-externs" >&5
55835583+printf %s "checking if $CC supports -Wnested-externs... " >&6; }
53955584 cacheid=xorg_cv_cc_flag__Wnested_externs
53965396- if eval \${$cacheid+:} false; then :
53975397- $as_echo_n "(cached) " >&6
53985398-else
55855585+ if eval test \${$cacheid+y}
55865586+then :
55875587+ printf %s "(cached) " >&6
55885588+else $as_nop
53995589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54005590/* end confdefs.h. */
54015591int i;
54025592int
54035403-main ()
55935593+main (void)
54045594{
5405559554065596 ;
54075597 return 0;
54085598}
54095599_ACEOF
54105410-if ac_fn_c_try_link "$LINENO"; then :
56005600+if ac_fn_c_try_link "$LINENO"
56015601+then :
54115602 eval $cacheid=yes
54125412-else
56035603+else $as_nop
54135604 eval $cacheid=no
54145605fi
54155415-rm -f core conftest.err conftest.$ac_objext \
56065606+rm -f core conftest.err conftest.$ac_objext conftest.beam \
54165607 conftest$ac_exeext conftest.$ac_ext
54175608fi
54185609···54205611 CFLAGS="$xorg_testset_save_CFLAGS"
5421561254225613 eval supported=\$$cacheid
54235423- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
54245424-$as_echo "$supported" >&6; }
56145614+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
56155615+printf "%s\n" "$supported" >&6; }
54255616 if test "$supported" = "yes" ; then
54265617 BASE_CFLAGS="$BASE_CFLAGS -Wnested-externs"
54275618 found="yes"
···5446563754475638if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
54485639 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
54495449- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
54505450-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
54515451-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
54525452- $as_echo_n "(cached) " >&6
54535453-else
56405640+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
56415641+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
56425642+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
56435643+then :
56445644+ printf %s "(cached) " >&6
56455645+else $as_nop
54545646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54555647/* end confdefs.h. */
54565648int i;
54575649_ACEOF
54585458-if ac_fn_c_try_compile "$LINENO"; then :
56505650+if ac_fn_c_try_compile "$LINENO"
56515651+then :
54595652 xorg_cv_cc_flag_unknown_warning_option=yes
54605460-else
56535653+else $as_nop
54615654 xorg_cv_cc_flag_unknown_warning_option=no
54625655fi
54635463-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56565656+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
54645657fi
54655465-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
54665466-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
56585658+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
56595659+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
54675660 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
54685661 CFLAGS="$xorg_testset_save_CFLAGS"
54695662fi
···54735666 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
54745667 fi
54755668 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
54765476- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
54775477-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
54785478-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
54795479- $as_echo_n "(cached) " >&6
54805480-else
56695669+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
56705670+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
56715671+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
56725672+then :
56735673+ printf %s "(cached) " >&6
56745674+else $as_nop
54815675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54825676/* end confdefs.h. */
54835677int i;
54845678_ACEOF
54855485-if ac_fn_c_try_compile "$LINENO"; then :
56795679+if ac_fn_c_try_compile "$LINENO"
56805680+then :
54865681 xorg_cv_cc_flag_unused_command_line_argument=yes
54875487-else
56825682+else $as_nop
54885683 xorg_cv_cc_flag_unused_command_line_argument=no
54895684fi
54905490-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56855685+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
54915686fi
54925492-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
54935493-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
56875687+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
56885688+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
54945689 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
54955690 CFLAGS="$xorg_testset_save_CFLAGS"
54965691fi
···5508570355095704 CFLAGS="$CFLAGS -Wbad-function-cast"
5510570555115511- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wbad-function-cast" >&5
55125512-$as_echo_n "checking if $CC supports -Wbad-function-cast... " >&6; }
57065706+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wbad-function-cast" >&5
57075707+printf %s "checking if $CC supports -Wbad-function-cast... " >&6; }
55135708 cacheid=xorg_cv_cc_flag__Wbad_function_cast
55145514- if eval \${$cacheid+:} false; then :
55155515- $as_echo_n "(cached) " >&6
55165516-else
57095709+ if eval test \${$cacheid+y}
57105710+then :
57115711+ printf %s "(cached) " >&6
57125712+else $as_nop
55175713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55185714/* end confdefs.h. */
55195715int i;
55205716int
55215521-main ()
57175717+main (void)
55225718{
5523571955245720 ;
55255721 return 0;
55265722}
55275723_ACEOF
55285528-if ac_fn_c_try_link "$LINENO"; then :
57245724+if ac_fn_c_try_link "$LINENO"
57255725+then :
55295726 eval $cacheid=yes
55305530-else
57275727+else $as_nop
55315728 eval $cacheid=no
55325729fi
55335533-rm -f core conftest.err conftest.$ac_objext \
57305730+rm -f core conftest.err conftest.$ac_objext conftest.beam \
55345731 conftest$ac_exeext conftest.$ac_ext
55355732fi
55365733···55385735 CFLAGS="$xorg_testset_save_CFLAGS"
5539573655405737 eval supported=\$$cacheid
55415541- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
55425542-$as_echo "$supported" >&6; }
57385738+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
57395739+printf "%s\n" "$supported" >&6; }
55435740 if test "$supported" = "yes" ; then
55445741 BASE_CFLAGS="$BASE_CFLAGS -Wbad-function-cast"
55455742 found="yes"
···5564576155655762if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
55665763 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
55675567- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
55685568-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
55695569-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
55705570- $as_echo_n "(cached) " >&6
55715571-else
57645764+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
57655765+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
57665766+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
57675767+then :
57685768+ printf %s "(cached) " >&6
57695769+else $as_nop
55725770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55735771/* end confdefs.h. */
55745772int i;
55755773_ACEOF
55765576-if ac_fn_c_try_compile "$LINENO"; then :
57745774+if ac_fn_c_try_compile "$LINENO"
57755775+then :
55775776 xorg_cv_cc_flag_unknown_warning_option=yes
55785578-else
57775777+else $as_nop
55795778 xorg_cv_cc_flag_unknown_warning_option=no
55805779fi
55815581-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57805780+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
55825781fi
55835583-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
55845584-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
57825782+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
57835783+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
55855784 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
55865785 CFLAGS="$xorg_testset_save_CFLAGS"
55875786fi
···55915790 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
55925791 fi
55935792 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
55945594- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
55955595-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
55965596-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
55975597- $as_echo_n "(cached) " >&6
55985598-else
57935793+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
57945794+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
57955795+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
57965796+then :
57975797+ printf %s "(cached) " >&6
57985798+else $as_nop
55995799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56005800/* end confdefs.h. */
56015801int i;
56025802_ACEOF
56035603-if ac_fn_c_try_compile "$LINENO"; then :
58035803+if ac_fn_c_try_compile "$LINENO"
58045804+then :
56045805 xorg_cv_cc_flag_unused_command_line_argument=yes
56055605-else
58065806+else $as_nop
56065807 xorg_cv_cc_flag_unused_command_line_argument=no
56075808fi
56085608-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58095809+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
56095810fi
56105610-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
56115611-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
58115811+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
58125812+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
56125813 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
56135814 CFLAGS="$xorg_testset_save_CFLAGS"
56145815fi
···5626582756275828 CFLAGS="$CFLAGS -Wold-style-definition"
5628582956295629- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wold-style-definition" >&5
56305630-$as_echo_n "checking if $CC supports -Wold-style-definition... " >&6; }
58305830+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wold-style-definition" >&5
58315831+printf %s "checking if $CC supports -Wold-style-definition... " >&6; }
56315832 cacheid=xorg_cv_cc_flag__Wold_style_definition
56325632- if eval \${$cacheid+:} false; then :
56335633- $as_echo_n "(cached) " >&6
56345634-else
58335833+ if eval test \${$cacheid+y}
58345834+then :
58355835+ printf %s "(cached) " >&6
58365836+else $as_nop
56355837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56365838/* end confdefs.h. */
56375839int i;
56385840int
56395639-main ()
58415841+main (void)
56405842{
5641584356425844 ;
56435845 return 0;
56445846}
56455847_ACEOF
56465646-if ac_fn_c_try_link "$LINENO"; then :
58485848+if ac_fn_c_try_link "$LINENO"
58495849+then :
56475850 eval $cacheid=yes
56485648-else
58515851+else $as_nop
56495852 eval $cacheid=no
56505853fi
56515651-rm -f core conftest.err conftest.$ac_objext \
58545854+rm -f core conftest.err conftest.$ac_objext conftest.beam \
56525855 conftest$ac_exeext conftest.$ac_ext
56535856fi
56545857···56565859 CFLAGS="$xorg_testset_save_CFLAGS"
5657586056585861 eval supported=\$$cacheid
56595659- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
56605660-$as_echo "$supported" >&6; }
58625862+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
58635863+printf "%s\n" "$supported" >&6; }
56615864 if test "$supported" = "yes" ; then
56625865 BASE_CFLAGS="$BASE_CFLAGS -Wold-style-definition"
56635866 found="yes"
···5675587856765879 CFLAGS="$CFLAGS -fd"
5677588056785678- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fd" >&5
56795679-$as_echo_n "checking if $CC supports -fd... " >&6; }
58815881+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fd" >&5
58825882+printf %s "checking if $CC supports -fd... " >&6; }
56805883 cacheid=xorg_cv_cc_flag__fd
56815681- if eval \${$cacheid+:} false; then :
56825682- $as_echo_n "(cached) " >&6
56835683-else
58845884+ if eval test \${$cacheid+y}
58855885+then :
58865886+ printf %s "(cached) " >&6
58875887+else $as_nop
56845888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56855889/* end confdefs.h. */
56865890int i;
56875891int
56885688-main ()
58925892+main (void)
56895893{
5690589456915895 ;
56925896 return 0;
56935897}
56945898_ACEOF
56955695-if ac_fn_c_try_link "$LINENO"; then :
58995899+if ac_fn_c_try_link "$LINENO"
59005900+then :
56965901 eval $cacheid=yes
56975697-else
59025902+else $as_nop
56985903 eval $cacheid=no
56995904fi
57005700-rm -f core conftest.err conftest.$ac_objext \
59055905+rm -f core conftest.err conftest.$ac_objext conftest.beam \
57015906 conftest$ac_exeext conftest.$ac_ext
57025907fi
57035908···57055910 CFLAGS="$xorg_testset_save_CFLAGS"
5706591157075912 eval supported=\$$cacheid
57085708- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
57095709-$as_echo "$supported" >&6; }
59135913+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
59145914+printf "%s\n" "$supported" >&6; }
57105915 if test "$supported" = "yes" ; then
57115916 BASE_CFLAGS="$BASE_CFLAGS -fd"
57125917 found="yes"
···5731593657325937if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
57335938 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
57345734- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
57355735-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
57365736-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
57375737- $as_echo_n "(cached) " >&6
57385738-else
59395939+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
59405940+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
59415941+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
59425942+then :
59435943+ printf %s "(cached) " >&6
59445944+else $as_nop
57395945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57405946/* end confdefs.h. */
57415947int i;
57425948_ACEOF
57435743-if ac_fn_c_try_compile "$LINENO"; then :
59495949+if ac_fn_c_try_compile "$LINENO"
59505950+then :
57445951 xorg_cv_cc_flag_unknown_warning_option=yes
57455745-else
59525952+else $as_nop
57465953 xorg_cv_cc_flag_unknown_warning_option=no
57475954fi
57485748-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59555955+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
57495956fi
57505750-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
57515751-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
59575957+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
59585958+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
57525959 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
57535960 CFLAGS="$xorg_testset_save_CFLAGS"
57545961fi
···57585965 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
57595966 fi
57605967 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
57615761- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
57625762-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
57635763-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
57645764- $as_echo_n "(cached) " >&6
57655765-else
59685968+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
59695969+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
59705970+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
59715971+then :
59725972+ printf %s "(cached) " >&6
59735973+else $as_nop
57665974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57675975/* end confdefs.h. */
57685976int i;
57695977_ACEOF
57705770-if ac_fn_c_try_compile "$LINENO"; then :
59785978+if ac_fn_c_try_compile "$LINENO"
59795979+then :
57715980 xorg_cv_cc_flag_unused_command_line_argument=yes
57725772-else
59815981+else $as_nop
57735982 xorg_cv_cc_flag_unused_command_line_argument=no
57745983fi
57755775-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59845984+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
57765985fi
57775777-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
57785778-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
59865986+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
59875987+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
57795988 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
57805989 CFLAGS="$xorg_testset_save_CFLAGS"
57815990fi
···5793600257946003 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
5795600457965796- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wdeclaration-after-statement" >&5
57975797-$as_echo_n "checking if $CC supports -Wdeclaration-after-statement... " >&6; }
60056005+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wdeclaration-after-statement" >&5
60066006+printf %s "checking if $CC supports -Wdeclaration-after-statement... " >&6; }
57986007 cacheid=xorg_cv_cc_flag__Wdeclaration_after_statement
57995799- if eval \${$cacheid+:} false; then :
58005800- $as_echo_n "(cached) " >&6
58015801-else
60086008+ if eval test \${$cacheid+y}
60096009+then :
60106010+ printf %s "(cached) " >&6
60116011+else $as_nop
58026012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58036013/* end confdefs.h. */
58046014int i;
58056015int
58065806-main ()
60166016+main (void)
58076017{
5808601858096019 ;
58106020 return 0;
58116021}
58126022_ACEOF
58135813-if ac_fn_c_try_link "$LINENO"; then :
60236023+if ac_fn_c_try_link "$LINENO"
60246024+then :
58146025 eval $cacheid=yes
58155815-else
60266026+else $as_nop
58166027 eval $cacheid=no
58176028fi
58185818-rm -f core conftest.err conftest.$ac_objext \
60296029+rm -f core conftest.err conftest.$ac_objext conftest.beam \
58196030 conftest$ac_exeext conftest.$ac_ext
58206031fi
58216032···58236034 CFLAGS="$xorg_testset_save_CFLAGS"
5824603558256036 eval supported=\$$cacheid
58265826- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
58275827-$as_echo "$supported" >&6; }
60376037+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
60386038+printf "%s\n" "$supported" >&6; }
58286039 if test "$supported" = "yes" ; then
58296040 BASE_CFLAGS="$BASE_CFLAGS -Wdeclaration-after-statement"
58306041 found="yes"
···5853606458546065if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
58556066 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
58565856- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
58575857-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
58585858-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
58595859- $as_echo_n "(cached) " >&6
58605860-else
60676067+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
60686068+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
60696069+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
60706070+then :
60716071+ printf %s "(cached) " >&6
60726072+else $as_nop
58616073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58626074/* end confdefs.h. */
58636075int i;
58646076_ACEOF
58655865-if ac_fn_c_try_compile "$LINENO"; then :
60776077+if ac_fn_c_try_compile "$LINENO"
60786078+then :
58666079 xorg_cv_cc_flag_unknown_warning_option=yes
58675867-else
60806080+else $as_nop
58686081 xorg_cv_cc_flag_unknown_warning_option=no
58696082fi
58705870-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
60836083+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
58716084fi
58725872-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
58735873-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
60856085+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
60866086+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
58746087 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
58756088 CFLAGS="$xorg_testset_save_CFLAGS"
58766089fi
···58806093 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
58816094 fi
58826095 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
58835883- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
58845884-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
58855885-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
58865886- $as_echo_n "(cached) " >&6
58875887-else
60966096+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
60976097+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
60986098+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
60996099+then :
61006100+ printf %s "(cached) " >&6
61016101+else $as_nop
58886102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58896103/* end confdefs.h. */
58906104int i;
58916105_ACEOF
58925892-if ac_fn_c_try_compile "$LINENO"; then :
61066106+if ac_fn_c_try_compile "$LINENO"
61076107+then :
58936108 xorg_cv_cc_flag_unused_command_line_argument=yes
58945894-else
61096109+else $as_nop
58956110 xorg_cv_cc_flag_unused_command_line_argument=no
58966111fi
58975897-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61126112+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
58986113fi
58995899-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
59005900-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
61146114+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
61156115+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
59016116 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
59026117 CFLAGS="$xorg_testset_save_CFLAGS"
59036118fi
···5915613059166131 CFLAGS="$CFLAGS -Wunused"
5917613259185918- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wunused" >&5
59195919-$as_echo_n "checking if $CC supports -Wunused... " >&6; }
61336133+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wunused" >&5
61346134+printf %s "checking if $CC supports -Wunused... " >&6; }
59206135 cacheid=xorg_cv_cc_flag__Wunused
59215921- if eval \${$cacheid+:} false; then :
59225922- $as_echo_n "(cached) " >&6
59235923-else
61366136+ if eval test \${$cacheid+y}
61376137+then :
61386138+ printf %s "(cached) " >&6
61396139+else $as_nop
59246140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59256141/* end confdefs.h. */
59266142int i;
59276143int
59285928-main ()
61446144+main (void)
59296145{
5930614659316147 ;
59326148 return 0;
59336149}
59346150_ACEOF
59355935-if ac_fn_c_try_link "$LINENO"; then :
61516151+if ac_fn_c_try_link "$LINENO"
61526152+then :
59366153 eval $cacheid=yes
59375937-else
61546154+else $as_nop
59386155 eval $cacheid=no
59396156fi
59405940-rm -f core conftest.err conftest.$ac_objext \
61576157+rm -f core conftest.err conftest.$ac_objext conftest.beam \
59416158 conftest$ac_exeext conftest.$ac_ext
59426159fi
59436160···59456162 CFLAGS="$xorg_testset_save_CFLAGS"
5946616359476164 eval supported=\$$cacheid
59485948- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
59495949-$as_echo "$supported" >&6; }
61656165+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
61666166+printf "%s\n" "$supported" >&6; }
59506167 if test "$supported" = "yes" ; then
59516168 BASE_CFLAGS="$BASE_CFLAGS -Wunused"
59526169 found="yes"
···5971618859726189if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
59736190 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
59745974- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
59755975-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
59765976-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
59775977- $as_echo_n "(cached) " >&6
59785978-else
61916191+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
61926192+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
61936193+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
61946194+then :
61956195+ printf %s "(cached) " >&6
61966196+else $as_nop
59796197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59806198/* end confdefs.h. */
59816199int i;
59826200_ACEOF
59835983-if ac_fn_c_try_compile "$LINENO"; then :
62016201+if ac_fn_c_try_compile "$LINENO"
62026202+then :
59846203 xorg_cv_cc_flag_unknown_warning_option=yes
59855985-else
62046204+else $as_nop
59866205 xorg_cv_cc_flag_unknown_warning_option=no
59876206fi
59885988-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62076207+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
59896208fi
59905990-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
59915991-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
62096209+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
62106210+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
59926211 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
59936212 CFLAGS="$xorg_testset_save_CFLAGS"
59946213fi
···59986217 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
59996218 fi
60006219 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
60016001- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
60026002-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
60036003-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
60046004- $as_echo_n "(cached) " >&6
60056005-else
62206220+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
62216221+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
62226222+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
62236223+then :
62246224+ printf %s "(cached) " >&6
62256225+else $as_nop
60066226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60076227/* end confdefs.h. */
60086228int i;
60096229_ACEOF
60106010-if ac_fn_c_try_compile "$LINENO"; then :
62306230+if ac_fn_c_try_compile "$LINENO"
62316231+then :
60116232 xorg_cv_cc_flag_unused_command_line_argument=yes
60126012-else
62336233+else $as_nop
60136234 xorg_cv_cc_flag_unused_command_line_argument=no
60146235fi
60156015-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62366236+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
60166237fi
60176017-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
60186018-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
62386238+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
62396239+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
60196240 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
60206241 CFLAGS="$xorg_testset_save_CFLAGS"
60216242fi
···6033625460346255 CFLAGS="$CFLAGS -Wuninitialized"
6035625660366036- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wuninitialized" >&5
60376037-$as_echo_n "checking if $CC supports -Wuninitialized... " >&6; }
62576257+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wuninitialized" >&5
62586258+printf %s "checking if $CC supports -Wuninitialized... " >&6; }
60386259 cacheid=xorg_cv_cc_flag__Wuninitialized
60396039- if eval \${$cacheid+:} false; then :
60406040- $as_echo_n "(cached) " >&6
60416041-else
62606260+ if eval test \${$cacheid+y}
62616261+then :
62626262+ printf %s "(cached) " >&6
62636263+else $as_nop
60426264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60436265/* end confdefs.h. */
60446266int i;
60456267int
60466046-main ()
62686268+main (void)
60476269{
6048627060496271 ;
60506272 return 0;
60516273}
60526274_ACEOF
60536053-if ac_fn_c_try_link "$LINENO"; then :
62756275+if ac_fn_c_try_link "$LINENO"
62766276+then :
60546277 eval $cacheid=yes
60556055-else
62786278+else $as_nop
60566279 eval $cacheid=no
60576280fi
60586058-rm -f core conftest.err conftest.$ac_objext \
62816281+rm -f core conftest.err conftest.$ac_objext conftest.beam \
60596282 conftest$ac_exeext conftest.$ac_ext
60606283fi
60616284···60636286 CFLAGS="$xorg_testset_save_CFLAGS"
6064628760656288 eval supported=\$$cacheid
60666066- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
60676067-$as_echo "$supported" >&6; }
62896289+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
62906290+printf "%s\n" "$supported" >&6; }
60686291 if test "$supported" = "yes" ; then
60696292 BASE_CFLAGS="$BASE_CFLAGS -Wuninitialized"
60706293 found="yes"
···6089631260906313if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
60916314 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
60926092- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
60936093-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
60946094-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
60956095- $as_echo_n "(cached) " >&6
60966096-else
63156315+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
63166316+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
63176317+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
63186318+then :
63196319+ printf %s "(cached) " >&6
63206320+else $as_nop
60976321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60986322/* end confdefs.h. */
60996323int i;
61006324_ACEOF
61016101-if ac_fn_c_try_compile "$LINENO"; then :
63256325+if ac_fn_c_try_compile "$LINENO"
63266326+then :
61026327 xorg_cv_cc_flag_unknown_warning_option=yes
61036103-else
63286328+else $as_nop
61046329 xorg_cv_cc_flag_unknown_warning_option=no
61056330fi
61066106-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63316331+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
61076332fi
61086108-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
61096109-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
63336333+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
63346334+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
61106335 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
61116336 CFLAGS="$xorg_testset_save_CFLAGS"
61126337fi
···61166341 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
61176342 fi
61186343 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
61196119- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
61206120-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
61216121-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
61226122- $as_echo_n "(cached) " >&6
61236123-else
63446344+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
63456345+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
63466346+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
63476347+then :
63486348+ printf %s "(cached) " >&6
63496349+else $as_nop
61246350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61256351/* end confdefs.h. */
61266352int i;
61276353_ACEOF
61286128-if ac_fn_c_try_compile "$LINENO"; then :
63546354+if ac_fn_c_try_compile "$LINENO"
63556355+then :
61296356 xorg_cv_cc_flag_unused_command_line_argument=yes
61306130-else
63576357+else $as_nop
61316358 xorg_cv_cc_flag_unused_command_line_argument=no
61326359fi
61336133-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63606360+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
61346361fi
61356135-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
61366136-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
63626362+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
63636363+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
61376364 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
61386365 CFLAGS="$xorg_testset_save_CFLAGS"
61396366fi
···6151637861526379 CFLAGS="$CFLAGS -Wshadow"
6153638061546154- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wshadow" >&5
61556155-$as_echo_n "checking if $CC supports -Wshadow... " >&6; }
63816381+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wshadow" >&5
63826382+printf %s "checking if $CC supports -Wshadow... " >&6; }
61566383 cacheid=xorg_cv_cc_flag__Wshadow
61576157- if eval \${$cacheid+:} false; then :
61586158- $as_echo_n "(cached) " >&6
61596159-else
63846384+ if eval test \${$cacheid+y}
63856385+then :
63866386+ printf %s "(cached) " >&6
63876387+else $as_nop
61606388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61616389/* end confdefs.h. */
61626390int i;
61636391int
61646164-main ()
63926392+main (void)
61656393{
6166639461676395 ;
61686396 return 0;
61696397}
61706398_ACEOF
61716171-if ac_fn_c_try_link "$LINENO"; then :
63996399+if ac_fn_c_try_link "$LINENO"
64006400+then :
61726401 eval $cacheid=yes
61736173-else
64026402+else $as_nop
61746403 eval $cacheid=no
61756404fi
61766176-rm -f core conftest.err conftest.$ac_objext \
64056405+rm -f core conftest.err conftest.$ac_objext conftest.beam \
61776406 conftest$ac_exeext conftest.$ac_ext
61786407fi
61796408···61816410 CFLAGS="$xorg_testset_save_CFLAGS"
6182641161836412 eval supported=\$$cacheid
61846184- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
61856185-$as_echo "$supported" >&6; }
64136413+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
64146414+printf "%s\n" "$supported" >&6; }
61866415 if test "$supported" = "yes" ; then
61876416 BASE_CFLAGS="$BASE_CFLAGS -Wshadow"
61886417 found="yes"
···6207643662086437if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
62096438 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
62106210- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
62116211-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
62126212-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
62136213- $as_echo_n "(cached) " >&6
62146214-else
64396439+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
64406440+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
64416441+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
64426442+then :
64436443+ printf %s "(cached) " >&6
64446444+else $as_nop
62156445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62166446/* end confdefs.h. */
62176447int i;
62186448_ACEOF
62196219-if ac_fn_c_try_compile "$LINENO"; then :
64496449+if ac_fn_c_try_compile "$LINENO"
64506450+then :
62206451 xorg_cv_cc_flag_unknown_warning_option=yes
62216221-else
64526452+else $as_nop
62226453 xorg_cv_cc_flag_unknown_warning_option=no
62236454fi
62246224-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64556455+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
62256456fi
62266226-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
62276227-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
64576457+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
64586458+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
62286459 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
62296460 CFLAGS="$xorg_testset_save_CFLAGS"
62306461fi
···62346465 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
62356466 fi
62366467 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
62376237- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
62386238-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
62396239-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
62406240- $as_echo_n "(cached) " >&6
62416241-else
64686468+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
64696469+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
64706470+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
64716471+then :
64726472+ printf %s "(cached) " >&6
64736473+else $as_nop
62426474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62436475/* end confdefs.h. */
62446476int i;
62456477_ACEOF
62466246-if ac_fn_c_try_compile "$LINENO"; then :
64786478+if ac_fn_c_try_compile "$LINENO"
64796479+then :
62476480 xorg_cv_cc_flag_unused_command_line_argument=yes
62486248-else
64816481+else $as_nop
62496482 xorg_cv_cc_flag_unused_command_line_argument=no
62506483fi
62516251-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64846484+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
62526485fi
62536253-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
62546254-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
64866486+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
64876487+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
62556488 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
62566489 CFLAGS="$xorg_testset_save_CFLAGS"
62576490fi
···6269650262706503 CFLAGS="$CFLAGS -Wmissing-noreturn"
6271650462726272- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5
62736273-$as_echo_n "checking if $CC supports -Wmissing-noreturn... " >&6; }
65056505+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5
65066506+printf %s "checking if $CC supports -Wmissing-noreturn... " >&6; }
62746507 cacheid=xorg_cv_cc_flag__Wmissing_noreturn
62756275- if eval \${$cacheid+:} false; then :
62766276- $as_echo_n "(cached) " >&6
62776277-else
65086508+ if eval test \${$cacheid+y}
65096509+then :
65106510+ printf %s "(cached) " >&6
65116511+else $as_nop
62786512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62796513/* end confdefs.h. */
62806514int i;
62816515int
62826282-main ()
65166516+main (void)
62836517{
6284651862856519 ;
62866520 return 0;
62876521}
62886522_ACEOF
62896289-if ac_fn_c_try_link "$LINENO"; then :
65236523+if ac_fn_c_try_link "$LINENO"
65246524+then :
62906525 eval $cacheid=yes
62916291-else
65266526+else $as_nop
62926527 eval $cacheid=no
62936528fi
62946294-rm -f core conftest.err conftest.$ac_objext \
65296529+rm -f core conftest.err conftest.$ac_objext conftest.beam \
62956530 conftest$ac_exeext conftest.$ac_ext
62966531fi
62976532···62996534 CFLAGS="$xorg_testset_save_CFLAGS"
6300653563016536 eval supported=\$$cacheid
63026302- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
63036303-$as_echo "$supported" >&6; }
65376537+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
65386538+printf "%s\n" "$supported" >&6; }
63046539 if test "$supported" = "yes" ; then
63056540 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-noreturn"
63066541 found="yes"
···6325656063266561if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
63276562 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
63286328- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
63296329-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
63306330-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
63316331- $as_echo_n "(cached) " >&6
63326332-else
65636563+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
65646564+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
65656565+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
65666566+then :
65676567+ printf %s "(cached) " >&6
65686568+else $as_nop
63336569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63346570/* end confdefs.h. */
63356571int i;
63366572_ACEOF
63376337-if ac_fn_c_try_compile "$LINENO"; then :
65736573+if ac_fn_c_try_compile "$LINENO"
65746574+then :
63386575 xorg_cv_cc_flag_unknown_warning_option=yes
63396339-else
65766576+else $as_nop
63406577 xorg_cv_cc_flag_unknown_warning_option=no
63416578fi
63426342-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65796579+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
63436580fi
63446344-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
63456345-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
65816581+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
65826582+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
63466583 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
63476584 CFLAGS="$xorg_testset_save_CFLAGS"
63486585fi
···63526589 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
63536590 fi
63546591 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
63556355- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
63566356-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
63576357-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
63586358- $as_echo_n "(cached) " >&6
63596359-else
65926592+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
65936593+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
65946594+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
65956595+then :
65966596+ printf %s "(cached) " >&6
65976597+else $as_nop
63606598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63616599/* end confdefs.h. */
63626600int i;
63636601_ACEOF
63646364-if ac_fn_c_try_compile "$LINENO"; then :
66026602+if ac_fn_c_try_compile "$LINENO"
66036603+then :
63656604 xorg_cv_cc_flag_unused_command_line_argument=yes
63666366-else
66056605+else $as_nop
63676606 xorg_cv_cc_flag_unused_command_line_argument=no
63686607fi
63696369-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66086608+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
63706609fi
63716371-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
63726372-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
66106610+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
66116611+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
63736612 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
63746613 CFLAGS="$xorg_testset_save_CFLAGS"
63756614fi
···6387662663886627 CFLAGS="$CFLAGS -Wmissing-format-attribute"
6389662863906390- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5
63916391-$as_echo_n "checking if $CC supports -Wmissing-format-attribute... " >&6; }
66296629+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5
66306630+printf %s "checking if $CC supports -Wmissing-format-attribute... " >&6; }
63926631 cacheid=xorg_cv_cc_flag__Wmissing_format_attribute
63936393- if eval \${$cacheid+:} false; then :
63946394- $as_echo_n "(cached) " >&6
63956395-else
66326632+ if eval test \${$cacheid+y}
66336633+then :
66346634+ printf %s "(cached) " >&6
66356635+else $as_nop
63966636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63976637/* end confdefs.h. */
63986638int i;
63996639int
64006400-main ()
66406640+main (void)
64016641{
6402664264036643 ;
64046644 return 0;
64056645}
64066646_ACEOF
64076407-if ac_fn_c_try_link "$LINENO"; then :
66476647+if ac_fn_c_try_link "$LINENO"
66486648+then :
64086649 eval $cacheid=yes
64096409-else
66506650+else $as_nop
64106651 eval $cacheid=no
64116652fi
64126412-rm -f core conftest.err conftest.$ac_objext \
66536653+rm -f core conftest.err conftest.$ac_objext conftest.beam \
64136654 conftest$ac_exeext conftest.$ac_ext
64146655fi
64156656···64176658 CFLAGS="$xorg_testset_save_CFLAGS"
6418665964196660 eval supported=\$$cacheid
64206420- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
64216421-$as_echo "$supported" >&6; }
66616661+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
66626662+printf "%s\n" "$supported" >&6; }
64226663 if test "$supported" = "yes" ; then
64236664 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-format-attribute"
64246665 found="yes"
···6444668564456686if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
64466687 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
64476447- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
64486448-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
64496449-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
64506450- $as_echo_n "(cached) " >&6
64516451-else
66886688+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
66896689+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
66906690+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
66916691+then :
66926692+ printf %s "(cached) " >&6
66936693+else $as_nop
64526694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64536695/* end confdefs.h. */
64546696int i;
64556697_ACEOF
64566456-if ac_fn_c_try_compile "$LINENO"; then :
66986698+if ac_fn_c_try_compile "$LINENO"
66996699+then :
64576700 xorg_cv_cc_flag_unknown_warning_option=yes
64586458-else
67016701+else $as_nop
64596702 xorg_cv_cc_flag_unknown_warning_option=no
64606703fi
64616461-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67046704+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
64626705fi
64636463-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
64646464-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
67066706+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
67076707+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
64656708 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
64666709 CFLAGS="$xorg_testset_save_CFLAGS"
64676710fi
···64716714 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
64726715 fi
64736716 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
64746474- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
64756475-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
64766476-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
64776477- $as_echo_n "(cached) " >&6
64786478-else
67176717+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
67186718+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
67196719+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
67206720+then :
67216721+ printf %s "(cached) " >&6
67226722+else $as_nop
64796723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64806724/* end confdefs.h. */
64816725int i;
64826726_ACEOF
64836483-if ac_fn_c_try_compile "$LINENO"; then :
67276727+if ac_fn_c_try_compile "$LINENO"
67286728+then :
64846729 xorg_cv_cc_flag_unused_command_line_argument=yes
64856485-else
67306730+else $as_nop
64866731 xorg_cv_cc_flag_unused_command_line_argument=no
64876732fi
64886488-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67336733+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
64896734fi
64906490-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
64916491-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
67356735+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
67366736+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
64926737 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
64936738 CFLAGS="$xorg_testset_save_CFLAGS"
64946739fi
···6506675165076752 CFLAGS="$CFLAGS -Wlogical-op"
6508675365096509- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5
65106510-$as_echo_n "checking if $CC supports -Wlogical-op... " >&6; }
67546754+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5
67556755+printf %s "checking if $CC supports -Wlogical-op... " >&6; }
65116756 cacheid=xorg_cv_cc_flag__Wlogical_op
65126512- if eval \${$cacheid+:} false; then :
65136513- $as_echo_n "(cached) " >&6
65146514-else
67576757+ if eval test \${$cacheid+y}
67586758+then :
67596759+ printf %s "(cached) " >&6
67606760+else $as_nop
65156761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65166762/* end confdefs.h. */
65176763int i;
65186764int
65196519-main ()
67656765+main (void)
65206766{
6521676765226768 ;
65236769 return 0;
65246770}
65256771_ACEOF
65266526-if ac_fn_c_try_link "$LINENO"; then :
67726772+if ac_fn_c_try_link "$LINENO"
67736773+then :
65276774 eval $cacheid=yes
65286528-else
67756775+else $as_nop
65296776 eval $cacheid=no
65306777fi
65316531-rm -f core conftest.err conftest.$ac_objext \
67786778+rm -f core conftest.err conftest.$ac_objext conftest.beam \
65326779 conftest$ac_exeext conftest.$ac_ext
65336780fi
65346781···65366783 CFLAGS="$xorg_testset_save_CFLAGS"
6537678465386785 eval supported=\$$cacheid
65396539- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
65406540-$as_echo "$supported" >&6; }
67866786+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
67876787+printf "%s\n" "$supported" >&6; }
65416788 if test "$supported" = "yes" ; then
65426789 BASE_CFLAGS="$BASE_CFLAGS -Wlogical-op"
65436790 found="yes"
···65536800# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-align])
65546801# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual])
6555680265566556-# Turn some warnings into errors, so we don't accidently get successful builds
68036803+# Turn some warnings into errors, so we don't accidentally get successful builds
65576804# when there are problems that should be fixed.
6558680565596806if test "x$SELECTIVE_WERROR" = "xyes" ; then
···6574682165756822if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
65766823 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
65776577- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
65786578-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
65796579-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
65806580- $as_echo_n "(cached) " >&6
65816581-else
68246824+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
68256825+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
68266826+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
68276827+then :
68286828+ printf %s "(cached) " >&6
68296829+else $as_nop
65826830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65836831/* end confdefs.h. */
65846832int i;
65856833_ACEOF
65866586-if ac_fn_c_try_compile "$LINENO"; then :
68346834+if ac_fn_c_try_compile "$LINENO"
68356835+then :
65876836 xorg_cv_cc_flag_unknown_warning_option=yes
65886588-else
68376837+else $as_nop
65896838 xorg_cv_cc_flag_unknown_warning_option=no
65906839fi
65916591-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68406840+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
65926841fi
65936593-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
65946594-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
68426842+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
68436843+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
65956844 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
65966845 CFLAGS="$xorg_testset_save_CFLAGS"
65976846fi
···66016850 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
66026851 fi
66036852 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
66046604- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
66056605-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
66066606-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
66076607- $as_echo_n "(cached) " >&6
66086608-else
68536853+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
68546854+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
68556855+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
68566856+then :
68576857+ printf %s "(cached) " >&6
68586858+else $as_nop
66096859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66106860/* end confdefs.h. */
66116861int i;
66126862_ACEOF
66136613-if ac_fn_c_try_compile "$LINENO"; then :
68636863+if ac_fn_c_try_compile "$LINENO"
68646864+then :
66146865 xorg_cv_cc_flag_unused_command_line_argument=yes
66156615-else
68666866+else $as_nop
66166867 xorg_cv_cc_flag_unused_command_line_argument=no
66176868fi
66186618-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68696869+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
66196870fi
66206620-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
66216621-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
68716871+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
68726872+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
66226873 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
66236874 CFLAGS="$xorg_testset_save_CFLAGS"
66246875fi
···6636688766376888 CFLAGS="$CFLAGS -Werror=implicit"
6638688966396639- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=implicit" >&5
66406640-$as_echo_n "checking if $CC supports -Werror=implicit... " >&6; }
68906890+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=implicit" >&5
68916891+printf %s "checking if $CC supports -Werror=implicit... " >&6; }
66416892 cacheid=xorg_cv_cc_flag__Werror_implicit
66426642- if eval \${$cacheid+:} false; then :
66436643- $as_echo_n "(cached) " >&6
66446644-else
68936893+ if eval test \${$cacheid+y}
68946894+then :
68956895+ printf %s "(cached) " >&6
68966896+else $as_nop
66456897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66466898/* end confdefs.h. */
66476899int i;
66486900int
66496649-main ()
69016901+main (void)
66506902{
6651690366526904 ;
66536905 return 0;
66546906}
66556907_ACEOF
66566656-if ac_fn_c_try_link "$LINENO"; then :
69086908+if ac_fn_c_try_link "$LINENO"
69096909+then :
66576910 eval $cacheid=yes
66586658-else
69116911+else $as_nop
66596912 eval $cacheid=no
66606913fi
66616661-rm -f core conftest.err conftest.$ac_objext \
69146914+rm -f core conftest.err conftest.$ac_objext conftest.beam \
66626915 conftest$ac_exeext conftest.$ac_ext
66636916fi
66646917···66666919 CFLAGS="$xorg_testset_save_CFLAGS"
6667692066686921 eval supported=\$$cacheid
66696669- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
66706670-$as_echo "$supported" >&6; }
69226922+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
69236923+printf "%s\n" "$supported" >&6; }
66716924 if test "$supported" = "yes" ; then
66726925 BASE_CFLAGS="$BASE_CFLAGS -Werror=implicit"
66736926 found="yes"
···6685693866866939 CFLAGS="$CFLAGS -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED"
6687694066886688- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED" >&5
66896689-$as_echo_n "checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED... " >&6; }
69416941+ { 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
69426942+printf %s "checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED... " >&6; }
66906943 cacheid=xorg_cv_cc_flag__errwarn_E_NO_EXPLICIT_TYPE_GIVEN__errwarn_E_NO_IMPLICIT_DECL_ALLOWED
66916691- if eval \${$cacheid+:} false; then :
66926692- $as_echo_n "(cached) " >&6
66936693-else
69446944+ if eval test \${$cacheid+y}
69456945+then :
69466946+ printf %s "(cached) " >&6
69476947+else $as_nop
66946948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66956949/* end confdefs.h. */
66966950int i;
66976951int
66986698-main ()
69526952+main (void)
66996953{
6700695467016955 ;
67026956 return 0;
67036957}
67046958_ACEOF
67056705-if ac_fn_c_try_link "$LINENO"; then :
69596959+if ac_fn_c_try_link "$LINENO"
69606960+then :
67066961 eval $cacheid=yes
67076707-else
69626962+else $as_nop
67086963 eval $cacheid=no
67096964fi
67106710-rm -f core conftest.err conftest.$ac_objext \
69656965+rm -f core conftest.err conftest.$ac_objext conftest.beam \
67116966 conftest$ac_exeext conftest.$ac_ext
67126967fi
67136968···67156970 CFLAGS="$xorg_testset_save_CFLAGS"
6716697167176972 eval supported=\$$cacheid
67186718- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
67196719-$as_echo "$supported" >&6; }
69736973+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
69746974+printf "%s\n" "$supported" >&6; }
67206975 if test "$supported" = "yes" ; then
67216976 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED"
67226977 found="yes"
···6741699667426997if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
67436998 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
67446744- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
67456745-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
67466746-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
67476747- $as_echo_n "(cached) " >&6
67486748-else
69996999+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
70007000+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
70017001+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
70027002+then :
70037003+ printf %s "(cached) " >&6
70047004+else $as_nop
67497005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67507006/* end confdefs.h. */
67517007int i;
67527008_ACEOF
67536753-if ac_fn_c_try_compile "$LINENO"; then :
70097009+if ac_fn_c_try_compile "$LINENO"
70107010+then :
67547011 xorg_cv_cc_flag_unknown_warning_option=yes
67556755-else
70127012+else $as_nop
67567013 xorg_cv_cc_flag_unknown_warning_option=no
67577014fi
67586758-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70157015+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
67597016fi
67606760-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
67616761-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
70177017+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
70187018+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
67627019 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
67637020 CFLAGS="$xorg_testset_save_CFLAGS"
67647021fi
···67687025 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
67697026 fi
67707027 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
67716771- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
67726772-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
67736773-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
67746774- $as_echo_n "(cached) " >&6
67756775-else
70287028+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
70297029+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
70307030+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
70317031+then :
70327032+ printf %s "(cached) " >&6
70337033+else $as_nop
67767034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67777035/* end confdefs.h. */
67787036int i;
67797037_ACEOF
67806780-if ac_fn_c_try_compile "$LINENO"; then :
70387038+if ac_fn_c_try_compile "$LINENO"
70397039+then :
67817040 xorg_cv_cc_flag_unused_command_line_argument=yes
67826782-else
70417041+else $as_nop
67837042 xorg_cv_cc_flag_unused_command_line_argument=no
67847043fi
67856785-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70447044+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
67867045fi
67876787-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
67886788-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
70467046+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
70477047+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
67897048 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
67907049 CFLAGS="$xorg_testset_save_CFLAGS"
67917050fi
···6803706268047063 CFLAGS="$CFLAGS -Werror=nonnull"
6805706468066806- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=nonnull" >&5
68076807-$as_echo_n "checking if $CC supports -Werror=nonnull... " >&6; }
70657065+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=nonnull" >&5
70667066+printf %s "checking if $CC supports -Werror=nonnull... " >&6; }
68087067 cacheid=xorg_cv_cc_flag__Werror_nonnull
68096809- if eval \${$cacheid+:} false; then :
68106810- $as_echo_n "(cached) " >&6
68116811-else
70687068+ if eval test \${$cacheid+y}
70697069+then :
70707070+ printf %s "(cached) " >&6
70717071+else $as_nop
68127072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68137073/* end confdefs.h. */
68147074int i;
68157075int
68166816-main ()
70767076+main (void)
68177077{
6818707868197079 ;
68207080 return 0;
68217081}
68227082_ACEOF
68236823-if ac_fn_c_try_link "$LINENO"; then :
70837083+if ac_fn_c_try_link "$LINENO"
70847084+then :
68247085 eval $cacheid=yes
68256825-else
70867086+else $as_nop
68267087 eval $cacheid=no
68277088fi
68286828-rm -f core conftest.err conftest.$ac_objext \
70897089+rm -f core conftest.err conftest.$ac_objext conftest.beam \
68297090 conftest$ac_exeext conftest.$ac_ext
68307091fi
68317092···68337094 CFLAGS="$xorg_testset_save_CFLAGS"
6834709568357096 eval supported=\$$cacheid
68366836- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
68376837-$as_echo "$supported" >&6; }
70977097+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
70987098+printf "%s\n" "$supported" >&6; }
68387099 if test "$supported" = "yes" ; then
68397100 BASE_CFLAGS="$BASE_CFLAGS -Werror=nonnull"
68407101 found="yes"
···6859712068607121if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
68617122 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
68626862- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
68636863-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
68646864-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
68656865- $as_echo_n "(cached) " >&6
68666866-else
71237123+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
71247124+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
71257125+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
71267126+then :
71277127+ printf %s "(cached) " >&6
71287128+else $as_nop
68677129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68687130/* end confdefs.h. */
68697131int i;
68707132_ACEOF
68716871-if ac_fn_c_try_compile "$LINENO"; then :
71337133+if ac_fn_c_try_compile "$LINENO"
71347134+then :
68727135 xorg_cv_cc_flag_unknown_warning_option=yes
68736873-else
71367136+else $as_nop
68747137 xorg_cv_cc_flag_unknown_warning_option=no
68757138fi
68766876-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71397139+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
68777140fi
68786878-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
68796879-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
71417141+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
71427142+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
68807143 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
68817144 CFLAGS="$xorg_testset_save_CFLAGS"
68827145fi
···68867149 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
68877150 fi
68887151 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
68896889- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
68906890-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
68916891-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
68926892- $as_echo_n "(cached) " >&6
68936893-else
71527152+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
71537153+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
71547154+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
71557155+then :
71567156+ printf %s "(cached) " >&6
71577157+else $as_nop
68947158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68957159/* end confdefs.h. */
68967160int i;
68977161_ACEOF
68986898-if ac_fn_c_try_compile "$LINENO"; then :
71627162+if ac_fn_c_try_compile "$LINENO"
71637163+then :
68997164 xorg_cv_cc_flag_unused_command_line_argument=yes
69006900-else
71657165+else $as_nop
69017166 xorg_cv_cc_flag_unused_command_line_argument=no
69027167fi
69036903-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71687168+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
69047169fi
69056905-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
69066906-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
71707170+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
71717171+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
69077172 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
69087173 CFLAGS="$xorg_testset_save_CFLAGS"
69097174fi
···6921718669227187 CFLAGS="$CFLAGS -Werror=init-self"
6923718869246924- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=init-self" >&5
69256925-$as_echo_n "checking if $CC supports -Werror=init-self... " >&6; }
71897189+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=init-self" >&5
71907190+printf %s "checking if $CC supports -Werror=init-self... " >&6; }
69267191 cacheid=xorg_cv_cc_flag__Werror_init_self
69276927- if eval \${$cacheid+:} false; then :
69286928- $as_echo_n "(cached) " >&6
69296929-else
71927192+ if eval test \${$cacheid+y}
71937193+then :
71947194+ printf %s "(cached) " >&6
71957195+else $as_nop
69307196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69317197/* end confdefs.h. */
69327198int i;
69337199int
69346934-main ()
72007200+main (void)
69357201{
6936720269377203 ;
69387204 return 0;
69397205}
69407206_ACEOF
69416941-if ac_fn_c_try_link "$LINENO"; then :
72077207+if ac_fn_c_try_link "$LINENO"
72087208+then :
69427209 eval $cacheid=yes
69436943-else
72107210+else $as_nop
69447211 eval $cacheid=no
69457212fi
69466946-rm -f core conftest.err conftest.$ac_objext \
72137213+rm -f core conftest.err conftest.$ac_objext conftest.beam \
69477214 conftest$ac_exeext conftest.$ac_ext
69487215fi
69497216···69517218 CFLAGS="$xorg_testset_save_CFLAGS"
6952721969537220 eval supported=\$$cacheid
69546954- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
69556955-$as_echo "$supported" >&6; }
72217221+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
72227222+printf "%s\n" "$supported" >&6; }
69567223 if test "$supported" = "yes" ; then
69577224 BASE_CFLAGS="$BASE_CFLAGS -Werror=init-self"
69587225 found="yes"
···6977724469787245if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
69797246 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
69806980- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
69816981-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
69826982-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
69836983- $as_echo_n "(cached) " >&6
69846984-else
72477247+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
72487248+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
72497249+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
72507250+then :
72517251+ printf %s "(cached) " >&6
72527252+else $as_nop
69857253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69867254/* end confdefs.h. */
69877255int i;
69887256_ACEOF
69896989-if ac_fn_c_try_compile "$LINENO"; then :
72577257+if ac_fn_c_try_compile "$LINENO"
72587258+then :
69907259 xorg_cv_cc_flag_unknown_warning_option=yes
69916991-else
72607260+else $as_nop
69927261 xorg_cv_cc_flag_unknown_warning_option=no
69937262fi
69946994-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72637263+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
69957264fi
69966996-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
69976997-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
72657265+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
72667266+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
69987267 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
69997268 CFLAGS="$xorg_testset_save_CFLAGS"
70007269fi
···70047273 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
70057274 fi
70067275 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
70077007- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
70087008-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
70097009-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
70107010- $as_echo_n "(cached) " >&6
70117011-else
72767276+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
72777277+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
72787278+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
72797279+then :
72807280+ printf %s "(cached) " >&6
72817281+else $as_nop
70127282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70137283/* end confdefs.h. */
70147284int i;
70157285_ACEOF
70167016-if ac_fn_c_try_compile "$LINENO"; then :
72867286+if ac_fn_c_try_compile "$LINENO"
72877287+then :
70177288 xorg_cv_cc_flag_unused_command_line_argument=yes
70187018-else
72897289+else $as_nop
70197290 xorg_cv_cc_flag_unused_command_line_argument=no
70207291fi
70217021-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72927292+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
70227293fi
70237023-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
70247024-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
72947294+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
72957295+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
70257296 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
70267297 CFLAGS="$xorg_testset_save_CFLAGS"
70277298fi
···7039731070407311 CFLAGS="$CFLAGS -Werror=main"
7041731270427042- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=main" >&5
70437043-$as_echo_n "checking if $CC supports -Werror=main... " >&6; }
73137313+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=main" >&5
73147314+printf %s "checking if $CC supports -Werror=main... " >&6; }
70447315 cacheid=xorg_cv_cc_flag__Werror_main
70457045- if eval \${$cacheid+:} false; then :
70467046- $as_echo_n "(cached) " >&6
70477047-else
73167316+ if eval test \${$cacheid+y}
73177317+then :
73187318+ printf %s "(cached) " >&6
73197319+else $as_nop
70487320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70497321/* end confdefs.h. */
70507322int i;
70517323int
70527052-main ()
73247324+main (void)
70537325{
7054732670557327 ;
70567328 return 0;
70577329}
70587330_ACEOF
70597059-if ac_fn_c_try_link "$LINENO"; then :
73317331+if ac_fn_c_try_link "$LINENO"
73327332+then :
70607333 eval $cacheid=yes
70617061-else
73347334+else $as_nop
70627335 eval $cacheid=no
70637336fi
70647064-rm -f core conftest.err conftest.$ac_objext \
73377337+rm -f core conftest.err conftest.$ac_objext conftest.beam \
70657338 conftest$ac_exeext conftest.$ac_ext
70667339fi
70677340···70697342 CFLAGS="$xorg_testset_save_CFLAGS"
7070734370717344 eval supported=\$$cacheid
70727072- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
70737073-$as_echo "$supported" >&6; }
73457345+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
73467346+printf "%s\n" "$supported" >&6; }
70747347 if test "$supported" = "yes" ; then
70757348 BASE_CFLAGS="$BASE_CFLAGS -Werror=main"
70767349 found="yes"
···7095736870967369if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
70977370 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
70987098- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
70997099-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
71007100-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
71017101- $as_echo_n "(cached) " >&6
71027102-else
73717371+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
73727372+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
73737373+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
73747374+then :
73757375+ printf %s "(cached) " >&6
73767376+else $as_nop
71037377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71047378/* end confdefs.h. */
71057379int i;
71067380_ACEOF
71077107-if ac_fn_c_try_compile "$LINENO"; then :
73817381+if ac_fn_c_try_compile "$LINENO"
73827382+then :
71087383 xorg_cv_cc_flag_unknown_warning_option=yes
71097109-else
73847384+else $as_nop
71107385 xorg_cv_cc_flag_unknown_warning_option=no
71117386fi
71127112-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73877387+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
71137388fi
71147114-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
71157115-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
73897389+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
73907390+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
71167391 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
71177392 CFLAGS="$xorg_testset_save_CFLAGS"
71187393fi
···71227397 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
71237398 fi
71247399 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
71257125- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
71267126-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
71277127-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
71287128- $as_echo_n "(cached) " >&6
71297129-else
74007400+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
74017401+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
74027402+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
74037403+then :
74047404+ printf %s "(cached) " >&6
74057405+else $as_nop
71307406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71317407/* end confdefs.h. */
71327408int i;
71337409_ACEOF
71347134-if ac_fn_c_try_compile "$LINENO"; then :
74107410+if ac_fn_c_try_compile "$LINENO"
74117411+then :
71357412 xorg_cv_cc_flag_unused_command_line_argument=yes
71367136-else
74137413+else $as_nop
71377414 xorg_cv_cc_flag_unused_command_line_argument=no
71387415fi
71397139-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
74167416+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
71407417fi
71417141-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
71427142-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
74187418+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
74197419+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
71437420 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
71447421 CFLAGS="$xorg_testset_save_CFLAGS"
71457422fi
···7157743471587435 CFLAGS="$CFLAGS -Werror=missing-braces"
7159743671607160- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=missing-braces" >&5
71617161-$as_echo_n "checking if $CC supports -Werror=missing-braces... " >&6; }
74377437+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=missing-braces" >&5
74387438+printf %s "checking if $CC supports -Werror=missing-braces... " >&6; }
71627439 cacheid=xorg_cv_cc_flag__Werror_missing_braces
71637163- if eval \${$cacheid+:} false; then :
71647164- $as_echo_n "(cached) " >&6
71657165-else
74407440+ if eval test \${$cacheid+y}
74417441+then :
74427442+ printf %s "(cached) " >&6
74437443+else $as_nop
71667444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71677445/* end confdefs.h. */
71687446int i;
71697447int
71707170-main ()
74487448+main (void)
71717449{
7172745071737451 ;
71747452 return 0;
71757453}
71767454_ACEOF
71777177-if ac_fn_c_try_link "$LINENO"; then :
74557455+if ac_fn_c_try_link "$LINENO"
74567456+then :
71787457 eval $cacheid=yes
71797179-else
74587458+else $as_nop
71807459 eval $cacheid=no
71817460fi
71827182-rm -f core conftest.err conftest.$ac_objext \
74617461+rm -f core conftest.err conftest.$ac_objext conftest.beam \
71837462 conftest$ac_exeext conftest.$ac_ext
71847463fi
71857464···71877466 CFLAGS="$xorg_testset_save_CFLAGS"
7188746771897468 eval supported=\$$cacheid
71907190- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
71917191-$as_echo "$supported" >&6; }
74697469+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
74707470+printf "%s\n" "$supported" >&6; }
71927471 if test "$supported" = "yes" ; then
71937472 BASE_CFLAGS="$BASE_CFLAGS -Werror=missing-braces"
71947473 found="yes"
···7213749272147493if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
72157494 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
72167216- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
72177217-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
72187218-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
72197219- $as_echo_n "(cached) " >&6
72207220-else
74957495+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
74967496+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
74977497+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
74987498+then :
74997499+ printf %s "(cached) " >&6
75007500+else $as_nop
72217501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72227502/* end confdefs.h. */
72237503int i;
72247504_ACEOF
72257225-if ac_fn_c_try_compile "$LINENO"; then :
75057505+if ac_fn_c_try_compile "$LINENO"
75067506+then :
72267507 xorg_cv_cc_flag_unknown_warning_option=yes
72277227-else
75087508+else $as_nop
72287509 xorg_cv_cc_flag_unknown_warning_option=no
72297510fi
72307230-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75117511+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
72317512fi
72327232-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
72337233-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
75137513+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
75147514+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
72347515 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
72357516 CFLAGS="$xorg_testset_save_CFLAGS"
72367517fi
···72407521 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
72417522 fi
72427523 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
72437243- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
72447244-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
72457245-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
72467246- $as_echo_n "(cached) " >&6
72477247-else
75247524+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
75257525+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
75267526+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
75277527+then :
75287528+ printf %s "(cached) " >&6
75297529+else $as_nop
72487530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72497531/* end confdefs.h. */
72507532int i;
72517533_ACEOF
72527252-if ac_fn_c_try_compile "$LINENO"; then :
75347534+if ac_fn_c_try_compile "$LINENO"
75357535+then :
72537536 xorg_cv_cc_flag_unused_command_line_argument=yes
72547254-else
75377537+else $as_nop
72557538 xorg_cv_cc_flag_unused_command_line_argument=no
72567539fi
72577257-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75407540+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
72587541fi
72597259-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
72607260-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
75427542+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
75437543+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
72617544 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
72627545 CFLAGS="$xorg_testset_save_CFLAGS"
72637546fi
···7275755872767559 CFLAGS="$CFLAGS -Werror=sequence-point"
7277756072787278- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=sequence-point" >&5
72797279-$as_echo_n "checking if $CC supports -Werror=sequence-point... " >&6; }
75617561+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=sequence-point" >&5
75627562+printf %s "checking if $CC supports -Werror=sequence-point... " >&6; }
72807563 cacheid=xorg_cv_cc_flag__Werror_sequence_point
72817281- if eval \${$cacheid+:} false; then :
72827282- $as_echo_n "(cached) " >&6
72837283-else
75647564+ if eval test \${$cacheid+y}
75657565+then :
75667566+ printf %s "(cached) " >&6
75677567+else $as_nop
72847568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72857569/* end confdefs.h. */
72867570int i;
72877571int
72887288-main ()
75727572+main (void)
72897573{
7290757472917575 ;
72927576 return 0;
72937577}
72947578_ACEOF
72957295-if ac_fn_c_try_link "$LINENO"; then :
75797579+if ac_fn_c_try_link "$LINENO"
75807580+then :
72967581 eval $cacheid=yes
72977297-else
75827582+else $as_nop
72987583 eval $cacheid=no
72997584fi
73007300-rm -f core conftest.err conftest.$ac_objext \
75857585+rm -f core conftest.err conftest.$ac_objext conftest.beam \
73017586 conftest$ac_exeext conftest.$ac_ext
73027587fi
73037588···73057590 CFLAGS="$xorg_testset_save_CFLAGS"
7306759173077592 eval supported=\$$cacheid
73087308- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
73097309-$as_echo "$supported" >&6; }
75937593+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
75947594+printf "%s\n" "$supported" >&6; }
73107595 if test "$supported" = "yes" ; then
73117596 BASE_CFLAGS="$BASE_CFLAGS -Werror=sequence-point"
73127597 found="yes"
···7331761673327617if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
73337618 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
73347334- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
73357335-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
73367336-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
73377337- $as_echo_n "(cached) " >&6
73387338-else
76197619+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
76207620+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
76217621+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
76227622+then :
76237623+ printf %s "(cached) " >&6
76247624+else $as_nop
73397625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73407626/* end confdefs.h. */
73417627int i;
73427628_ACEOF
73437343-if ac_fn_c_try_compile "$LINENO"; then :
76297629+if ac_fn_c_try_compile "$LINENO"
76307630+then :
73447631 xorg_cv_cc_flag_unknown_warning_option=yes
73457345-else
76327632+else $as_nop
73467633 xorg_cv_cc_flag_unknown_warning_option=no
73477634fi
73487348-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76357635+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
73497636fi
73507350-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
73517351-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
76377637+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
76387638+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
73527639 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
73537640 CFLAGS="$xorg_testset_save_CFLAGS"
73547641fi
···73587645 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
73597646 fi
73607647 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
73617361- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
73627362-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
73637363-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
73647364- $as_echo_n "(cached) " >&6
73657365-else
76487648+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
76497649+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
76507650+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
76517651+then :
76527652+ printf %s "(cached) " >&6
76537653+else $as_nop
73667654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73677655/* end confdefs.h. */
73687656int i;
73697657_ACEOF
73707370-if ac_fn_c_try_compile "$LINENO"; then :
76587658+if ac_fn_c_try_compile "$LINENO"
76597659+then :
73717660 xorg_cv_cc_flag_unused_command_line_argument=yes
73727372-else
76617661+else $as_nop
73737662 xorg_cv_cc_flag_unused_command_line_argument=no
73747663fi
73757375-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76647664+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
73767665fi
73777377-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
73787378-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
76667666+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
76677667+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
73797668 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
73807669 CFLAGS="$xorg_testset_save_CFLAGS"
73817670fi
···7393768273947683 CFLAGS="$CFLAGS -Werror=return-type"
7395768473967396- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=return-type" >&5
73977397-$as_echo_n "checking if $CC supports -Werror=return-type... " >&6; }
76857685+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=return-type" >&5
76867686+printf %s "checking if $CC supports -Werror=return-type... " >&6; }
73987687 cacheid=xorg_cv_cc_flag__Werror_return_type
73997399- if eval \${$cacheid+:} false; then :
74007400- $as_echo_n "(cached) " >&6
74017401-else
76887688+ if eval test \${$cacheid+y}
76897689+then :
76907690+ printf %s "(cached) " >&6
76917691+else $as_nop
74027692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74037693/* end confdefs.h. */
74047694int i;
74057695int
74067406-main ()
76967696+main (void)
74077697{
7408769874097699 ;
74107700 return 0;
74117701}
74127702_ACEOF
74137413-if ac_fn_c_try_link "$LINENO"; then :
77037703+if ac_fn_c_try_link "$LINENO"
77047704+then :
74147705 eval $cacheid=yes
74157415-else
77067706+else $as_nop
74167707 eval $cacheid=no
74177708fi
74187418-rm -f core conftest.err conftest.$ac_objext \
77097709+rm -f core conftest.err conftest.$ac_objext conftest.beam \
74197710 conftest$ac_exeext conftest.$ac_ext
74207711fi
74217712···74237714 CFLAGS="$xorg_testset_save_CFLAGS"
7424771574257716 eval supported=\$$cacheid
74267426- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
74277427-$as_echo "$supported" >&6; }
77177717+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
77187718+printf "%s\n" "$supported" >&6; }
74287719 if test "$supported" = "yes" ; then
74297720 BASE_CFLAGS="$BASE_CFLAGS -Werror=return-type"
74307721 found="yes"
···7442773374437734 CFLAGS="$CFLAGS -errwarn=E_FUNC_HAS_NO_RETURN_STMT"
7444773574457445- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT" >&5
74467446-$as_echo_n "checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT... " >&6; }
77367736+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT" >&5
77377737+printf %s "checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT... " >&6; }
74477738 cacheid=xorg_cv_cc_flag__errwarn_E_FUNC_HAS_NO_RETURN_STMT
74487448- if eval \${$cacheid+:} false; then :
74497449- $as_echo_n "(cached) " >&6
74507450-else
77397739+ if eval test \${$cacheid+y}
77407740+then :
77417741+ printf %s "(cached) " >&6
77427742+else $as_nop
74517743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74527744/* end confdefs.h. */
74537745int i;
74547746int
74557455-main ()
77477747+main (void)
74567748{
7457774974587750 ;
74597751 return 0;
74607752}
74617753_ACEOF
74627462-if ac_fn_c_try_link "$LINENO"; then :
77547754+if ac_fn_c_try_link "$LINENO"
77557755+then :
74637756 eval $cacheid=yes
74647464-else
77577757+else $as_nop
74657758 eval $cacheid=no
74667759fi
74677467-rm -f core conftest.err conftest.$ac_objext \
77607760+rm -f core conftest.err conftest.$ac_objext conftest.beam \
74687761 conftest$ac_exeext conftest.$ac_ext
74697762fi
74707763···74727765 CFLAGS="$xorg_testset_save_CFLAGS"
7473776674747767 eval supported=\$$cacheid
74757475- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
74767476-$as_echo "$supported" >&6; }
77687768+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
77697769+printf "%s\n" "$supported" >&6; }
74777770 if test "$supported" = "yes" ; then
74787771 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_FUNC_HAS_NO_RETURN_STMT"
74797772 found="yes"
···7498779174997792if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
75007793 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
75017501- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
75027502-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
75037503-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
75047504- $as_echo_n "(cached) " >&6
75057505-else
77947794+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
77957795+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
77967796+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
77977797+then :
77987798+ printf %s "(cached) " >&6
77997799+else $as_nop
75067800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75077801/* end confdefs.h. */
75087802int i;
75097803_ACEOF
75107510-if ac_fn_c_try_compile "$LINENO"; then :
78047804+if ac_fn_c_try_compile "$LINENO"
78057805+then :
75117806 xorg_cv_cc_flag_unknown_warning_option=yes
75127512-else
78077807+else $as_nop
75137808 xorg_cv_cc_flag_unknown_warning_option=no
75147809fi
75157515-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
78107810+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
75167811fi
75177517-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
75187518-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
78127812+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
78137813+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
75197814 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
75207815 CFLAGS="$xorg_testset_save_CFLAGS"
75217816fi
···75257820 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
75267821 fi
75277822 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
75287528- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
75297529-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
75307530-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
75317531- $as_echo_n "(cached) " >&6
75327532-else
78237823+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
78247824+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
78257825+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
78267826+then :
78277827+ printf %s "(cached) " >&6
78287828+else $as_nop
75337829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75347830/* end confdefs.h. */
75357831int i;
75367832_ACEOF
75377537-if ac_fn_c_try_compile "$LINENO"; then :
78337833+if ac_fn_c_try_compile "$LINENO"
78347834+then :
75387835 xorg_cv_cc_flag_unused_command_line_argument=yes
75397539-else
78367836+else $as_nop
75407837 xorg_cv_cc_flag_unused_command_line_argument=no
75417838fi
75427542-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
78397839+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
75437840fi
75447544-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
75457545-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
78417841+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
78427842+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
75467843 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
75477844 CFLAGS="$xorg_testset_save_CFLAGS"
75487845fi
···7560785775617858 CFLAGS="$CFLAGS -Werror=trigraphs"
7562785975637563- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=trigraphs" >&5
75647564-$as_echo_n "checking if $CC supports -Werror=trigraphs... " >&6; }
78607860+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=trigraphs" >&5
78617861+printf %s "checking if $CC supports -Werror=trigraphs... " >&6; }
75657862 cacheid=xorg_cv_cc_flag__Werror_trigraphs
75667566- if eval \${$cacheid+:} false; then :
75677567- $as_echo_n "(cached) " >&6
75687568-else
78637863+ if eval test \${$cacheid+y}
78647864+then :
78657865+ printf %s "(cached) " >&6
78667866+else $as_nop
75697867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75707868/* end confdefs.h. */
75717869int i;
75727870int
75737573-main ()
78717871+main (void)
75747872{
7575787375767874 ;
75777875 return 0;
75787876}
75797877_ACEOF
75807580-if ac_fn_c_try_link "$LINENO"; then :
78787878+if ac_fn_c_try_link "$LINENO"
78797879+then :
75817880 eval $cacheid=yes
75827582-else
78817881+else $as_nop
75837882 eval $cacheid=no
75847883fi
75857585-rm -f core conftest.err conftest.$ac_objext \
78847884+rm -f core conftest.err conftest.$ac_objext conftest.beam \
75867885 conftest$ac_exeext conftest.$ac_ext
75877886fi
75887887···75907889 CFLAGS="$xorg_testset_save_CFLAGS"
7591789075927891 eval supported=\$$cacheid
75937593- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
75947594-$as_echo "$supported" >&6; }
78927892+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
78937893+printf "%s\n" "$supported" >&6; }
75957894 if test "$supported" = "yes" ; then
75967895 BASE_CFLAGS="$BASE_CFLAGS -Werror=trigraphs"
75977896 found="yes"
···7616791576177916if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
76187917 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
76197619- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
76207620-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
76217621-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
76227622- $as_echo_n "(cached) " >&6
76237623-else
79187918+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
79197919+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
79207920+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
79217921+then :
79227922+ printf %s "(cached) " >&6
79237923+else $as_nop
76247924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76257925/* end confdefs.h. */
76267926int i;
76277927_ACEOF
76287628-if ac_fn_c_try_compile "$LINENO"; then :
79287928+if ac_fn_c_try_compile "$LINENO"
79297929+then :
76297930 xorg_cv_cc_flag_unknown_warning_option=yes
76307630-else
79317931+else $as_nop
76317932 xorg_cv_cc_flag_unknown_warning_option=no
76327933fi
76337633-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
79347934+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
76347935fi
76357635-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
76367636-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
79367936+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
79377937+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
76377938 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
76387939 CFLAGS="$xorg_testset_save_CFLAGS"
76397940fi
···76437944 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
76447945 fi
76457946 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
76467646- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
76477647-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
76487648-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
76497649- $as_echo_n "(cached) " >&6
76507650-else
79477947+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
79487948+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
79497949+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
79507950+then :
79517951+ printf %s "(cached) " >&6
79527952+else $as_nop
76517953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76527954/* end confdefs.h. */
76537955int i;
76547956_ACEOF
76557655-if ac_fn_c_try_compile "$LINENO"; then :
79577957+if ac_fn_c_try_compile "$LINENO"
79587958+then :
76567959 xorg_cv_cc_flag_unused_command_line_argument=yes
76577657-else
79607960+else $as_nop
76587961 xorg_cv_cc_flag_unused_command_line_argument=no
76597962fi
76607660-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
79637963+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
76617964fi
76627662-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
76637663-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
79657965+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
79667966+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
76647967 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
76657968 CFLAGS="$xorg_testset_save_CFLAGS"
76667969fi
···7678798176797982 CFLAGS="$CFLAGS -Werror=array-bounds"
7680798376817681- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=array-bounds" >&5
76827682-$as_echo_n "checking if $CC supports -Werror=array-bounds... " >&6; }
79847984+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=array-bounds" >&5
79857985+printf %s "checking if $CC supports -Werror=array-bounds... " >&6; }
76837986 cacheid=xorg_cv_cc_flag__Werror_array_bounds
76847684- if eval \${$cacheid+:} false; then :
76857685- $as_echo_n "(cached) " >&6
76867686-else
79877987+ if eval test \${$cacheid+y}
79887988+then :
79897989+ printf %s "(cached) " >&6
79907990+else $as_nop
76877991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76887992/* end confdefs.h. */
76897993int i;
76907994int
76917691-main ()
79957995+main (void)
76927996{
7693799776947998 ;
76957999 return 0;
76968000}
76978001_ACEOF
76987698-if ac_fn_c_try_link "$LINENO"; then :
80028002+if ac_fn_c_try_link "$LINENO"
80038003+then :
76998004 eval $cacheid=yes
77007700-else
80058005+else $as_nop
77018006 eval $cacheid=no
77028007fi
77037703-rm -f core conftest.err conftest.$ac_objext \
80088008+rm -f core conftest.err conftest.$ac_objext conftest.beam \
77048009 conftest$ac_exeext conftest.$ac_ext
77058010fi
77068011···77088013 CFLAGS="$xorg_testset_save_CFLAGS"
7709801477108015 eval supported=\$$cacheid
77117711- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
77127712-$as_echo "$supported" >&6; }
80168016+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
80178017+printf "%s\n" "$supported" >&6; }
77138018 if test "$supported" = "yes" ; then
77148019 BASE_CFLAGS="$BASE_CFLAGS -Werror=array-bounds"
77158020 found="yes"
···7734803977358040if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
77368041 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
77377737- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
77387738-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
77397739-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
77407740- $as_echo_n "(cached) " >&6
77417741-else
80428042+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
80438043+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
80448044+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
80458045+then :
80468046+ printf %s "(cached) " >&6
80478047+else $as_nop
77428048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77438049/* end confdefs.h. */
77448050int i;
77458051_ACEOF
77467746-if ac_fn_c_try_compile "$LINENO"; then :
80528052+if ac_fn_c_try_compile "$LINENO"
80538053+then :
77478054 xorg_cv_cc_flag_unknown_warning_option=yes
77487748-else
80558055+else $as_nop
77498056 xorg_cv_cc_flag_unknown_warning_option=no
77508057fi
77517751-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
80588058+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
77528059fi
77537753-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
77547754-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
80608060+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
80618061+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
77558062 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
77568063 CFLAGS="$xorg_testset_save_CFLAGS"
77578064fi
···77618068 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
77628069 fi
77638070 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
77647764- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
77657765-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
77667766-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
77677767- $as_echo_n "(cached) " >&6
77687768-else
80718071+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
80728072+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
80738073+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
80748074+then :
80758075+ printf %s "(cached) " >&6
80768076+else $as_nop
77698077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77708078/* end confdefs.h. */
77718079int i;
77728080_ACEOF
77737773-if ac_fn_c_try_compile "$LINENO"; then :
80818081+if ac_fn_c_try_compile "$LINENO"
80828082+then :
77748083 xorg_cv_cc_flag_unused_command_line_argument=yes
77757775-else
80848084+else $as_nop
77768085 xorg_cv_cc_flag_unused_command_line_argument=no
77778086fi
77787778-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
80878087+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
77798088fi
77807780-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
77817781-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
80898089+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
80908090+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
77828091 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
77838092 CFLAGS="$xorg_testset_save_CFLAGS"
77848093fi
···7796810577978106 CFLAGS="$CFLAGS -Werror=write-strings"
7798810777997799- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=write-strings" >&5
78007800-$as_echo_n "checking if $CC supports -Werror=write-strings... " >&6; }
81088108+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=write-strings" >&5
81098109+printf %s "checking if $CC supports -Werror=write-strings... " >&6; }
78018110 cacheid=xorg_cv_cc_flag__Werror_write_strings
78027802- if eval \${$cacheid+:} false; then :
78037803- $as_echo_n "(cached) " >&6
78047804-else
81118111+ if eval test \${$cacheid+y}
81128112+then :
81138113+ printf %s "(cached) " >&6
81148114+else $as_nop
78058115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
78068116/* end confdefs.h. */
78078117int i;
78088118int
78097809-main ()
81198119+main (void)
78108120{
7811812178128122 ;
78138123 return 0;
78148124}
78158125_ACEOF
78167816-if ac_fn_c_try_link "$LINENO"; then :
81268126+if ac_fn_c_try_link "$LINENO"
81278127+then :
78178128 eval $cacheid=yes
78187818-else
81298129+else $as_nop
78198130 eval $cacheid=no
78208131fi
78217821-rm -f core conftest.err conftest.$ac_objext \
81328132+rm -f core conftest.err conftest.$ac_objext conftest.beam \
78228133 conftest$ac_exeext conftest.$ac_ext
78238134fi
78248135···78268137 CFLAGS="$xorg_testset_save_CFLAGS"
7827813878288139 eval supported=\$$cacheid
78297829- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
78307830-$as_echo "$supported" >&6; }
81408140+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
81418141+printf "%s\n" "$supported" >&6; }
78318142 if test "$supported" = "yes" ; then
78328143 BASE_CFLAGS="$BASE_CFLAGS -Werror=write-strings"
78338144 found="yes"
···7852816378538164if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
78548165 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
78557855- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
78567856-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
78577857-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
78587858- $as_echo_n "(cached) " >&6
78597859-else
81668166+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
81678167+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
81688168+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
81698169+then :
81708170+ printf %s "(cached) " >&6
81718171+else $as_nop
78608172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
78618173/* end confdefs.h. */
78628174int i;
78638175_ACEOF
78647864-if ac_fn_c_try_compile "$LINENO"; then :
81768176+if ac_fn_c_try_compile "$LINENO"
81778177+then :
78658178 xorg_cv_cc_flag_unknown_warning_option=yes
78667866-else
81798179+else $as_nop
78678180 xorg_cv_cc_flag_unknown_warning_option=no
78688181fi
78697869-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
81828182+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
78708183fi
78717871-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
78727872-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
81848184+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
81858185+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
78738186 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
78748187 CFLAGS="$xorg_testset_save_CFLAGS"
78758188fi
···78798192 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
78808193 fi
78818194 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
78827882- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
78837883-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
78847884-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
78857885- $as_echo_n "(cached) " >&6
78867886-else
81958195+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
81968196+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
81978197+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
81988198+then :
81998199+ printf %s "(cached) " >&6
82008200+else $as_nop
78878201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
78888202/* end confdefs.h. */
78898203int i;
78908204_ACEOF
78917891-if ac_fn_c_try_compile "$LINENO"; then :
82058205+if ac_fn_c_try_compile "$LINENO"
82068206+then :
78928207 xorg_cv_cc_flag_unused_command_line_argument=yes
78937893-else
82088208+else $as_nop
78948209 xorg_cv_cc_flag_unused_command_line_argument=no
78958210fi
78967896-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
82118211+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
78978212fi
78987898-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
78997899-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
82138213+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
82148214+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
79008215 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
79018216 CFLAGS="$xorg_testset_save_CFLAGS"
79028217fi
···7914822979158230 CFLAGS="$CFLAGS -Werror=address"
7916823179177917- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=address" >&5
79187918-$as_echo_n "checking if $CC supports -Werror=address... " >&6; }
82328232+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=address" >&5
82338233+printf %s "checking if $CC supports -Werror=address... " >&6; }
79198234 cacheid=xorg_cv_cc_flag__Werror_address
79207920- if eval \${$cacheid+:} false; then :
79217921- $as_echo_n "(cached) " >&6
79227922-else
82358235+ if eval test \${$cacheid+y}
82368236+then :
82378237+ printf %s "(cached) " >&6
82388238+else $as_nop
79238239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
79248240/* end confdefs.h. */
79258241int i;
79268242int
79277927-main ()
82438243+main (void)
79288244{
7929824579308246 ;
79318247 return 0;
79328248}
79338249_ACEOF
79347934-if ac_fn_c_try_link "$LINENO"; then :
82508250+if ac_fn_c_try_link "$LINENO"
82518251+then :
79358252 eval $cacheid=yes
79367936-else
82538253+else $as_nop
79378254 eval $cacheid=no
79388255fi
79397939-rm -f core conftest.err conftest.$ac_objext \
82568256+rm -f core conftest.err conftest.$ac_objext conftest.beam \
79408257 conftest$ac_exeext conftest.$ac_ext
79418258fi
79428259···79448261 CFLAGS="$xorg_testset_save_CFLAGS"
7945826279468263 eval supported=\$$cacheid
79477947- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
79487948-$as_echo "$supported" >&6; }
82648264+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
82658265+printf "%s\n" "$supported" >&6; }
79498266 if test "$supported" = "yes" ; then
79508267 BASE_CFLAGS="$BASE_CFLAGS -Werror=address"
79518268 found="yes"
···7970828779718288if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
79728289 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
79737973- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
79747974-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
79757975-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
79767976- $as_echo_n "(cached) " >&6
79777977-else
82908290+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
82918291+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
82928292+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
82938293+then :
82948294+ printf %s "(cached) " >&6
82958295+else $as_nop
79788296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
79798297/* end confdefs.h. */
79808298int i;
79818299_ACEOF
79827982-if ac_fn_c_try_compile "$LINENO"; then :
83008300+if ac_fn_c_try_compile "$LINENO"
83018301+then :
79838302 xorg_cv_cc_flag_unknown_warning_option=yes
79847984-else
83038303+else $as_nop
79858304 xorg_cv_cc_flag_unknown_warning_option=no
79868305fi
79877987-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
83068306+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
79888307fi
79897989-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
79907990-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
83088308+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
83098309+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
79918310 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
79928311 CFLAGS="$xorg_testset_save_CFLAGS"
79938312fi
···79978316 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
79988317 fi
79998318 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
80008000- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
80018001-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
80028002-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
80038003- $as_echo_n "(cached) " >&6
80048004-else
83198319+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
83208320+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
83218321+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
83228322+then :
83238323+ printf %s "(cached) " >&6
83248324+else $as_nop
80058325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
80068326/* end confdefs.h. */
80078327int i;
80088328_ACEOF
80098009-if ac_fn_c_try_compile "$LINENO"; then :
83298329+if ac_fn_c_try_compile "$LINENO"
83308330+then :
80108331 xorg_cv_cc_flag_unused_command_line_argument=yes
80118011-else
83328332+else $as_nop
80128333 xorg_cv_cc_flag_unused_command_line_argument=no
80138334fi
80148014-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
83358335+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
80158336fi
80168016-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
80178017-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
83378337+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
83388338+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
80188339 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
80198340 CFLAGS="$xorg_testset_save_CFLAGS"
80208341fi
···8032835380338354 CFLAGS="$CFLAGS -Werror=int-to-pointer-cast"
8034835580358035- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=int-to-pointer-cast" >&5
80368036-$as_echo_n "checking if $CC supports -Werror=int-to-pointer-cast... " >&6; }
83568356+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=int-to-pointer-cast" >&5
83578357+printf %s "checking if $CC supports -Werror=int-to-pointer-cast... " >&6; }
80378358 cacheid=xorg_cv_cc_flag__Werror_int_to_pointer_cast
80388038- if eval \${$cacheid+:} false; then :
80398039- $as_echo_n "(cached) " >&6
80408040-else
83598359+ if eval test \${$cacheid+y}
83608360+then :
83618361+ printf %s "(cached) " >&6
83628362+else $as_nop
80418363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
80428364/* end confdefs.h. */
80438365int i;
80448366int
80458045-main ()
83678367+main (void)
80468368{
8047836980488370 ;
80498371 return 0;
80508372}
80518373_ACEOF
80528052-if ac_fn_c_try_link "$LINENO"; then :
83748374+if ac_fn_c_try_link "$LINENO"
83758375+then :
80538376 eval $cacheid=yes
80548054-else
83778377+else $as_nop
80558378 eval $cacheid=no
80568379fi
80578057-rm -f core conftest.err conftest.$ac_objext \
83808380+rm -f core conftest.err conftest.$ac_objext conftest.beam \
80588381 conftest$ac_exeext conftest.$ac_ext
80598382fi
80608383···80628385 CFLAGS="$xorg_testset_save_CFLAGS"
8063838680648387 eval supported=\$$cacheid
80658065- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
80668066-$as_echo "$supported" >&6; }
83888388+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
83898389+printf "%s\n" "$supported" >&6; }
80678390 if test "$supported" = "yes" ; then
80688391 BASE_CFLAGS="$BASE_CFLAGS -Werror=int-to-pointer-cast"
80698392 found="yes"
···8081840480828405 CFLAGS="$CFLAGS -errwarn=E_BAD_PTR_INT_COMBINATION"
8083840680848084- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION" >&5
80858085-$as_echo_n "checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION... " >&6; }
84078407+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION" >&5
84088408+printf %s "checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION... " >&6; }
80868409 cacheid=xorg_cv_cc_flag__errwarn_E_BAD_PTR_INT_COMBINATION
80878087- if eval \${$cacheid+:} false; then :
80888088- $as_echo_n "(cached) " >&6
80898089-else
84108410+ if eval test \${$cacheid+y}
84118411+then :
84128412+ printf %s "(cached) " >&6
84138413+else $as_nop
80908414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
80918415/* end confdefs.h. */
80928416int i;
80938417int
80948094-main ()
84188418+main (void)
80958419{
8096842080978421 ;
80988422 return 0;
80998423}
81008424_ACEOF
81018101-if ac_fn_c_try_link "$LINENO"; then :
84258425+if ac_fn_c_try_link "$LINENO"
84268426+then :
81028427 eval $cacheid=yes
81038103-else
84288428+else $as_nop
81048429 eval $cacheid=no
81058430fi
81068106-rm -f core conftest.err conftest.$ac_objext \
84318431+rm -f core conftest.err conftest.$ac_objext conftest.beam \
81078432 conftest$ac_exeext conftest.$ac_ext
81088433fi
81098434···81118436 CFLAGS="$xorg_testset_save_CFLAGS"
8112843781138438 eval supported=\$$cacheid
81148114- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
81158115-$as_echo "$supported" >&6; }
84398439+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
84408440+printf "%s\n" "$supported" >&6; }
81168441 if test "$supported" = "yes" ; then
81178442 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_BAD_PTR_INT_COMBINATION"
81188443 found="yes"
···8137846281388463if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
81398464 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
81408140- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
81418141-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
81428142-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
81438143- $as_echo_n "(cached) " >&6
81448144-else
84658465+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
84668466+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
84678467+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
84688468+then :
84698469+ printf %s "(cached) " >&6
84708470+else $as_nop
81458471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81468472/* end confdefs.h. */
81478473int i;
81488474_ACEOF
81498149-if ac_fn_c_try_compile "$LINENO"; then :
84758475+if ac_fn_c_try_compile "$LINENO"
84768476+then :
81508477 xorg_cv_cc_flag_unknown_warning_option=yes
81518151-else
84788478+else $as_nop
81528479 xorg_cv_cc_flag_unknown_warning_option=no
81538480fi
81548154-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
84818481+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
81558482fi
81568156-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
81578157-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
84838483+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
84848484+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
81588485 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
81598486 CFLAGS="$xorg_testset_save_CFLAGS"
81608487fi
···81648491 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
81658492 fi
81668493 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
81678167- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
81688168-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
81698169-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
81708170- $as_echo_n "(cached) " >&6
81718171-else
84948494+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
84958495+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
84968496+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
84978497+then :
84988498+ printf %s "(cached) " >&6
84998499+else $as_nop
81728500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81738501/* end confdefs.h. */
81748502int i;
81758503_ACEOF
81768176-if ac_fn_c_try_compile "$LINENO"; then :
85048504+if ac_fn_c_try_compile "$LINENO"
85058505+then :
81778506 xorg_cv_cc_flag_unused_command_line_argument=yes
81788178-else
85078507+else $as_nop
81798508 xorg_cv_cc_flag_unused_command_line_argument=no
81808509fi
81818181-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
85108510+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
81828511fi
81838183-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
81848184-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
85128512+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
85138513+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
81858514 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
81868515 CFLAGS="$xorg_testset_save_CFLAGS"
81878516fi
···8199852882008529 CFLAGS="$CFLAGS -Werror=pointer-to-int-cast"
8201853082028202- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=pointer-to-int-cast" >&5
82038203-$as_echo_n "checking if $CC supports -Werror=pointer-to-int-cast... " >&6; }
85318531+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=pointer-to-int-cast" >&5
85328532+printf %s "checking if $CC supports -Werror=pointer-to-int-cast... " >&6; }
82048533 cacheid=xorg_cv_cc_flag__Werror_pointer_to_int_cast
82058205- if eval \${$cacheid+:} false; then :
82068206- $as_echo_n "(cached) " >&6
82078207-else
85348534+ if eval test \${$cacheid+y}
85358535+then :
85368536+ printf %s "(cached) " >&6
85378537+else $as_nop
82088538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
82098539/* end confdefs.h. */
82108540int i;
82118541int
82128212-main ()
85428542+main (void)
82138543{
8214854482158545 ;
82168546 return 0;
82178547}
82188548_ACEOF
82198219-if ac_fn_c_try_link "$LINENO"; then :
85498549+if ac_fn_c_try_link "$LINENO"
85508550+then :
82208551 eval $cacheid=yes
82218221-else
85528552+else $as_nop
82228553 eval $cacheid=no
82238554fi
82248224-rm -f core conftest.err conftest.$ac_objext \
85558555+rm -f core conftest.err conftest.$ac_objext conftest.beam \
82258556 conftest$ac_exeext conftest.$ac_ext
82268557fi
82278558···82298560 CFLAGS="$xorg_testset_save_CFLAGS"
8230856182318562 eval supported=\$$cacheid
82328232- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
82338233-$as_echo "$supported" >&6; }
85638563+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
85648564+printf "%s\n" "$supported" >&6; }
82348565 if test "$supported" = "yes" ; then
82358566 BASE_CFLAGS="$BASE_CFLAGS -Werror=pointer-to-int-cast"
82368567 found="yes"
···8239857082408571 # Also -errwarn=E_BAD_PTR_INT_COMBINATION
82418572else
82428242-{ $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
82438243-$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;}
85738573+{ 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
85748574+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;}
824485758245857682468577···8258858982598590if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
82608591 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
82618261- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
82628262-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
82638263-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
82648264- $as_echo_n "(cached) " >&6
82658265-else
85928592+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
85938593+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
85948594+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
85958595+then :
85968596+ printf %s "(cached) " >&6
85978597+else $as_nop
82668598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
82678599/* end confdefs.h. */
82688600int i;
82698601_ACEOF
82708270-if ac_fn_c_try_compile "$LINENO"; then :
86028602+if ac_fn_c_try_compile "$LINENO"
86038603+then :
82718604 xorg_cv_cc_flag_unknown_warning_option=yes
82728272-else
86058605+else $as_nop
82738606 xorg_cv_cc_flag_unknown_warning_option=no
82748607fi
82758275-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
86088608+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
82768609fi
82778277-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
82788278-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
86108610+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
86118611+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
82798612 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
82808613 CFLAGS="$xorg_testset_save_CFLAGS"
82818614fi
···82858618 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
82868619 fi
82878620 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
82888288- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
82898289-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
82908290-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
82918291- $as_echo_n "(cached) " >&6
82928292-else
86218621+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
86228622+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
86238623+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
86248624+then :
86258625+ printf %s "(cached) " >&6
86268626+else $as_nop
82938627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
82948628/* end confdefs.h. */
82958629int i;
82968630_ACEOF
82978297-if ac_fn_c_try_compile "$LINENO"; then :
86318631+if ac_fn_c_try_compile "$LINENO"
86328632+then :
82988633 xorg_cv_cc_flag_unused_command_line_argument=yes
82998299-else
86348634+else $as_nop
83008635 xorg_cv_cc_flag_unused_command_line_argument=no
83018636fi
83028302-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
86378637+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
83038638fi
83048304-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
83058305-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
86398639+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
86408640+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
83068641 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
83078642 CFLAGS="$xorg_testset_save_CFLAGS"
83088643fi
···8320865583218656 CFLAGS="$CFLAGS -Wimplicit"
8322865783238323- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wimplicit" >&5
83248324-$as_echo_n "checking if $CC supports -Wimplicit... " >&6; }
86588658+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wimplicit" >&5
86598659+printf %s "checking if $CC supports -Wimplicit... " >&6; }
83258660 cacheid=xorg_cv_cc_flag__Wimplicit
83268326- if eval \${$cacheid+:} false; then :
83278327- $as_echo_n "(cached) " >&6
83288328-else
86618661+ if eval test \${$cacheid+y}
86628662+then :
86638663+ printf %s "(cached) " >&6
86648664+else $as_nop
83298665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
83308666/* end confdefs.h. */
83318667int i;
83328668int
83338333-main ()
86698669+main (void)
83348670{
8335867183368672 ;
83378673 return 0;
83388674}
83398675_ACEOF
83408340-if ac_fn_c_try_link "$LINENO"; then :
86768676+if ac_fn_c_try_link "$LINENO"
86778677+then :
83418678 eval $cacheid=yes
83428342-else
86798679+else $as_nop
83438680 eval $cacheid=no
83448681fi
83458345-rm -f core conftest.err conftest.$ac_objext \
86828682+rm -f core conftest.err conftest.$ac_objext conftest.beam \
83468683 conftest$ac_exeext conftest.$ac_ext
83478684fi
83488685···83508687 CFLAGS="$xorg_testset_save_CFLAGS"
8351868883528689 eval supported=\$$cacheid
83538353- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
83548354-$as_echo "$supported" >&6; }
86908690+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
86918691+printf "%s\n" "$supported" >&6; }
83558692 if test "$supported" = "yes" ; then
83568693 BASE_CFLAGS="$BASE_CFLAGS -Wimplicit"
83578694 found="yes"
···8376871383778714if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
83788715 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
83798379- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
83808380-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
83818381-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
83828382- $as_echo_n "(cached) " >&6
83838383-else
87168716+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
87178717+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
87188718+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
87198719+then :
87208720+ printf %s "(cached) " >&6
87218721+else $as_nop
83848722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
83858723/* end confdefs.h. */
83868724int i;
83878725_ACEOF
83888388-if ac_fn_c_try_compile "$LINENO"; then :
87268726+if ac_fn_c_try_compile "$LINENO"
87278727+then :
83898728 xorg_cv_cc_flag_unknown_warning_option=yes
83908390-else
87298729+else $as_nop
83918730 xorg_cv_cc_flag_unknown_warning_option=no
83928731fi
83938393-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
87328732+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
83948733fi
83958395-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
83968396-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
87348734+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
87358735+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
83978736 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
83988737 CFLAGS="$xorg_testset_save_CFLAGS"
83998738fi
···84038742 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
84048743 fi
84058744 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
84068406- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
84078407-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
84088408-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
84098409- $as_echo_n "(cached) " >&6
84108410-else
87458745+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
87468746+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
87478747+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
87488748+then :
87498749+ printf %s "(cached) " >&6
87508750+else $as_nop
84118751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
84128752/* end confdefs.h. */
84138753int i;
84148754_ACEOF
84158415-if ac_fn_c_try_compile "$LINENO"; then :
87558755+if ac_fn_c_try_compile "$LINENO"
87568756+then :
84168757 xorg_cv_cc_flag_unused_command_line_argument=yes
84178417-else
87588758+else $as_nop
84188759 xorg_cv_cc_flag_unused_command_line_argument=no
84198760fi
84208420-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
87618761+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
84218762fi
84228422-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
84238423-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
87638763+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
87648764+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
84248765 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
84258766 CFLAGS="$xorg_testset_save_CFLAGS"
84268767fi
···8438877984398780 CFLAGS="$CFLAGS -Wnonnull"
8440878184418441- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnonnull" >&5
84428442-$as_echo_n "checking if $CC supports -Wnonnull... " >&6; }
87828782+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnonnull" >&5
87838783+printf %s "checking if $CC supports -Wnonnull... " >&6; }
84438784 cacheid=xorg_cv_cc_flag__Wnonnull
84448444- if eval \${$cacheid+:} false; then :
84458445- $as_echo_n "(cached) " >&6
84468446-else
87858785+ if eval test \${$cacheid+y}
87868786+then :
87878787+ printf %s "(cached) " >&6
87888788+else $as_nop
84478789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
84488790/* end confdefs.h. */
84498791int i;
84508792int
84518451-main ()
87938793+main (void)
84528794{
8453879584548796 ;
84558797 return 0;
84568798}
84578799_ACEOF
84588458-if ac_fn_c_try_link "$LINENO"; then :
88008800+if ac_fn_c_try_link "$LINENO"
88018801+then :
84598802 eval $cacheid=yes
84608460-else
88038803+else $as_nop
84618804 eval $cacheid=no
84628805fi
84638463-rm -f core conftest.err conftest.$ac_objext \
88068806+rm -f core conftest.err conftest.$ac_objext conftest.beam \
84648807 conftest$ac_exeext conftest.$ac_ext
84658808fi
84668809···84688811 CFLAGS="$xorg_testset_save_CFLAGS"
8469881284708813 eval supported=\$$cacheid
84718471- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
84728472-$as_echo "$supported" >&6; }
88148814+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
88158815+printf "%s\n" "$supported" >&6; }
84738816 if test "$supported" = "yes" ; then
84748817 BASE_CFLAGS="$BASE_CFLAGS -Wnonnull"
84758818 found="yes"
···8494883784958838if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
84968839 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
84978497- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
84988498-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
84998499-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
85008500- $as_echo_n "(cached) " >&6
85018501-else
88408840+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
88418841+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
88428842+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
88438843+then :
88448844+ printf %s "(cached) " >&6
88458845+else $as_nop
85028846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
85038847/* end confdefs.h. */
85048848int i;
85058849_ACEOF
85068506-if ac_fn_c_try_compile "$LINENO"; then :
88508850+if ac_fn_c_try_compile "$LINENO"
88518851+then :
85078852 xorg_cv_cc_flag_unknown_warning_option=yes
85088508-else
88538853+else $as_nop
85098854 xorg_cv_cc_flag_unknown_warning_option=no
85108855fi
85118511-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
88568856+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
85128857fi
85138513-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
85148514-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
88588858+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
88598859+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
85158860 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
85168861 CFLAGS="$xorg_testset_save_CFLAGS"
85178862fi
···85218866 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
85228867 fi
85238868 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
85248524- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
85258525-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
85268526-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
85278527- $as_echo_n "(cached) " >&6
85288528-else
88698869+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
88708870+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
88718871+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
88728872+then :
88738873+ printf %s "(cached) " >&6
88748874+else $as_nop
85298875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
85308876/* end confdefs.h. */
85318877int i;
85328878_ACEOF
85338533-if ac_fn_c_try_compile "$LINENO"; then :
88798879+if ac_fn_c_try_compile "$LINENO"
88808880+then :
85348881 xorg_cv_cc_flag_unused_command_line_argument=yes
85358535-else
88828882+else $as_nop
85368883 xorg_cv_cc_flag_unused_command_line_argument=no
85378884fi
85388538-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
88858885+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
85398886fi
85408540-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
85418541-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
88878887+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
88888888+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
85428889 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
85438890 CFLAGS="$xorg_testset_save_CFLAGS"
85448891fi
···8556890385578904 CFLAGS="$CFLAGS -Winit-self"
8558890585598559- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Winit-self" >&5
85608560-$as_echo_n "checking if $CC supports -Winit-self... " >&6; }
89068906+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Winit-self" >&5
89078907+printf %s "checking if $CC supports -Winit-self... " >&6; }
85618908 cacheid=xorg_cv_cc_flag__Winit_self
85628562- if eval \${$cacheid+:} false; then :
85638563- $as_echo_n "(cached) " >&6
85648564-else
89098909+ if eval test \${$cacheid+y}
89108910+then :
89118911+ printf %s "(cached) " >&6
89128912+else $as_nop
85658913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
85668914/* end confdefs.h. */
85678915int i;
85688916int
85698569-main ()
89178917+main (void)
85708918{
8571891985728920 ;
85738921 return 0;
85748922}
85758923_ACEOF
85768576-if ac_fn_c_try_link "$LINENO"; then :
89248924+if ac_fn_c_try_link "$LINENO"
89258925+then :
85778926 eval $cacheid=yes
85788578-else
89278927+else $as_nop
85798928 eval $cacheid=no
85808929fi
85818581-rm -f core conftest.err conftest.$ac_objext \
89308930+rm -f core conftest.err conftest.$ac_objext conftest.beam \
85828931 conftest$ac_exeext conftest.$ac_ext
85838932fi
85848933···85868935 CFLAGS="$xorg_testset_save_CFLAGS"
8587893685888937 eval supported=\$$cacheid
85898589- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
85908590-$as_echo "$supported" >&6; }
89388938+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
89398939+printf "%s\n" "$supported" >&6; }
85918940 if test "$supported" = "yes" ; then
85928941 BASE_CFLAGS="$BASE_CFLAGS -Winit-self"
85938942 found="yes"
···8612896186138962if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
86148963 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
86158615- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
86168616-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
86178617-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
86188618- $as_echo_n "(cached) " >&6
86198619-else
89648964+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
89658965+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
89668966+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
89678967+then :
89688968+ printf %s "(cached) " >&6
89698969+else $as_nop
86208970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
86218971/* end confdefs.h. */
86228972int i;
86238973_ACEOF
86248624-if ac_fn_c_try_compile "$LINENO"; then :
89748974+if ac_fn_c_try_compile "$LINENO"
89758975+then :
86258976 xorg_cv_cc_flag_unknown_warning_option=yes
86268626-else
89778977+else $as_nop
86278978 xorg_cv_cc_flag_unknown_warning_option=no
86288979fi
86298629-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
89808980+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
86308981fi
86318631-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
86328632-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
89828982+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
89838983+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
86338984 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
86348985 CFLAGS="$xorg_testset_save_CFLAGS"
86358986fi
···86398990 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
86408991 fi
86418992 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
86428642- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
86438643-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
86448644-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
86458645- $as_echo_n "(cached) " >&6
86468646-else
89938993+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
89948994+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
89958995+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
89968996+then :
89978997+ printf %s "(cached) " >&6
89988998+else $as_nop
86478999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
86489000/* end confdefs.h. */
86499001int i;
86509002_ACEOF
86518651-if ac_fn_c_try_compile "$LINENO"; then :
90039003+if ac_fn_c_try_compile "$LINENO"
90049004+then :
86529005 xorg_cv_cc_flag_unused_command_line_argument=yes
86538653-else
90069006+else $as_nop
86549007 xorg_cv_cc_flag_unused_command_line_argument=no
86559008fi
86568656-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
90099009+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
86579010fi
86588658-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
86598659-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
90119011+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
90129012+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
86609013 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
86619014 CFLAGS="$xorg_testset_save_CFLAGS"
86629015fi
···8674902786759028 CFLAGS="$CFLAGS -Wmain"
8676902986778677- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmain" >&5
86788678-$as_echo_n "checking if $CC supports -Wmain... " >&6; }
90309030+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmain" >&5
90319031+printf %s "checking if $CC supports -Wmain... " >&6; }
86799032 cacheid=xorg_cv_cc_flag__Wmain
86808680- if eval \${$cacheid+:} false; then :
86818681- $as_echo_n "(cached) " >&6
86828682-else
90339033+ if eval test \${$cacheid+y}
90349034+then :
90359035+ printf %s "(cached) " >&6
90369036+else $as_nop
86839037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
86849038/* end confdefs.h. */
86859039int i;
86869040int
86878687-main ()
90419041+main (void)
86889042{
8689904386909044 ;
86919045 return 0;
86929046}
86939047_ACEOF
86948694-if ac_fn_c_try_link "$LINENO"; then :
90489048+if ac_fn_c_try_link "$LINENO"
90499049+then :
86959050 eval $cacheid=yes
86968696-else
90519051+else $as_nop
86979052 eval $cacheid=no
86989053fi
86998699-rm -f core conftest.err conftest.$ac_objext \
90549054+rm -f core conftest.err conftest.$ac_objext conftest.beam \
87009055 conftest$ac_exeext conftest.$ac_ext
87019056fi
87029057···87049059 CFLAGS="$xorg_testset_save_CFLAGS"
8705906087069061 eval supported=\$$cacheid
87078707- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
87088708-$as_echo "$supported" >&6; }
90629062+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
90639063+printf "%s\n" "$supported" >&6; }
87099064 if test "$supported" = "yes" ; then
87109065 BASE_CFLAGS="$BASE_CFLAGS -Wmain"
87119066 found="yes"
···8730908587319086if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
87329087 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
87338733- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
87348734-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
87358735-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
87368736- $as_echo_n "(cached) " >&6
87378737-else
90889088+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
90899089+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
90909090+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
90919091+then :
90929092+ printf %s "(cached) " >&6
90939093+else $as_nop
87389094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
87399095/* end confdefs.h. */
87409096int i;
87419097_ACEOF
87428742-if ac_fn_c_try_compile "$LINENO"; then :
90989098+if ac_fn_c_try_compile "$LINENO"
90999099+then :
87439100 xorg_cv_cc_flag_unknown_warning_option=yes
87448744-else
91019101+else $as_nop
87459102 xorg_cv_cc_flag_unknown_warning_option=no
87469103fi
87478747-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
91049104+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
87489105fi
87498749-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
87508750-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
91069106+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
91079107+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
87519108 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
87529109 CFLAGS="$xorg_testset_save_CFLAGS"
87539110fi
···87579114 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
87589115 fi
87599116 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
87608760- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
87618761-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
87628762-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
87638763- $as_echo_n "(cached) " >&6
87648764-else
91179117+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
91189118+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
91199119+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
91209120+then :
91219121+ printf %s "(cached) " >&6
91229122+else $as_nop
87659123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
87669124/* end confdefs.h. */
87679125int i;
87689126_ACEOF
87698769-if ac_fn_c_try_compile "$LINENO"; then :
91279127+if ac_fn_c_try_compile "$LINENO"
91289128+then :
87709129 xorg_cv_cc_flag_unused_command_line_argument=yes
87718771-else
91309130+else $as_nop
87729131 xorg_cv_cc_flag_unused_command_line_argument=no
87739132fi
87748774-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
91339133+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
87759134fi
87768776-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
87778777-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
91359135+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
91369136+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
87789137 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
87799138 CFLAGS="$xorg_testset_save_CFLAGS"
87809139fi
···8792915187939152 CFLAGS="$CFLAGS -Wmissing-braces"
8794915387958795- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-braces" >&5
87968796-$as_echo_n "checking if $CC supports -Wmissing-braces... " >&6; }
91549154+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-braces" >&5
91559155+printf %s "checking if $CC supports -Wmissing-braces... " >&6; }
87979156 cacheid=xorg_cv_cc_flag__Wmissing_braces
87988798- if eval \${$cacheid+:} false; then :
87998799- $as_echo_n "(cached) " >&6
88008800-else
91579157+ if eval test \${$cacheid+y}
91589158+then :
91599159+ printf %s "(cached) " >&6
91609160+else $as_nop
88019161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
88029162/* end confdefs.h. */
88039163int i;
88049164int
88058805-main ()
91659165+main (void)
88069166{
8807916788089168 ;
88099169 return 0;
88109170}
88119171_ACEOF
88128812-if ac_fn_c_try_link "$LINENO"; then :
91729172+if ac_fn_c_try_link "$LINENO"
91739173+then :
88139174 eval $cacheid=yes
88148814-else
91759175+else $as_nop
88159176 eval $cacheid=no
88169177fi
88178817-rm -f core conftest.err conftest.$ac_objext \
91789178+rm -f core conftest.err conftest.$ac_objext conftest.beam \
88189179 conftest$ac_exeext conftest.$ac_ext
88199180fi
88209181···88229183 CFLAGS="$xorg_testset_save_CFLAGS"
8823918488249185 eval supported=\$$cacheid
88258825- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
88268826-$as_echo "$supported" >&6; }
91869186+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
91879187+printf "%s\n" "$supported" >&6; }
88279188 if test "$supported" = "yes" ; then
88289189 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-braces"
88299190 found="yes"
···8848920988499210if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
88509211 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
88518851- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
88528852-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
88538853-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
88548854- $as_echo_n "(cached) " >&6
88558855-else
92129212+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
92139213+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
92149214+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
92159215+then :
92169216+ printf %s "(cached) " >&6
92179217+else $as_nop
88569218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
88579219/* end confdefs.h. */
88589220int i;
88599221_ACEOF
88608860-if ac_fn_c_try_compile "$LINENO"; then :
92229222+if ac_fn_c_try_compile "$LINENO"
92239223+then :
88619224 xorg_cv_cc_flag_unknown_warning_option=yes
88628862-else
92259225+else $as_nop
88639226 xorg_cv_cc_flag_unknown_warning_option=no
88649227fi
88658865-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
92289228+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
88669229fi
88678867-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
88688868-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
92309230+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
92319231+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
88699232 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
88709233 CFLAGS="$xorg_testset_save_CFLAGS"
88719234fi
···88759238 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
88769239 fi
88779240 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
88788878- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
88798879-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
88808880-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
88818881- $as_echo_n "(cached) " >&6
88828882-else
92419241+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
92429242+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
92439243+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
92449244+then :
92459245+ printf %s "(cached) " >&6
92469246+else $as_nop
88839247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
88849248/* end confdefs.h. */
88859249int i;
88869250_ACEOF
88878887-if ac_fn_c_try_compile "$LINENO"; then :
92519251+if ac_fn_c_try_compile "$LINENO"
92529252+then :
88889253 xorg_cv_cc_flag_unused_command_line_argument=yes
88898889-else
92549254+else $as_nop
88909255 xorg_cv_cc_flag_unused_command_line_argument=no
88919256fi
88928892-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
92579257+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
88939258fi
88948894-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
88958895-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
92599259+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
92609260+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
88969261 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
88979262 CFLAGS="$xorg_testset_save_CFLAGS"
88989263fi
···8910927589119276 CFLAGS="$CFLAGS -Wsequence-point"
8912927789138913- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsequence-point" >&5
89148914-$as_echo_n "checking if $CC supports -Wsequence-point... " >&6; }
92789278+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsequence-point" >&5
92799279+printf %s "checking if $CC supports -Wsequence-point... " >&6; }
89159280 cacheid=xorg_cv_cc_flag__Wsequence_point
89168916- if eval \${$cacheid+:} false; then :
89178917- $as_echo_n "(cached) " >&6
89188918-else
92819281+ if eval test \${$cacheid+y}
92829282+then :
92839283+ printf %s "(cached) " >&6
92849284+else $as_nop
89199285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
89209286/* end confdefs.h. */
89219287int i;
89229288int
89238923-main ()
92899289+main (void)
89249290{
8925929189269292 ;
89279293 return 0;
89289294}
89299295_ACEOF
89308930-if ac_fn_c_try_link "$LINENO"; then :
92969296+if ac_fn_c_try_link "$LINENO"
92979297+then :
89319298 eval $cacheid=yes
89328932-else
92999299+else $as_nop
89339300 eval $cacheid=no
89349301fi
89358935-rm -f core conftest.err conftest.$ac_objext \
93029302+rm -f core conftest.err conftest.$ac_objext conftest.beam \
89369303 conftest$ac_exeext conftest.$ac_ext
89379304fi
89389305···89409307 CFLAGS="$xorg_testset_save_CFLAGS"
8941930889429309 eval supported=\$$cacheid
89438943- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
89448944-$as_echo "$supported" >&6; }
93109310+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
93119311+printf "%s\n" "$supported" >&6; }
89459312 if test "$supported" = "yes" ; then
89469313 BASE_CFLAGS="$BASE_CFLAGS -Wsequence-point"
89479314 found="yes"
···8966933389679334if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
89689335 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
89698969- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
89708970-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
89718971-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
89728972- $as_echo_n "(cached) " >&6
89738973-else
93369336+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
93379337+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
93389338+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
93399339+then :
93409340+ printf %s "(cached) " >&6
93419341+else $as_nop
89749342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
89759343/* end confdefs.h. */
89769344int i;
89779345_ACEOF
89788978-if ac_fn_c_try_compile "$LINENO"; then :
93469346+if ac_fn_c_try_compile "$LINENO"
93479347+then :
89799348 xorg_cv_cc_flag_unknown_warning_option=yes
89808980-else
93499349+else $as_nop
89819350 xorg_cv_cc_flag_unknown_warning_option=no
89829351fi
89838983-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
93529352+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
89849353fi
89858985-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
89868986-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
93549354+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
93559355+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
89879356 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
89889357 CFLAGS="$xorg_testset_save_CFLAGS"
89899358fi
···89939362 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
89949363 fi
89959364 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
89968996- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
89978997-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
89988998-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
89998999- $as_echo_n "(cached) " >&6
90009000-else
93659365+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
93669366+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
93679367+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
93689368+then :
93699369+ printf %s "(cached) " >&6
93709370+else $as_nop
90019371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90029372/* end confdefs.h. */
90039373int i;
90049374_ACEOF
90059005-if ac_fn_c_try_compile "$LINENO"; then :
93759375+if ac_fn_c_try_compile "$LINENO"
93769376+then :
90069377 xorg_cv_cc_flag_unused_command_line_argument=yes
90079007-else
93789378+else $as_nop
90089379 xorg_cv_cc_flag_unused_command_line_argument=no
90099380fi
90109010-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
93819381+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
90119382fi
90129012-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
90139013-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
93839383+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
93849384+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
90149385 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
90159386 CFLAGS="$xorg_testset_save_CFLAGS"
90169387fi
···9028939990299400 CFLAGS="$CFLAGS -Wreturn-type"
9030940190319031- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wreturn-type" >&5
90329032-$as_echo_n "checking if $CC supports -Wreturn-type... " >&6; }
94029402+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wreturn-type" >&5
94039403+printf %s "checking if $CC supports -Wreturn-type... " >&6; }
90339404 cacheid=xorg_cv_cc_flag__Wreturn_type
90349034- if eval \${$cacheid+:} false; then :
90359035- $as_echo_n "(cached) " >&6
90369036-else
94059405+ if eval test \${$cacheid+y}
94069406+then :
94079407+ printf %s "(cached) " >&6
94089408+else $as_nop
90379409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90389410/* end confdefs.h. */
90399411int i;
90409412int
90419041-main ()
94139413+main (void)
90429414{
9043941590449416 ;
90459417 return 0;
90469418}
90479419_ACEOF
90489048-if ac_fn_c_try_link "$LINENO"; then :
94209420+if ac_fn_c_try_link "$LINENO"
94219421+then :
90499422 eval $cacheid=yes
90509050-else
94239423+else $as_nop
90519424 eval $cacheid=no
90529425fi
90539053-rm -f core conftest.err conftest.$ac_objext \
94269426+rm -f core conftest.err conftest.$ac_objext conftest.beam \
90549427 conftest$ac_exeext conftest.$ac_ext
90559428fi
90569429···90589431 CFLAGS="$xorg_testset_save_CFLAGS"
9059943290609433 eval supported=\$$cacheid
90619061- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
90629062-$as_echo "$supported" >&6; }
94349434+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
94359435+printf "%s\n" "$supported" >&6; }
90639436 if test "$supported" = "yes" ; then
90649437 BASE_CFLAGS="$BASE_CFLAGS -Wreturn-type"
90659438 found="yes"
···9084945790859458if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
90869459 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
90879087- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
90889088-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
90899089-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
90909090- $as_echo_n "(cached) " >&6
90919091-else
94609460+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
94619461+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
94629462+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
94639463+then :
94649464+ printf %s "(cached) " >&6
94659465+else $as_nop
90929466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90939467/* end confdefs.h. */
90949468int i;
90959469_ACEOF
90969096-if ac_fn_c_try_compile "$LINENO"; then :
94709470+if ac_fn_c_try_compile "$LINENO"
94719471+then :
90979472 xorg_cv_cc_flag_unknown_warning_option=yes
90989098-else
94739473+else $as_nop
90999474 xorg_cv_cc_flag_unknown_warning_option=no
91009475fi
91019101-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
94769476+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
91029477fi
91039103-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
91049104-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
94789478+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
94799479+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
91059480 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
91069481 CFLAGS="$xorg_testset_save_CFLAGS"
91079482fi
···91119486 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
91129487 fi
91139488 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
91149114- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
91159115-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
91169116-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
91179117- $as_echo_n "(cached) " >&6
91189118-else
94899489+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
94909490+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
94919491+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
94929492+then :
94939493+ printf %s "(cached) " >&6
94949494+else $as_nop
91199495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
91209496/* end confdefs.h. */
91219497int i;
91229498_ACEOF
91239123-if ac_fn_c_try_compile "$LINENO"; then :
94999499+if ac_fn_c_try_compile "$LINENO"
95009500+then :
91249501 xorg_cv_cc_flag_unused_command_line_argument=yes
91259125-else
95029502+else $as_nop
91269503 xorg_cv_cc_flag_unused_command_line_argument=no
91279504fi
91289128-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
95059505+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
91299506fi
91309130-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
91319131-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
95079507+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
95089508+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
91329509 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
91339510 CFLAGS="$xorg_testset_save_CFLAGS"
91349511fi
···9146952391479524 CFLAGS="$CFLAGS -Wtrigraphs"
9148952591499149- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wtrigraphs" >&5
91509150-$as_echo_n "checking if $CC supports -Wtrigraphs... " >&6; }
95269526+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wtrigraphs" >&5
95279527+printf %s "checking if $CC supports -Wtrigraphs... " >&6; }
91519528 cacheid=xorg_cv_cc_flag__Wtrigraphs
91529152- if eval \${$cacheid+:} false; then :
91539153- $as_echo_n "(cached) " >&6
91549154-else
95299529+ if eval test \${$cacheid+y}
95309530+then :
95319531+ printf %s "(cached) " >&6
95329532+else $as_nop
91559533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
91569534/* end confdefs.h. */
91579535int i;
91589536int
91599159-main ()
95379537+main (void)
91609538{
9161953991629540 ;
91639541 return 0;
91649542}
91659543_ACEOF
91669166-if ac_fn_c_try_link "$LINENO"; then :
95449544+if ac_fn_c_try_link "$LINENO"
95459545+then :
91679546 eval $cacheid=yes
91689168-else
95479547+else $as_nop
91699548 eval $cacheid=no
91709549fi
91719171-rm -f core conftest.err conftest.$ac_objext \
95509550+rm -f core conftest.err conftest.$ac_objext conftest.beam \
91729551 conftest$ac_exeext conftest.$ac_ext
91739552fi
91749553···91769555 CFLAGS="$xorg_testset_save_CFLAGS"
9177955691789557 eval supported=\$$cacheid
91799179- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
91809180-$as_echo "$supported" >&6; }
95589558+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
95599559+printf "%s\n" "$supported" >&6; }
91819560 if test "$supported" = "yes" ; then
91829561 BASE_CFLAGS="$BASE_CFLAGS -Wtrigraphs"
91839562 found="yes"
···9202958192039582if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
92049583 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
92059205- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
92069206-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
92079207-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
92089208- $as_echo_n "(cached) " >&6
92099209-else
95849584+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
95859585+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
95869586+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
95879587+then :
95889588+ printf %s "(cached) " >&6
95899589+else $as_nop
92109590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
92119591/* end confdefs.h. */
92129592int i;
92139593_ACEOF
92149214-if ac_fn_c_try_compile "$LINENO"; then :
95949594+if ac_fn_c_try_compile "$LINENO"
95959595+then :
92159596 xorg_cv_cc_flag_unknown_warning_option=yes
92169216-else
95979597+else $as_nop
92179598 xorg_cv_cc_flag_unknown_warning_option=no
92189599fi
92199219-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
96009600+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
92209601fi
92219221-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
92229222-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
96029602+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
96039603+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
92239604 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
92249605 CFLAGS="$xorg_testset_save_CFLAGS"
92259606fi
···92299610 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
92309611 fi
92319612 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
92329232- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
92339233-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
92349234-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
92359235- $as_echo_n "(cached) " >&6
92369236-else
96139613+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
96149614+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
96159615+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
96169616+then :
96179617+ printf %s "(cached) " >&6
96189618+else $as_nop
92379619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
92389620/* end confdefs.h. */
92399621int i;
92409622_ACEOF
92419241-if ac_fn_c_try_compile "$LINENO"; then :
96239623+if ac_fn_c_try_compile "$LINENO"
96249624+then :
92429625 xorg_cv_cc_flag_unused_command_line_argument=yes
92439243-else
96269626+else $as_nop
92449627 xorg_cv_cc_flag_unused_command_line_argument=no
92459628fi
92469246-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
96299629+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
92479630fi
92489248-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
92499249-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
96319631+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
96329632+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
92509633 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
92519634 CFLAGS="$xorg_testset_save_CFLAGS"
92529635fi
···9264964792659648 CFLAGS="$CFLAGS -Warray-bounds"
9266964992679267- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Warray-bounds" >&5
92689268-$as_echo_n "checking if $CC supports -Warray-bounds... " >&6; }
96509650+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Warray-bounds" >&5
96519651+printf %s "checking if $CC supports -Warray-bounds... " >&6; }
92699652 cacheid=xorg_cv_cc_flag__Warray_bounds
92709270- if eval \${$cacheid+:} false; then :
92719271- $as_echo_n "(cached) " >&6
92729272-else
96539653+ if eval test \${$cacheid+y}
96549654+then :
96559655+ printf %s "(cached) " >&6
96569656+else $as_nop
92739657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
92749658/* end confdefs.h. */
92759659int i;
92769660int
92779277-main ()
96619661+main (void)
92789662{
9279966392809664 ;
92819665 return 0;
92829666}
92839667_ACEOF
92849284-if ac_fn_c_try_link "$LINENO"; then :
96689668+if ac_fn_c_try_link "$LINENO"
96699669+then :
92859670 eval $cacheid=yes
92869286-else
96719671+else $as_nop
92879672 eval $cacheid=no
92889673fi
92899289-rm -f core conftest.err conftest.$ac_objext \
96749674+rm -f core conftest.err conftest.$ac_objext conftest.beam \
92909675 conftest$ac_exeext conftest.$ac_ext
92919676fi
92929677···92949679 CFLAGS="$xorg_testset_save_CFLAGS"
9295968092969681 eval supported=\$$cacheid
92979297- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
92989298-$as_echo "$supported" >&6; }
96829682+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
96839683+printf "%s\n" "$supported" >&6; }
92999684 if test "$supported" = "yes" ; then
93009685 BASE_CFLAGS="$BASE_CFLAGS -Warray-bounds"
93019686 found="yes"
···9320970593219706if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
93229707 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
93239323- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
93249324-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
93259325-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
93269326- $as_echo_n "(cached) " >&6
93279327-else
97089708+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
97099709+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
97109710+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
97119711+then :
97129712+ printf %s "(cached) " >&6
97139713+else $as_nop
93289714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
93299715/* end confdefs.h. */
93309716int i;
93319717_ACEOF
93329332-if ac_fn_c_try_compile "$LINENO"; then :
97189718+if ac_fn_c_try_compile "$LINENO"
97199719+then :
93339720 xorg_cv_cc_flag_unknown_warning_option=yes
93349334-else
97219721+else $as_nop
93359722 xorg_cv_cc_flag_unknown_warning_option=no
93369723fi
93379337-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97249724+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
93389725fi
93399339-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
93409340-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
97269726+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
97279727+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
93419728 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
93429729 CFLAGS="$xorg_testset_save_CFLAGS"
93439730fi
···93479734 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
93489735 fi
93499736 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
93509350- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
93519351-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
93529352-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
93539353- $as_echo_n "(cached) " >&6
93549354-else
97379737+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
97389738+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
97399739+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
97409740+then :
97419741+ printf %s "(cached) " >&6
97429742+else $as_nop
93559743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
93569744/* end confdefs.h. */
93579745int i;
93589746_ACEOF
93599359-if ac_fn_c_try_compile "$LINENO"; then :
97479747+if ac_fn_c_try_compile "$LINENO"
97489748+then :
93609749 xorg_cv_cc_flag_unused_command_line_argument=yes
93619361-else
97509750+else $as_nop
93629751 xorg_cv_cc_flag_unused_command_line_argument=no
93639752fi
93649364-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97539753+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
93659754fi
93669366-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
93679367-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
97559755+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
97569756+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
93689757 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
93699758 CFLAGS="$xorg_testset_save_CFLAGS"
93709759fi
···9382977193839772 CFLAGS="$CFLAGS -Wwrite-strings"
9384977393859385- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wwrite-strings" >&5
93869386-$as_echo_n "checking if $CC supports -Wwrite-strings... " >&6; }
97749774+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wwrite-strings" >&5
97759775+printf %s "checking if $CC supports -Wwrite-strings... " >&6; }
93879776 cacheid=xorg_cv_cc_flag__Wwrite_strings
93889388- if eval \${$cacheid+:} false; then :
93899389- $as_echo_n "(cached) " >&6
93909390-else
97779777+ if eval test \${$cacheid+y}
97789778+then :
97799779+ printf %s "(cached) " >&6
97809780+else $as_nop
93919781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
93929782/* end confdefs.h. */
93939783int i;
93949784int
93959395-main ()
97859785+main (void)
93969786{
9397978793989788 ;
93999789 return 0;
94009790}
94019791_ACEOF
94029402-if ac_fn_c_try_link "$LINENO"; then :
97929792+if ac_fn_c_try_link "$LINENO"
97939793+then :
94039794 eval $cacheid=yes
94049404-else
97959795+else $as_nop
94059796 eval $cacheid=no
94069797fi
94079407-rm -f core conftest.err conftest.$ac_objext \
97989798+rm -f core conftest.err conftest.$ac_objext conftest.beam \
94089799 conftest$ac_exeext conftest.$ac_ext
94099800fi
94109801···94129803 CFLAGS="$xorg_testset_save_CFLAGS"
9413980494149805 eval supported=\$$cacheid
94159415- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
94169416-$as_echo "$supported" >&6; }
98069806+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
98079807+printf "%s\n" "$supported" >&6; }
94179808 if test "$supported" = "yes" ; then
94189809 BASE_CFLAGS="$BASE_CFLAGS -Wwrite-strings"
94199810 found="yes"
···9438982994399830if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
94409831 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
94419441- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
94429442-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
94439443-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
94449444- $as_echo_n "(cached) " >&6
94459445-else
98329832+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
98339833+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
98349834+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
98359835+then :
98369836+ printf %s "(cached) " >&6
98379837+else $as_nop
94469838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
94479839/* end confdefs.h. */
94489840int i;
94499841_ACEOF
94509450-if ac_fn_c_try_compile "$LINENO"; then :
98429842+if ac_fn_c_try_compile "$LINENO"
98439843+then :
94519844 xorg_cv_cc_flag_unknown_warning_option=yes
94529452-else
98459845+else $as_nop
94539846 xorg_cv_cc_flag_unknown_warning_option=no
94549847fi
94559455-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
98489848+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
94569849fi
94579457-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
94589458-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
98509850+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
98519851+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
94599852 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
94609853 CFLAGS="$xorg_testset_save_CFLAGS"
94619854fi
···94659858 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
94669859 fi
94679860 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
94689468- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
94699469-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
94709470-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
94719471- $as_echo_n "(cached) " >&6
94729472-else
98619861+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
98629862+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
98639863+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
98649864+then :
98659865+ printf %s "(cached) " >&6
98669866+else $as_nop
94739867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
94749868/* end confdefs.h. */
94759869int i;
94769870_ACEOF
94779477-if ac_fn_c_try_compile "$LINENO"; then :
98719871+if ac_fn_c_try_compile "$LINENO"
98729872+then :
94789873 xorg_cv_cc_flag_unused_command_line_argument=yes
94799479-else
98749874+else $as_nop
94809875 xorg_cv_cc_flag_unused_command_line_argument=no
94819876fi
94829482-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
98779877+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
94839878fi
94849484-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
94859485-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
98799879+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
98809880+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
94869881 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
94879882 CFLAGS="$xorg_testset_save_CFLAGS"
94889883fi
···9500989595019896 CFLAGS="$CFLAGS -Waddress"
9502989795039503- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Waddress" >&5
95049504-$as_echo_n "checking if $CC supports -Waddress... " >&6; }
98989898+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Waddress" >&5
98999899+printf %s "checking if $CC supports -Waddress... " >&6; }
95059900 cacheid=xorg_cv_cc_flag__Waddress
95069506- if eval \${$cacheid+:} false; then :
95079507- $as_echo_n "(cached) " >&6
95089508-else
99019901+ if eval test \${$cacheid+y}
99029902+then :
99039903+ printf %s "(cached) " >&6
99049904+else $as_nop
95099905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
95109906/* end confdefs.h. */
95119907int i;
95129908int
95139513-main ()
99099909+main (void)
95149910{
9515991195169912 ;
95179913 return 0;
95189914}
95199915_ACEOF
95209520-if ac_fn_c_try_link "$LINENO"; then :
99169916+if ac_fn_c_try_link "$LINENO"
99179917+then :
95219918 eval $cacheid=yes
95229522-else
99199919+else $as_nop
95239920 eval $cacheid=no
95249921fi
95259525-rm -f core conftest.err conftest.$ac_objext \
99229922+rm -f core conftest.err conftest.$ac_objext conftest.beam \
95269923 conftest$ac_exeext conftest.$ac_ext
95279924fi
95289925···95309927 CFLAGS="$xorg_testset_save_CFLAGS"
9531992895329929 eval supported=\$$cacheid
95339533- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
95349534-$as_echo "$supported" >&6; }
99309930+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
99319931+printf "%s\n" "$supported" >&6; }
95359932 if test "$supported" = "yes" ; then
95369933 BASE_CFLAGS="$BASE_CFLAGS -Waddress"
95379934 found="yes"
···9556995395579954if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
95589955 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
95599559- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
95609560-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
95619561-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
95629562- $as_echo_n "(cached) " >&6
95639563-else
99569956+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
99579957+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
99589958+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
99599959+then :
99609960+ printf %s "(cached) " >&6
99619961+else $as_nop
95649962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
95659963/* end confdefs.h. */
95669964int i;
95679965_ACEOF
95689568-if ac_fn_c_try_compile "$LINENO"; then :
99669966+if ac_fn_c_try_compile "$LINENO"
99679967+then :
95699968 xorg_cv_cc_flag_unknown_warning_option=yes
95709570-else
99699969+else $as_nop
95719970 xorg_cv_cc_flag_unknown_warning_option=no
95729971fi
95739573-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
99729972+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
95749973fi
95759575-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
95769576-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
99749974+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
99759975+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
95779976 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
95789977 CFLAGS="$xorg_testset_save_CFLAGS"
95799978fi
···95839982 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
95849983 fi
95859984 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
95869586- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
95879587-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
95889588-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
95899589- $as_echo_n "(cached) " >&6
95909590-else
99859985+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
99869986+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
99879987+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
99889988+then :
99899989+ printf %s "(cached) " >&6
99909990+else $as_nop
95919991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
95929992/* end confdefs.h. */
95939993int i;
95949994_ACEOF
95959595-if ac_fn_c_try_compile "$LINENO"; then :
99959995+if ac_fn_c_try_compile "$LINENO"
99969996+then :
95969997 xorg_cv_cc_flag_unused_command_line_argument=yes
95979597-else
99989998+else $as_nop
95989999 xorg_cv_cc_flag_unused_command_line_argument=no
959910000fi
96009600-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1000110001+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
960110002fi
96029602-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
96039603-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1000310003+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1000410004+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
960410005 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
960510006 CFLAGS="$xorg_testset_save_CFLAGS"
960610007fi
···961810019961910020 CFLAGS="$CFLAGS -Wint-to-pointer-cast"
96201002196219621- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wint-to-pointer-cast" >&5
96229622-$as_echo_n "checking if $CC supports -Wint-to-pointer-cast... " >&6; }
1002210022+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wint-to-pointer-cast" >&5
1002310023+printf %s "checking if $CC supports -Wint-to-pointer-cast... " >&6; }
962310024 cacheid=xorg_cv_cc_flag__Wint_to_pointer_cast
96249624- if eval \${$cacheid+:} false; then :
96259625- $as_echo_n "(cached) " >&6
96269626-else
1002510025+ if eval test \${$cacheid+y}
1002610026+then :
1002710027+ printf %s "(cached) " >&6
1002810028+else $as_nop
962710029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
962810030/* end confdefs.h. */
962910031int i;
963010032int
96319631-main ()
1003310033+main (void)
963210034{
963310035963410036 ;
963510037 return 0;
963610038}
963710039_ACEOF
96389638-if ac_fn_c_try_link "$LINENO"; then :
1004010040+if ac_fn_c_try_link "$LINENO"
1004110041+then :
963910042 eval $cacheid=yes
96409640-else
1004310043+else $as_nop
964110044 eval $cacheid=no
964210045fi
96439643-rm -f core conftest.err conftest.$ac_objext \
1004610046+rm -f core conftest.err conftest.$ac_objext conftest.beam \
964410047 conftest$ac_exeext conftest.$ac_ext
964510048fi
964610049···964810051 CFLAGS="$xorg_testset_save_CFLAGS"
964910052965010053 eval supported=\$$cacheid
96519651- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
96529652-$as_echo "$supported" >&6; }
1005410054+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1005510055+printf "%s\n" "$supported" >&6; }
965310056 if test "$supported" = "yes" ; then
965410057 BASE_CFLAGS="$BASE_CFLAGS -Wint-to-pointer-cast"
965510058 found="yes"
···967410077967510078if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
967610079 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
96779677- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
96789678-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
96799679-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
96809680- $as_echo_n "(cached) " >&6
96819681-else
1008010080+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1008110081+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1008210082+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1008310083+then :
1008410084+ printf %s "(cached) " >&6
1008510085+else $as_nop
968210086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
968310087/* end confdefs.h. */
968410088int i;
968510089_ACEOF
96869686-if ac_fn_c_try_compile "$LINENO"; then :
1009010090+if ac_fn_c_try_compile "$LINENO"
1009110091+then :
968710092 xorg_cv_cc_flag_unknown_warning_option=yes
96889688-else
1009310093+else $as_nop
968910094 xorg_cv_cc_flag_unknown_warning_option=no
969010095fi
96919691-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1009610096+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
969210097fi
96939693-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
96949694-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1009810098+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1009910099+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
969510100 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
969610101 CFLAGS="$xorg_testset_save_CFLAGS"
969710102fi
···970110106 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
970210107 fi
970310108 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
97049704- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
97059705-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
97069706-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
97079707- $as_echo_n "(cached) " >&6
97089708-else
1010910109+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1011010110+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1011110111+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1011210112+then :
1011310113+ printf %s "(cached) " >&6
1011410114+else $as_nop
970910115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
971010116/* end confdefs.h. */
971110117int i;
971210118_ACEOF
97139713-if ac_fn_c_try_compile "$LINENO"; then :
1011910119+if ac_fn_c_try_compile "$LINENO"
1012010120+then :
971410121 xorg_cv_cc_flag_unused_command_line_argument=yes
97159715-else
1012210122+else $as_nop
971610123 xorg_cv_cc_flag_unused_command_line_argument=no
971710124fi
97189718-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1012510125+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
971910126fi
97209720-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
97219721-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1012710127+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1012810128+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
972210129 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
972310130 CFLAGS="$xorg_testset_save_CFLAGS"
972410131fi
···973610143973710144 CFLAGS="$CFLAGS -Wpointer-to-int-cast"
97381014597399739- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-to-int-cast" >&5
97409740-$as_echo_n "checking if $CC supports -Wpointer-to-int-cast... " >&6; }
1014610146+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-to-int-cast" >&5
1014710147+printf %s "checking if $CC supports -Wpointer-to-int-cast... " >&6; }
974110148 cacheid=xorg_cv_cc_flag__Wpointer_to_int_cast
97429742- if eval \${$cacheid+:} false; then :
97439743- $as_echo_n "(cached) " >&6
97449744-else
1014910149+ if eval test \${$cacheid+y}
1015010150+then :
1015110151+ printf %s "(cached) " >&6
1015210152+else $as_nop
974510153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
974610154/* end confdefs.h. */
974710155int i;
974810156int
97499749-main ()
1015710157+main (void)
975010158{
975110159975210160 ;
975310161 return 0;
975410162}
975510163_ACEOF
97569756-if ac_fn_c_try_link "$LINENO"; then :
1016410164+if ac_fn_c_try_link "$LINENO"
1016510165+then :
975710166 eval $cacheid=yes
97589758-else
1016710167+else $as_nop
975910168 eval $cacheid=no
976010169fi
97619761-rm -f core conftest.err conftest.$ac_objext \
1017010170+rm -f core conftest.err conftest.$ac_objext conftest.beam \
976210171 conftest$ac_exeext conftest.$ac_ext
976310172fi
976410173···976610175 CFLAGS="$xorg_testset_save_CFLAGS"
976710176976810177 eval supported=\$$cacheid
97699769- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
97709770-$as_echo "$supported" >&6; }
1017810178+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1017910179+printf "%s\n" "$supported" >&6; }
977110180 if test "$supported" = "yes" ; then
977210181 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-to-int-cast"
977310182 found="yes"
···979610205979710206979810207# Check whether --enable-strict-compilation was given.
97999799-if test "${enable_strict_compilation+set}" = set; then :
1020810208+if test ${enable_strict_compilation+y}
1020910209+then :
980010210 enableval=$enable_strict_compilation; STRICT_COMPILE=$enableval
98019801-else
1021110211+else $as_nop
980210212 STRICT_COMPILE=no
980310213fi
980410214···982510235982610236if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
982710237 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
98289828- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
98299829-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
98309830-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
98319831- $as_echo_n "(cached) " >&6
98329832-else
1023810238+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1023910239+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1024010240+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1024110241+then :
1024210242+ printf %s "(cached) " >&6
1024310243+else $as_nop
983310244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
983410245/* end confdefs.h. */
983510246int i;
983610247_ACEOF
98379837-if ac_fn_c_try_compile "$LINENO"; then :
1024810248+if ac_fn_c_try_compile "$LINENO"
1024910249+then :
983810250 xorg_cv_cc_flag_unknown_warning_option=yes
98399839-else
1025110251+else $as_nop
984010252 xorg_cv_cc_flag_unknown_warning_option=no
984110253fi
98429842-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1025410254+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
984310255fi
98449844-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
98459845-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1025610256+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1025710257+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
984610258 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
984710259 CFLAGS="$xorg_testset_save_CFLAGS"
984810260fi
···985210264 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
985310265 fi
985410266 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
98559855- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
98569856-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
98579857-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
98589858- $as_echo_n "(cached) " >&6
98599859-else
1026710267+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1026810268+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1026910269+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1027010270+then :
1027110271+ printf %s "(cached) " >&6
1027210272+else $as_nop
986010273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
986110274/* end confdefs.h. */
986210275int i;
986310276_ACEOF
98649864-if ac_fn_c_try_compile "$LINENO"; then :
1027710277+if ac_fn_c_try_compile "$LINENO"
1027810278+then :
986510279 xorg_cv_cc_flag_unused_command_line_argument=yes
98669866-else
1028010280+else $as_nop
986710281 xorg_cv_cc_flag_unused_command_line_argument=no
986810282fi
98699869-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1028310283+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
987010284fi
98719871-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
98729872-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1028510285+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1028610286+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
987310287 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
987410288 CFLAGS="$xorg_testset_save_CFLAGS"
987510289fi
···988710301988810302 CFLAGS="$CFLAGS -pedantic"
98891030398909890- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -pedantic" >&5
98919891-$as_echo_n "checking if $CC supports -pedantic... " >&6; }
1030410304+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -pedantic" >&5
1030510305+printf %s "checking if $CC supports -pedantic... " >&6; }
989210306 cacheid=xorg_cv_cc_flag__pedantic
98939893- if eval \${$cacheid+:} false; then :
98949894- $as_echo_n "(cached) " >&6
98959895-else
1030710307+ if eval test \${$cacheid+y}
1030810308+then :
1030910309+ printf %s "(cached) " >&6
1031010310+else $as_nop
989610311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
989710312/* end confdefs.h. */
989810313int i;
989910314int
99009900-main ()
1031510315+main (void)
990110316{
990210317990310318 ;
990410319 return 0;
990510320}
990610321_ACEOF
99079907-if ac_fn_c_try_link "$LINENO"; then :
1032210322+if ac_fn_c_try_link "$LINENO"
1032310323+then :
990810324 eval $cacheid=yes
99099909-else
1032510325+else $as_nop
991010326 eval $cacheid=no
991110327fi
99129912-rm -f core conftest.err conftest.$ac_objext \
1032810328+rm -f core conftest.err conftest.$ac_objext conftest.beam \
991310329 conftest$ac_exeext conftest.$ac_ext
991410330fi
991510331···991710333 CFLAGS="$xorg_testset_save_CFLAGS"
991810334991910335 eval supported=\$$cacheid
99209920- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
99219921-$as_echo "$supported" >&6; }
1033610336+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1033710337+printf "%s\n" "$supported" >&6; }
992210338 if test "$supported" = "yes" ; then
992310339 STRICT_CFLAGS="$STRICT_CFLAGS -pedantic"
992410340 found="yes"
···994310359994410360if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
994510361 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
99469946- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
99479947-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
99489948-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
99499949- $as_echo_n "(cached) " >&6
99509950-else
1036210362+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1036310363+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1036410364+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1036510365+then :
1036610366+ printf %s "(cached) " >&6
1036710367+else $as_nop
995110368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
995210369/* end confdefs.h. */
995310370int i;
995410371_ACEOF
99559955-if ac_fn_c_try_compile "$LINENO"; then :
1037210372+if ac_fn_c_try_compile "$LINENO"
1037310373+then :
995610374 xorg_cv_cc_flag_unknown_warning_option=yes
99579957-else
1037510375+else $as_nop
995810376 xorg_cv_cc_flag_unknown_warning_option=no
995910377fi
99609960-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1037810378+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
996110379fi
99629962-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
99639963-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1038010380+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1038110381+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
996410382 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
996510383 CFLAGS="$xorg_testset_save_CFLAGS"
996610384fi
···997010388 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
997110389 fi
997210390 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
99739973- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
99749974-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
99759975-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
99769976- $as_echo_n "(cached) " >&6
99779977-else
1039110391+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1039210392+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1039310393+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1039410394+then :
1039510395+ printf %s "(cached) " >&6
1039610396+else $as_nop
997810397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
997910398/* end confdefs.h. */
998010399int i;
998110400_ACEOF
99829982-if ac_fn_c_try_compile "$LINENO"; then :
1040110401+if ac_fn_c_try_compile "$LINENO"
1040210402+then :
998310403 xorg_cv_cc_flag_unused_command_line_argument=yes
99849984-else
1040410404+else $as_nop
998510405 xorg_cv_cc_flag_unused_command_line_argument=no
998610406fi
99879987-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1040710407+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
998810408fi
99899989-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
99909990-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1040910409+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1041010410+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
999110411 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
999210412 CFLAGS="$xorg_testset_save_CFLAGS"
999310413fi
···10005104251000610426 CFLAGS="$CFLAGS -Werror"
10007104271000810008- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror" >&5
1000910009-$as_echo_n "checking if $CC supports -Werror... " >&6; }
1042810428+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror" >&5
1042910429+printf %s "checking if $CC supports -Werror... " >&6; }
1001010430 cacheid=xorg_cv_cc_flag__Werror
1001110011- if eval \${$cacheid+:} false; then :
1001210012- $as_echo_n "(cached) " >&6
1001310013-else
1043110431+ if eval test \${$cacheid+y}
1043210432+then :
1043310433+ printf %s "(cached) " >&6
1043410434+else $as_nop
1001410435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1001510436/* end confdefs.h. */
1001610437int i;
1001710438int
1001810018-main ()
1043910439+main (void)
1001910440{
10020104411002110442 ;
1002210443 return 0;
1002310444}
1002410445_ACEOF
1002510025-if ac_fn_c_try_link "$LINENO"; then :
1044610446+if ac_fn_c_try_link "$LINENO"
1044710447+then :
1002610448 eval $cacheid=yes
1002710027-else
1044910449+else $as_nop
1002810450 eval $cacheid=no
1002910451fi
1003010030-rm -f core conftest.err conftest.$ac_objext \
1045210452+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1003110453 conftest$ac_exeext conftest.$ac_ext
1003210454fi
1003310455···1003510457 CFLAGS="$xorg_testset_save_CFLAGS"
10036104581003710459 eval supported=\$$cacheid
1003810038- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1003910039-$as_echo "$supported" >&6; }
1046010460+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1046110461+printf "%s\n" "$supported" >&6; }
1004010462 if test "$supported" = "yes" ; then
1004110463 STRICT_CFLAGS="$STRICT_CFLAGS -Werror"
1004210464 found="yes"
···10054104761005510477 CFLAGS="$CFLAGS -errwarn"
10056104781005710057- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn" >&5
1005810058-$as_echo_n "checking if $CC supports -errwarn... " >&6; }
1047910479+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn" >&5
1048010480+printf %s "checking if $CC supports -errwarn... " >&6; }
1005910481 cacheid=xorg_cv_cc_flag__errwarn
1006010060- if eval \${$cacheid+:} false; then :
1006110061- $as_echo_n "(cached) " >&6
1006210062-else
1048210482+ if eval test \${$cacheid+y}
1048310483+then :
1048410484+ printf %s "(cached) " >&6
1048510485+else $as_nop
1006310486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1006410487/* end confdefs.h. */
1006510488int i;
1006610489int
1006710067-main ()
1049010490+main (void)
1006810491{
10069104921007010493 ;
1007110494 return 0;
1007210495}
1007310496_ACEOF
1007410074-if ac_fn_c_try_link "$LINENO"; then :
1049710497+if ac_fn_c_try_link "$LINENO"
1049810498+then :
1007510499 eval $cacheid=yes
1007610076-else
1050010500+else $as_nop
1007710501 eval $cacheid=no
1007810502fi
1007910079-rm -f core conftest.err conftest.$ac_objext \
1050310503+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1008010504 conftest$ac_exeext conftest.$ac_ext
1008110505fi
1008210506···1008410508 CFLAGS="$xorg_testset_save_CFLAGS"
10085105091008610510 eval supported=\$$cacheid
1008710087- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1008810088-$as_echo "$supported" >&6; }
1051110511+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1051210512+printf "%s\n" "$supported" >&6; }
1008910513 if test "$supported" = "yes" ; then
1009010514 STRICT_CFLAGS="$STRICT_CFLAGS -errwarn"
1009110515 found="yes"
···10113105371011410538if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1011510539 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1011610116- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1011710117-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1011810118-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1011910119- $as_echo_n "(cached) " >&6
1012010120-else
1054010540+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1054110541+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1054210542+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1054310543+then :
1054410544+ printf %s "(cached) " >&6
1054510545+else $as_nop
1012110546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1012210547/* end confdefs.h. */
1012310548int i;
1012410549_ACEOF
1012510125-if ac_fn_c_try_compile "$LINENO"; then :
1055010550+if ac_fn_c_try_compile "$LINENO"
1055110551+then :
1012610552 xorg_cv_cc_flag_unknown_warning_option=yes
1012710127-else
1055310553+else $as_nop
1012810554 xorg_cv_cc_flag_unknown_warning_option=no
1012910555fi
1013010130-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1055610556+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1013110557fi
1013210132-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1013310133-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1055810558+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1055910559+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1013410560 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1013510561 CFLAGS="$xorg_testset_save_CFLAGS"
1013610562fi
···1014010566 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1014110567 fi
1014210568 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1014310143- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1014410144-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1014510145-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1014610146- $as_echo_n "(cached) " >&6
1014710147-else
1056910569+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1057010570+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1057110571+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1057210572+then :
1057310573+ printf %s "(cached) " >&6
1057410574+else $as_nop
1014810575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1014910576/* end confdefs.h. */
1015010577int i;
1015110578_ACEOF
1015210152-if ac_fn_c_try_compile "$LINENO"; then :
1057910579+if ac_fn_c_try_compile "$LINENO"
1058010580+then :
1015310581 xorg_cv_cc_flag_unused_command_line_argument=yes
1015410154-else
1058210582+else $as_nop
1015510583 xorg_cv_cc_flag_unused_command_line_argument=no
1015610584fi
1015710157-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1058510585+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1015810586fi
1015910159-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1016010160-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1058710587+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1058810588+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1016110589 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1016210590 CFLAGS="$xorg_testset_save_CFLAGS"
1016310591fi
···10175106031017610604 CFLAGS="$CFLAGS -Werror=attributes"
10177106051017810178- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=attributes" >&5
1017910179-$as_echo_n "checking if $CC supports -Werror=attributes... " >&6; }
1060610606+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=attributes" >&5
1060710607+printf %s "checking if $CC supports -Werror=attributes... " >&6; }
1018010608 cacheid=xorg_cv_cc_flag__Werror_attributes
1018110181- if eval \${$cacheid+:} false; then :
1018210182- $as_echo_n "(cached) " >&6
1018310183-else
1060910609+ if eval test \${$cacheid+y}
1061010610+then :
1061110611+ printf %s "(cached) " >&6
1061210612+else $as_nop
1018410613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1018510614/* end confdefs.h. */
1018610615int i;
1018710616int
1018810188-main ()
1061710617+main (void)
1018910618{
10190106191019110620 ;
1019210621 return 0;
1019310622}
1019410623_ACEOF
1019510195-if ac_fn_c_try_link "$LINENO"; then :
1062410624+if ac_fn_c_try_link "$LINENO"
1062510625+then :
1019610626 eval $cacheid=yes
1019710197-else
1062710627+else $as_nop
1019810628 eval $cacheid=no
1019910629fi
1020010200-rm -f core conftest.err conftest.$ac_objext \
1063010630+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1020110631 conftest$ac_exeext conftest.$ac_ext
1020210632fi
1020310633···1020510635 CFLAGS="$xorg_testset_save_CFLAGS"
10206106361020710637 eval supported=\$$cacheid
1020810208- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1020910209-$as_echo "$supported" >&6; }
1063810638+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1063910639+printf "%s\n" "$supported" >&6; }
1021010640 if test "$supported" = "yes" ; then
1021110641 STRICT_CFLAGS="$STRICT_CFLAGS -Werror=attributes"
1021210642 found="yes"
···1021910649 BASE_CFLAGS="$BASE_CFLAGS $STRICT_CFLAGS"
1022010650 CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS"
1022110651fi
1065210652+1065310653+102221065410223106551022410656···1023410666 PVM="0"
1023510667 fi
10236106681023710237-cat >>confdefs.h <<_ACEOF
1023810238-#define PACKAGE_VERSION_MINOR $PVM
1023910239-_ACEOF
1066910669+printf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h
10240106701024110671 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
1024210672 if test "x$PVP" = "x"; then
1024310673 PVP="0"
1024410674 fi
10245106751024610246-cat >>confdefs.h <<_ACEOF
1024710247-#define PACKAGE_VERSION_PATCHLEVEL $PVP
1024810248-_ACEOF
1067610676+printf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h
102491067710250106781025110679···1027510703 # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
1027610704 # check for a man page file found in later versions that use
1027710705 # traditional section numbers instead
1027810278- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1027910279-$as_echo_n "checking for /usr/share/man/man7/attributes.7... " >&6; }
1028010280-if ${ac_cv_file__usr_share_man_man7_attributes_7+:} false; then :
1028110281- $as_echo_n "(cached) " >&6
1028210282-else
1070610706+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1070710707+printf %s "checking for /usr/share/man/man7/attributes.7... " >&6; }
1070810708+if test ${ac_cv_file__usr_share_man_man7_attributes_7+y}
1070910709+then :
1071010710+ printf %s "(cached) " >&6
1071110711+else $as_nop
1028310712 test "$cross_compiling" = yes &&
1028410713 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
1028510714if test -r "/usr/share/man/man7/attributes.7"; then
···1028810717 ac_cv_file__usr_share_man_man7_attributes_7=no
1028910718fi
1029010719fi
1029110291-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1029210292-$as_echo "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1029310293-if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes; then :
1072010720+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1072110721+printf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1072210722+if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes
1072310723+then :
1029410724 SYSV_MAN_SECTIONS=false
1029510295-else
1072510725+else $as_nop
1029610726 SYSV_MAN_SECTIONS=true
1029710727fi
1029810728···103871081710388108181038910819# Check whether --enable-silent-rules was given.
1039010390-if test "${enable_silent_rules+set}" = set; then :
1082010820+if test ${enable_silent_rules+y}
1082110821+then :
1039110822 enableval=$enable_silent_rules;
1039210823fi
1039310824···1039710828 *) AM_DEFAULT_VERBOSITY=0;;
1039810829esac
1039910830am_make=${MAKE-make}
1040010400-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
1040110401-$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
1040210402-if ${am_cv_make_support_nested_variables+:} false; then :
1040310403- $as_echo_n "(cached) " >&6
1040410404-else
1040510405- if $as_echo 'TRUE=$(BAR$(V))
1083110831+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
1083210832+printf %s "checking whether $am_make supports nested variables... " >&6; }
1083310833+if test ${am_cv_make_support_nested_variables+y}
1083410834+then :
1083510835+ printf %s "(cached) " >&6
1083610836+else $as_nop
1083710837+ if printf "%s\n" 'TRUE=$(BAR$(V))
1040610838BAR0=false
1040710839BAR1=true
1040810840V=1
···1041410846 am_cv_make_support_nested_variables=no
1041510847fi
1041610848fi
1041710417-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
1041810418-$as_echo "$am_cv_make_support_nested_variables" >&6; }
1084910849+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
1085010850+printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
1041910851if test $am_cv_make_support_nested_variables = yes; then
1042010852 AM_V='$(V)'
1042110853 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
···1042810860104291086110430108621086310863+1043110864pkg_failed=no
1043210432-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw7 xmu xt x11 xproto >= 7.0.17" >&5
1043310433-$as_echo_n "checking for xaw7 xmu xt x11 xproto >= 7.0.17... " >&6; }
1086510865+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xaw7 xmu xt x11 xproto >= 7.0.17" >&5
1086610866+printf %s "checking for xaw7 xmu xt x11 xproto >= 7.0.17... " >&6; }
10434108671043510868if test -n "$XFONTSEL_CFLAGS"; then
1043610869 pkg_cv_XFONTSEL_CFLAGS="$XFONTSEL_CFLAGS"
1043710870 elif test -n "$PKG_CONFIG"; then
1043810871 if test -n "$PKG_CONFIG" && \
1043910439- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xaw7 xmu xt x11 xproto >= 7.0.17\""; } >&5
1087210872+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xaw7 xmu xt x11 xproto >= 7.0.17\""; } >&5
1044010873 ($PKG_CONFIG --exists --print-errors "xaw7 xmu xt x11 xproto >= 7.0.17") 2>&5
1044110874 ac_status=$?
1044210442- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1087510875+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1044310876 test $ac_status = 0; }; then
1044410877 pkg_cv_XFONTSEL_CFLAGS=`$PKG_CONFIG --cflags "xaw7 xmu xt x11 xproto >= 7.0.17" 2>/dev/null`
1044510878 test "x$?" != "x0" && pkg_failed=yes
···1045310886 pkg_cv_XFONTSEL_LIBS="$XFONTSEL_LIBS"
1045410887 elif test -n "$PKG_CONFIG"; then
1045510888 if test -n "$PKG_CONFIG" && \
1045610456- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xaw7 xmu xt x11 xproto >= 7.0.17\""; } >&5
1088910889+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xaw7 xmu xt x11 xproto >= 7.0.17\""; } >&5
1045710890 ($PKG_CONFIG --exists --print-errors "xaw7 xmu xt x11 xproto >= 7.0.17") 2>&5
1045810891 ac_status=$?
1045910459- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1089210892+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1046010893 test $ac_status = 0; }; then
1046110894 pkg_cv_XFONTSEL_LIBS=`$PKG_CONFIG --libs "xaw7 xmu xt x11 xproto >= 7.0.17" 2>/dev/null`
1046210895 test "x$?" != "x0" && pkg_failed=yes
···104701090310471109041047210905if test $pkg_failed = yes; then
1047310473- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1047410474-$as_echo "no" >&6; }
1090610906+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1090710907+printf "%s\n" "no" >&6; }
10475109081047610909if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1047710910 _pkg_short_errors_supported=yes
···1049710930and XFONTSEL_LIBS to avoid the need to call pkg-config.
1049810931See the pkg-config man page for more details." "$LINENO" 5
1049910932elif test $pkg_failed = untried; then
1050010500- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1050110501-$as_echo "no" >&6; }
1050210502- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1050310503-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1093310933+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1093410934+printf "%s\n" "no" >&6; }
1093510935+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1093610936+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1050410937as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1050510938is in your PATH or set the PKG_CONFIG environment variable to the full
1050610939path to pkg-config.
···1051410947else
1051510948 XFONTSEL_CFLAGS=$pkg_cv_XFONTSEL_CFLAGS
1051610949 XFONTSEL_LIBS=$pkg_cv_XFONTSEL_LIBS
1051710517- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1051810518-$as_echo "yes" >&6; }
1095010950+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1095110951+printf "%s\n" "yes" >&6; }
10519109521052010953fi
105211095410522109551052310956pkg_failed=no
1052410524-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xt" >&5
1052510525-$as_echo_n "checking for xt... " >&6; }
1095710957+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xt" >&5
1095810958+printf %s "checking for xt... " >&6; }
10526109591052710960if test -n "$APPDEFS_CFLAGS"; then
1052810961 pkg_cv_APPDEFS_CFLAGS="$APPDEFS_CFLAGS"
1052910962 elif test -n "$PKG_CONFIG"; then
1053010963 if test -n "$PKG_CONFIG" && \
1053110531- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xt\""; } >&5
1096410964+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xt\""; } >&5
1053210965 ($PKG_CONFIG --exists --print-errors "xt") 2>&5
1053310966 ac_status=$?
1053410534- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1096710967+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1053510968 test $ac_status = 0; }; then
1053610969 pkg_cv_APPDEFS_CFLAGS=`$PKG_CONFIG --cflags "xt" 2>/dev/null`
1053710970 test "x$?" != "x0" && pkg_failed=yes
···1054510978 pkg_cv_APPDEFS_LIBS="$APPDEFS_LIBS"
1054610979 elif test -n "$PKG_CONFIG"; then
1054710980 if test -n "$PKG_CONFIG" && \
1054810548- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xt\""; } >&5
1098110981+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xt\""; } >&5
1054910982 ($PKG_CONFIG --exists --print-errors "xt") 2>&5
1055010983 ac_status=$?
1055110551- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1098410984+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1055210985 test $ac_status = 0; }; then
1055310986 pkg_cv_APPDEFS_LIBS=`$PKG_CONFIG --libs "xt" 2>/dev/null`
1055410987 test "x$?" != "x0" && pkg_failed=yes
···105621099510563109961056410997if test $pkg_failed = yes; then
1056510565- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1056610566-$as_echo "no" >&6; }
1099810998+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1099910999+printf "%s\n" "no" >&6; }
10567110001056811001if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1056911002 _pkg_short_errors_supported=yes
···1058911022and APPDEFS_LIBS to avoid the need to call pkg-config.
1059011023See the pkg-config man page for more details." "$LINENO" 5
1059111024elif test $pkg_failed = untried; then
1059210592- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1059310593-$as_echo "no" >&6; }
1059410594- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1059510595-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1102511025+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1102611026+printf "%s\n" "no" >&6; }
1102711027+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1102811028+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1059611029as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1059711030is in your PATH or set the PKG_CONFIG environment variable to the full
1059811031path to pkg-config.
···1060611039else
1060711040 APPDEFS_CFLAGS=$pkg_cv_APPDEFS_CFLAGS
1060811041 APPDEFS_LIBS=$pkg_cv_APPDEFS_LIBS
1060910609- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1061010610-$as_echo "yes" >&6; }
1104211042+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1104311043+printf "%s\n" "yes" >&6; }
10611110441061211045fi
1061311046xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`
10614110471061511048# Check whether --with-appdefaultdir was given.
1061610616-if test "${with_appdefaultdir+set}" = set; then :
1104911049+if test ${with_appdefaultdir+y}
1105011050+then :
1061711051 withval=$with_appdefaultdir; appdefaultdir="$withval"
1105211052+else $as_nop
1105311053+ appdefaultdir="${xt_appdefaultdir}"
1105411054+fi
1105511055+1105611056+1105711057+1105811058+# Internationalization & localization support
1105911059+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing gettext" >&5
1106011060+printf %s "checking for library containing gettext... " >&6; }
1106111061+if test ${ac_cv_search_gettext+y}
1106211062+then :
1106311063+ printf %s "(cached) " >&6
1106411064+else $as_nop
1106511065+ ac_func_search_save_LIBS=$LIBS
1106611066+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1106711067+/* end confdefs.h. */
1106811068+1106911069+/* Override any GCC internal prototype to avoid an error.
1107011070+ Use char because int might match the return type of a GCC
1107111071+ builtin and then its argument prototype would still apply. */
1107211072+char gettext ();
1107311073+int
1107411074+main (void)
1107511075+{
1107611076+return gettext ();
1107711077+ ;
1107811078+ return 0;
1107911079+}
1108011080+_ACEOF
1108111081+for ac_lib in '' intl
1108211082+do
1108311083+ if test -z "$ac_lib"; then
1108411084+ ac_res="none required"
1108511085+ else
1108611086+ ac_res=-l$ac_lib
1108711087+ LIBS="-l$ac_lib $ac_func_search_save_LIBS"
1108811088+ fi
1108911089+ if ac_fn_c_try_link "$LINENO"
1109011090+then :
1109111091+ ac_cv_search_gettext=$ac_res
1109211092+fi
1109311093+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1109411094+ conftest$ac_exeext
1109511095+ if test ${ac_cv_search_gettext+y}
1109611096+then :
1109711097+ break
1109811098+fi
1109911099+done
1110011100+if test ${ac_cv_search_gettext+y}
1110111101+then :
1110211102+1110311103+else $as_nop
1110411104+ ac_cv_search_gettext=no
1110511105+fi
1110611106+rm conftest.$ac_ext
1110711107+LIBS=$ac_func_search_save_LIBS
1110811108+fi
1110911109+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gettext" >&5
1111011110+printf "%s\n" "$ac_cv_search_gettext" >&6; }
1111111111+ac_res=$ac_cv_search_gettext
1111211112+if test "$ac_res" != no
1111311113+then :
1111411114+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
1111511115+ USE_GETTEXT="yes"
1111611116+else $as_nop
1111711117+ USE_GETTEXT="no"
1111811118+fi
1111911119+1112011120+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where to install localized messages" >&5
1112111121+printf %s "checking where to install localized messages... " >&6; }
1112211122+1112311123+# Check whether --with-localedir was given.
1112411124+if test ${with_localedir+y}
1112511125+then :
1112611126+ withval=$with_localedir; LOCALEDIR=${withval}
1112711127+else $as_nop
1112811128+ LOCALEDIR=${datadir}/locale
1112911129+fi
1113011130+1113111131+if test "x$LOCALEDIR" = "xno" -o "x$USE_GETTEXT" = "xno" ; then
1113211132+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: nowhere" >&5
1113311133+printf "%s\n" "nowhere" >&6; }
1113411134+ USE_GETTEXT="no"
1061811135else
1061910619- appdefaultdir="${xt_appdefaultdir}"
1113611136+1113711137+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LOCALEDIR" >&5
1113811138+printf "%s\n" "$LOCALEDIR" >&6; }
1062011139fi
10621111401114111141+if test "x$USE_GETTEXT" = "xyes" ; then
1114211142+1114311143+printf "%s\n" "#define USE_GETTEXT 1" >>confdefs.h
1114411144+1114511145+fi
1114611146+ if test "x$USE_GETTEXT" = "xyes"; then
1114711147+ USE_GETTEXT_TRUE=
1114811148+ USE_GETTEXT_FALSE='#'
1114911149+else
1115011150+ USE_GETTEXT_TRUE='#'
1115111151+ USE_GETTEXT_FALSE=
1115211152+fi
106221115310623111541062411155···1065111182 case $ac_val in #(
1065211183 *${as_nl}*)
1065311184 case $ac_var in #(
1065410654- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1065510655-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1118511185+ *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1118611186+printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1065611187 esac
1065711188 case $ac_var in #(
1065811189 _ | IFS | as_nl) ;; #(
···1068211213 /^ac_cv_env_/b end
1068311214 t clear
1068411215 :clear
1068510685- s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1121611216+ s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
1068611217 t end
1068711218 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1068811219 :end' >>confcache
1068911220if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1069011221 if test -w "$cache_file"; then
1069111222 if test "x$cache_file" != "x/dev/null"; then
1069210692- { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1069310693-$as_echo "$as_me: updating cache $cache_file" >&6;}
1122311223+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1122411224+printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
1069411225 if test ! -f "$cache_file" || test -h "$cache_file"; then
1069511226 cat confcache >"$cache_file"
1069611227 else
···1070411235 fi
1070511236 fi
1070611237 else
1070710707- { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1070810708-$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1123811238+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1123911239+printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
1070911240 fi
1071011241fi
1071111242rm -f confcache
···1072211253for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1072311254 # 1. Remove the extension, and $U if already installed.
1072411255 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1072510725- ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1125611256+ ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
1072611257 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1072711258 # will be set to the directory where LIBOBJS objects are built.
1072811259 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
···1073311264LTLIBOBJS=$ac_ltlibobjs
107341126510735112661073610736-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1073710737-$as_echo_n "checking that generated files are newer than configure... " >&6; }
1126711267+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1126811268+printf %s "checking that generated files are newer than configure... " >&6; }
1073811269 if test -n "$am_sleep_pid"; then
1073911270 # Hide warnings about reused PIDs.
1074011271 wait $am_sleep_pid 2>/dev/null
1074111272 fi
1074210742- { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
1074310743-$as_echo "done" >&6; }
1127311273+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
1127411274+printf "%s\n" "done" >&6; }
1074411275 if test -n "$EXEEXT"; then
1074511276 am__EXEEXT_TRUE=
1074611277 am__EXEEXT_FALSE='#'
···1076111292 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
1076211293Usually this means the macro was only invoked conditionally." "$LINENO" 5
1076311294fi
1129511295+if test -z "${USE_GETTEXT_TRUE}" && test -z "${USE_GETTEXT_FALSE}"; then
1129611296+ as_fn_error $? "conditional \"USE_GETTEXT\" was never defined.
1129711297+Usually this means the macro was only invoked conditionally." "$LINENO" 5
1129811298+fi
10764112991076511300: "${CONFIG_STATUS=./config.status}"
1076611301ac_write_fail=0
1076711302ac_clean_files_save=$ac_clean_files
1076811303ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1076910769-{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1077010770-$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
1130411304+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1130511305+printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
1077111306as_write_fail=0
1077211307cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1077311308#! $SHELL
···10790113251079111326# Be more Bourne compatible
1079211327DUALCASE=1; export DUALCASE # for MKS sh
1079310793-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1132811328+as_nop=:
1132911329+if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
1133011330+then :
1079411331 emulate sh
1079511332 NULLCMD=:
1079611333 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1079711334 # is contrary to our usage. Disable this feature.
1079811335 alias -g '${1+"$@"}'='"$@"'
1079911336 setopt NO_GLOB_SUBST
1080010800-else
1133711337+else $as_nop
1080111338 case `(set -o) 2>/dev/null` in #(
1080211339 *posix*) :
1080311340 set -o posix ;; #(
···1080711344fi
108081134510809113461134711347+1134811348+# Reset variables that may have inherited troublesome values from
1134911349+# the environment.
1135011350+1135111351+# IFS needs to be set, to space, tab, and newline, in precisely that order.
1135211352+# (If _AS_PATH_WALK were called with IFS unset, it would have the
1135311353+# side effect of setting IFS to empty, thus disabling word splitting.)
1135411354+# Quoting is to prevent editors from complaining about space-tab.
1081011355as_nl='
1081111356'
1081211357export as_nl
1081310813-# Printing a long string crashes Solaris 7 /usr/bin/printf.
1081410814-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1081510815-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1081610816-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1081710817-# Prefer a ksh shell builtin over an external printf program on Solaris,
1081810818-# but without wasting forks for bash or zsh.
1081910819-if test -z "$BASH_VERSION$ZSH_VERSION" \
1082010820- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
1082110821- as_echo='print -r --'
1082210822- as_echo_n='print -rn --'
1082310823-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1082410824- as_echo='printf %s\n'
1082510825- as_echo_n='printf %s'
1082610826-else
1082710827- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
1082810828- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
1082910829- as_echo_n='/usr/ucb/echo -n'
1083010830- else
1083110831- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1083210832- as_echo_n_body='eval
1083310833- arg=$1;
1083410834- case $arg in #(
1083510835- *"$as_nl"*)
1083610836- expr "X$arg" : "X\\(.*\\)$as_nl";
1083710837- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1083810838- esac;
1083910839- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
1084010840- '
1084110841- export as_echo_n_body
1084210842- as_echo_n='sh -c $as_echo_n_body as_echo'
1084310843- fi
1084410844- export as_echo_body
1084510845- as_echo='sh -c $as_echo_body as_echo'
1084610846-fi
1135811358+IFS=" "" $as_nl"
1135911359+1136011360+PS1='$ '
1136111361+PS2='> '
1136211362+PS4='+ '
1136311363+1136411364+# Ensure predictable behavior from utilities with locale-dependent output.
1136511365+LC_ALL=C
1136611366+export LC_ALL
1136711367+LANGUAGE=C
1136811368+export LANGUAGE
1136911369+1137011370+# We cannot yet rely on "unset" to work, but we need these variables
1137111371+# to be unset--not just set to an empty or harmless value--now, to
1137211372+# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
1137311373+# also avoids known problems related to "unset" and subshell syntax
1137411374+# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
1137511375+for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
1137611376+do eval test \${$as_var+y} \
1137711377+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1137811378+done
1137911379+1138011380+# Ensure that fds 0, 1, and 2 are open.
1138111381+if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
1138211382+if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
1138311383+if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
10847113841084811385# The user is always right.
1084910849-if test "${PATH_SEPARATOR+set}" != set; then
1138611386+if ${PATH_SEPARATOR+false} :; then
1085011387 PATH_SEPARATOR=:
1085111388 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
1085211389 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
···1085511392fi
108561139310857113941085810858-# IFS
1085910859-# We need space, tab and new line, in precisely that order. Quoting is
1086010860-# there to prevent editors from complaining about space-tab.
1086110861-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
1086210862-# splitting by setting IFS to empty value.)
1086310863-IFS=" "" $as_nl"
1086410864-1086511395# Find who we are. Look in the path if we contain no directory separator.
1086611396as_myself=
1086711397case $0 in #((
···1087011400for as_dir in $PATH
1087111401do
1087211402 IFS=$as_save_IFS
1087310873- test -z "$as_dir" && as_dir=.
1087410874- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1140311403+ case $as_dir in #(((
1140411404+ '') as_dir=./ ;;
1140511405+ */) ;;
1140611406+ *) as_dir=$as_dir/ ;;
1140711407+ esac
1140811408+ test -r "$as_dir$0" && as_myself=$as_dir$0 && break
1087511409 done
1087611410IFS=$as_save_IFS
1087711411···1088311417 as_myself=$0
1088411418fi
1088511419if test ! -f "$as_myself"; then
1088610886- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1142011420+ printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1088711421 exit 1
1088811422fi
10889114231089010890-# Unset variables that we do not need and which cause bugs (e.g. in
1089110891-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
1089210892-# suppresses any "Segmentation fault" message there. '((' could
1089310893-# trigger a bug in pdksh 5.2.14.
1089410894-for as_var in BASH_ENV ENV MAIL MAILPATH
1089510895-do eval test x\${$as_var+set} = xset \
1089610896- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1089710897-done
1089810898-PS1='$ '
1089910899-PS2='> '
1090010900-PS4='+ '
1090110901-1090210902-# NLS nuisances.
1090310903-LC_ALL=C
1090410904-export LC_ALL
1090510905-LANGUAGE=C
1090610906-export LANGUAGE
1090710907-1090810908-# CDPATH.
1090910909-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
109101142410911114251091211426# as_fn_error STATUS ERROR [LINENO LOG_FD]
···1091911433 as_status=$1; test $as_status -eq 0 && as_status=1
1092011434 if test "$4"; then
1092111435 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1092210922- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1143611436+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1092311437 fi
1092410924- $as_echo "$as_me: error: $2" >&2
1143811438+ printf "%s\n" "$as_me: error: $2" >&2
1092511439 as_fn_exit $as_status
1092611440} # as_fn_error
1144111441+109271144210928114431092911444# as_fn_set_status STATUS
···1095211467 { eval $1=; unset $1;}
1095311468}
1095411469as_unset=as_fn_unset
1147011470+1095511471# as_fn_append VAR VALUE
1095611472# ----------------------
1095711473# Append the text in VALUE to the end of the definition contained in VAR. Take
1095811474# advantage of any shell optimizations that allow amortized linear growth over
1095911475# repeated appends, instead of the typical quadratic growth present in naive
1096011476# implementations.
1096110961-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
1147711477+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
1147811478+then :
1096211479 eval 'as_fn_append ()
1096311480 {
1096411481 eval $1+=\$2
1096511482 }'
1096610966-else
1148311483+else $as_nop
1096711484 as_fn_append ()
1096811485 {
1096911486 eval $1=\$$1\$2
···1097511492# Perform arithmetic evaluation on the ARGs, and store the result in the
1097611493# global $as_val. Take advantage of shells that can avoid forks. The arguments
1097711494# must be portable across $(()) and expr.
1097810978-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
1149511495+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
1149611496+then :
1097911497 eval 'as_fn_arith ()
1098011498 {
1098111499 as_val=$(( $* ))
1098211500 }'
1098310983-else
1150111501+else $as_nop
1098411502 as_fn_arith ()
1098511503 {
1098611504 as_val=`expr "$@" || test $? -eq 1`
···1101111529$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1101211530 X"$0" : 'X\(//\)$' \| \
1101311531 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1101411014-$as_echo X/"$0" |
1153211532+printf "%s\n" X/"$0" |
1101511533 sed '/^.*\/\([^/][^/]*\)\/*$/{
1101611534 s//\1/
1101711535 q
···1103311551as_cr_digits='0123456789'
1103411552as_cr_alnum=$as_cr_Letters$as_cr_digits
11035115531155411554+1155511555+# Determine whether it's possible to make 'echo' print without a newline.
1155611556+# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
1155711557+# for compatibility with existing Makefiles.
1103611558ECHO_C= ECHO_N= ECHO_T=
1103711559case `echo -n x` in #(((((
1103811560-n*)
···1104611568 ECHO_N='-n';;
1104711569esac
11048115701157111571+# For backward compatibility with old third-party macros, we provide
1157211572+# the shell variables $as_echo and $as_echo_n. New code should use
1157311573+# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
1157411574+as_echo='printf %s\n'
1157511575+as_echo_n='printf %s'
1157611576+1104911577rm -f conf$$ conf$$.exe conf$$.file
1105011578if test -d conf$$.dir; then
1105111579 rm -f conf$$.dir/conf$$.file
···1108711615 as_dirs=
1108811616 while :; do
1108911617 case $as_dir in #(
1109011090- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1161811618+ *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1109111619 *) as_qdir=$as_dir;;
1109211620 esac
1109311621 as_dirs="'$as_qdir' $as_dirs"
···1109611624 X"$as_dir" : 'X\(//\)[^/]' \| \
1109711625 X"$as_dir" : 'X\(//\)$' \| \
1109811626 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1109911099-$as_echo X"$as_dir" |
1162711627+printf "%s\n" X"$as_dir" |
1110011628 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1110111629 s//\1/
1110211630 q
···1115811686# report actual input values of CONFIG_FILES etc. instead of their
1115911687# values after options handling.
1116011688ac_log="
1116111161-This file was extended by xfontsel $as_me 1.1.0, which was
1116211162-generated by GNU Autoconf 2.69. Invocation command line was
1168911689+This file was extended by xfontsel $as_me 1.1.1, which was
1169011690+generated by GNU Autoconf 2.71. Invocation command line was
11163116911116411692 CONFIG_FILES = $CONFIG_FILES
1116511693 CONFIG_HEADERS = $CONFIG_HEADERS
···1121811746Configuration commands:
1121911747$config_commands
11220117481122111221-Report bugs to <https://gitlab.freedesktop.org/xorg/app/xfontsel/issues>."
1174911749+Report bugs to <https://gitlab.freedesktop.org/xorg/app/xfontsel/-/issues>."
11222117501122311751_ACEOF
1175211752+ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
1175311753+ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
1122411754cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1122511225-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1175511755+ac_cs_config='$ac_cs_config_escaped'
1122611756ac_cs_version="\\
1122711227-xfontsel config.status 1.1.0
1122811228-configured by $0, generated by GNU Autoconf 2.69,
1175711757+xfontsel config.status 1.1.1
1175811758+configured by $0, generated by GNU Autoconf 2.71,
1122911759 with options \\"\$ac_cs_config\\"
11230117601123111231-Copyright (C) 2012 Free Software Foundation, Inc.
1176111761+Copyright (C) 2021 Free Software Foundation, Inc.
1123211762This config.status script is free software; the Free Software Foundation
1123311763gives unlimited permission to copy, distribute and modify it."
1123411764···1126811798 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1126911799 ac_cs_recheck=: ;;
1127011800 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1127111271- $as_echo "$ac_cs_version"; exit ;;
1180111801+ printf "%s\n" "$ac_cs_version"; exit ;;
1127211802 --config | --confi | --conf | --con | --co | --c )
1127311273- $as_echo "$ac_cs_config"; exit ;;
1180311803+ printf "%s\n" "$ac_cs_config"; exit ;;
1127411804 --debug | --debu | --deb | --de | --d | -d )
1127511805 debug=: ;;
1127611806 --file | --fil | --fi | --f )
1127711807 $ac_shift
1127811808 case $ac_optarg in
1127911279- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1180911809+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1128011810 '') as_fn_error $? "missing file argument" ;;
1128111811 esac
1128211812 as_fn_append CONFIG_FILES " '$ac_optarg'"
···1128411814 --header | --heade | --head | --hea )
1128511815 $ac_shift
1128611816 case $ac_optarg in
1128711287- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1181711817+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1128811818 esac
1128911819 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
1129011820 ac_need_defaults=false;;
···1129311823 as_fn_error $? "ambiguous option: \`$1'
1129411824Try \`$0 --help' for more information.";;
1129511825 --help | --hel | -h )
1129611296- $as_echo "$ac_cs_usage"; exit ;;
1182611826+ printf "%s\n" "$ac_cs_usage"; exit ;;
1129711827 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1129811828 | -silent | --silent | --silen | --sile | --sil | --si | --s)
1129911829 ac_cs_silent=: ;;
···1132111851if \$ac_cs_recheck; then
1132211852 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1132311853 shift
1132411324- \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
1185411854+ \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
1132511855 CONFIG_SHELL='$SHELL'
1132611856 export CONFIG_SHELL
1132711857 exec "\$@"
···1133511865 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1133611866## Running $as_me. ##
1133711867_ASBOX
1133811338- $as_echo "$ac_log"
1186811868+ printf "%s\n" "$ac_log"
1133911869} >&5
11340118701134111871_ACEOF
···1136811898# We use the long form for the default assignment because of an extremely
1136911899# bizarre bug on SunOS 4.1.3.
1137011900if $ac_need_defaults; then
1137111371- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
1137211372- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
1137311373- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
1190111901+ test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
1190211902+ test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
1190311903+ test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
1137411904fi
11375119051137611906# Have a temporary directory for convenience. Make it in the build tree
···1170612236 esac ||
1170712237 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1170812238 esac
1170911709- case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1223912239+ case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1171012240 as_fn_append ac_file_inputs " '$ac_f'"
1171112241 done
1171212242···1171412244 # use $as_me), people would be surprised to read:
1171512245 # /* config.h. Generated by config.status. */
1171612246 configure_input='Generated from '`
1171711717- $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1224712247+ printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1171812248 `' by configure.'
1171912249 if test x"$ac_file" != x-; then
1172012250 configure_input="$ac_file. $configure_input"
1172111721- { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1172211722-$as_echo "$as_me: creating $ac_file" >&6;}
1225112251+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1225212252+printf "%s\n" "$as_me: creating $ac_file" >&6;}
1172312253 fi
1172412254 # Neutralize special characters interpreted by sed in replacement strings.
1172512255 case $configure_input in #(
1172612256 *\&* | *\|* | *\\* )
1172711727- ac_sed_conf_input=`$as_echo "$configure_input" |
1225712257+ ac_sed_conf_input=`printf "%s\n" "$configure_input" |
1172812258 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1172912259 *) ac_sed_conf_input=$configure_input;;
1173012260 esac
···1174112271 X"$ac_file" : 'X\(//\)[^/]' \| \
1174212272 X"$ac_file" : 'X\(//\)$' \| \
1174312273 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1174411744-$as_echo X"$ac_file" |
1227412274+printf "%s\n" X"$ac_file" |
1174512275 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1174612276 s//\1/
1174712277 q
···1176512295case "$ac_dir" in
1176612296.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1176712297*)
1176811768- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1229812298+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1176912299 # A ".." for each directory in $ac_dir_suffix.
1177011770- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1230012300+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1177112301 case $ac_top_builddir_sub in
1177212302 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1177312303 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
···1182912359case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1183012360*datarootdir*) ac_datarootdir_seen=yes;;
1183112361*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1183211832- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1183311833-$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1236212362+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1236312363+printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1183412364_ACEOF
1183512365cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1183612366 ac_datarootdir_hack='
···1187412404 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1187512405 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1187612406 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1187711877- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1240712407+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1187812408which seems to be undefined. Please make sure it is defined" >&5
1187911879-$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1240912409+printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1188012410which seems to be undefined. Please make sure it is defined" >&2;}
11881124111188212412 rm -f "$ac_tmp/stdin"
···1189212422 #
1189312423 if test x"$ac_file" != x-; then
1189412424 {
1189511895- $as_echo "/* $configure_input */" \
1242512425+ printf "%s\n" "/* $configure_input */" >&1 \
1189612426 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1189712427 } >"$ac_tmp/config.h" \
1189812428 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1189912429 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1190011900- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1190111901-$as_echo "$as_me: $ac_file is unchanged" >&6;}
1243012430+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1243112431+printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
1190212432 else
1190312433 rm -f "$ac_file"
1190412434 mv "$ac_tmp/config.h" "$ac_file" \
1190512435 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1190612436 fi
1190712437 else
1190811908- $as_echo "/* $configure_input */" \
1243812438+ printf "%s\n" "/* $configure_input */" >&1 \
1190912439 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1191012440 || as_fn_error $? "could not create -" "$LINENO" 5
1191112441 fi
···1192512455 X"$_am_arg" : 'X\(//\)[^/]' \| \
1192612456 X"$_am_arg" : 'X\(//\)$' \| \
1192712457 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1192811928-$as_echo X"$_am_arg" |
1245812458+printf "%s\n" X"$_am_arg" |
1192912459 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1193012460 s//\1/
1193112461 q
···1194512475 s/.*/./; q'`/stamp-h$_am_stamp_count
1194612476 ;;
11947124771194811948- :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1194911949-$as_echo "$as_me: executing $ac_file commands" >&6;}
1247812478+ :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1247912479+printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
1195012480 ;;
1195112481 esac
1195212482···1197812508 X"$mf" : 'X\(//\)[^/]' \| \
1197912509 X"$mf" : 'X\(//\)$' \| \
1198012510 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1198111981-$as_echo X"$mf" |
1251112511+printf "%s\n" X"$mf" |
1198212512 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1198312513 s//\1/
1198412514 q
···1202012550 X"$file" : 'X\(//\)[^/]' \| \
1202112551 X"$file" : 'X\(//\)$' \| \
1202212552 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1202312023-$as_echo X"$file" |
1255312553+printf "%s\n" X"$file" |
1202412554 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1202512555 s//\1/
1202612556 q
···1207912609 $ac_cs_success || as_fn_exit 1
1208012610fi
1208112611if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
1208212082- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
1208312083-$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1261212612+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
1261312613+printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1208412614fi
1208512615
+22-2
app/xfontsel/configure.ac
···23232424# Initialize Autoconf
2525AC_PREREQ([2.60])
2626-AC_INIT([xfontsel], [1.1.0],
2727- [https://gitlab.freedesktop.org/xorg/app/xfontsel/issues], [xfontsel])
2626+AC_INIT([xfontsel], [1.1.1],
2727+ [https://gitlab.freedesktop.org/xorg/app/xfontsel/-/issues], [xfontsel])
2828AC_CONFIG_SRCDIR([Makefile.am])
2929AC_CONFIG_HEADERS([config.h])
3030···4646 [specify directory for app-defaults files (default is autodetected)]),
4747 [appdefaultdir="$withval"], [appdefaultdir="${xt_appdefaultdir}"])
4848AC_SUBST(appdefaultdir)
4949+5050+# Internationalization & localization support
5151+AC_SEARCH_LIBS([gettext], [intl], [USE_GETTEXT="yes"], [USE_GETTEXT="no"])
5252+AC_MSG_CHECKING([where to install localized messages])
5353+AC_ARG_WITH([localedir], AS_HELP_STRING([--with-localedir=<path>],
5454+ [Path to install message files in (default: datadir/locale)]),
5555+ [LOCALEDIR=${withval}], [LOCALEDIR=${datadir}/locale])
5656+if test "x$LOCALEDIR" = "xno" -o "x$USE_GETTEXT" = "xno" ; then
5757+ AC_MSG_RESULT([nowhere])
5858+ USE_GETTEXT="no"
5959+else
6060+ AC_SUBST([LOCALEDIR])
6161+ AC_MSG_RESULT([$LOCALEDIR])
6262+fi
6363+6464+if test "x$USE_GETTEXT" = "xyes" ; then
6565+ AC_DEFINE([USE_GETTEXT], 1,
6666+ [Define to 1 if you want to use the gettext() function.])
6767+fi
6868+AM_CONDITIONAL(USE_GETTEXT, test "x$USE_GETTEXT" = "xyes")
496950705171AC_CONFIG_FILES([
+214-200
app/xfontsel/install-sh
···11#!/bin/sh
22# install - install a program, script, or datafile
3344-scriptversion=2011-11-20.07; # UTC
44+scriptversion=2020-11-14.01; # UTC
5566# This originates from X11R5 (mit/util/scripts/install.sh), which was
77# later released in X11R6 (xc/config/util/install.sh) with the
···4141# This script is compatible with the BSD install script, but was written
4242# from scratch.
43434444+tab=' '
4445nl='
4546'
4646-IFS=" "" $nl"
4747+IFS=" $tab$nl"
47484848-# set DOITPROG to echo to test this script
4949+# Set DOITPROG to "echo" to test this script.
49505050-# Don't use :- since 4.3BSD and earlier shells don't like it.
5151doit=${DOITPROG-}
5252-if test -z "$doit"; then
5353- doit_exec=exec
5454-else
5555- doit_exec=$doit
5656-fi
5252+doit_exec=${doit:-exec}
57535854# Put in absolute file names if you don't have them in your path;
5955# or use environment vars.
···6864rmprog=${RMPROG-rm}
6965stripprog=${STRIPPROG-strip}
70667171-posix_glob='?'
7272-initialize_posix_glob='
7373- test "$posix_glob" != "?" || {
7474- if (set -f) 2>/dev/null; then
7575- posix_glob=
7676- else
7777- posix_glob=:
7878- fi
7979- }
8080-'
8181-8267posix_mkdir=
83688469# Desired mode of installed file.
8570mode=0755
86717272+# Create dirs (including intermediate dirs) using mode 755.
7373+# This is like GNU 'install' as of coreutils 8.32 (2020).
7474+mkdir_umask=22
7575+7676+backupsuffix=
8777chgrpcmd=
8878chmodcmd=$chmodprog
8979chowncmd=
···9787dst_arg=
98889989copy_on_change=false
100100-no_target_directory=
9090+is_target_a_directory=possibly
1019110292usage="\
10393Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
···114104 --version display version info and exit.
115105116106 -c (ignored)
117117- -C install only if different (preserve the last data modification time)
107107+ -C install only if different (preserve data modification time)
118108 -d create directories instead of installing files.
119109 -g GROUP $chgrpprog installed files to GROUP.
120110 -m MODE $chmodprog installed files to MODE.
121111 -o USER $chownprog installed files to USER.
112112+ -p pass -p to $cpprog.
122113 -s $stripprog installed files.
114114+ -S SUFFIX attempt to back up existing files, with suffix SUFFIX.
123115 -t DIRECTORY install into DIRECTORY.
124116 -T report an error if DSTFILE is a directory.
125117126118Environment variables override the default commands:
127119 CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
128120 RMPROG STRIPPROG
121121+122122+By default, rm is invoked with -f; when overridden with RMPROG,
123123+it's up to you to specify -f if you want it.
124124+125125+If -S is not specified, no backups are attempted.
126126+127127+Email bug reports to bug-automake@gnu.org.
128128+Automake home page: https://www.gnu.org/software/automake/
129129"
130130131131while test $# -ne 0; do
···137137 -d) dir_arg=true;;
138138139139 -g) chgrpcmd="$chgrpprog $2"
140140- shift;;
140140+ shift;;
141141142142 --help) echo "$usage"; exit $?;;
143143144144 -m) mode=$2
145145- case $mode in
146146- *' '* | *' '* | *'
147147-'* | *'*'* | *'?'* | *'['*)
148148- echo "$0: invalid mode: $mode" >&2
149149- exit 1;;
150150- esac
151151- shift;;
145145+ case $mode in
146146+ *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
147147+ echo "$0: invalid mode: $mode" >&2
148148+ exit 1;;
149149+ esac
150150+ shift;;
152151153152 -o) chowncmd="$chownprog $2"
154154- shift;;
153153+ shift;;
154154+155155+ -p) cpprog="$cpprog -p";;
155156156157 -s) stripcmd=$stripprog;;
157158158158- -t) dst_arg=$2
159159- # Protect names problematic for 'test' and other utilities.
160160- case $dst_arg in
161161- -* | [=\(\)!]) dst_arg=./$dst_arg;;
162162- esac
163163- shift;;
159159+ -S) backupsuffix="$2"
160160+ shift;;
164161165165- -T) no_target_directory=true;;
162162+ -t)
163163+ is_target_a_directory=always
164164+ dst_arg=$2
165165+ # Protect names problematic for 'test' and other utilities.
166166+ case $dst_arg in
167167+ -* | [=\(\)!]) dst_arg=./$dst_arg;;
168168+ esac
169169+ shift;;
170170+171171+ -T) is_target_a_directory=never;;
166172167173 --version) echo "$0 $scriptversion"; exit $?;;
168174169169- --) shift
170170- break;;
175175+ --) shift
176176+ break;;
171177172172- -*) echo "$0: invalid option: $1" >&2
173173- exit 1;;
178178+ -*) echo "$0: invalid option: $1" >&2
179179+ exit 1;;
174180175181 *) break;;
176182 esac
177183 shift
178184done
185185+186186+# We allow the use of options -d and -T together, by making -d
187187+# take the precedence; this is for compatibility with GNU install.
188188+189189+if test -n "$dir_arg"; then
190190+ if test -n "$dst_arg"; then
191191+ echo "$0: target directory not allowed when installing a directory." >&2
192192+ exit 1
193193+ fi
194194+fi
179195180196if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
181197 # When -d is used, all remaining arguments are directories to create.
···208224fi
209225210226if test -z "$dir_arg"; then
227227+ if test $# -gt 1 || test "$is_target_a_directory" = always; then
228228+ if test ! -d "$dst_arg"; then
229229+ echo "$0: $dst_arg: Is not a directory." >&2
230230+ exit 1
231231+ fi
232232+ fi
233233+fi
234234+235235+if test -z "$dir_arg"; then
211236 do_exit='(exit $ret); exit $ret'
212237 trap "ret=129; $do_exit" 1
213238 trap "ret=130; $do_exit" 2
···223248224249 *[0-7])
225250 if test -z "$stripcmd"; then
226226- u_plus_rw=
251251+ u_plus_rw=
227252 else
228228- u_plus_rw='% 200'
253253+ u_plus_rw='% 200'
229254 fi
230255 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
231256 *)
232257 if test -z "$stripcmd"; then
233233- u_plus_rw=
258258+ u_plus_rw=
234259 else
235235- u_plus_rw=,u+rw
260260+ u_plus_rw=,u+rw
236261 fi
237262 cp_umask=$mode$u_plus_rw;;
238263 esac
···250275 dstdir=$dst
251276 test -d "$dstdir"
252277 dstdir_status=$?
278278+ # Don't chown directories that already exist.
279279+ if test $dstdir_status = 0; then
280280+ chowncmd=""
281281+ fi
253282 else
254283255284 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
···266295 fi
267296 dst=$dst_arg
268297269269- # If destination is a directory, append the input filename; won't work
270270- # if double slashes aren't ignored.
298298+ # If destination is a directory, append the input filename.
271299 if test -d "$dst"; then
272272- if test -n "$no_target_directory"; then
273273- echo "$0: $dst_arg: Is a directory" >&2
274274- exit 1
300300+ if test "$is_target_a_directory" = never; then
301301+ echo "$0: $dst_arg: Is a directory" >&2
302302+ exit 1
275303 fi
276304 dstdir=$dst
277277- dst=$dstdir/`basename "$src"`
305305+ dstbase=`basename "$src"`
306306+ case $dst in
307307+ */) dst=$dst$dstbase;;
308308+ *) dst=$dst/$dstbase;;
309309+ esac
278310 dstdir_status=0
279311 else
280280- # Prefer dirname, but fall back on a substitute if dirname fails.
281281- dstdir=`
282282- (dirname "$dst") 2>/dev/null ||
283283- expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284284- X"$dst" : 'X\(//\)[^/]' \| \
285285- X"$dst" : 'X\(//\)$' \| \
286286- X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
287287- echo X"$dst" |
288288- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
289289- s//\1/
290290- q
291291- }
292292- /^X\(\/\/\)[^/].*/{
293293- s//\1/
294294- q
295295- }
296296- /^X\(\/\/\)$/{
297297- s//\1/
298298- q
299299- }
300300- /^X\(\/\).*/{
301301- s//\1/
302302- q
303303- }
304304- s/.*/./; q'
305305- `
306306-312312+ dstdir=`dirname "$dst"`
307313 test -d "$dstdir"
308314 dstdir_status=$?
309315 fi
310316 fi
317317+318318+ case $dstdir in
319319+ */) dstdirslash=$dstdir;;
320320+ *) dstdirslash=$dstdir/;;
321321+ esac
311322312323 obsolete_mkdir_used=false
313324314325 if test $dstdir_status != 0; then
315326 case $posix_mkdir in
316327 '')
317317- # Create intermediate dirs using mode 755 as modified by the umask.
318318- # This is like FreeBSD 'install' as of 1997-10-28.
319319- umask=`umask`
320320- case $stripcmd.$umask in
321321- # Optimize common cases.
322322- *[2367][2367]) mkdir_umask=$umask;;
323323- .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
328328+ # With -d, create the new directory with the user-specified mode.
329329+ # Otherwise, rely on $mkdir_umask.
330330+ if test -n "$dir_arg"; then
331331+ mkdir_mode=-m$mode
332332+ else
333333+ mkdir_mode=
334334+ fi
335335+336336+ posix_mkdir=false
337337+ # The $RANDOM variable is not portable (e.g., dash). Use it
338338+ # here however when possible just to lower collision chance.
339339+ tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
324340325325- *[0-7])
326326- mkdir_umask=`expr $umask + 22 \
327327- - $umask % 100 % 40 + $umask % 20 \
328328- - $umask % 10 % 4 + $umask % 2
329329- `;;
330330- *) mkdir_umask=$umask,go-w;;
331331- esac
341341+ trap '
342342+ ret=$?
343343+ rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null
344344+ exit $ret
345345+ ' 0
332346333333- # With -d, create the new directory with the user-specified mode.
334334- # Otherwise, rely on $mkdir_umask.
335335- if test -n "$dir_arg"; then
336336- mkdir_mode=-m$mode
347347+ # Because "mkdir -p" follows existing symlinks and we likely work
348348+ # directly in world-writeable /tmp, make sure that the '$tmpdir'
349349+ # directory is successfully created first before we actually test
350350+ # 'mkdir -p'.
351351+ if (umask $mkdir_umask &&
352352+ $mkdirprog $mkdir_mode "$tmpdir" &&
353353+ exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
354354+ then
355355+ if test -z "$dir_arg" || {
356356+ # Check for POSIX incompatibilities with -m.
357357+ # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
358358+ # other-writable bit of parent directory when it shouldn't.
359359+ # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
360360+ test_tmpdir="$tmpdir/a"
361361+ ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
362362+ case $ls_ld_tmpdir in
363363+ d????-?r-*) different_mode=700;;
364364+ d????-?--*) different_mode=755;;
365365+ *) false;;
366366+ esac &&
367367+ $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
368368+ ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
369369+ test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
370370+ }
371371+ }
372372+ then posix_mkdir=:
373373+ fi
374374+ rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
337375 else
338338- mkdir_mode=
376376+ # Remove any dirs left behind by ancient mkdir implementations.
377377+ rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
339378 fi
340340-341341- posix_mkdir=false
342342- case $umask in
343343- *[123567][0-7][0-7])
344344- # POSIX mkdir -p sets u+wx bits regardless of umask, which
345345- # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
346346- ;;
347347- *)
348348- tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
349349- trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
350350-351351- if (umask $mkdir_umask &&
352352- exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
353353- then
354354- if test -z "$dir_arg" || {
355355- # Check for POSIX incompatibilities with -m.
356356- # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
357357- # other-writable bit of parent directory when it shouldn't.
358358- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
359359- ls_ld_tmpdir=`ls -ld "$tmpdir"`
360360- case $ls_ld_tmpdir in
361361- d????-?r-*) different_mode=700;;
362362- d????-?--*) different_mode=755;;
363363- *) false;;
364364- esac &&
365365- $mkdirprog -m$different_mode -p -- "$tmpdir" && {
366366- ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
367367- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
368368- }
369369- }
370370- then posix_mkdir=:
371371- fi
372372- rmdir "$tmpdir/d" "$tmpdir"
373373- else
374374- # Remove any dirs left behind by ancient mkdir implementations.
375375- rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
376376- fi
377377- trap '' 0;;
378378- esac;;
379379+ trap '' 0;;
379380 esac
380381381382 if
382383 $posix_mkdir && (
383383- umask $mkdir_umask &&
384384- $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
384384+ umask $mkdir_umask &&
385385+ $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
385386 )
386387 then :
387388 else
388389389389- # The umask is ridiculous, or mkdir does not conform to POSIX,
390390+ # mkdir does not conform to POSIX,
390391 # or it failed possibly due to a race condition. Create the
391392 # directory the slow way, step by step, checking for races as we go.
392393393394 case $dstdir in
394394- /*) prefix='/';;
395395- [-=\(\)!]*) prefix='./';;
396396- *) prefix='';;
395395+ /*) prefix='/';;
396396+ [-=\(\)!]*) prefix='./';;
397397+ *) prefix='';;
397398 esac
398398-399399- eval "$initialize_posix_glob"
400399401400 oIFS=$IFS
402401 IFS=/
403403- $posix_glob set -f
402402+ set -f
404403 set fnord $dstdir
405404 shift
406406- $posix_glob set +f
405405+ set +f
407406 IFS=$oIFS
408407409408 prefixes=
410409411410 for d
412411 do
413413- test X"$d" = X && continue
412412+ test X"$d" = X && continue
414413415415- prefix=$prefix$d
416416- if test -d "$prefix"; then
417417- prefixes=
418418- else
419419- if $posix_mkdir; then
420420- (umask=$mkdir_umask &&
421421- $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
422422- # Don't fail if two instances are running concurrently.
423423- test -d "$prefix" || exit 1
424424- else
425425- case $prefix in
426426- *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
427427- *) qprefix=$prefix;;
428428- esac
429429- prefixes="$prefixes '$qprefix'"
430430- fi
431431- fi
432432- prefix=$prefix/
414414+ prefix=$prefix$d
415415+ if test -d "$prefix"; then
416416+ prefixes=
417417+ else
418418+ if $posix_mkdir; then
419419+ (umask $mkdir_umask &&
420420+ $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
421421+ # Don't fail if two instances are running concurrently.
422422+ test -d "$prefix" || exit 1
423423+ else
424424+ case $prefix in
425425+ *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
426426+ *) qprefix=$prefix;;
427427+ esac
428428+ prefixes="$prefixes '$qprefix'"
429429+ fi
430430+ fi
431431+ prefix=$prefix/
433432 done
434433435434 if test -n "$prefixes"; then
436436- # Don't fail if two instances are running concurrently.
437437- (umask $mkdir_umask &&
438438- eval "\$doit_exec \$mkdirprog $prefixes") ||
439439- test -d "$dstdir" || exit 1
440440- obsolete_mkdir_used=true
435435+ # Don't fail if two instances are running concurrently.
436436+ (umask $mkdir_umask &&
437437+ eval "\$doit_exec \$mkdirprog $prefixes") ||
438438+ test -d "$dstdir" || exit 1
439439+ obsolete_mkdir_used=true
441440 fi
442441 fi
443442 fi
···450449 else
451450452451 # Make a couple of temp file names in the proper directory.
453453- dsttmp=$dstdir/_inst.$$_
454454- rmtmp=$dstdir/_rm.$$_
452452+ dsttmp=${dstdirslash}_inst.$$_
453453+ rmtmp=${dstdirslash}_rm.$$_
455454456455 # Trap to clean up those temp files at exit.
457456 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
458457459458 # Copy the file name to the temp name.
460460- (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459459+ (umask $cp_umask &&
460460+ { test -z "$stripcmd" || {
461461+ # Create $dsttmp read-write so that cp doesn't create it read-only,
462462+ # which would cause strip to fail.
463463+ if test -z "$doit"; then
464464+ : >"$dsttmp" # No need to fork-exec 'touch'.
465465+ else
466466+ $doit touch "$dsttmp"
467467+ fi
468468+ }
469469+ } &&
470470+ $doit_exec $cpprog "$src" "$dsttmp") &&
461471462472 # and set any options; do chmod last to preserve setuid bits.
463473 #
···472482473483 # If -C, don't bother to copy if it wouldn't change the file.
474484 if $copy_on_change &&
475475- old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
476476- new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
477477-478478- eval "$initialize_posix_glob" &&
479479- $posix_glob set -f &&
485485+ old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
486486+ new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
487487+ set -f &&
480488 set X $old && old=:$2:$4:$5:$6 &&
481489 set X $new && new=:$2:$4:$5:$6 &&
482482- $posix_glob set +f &&
483483-490490+ set +f &&
484491 test "$old" = "$new" &&
485492 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
486493 then
487494 rm -f "$dsttmp"
488495 else
496496+ # If $backupsuffix is set, and the file being installed
497497+ # already exists, attempt a backup. Don't worry if it fails,
498498+ # e.g., if mv doesn't support -f.
499499+ if test -n "$backupsuffix" && test -f "$dst"; then
500500+ $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null
501501+ fi
502502+489503 # Rename the file to the real destination.
490504 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
491505···493507 # to itself, or perhaps because mv is so ancient that it does not
494508 # support -f.
495509 {
496496- # Now remove or move aside any old file at destination location.
497497- # We try this two ways since rm can't unlink itself on some
498498- # systems and the destination file might be busy for other
499499- # reasons. In this case, the final cleanup might fail but the new
500500- # file should still install successfully.
501501- {
502502- test ! -f "$dst" ||
503503- $doit $rmcmd -f "$dst" 2>/dev/null ||
504504- { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
505505- { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
506506- } ||
507507- { echo "$0: cannot unlink or rename $dst" >&2
508508- (exit 1); exit 1
509509- }
510510- } &&
510510+ # Now remove or move aside any old file at destination location.
511511+ # We try this two ways since rm can't unlink itself on some
512512+ # systems and the destination file might be busy for other
513513+ # reasons. In this case, the final cleanup might fail but the new
514514+ # file should still install successfully.
515515+ {
516516+ test ! -f "$dst" ||
517517+ $doit $rmcmd "$dst" 2>/dev/null ||
518518+ { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
519519+ { $doit $rmcmd "$rmtmp" 2>/dev/null; :; }
520520+ } ||
521521+ { echo "$0: cannot unlink or rename $dst" >&2
522522+ (exit 1); exit 1
523523+ }
524524+ } &&
511525512512- # Now rename the file to the real destination.
513513- $doit $mvcmd "$dsttmp" "$dst"
526526+ # Now rename the file to the real destination.
527527+ $doit $mvcmd "$dsttmp" "$dst"
514528 }
515529 fi || exit 1
516530···519533done
520534521535# Local variables:
522522-# eval: (add-hook 'write-file-hooks 'time-stamp)
536536+# eval: (add-hook 'before-save-hook 'time-stamp)
523537# time-stamp-start: "scriptversion="
524538# time-stamp-format: "%:y-%02m-%02d.%02H"
525525-# time-stamp-time-zone: "UTC"
539539+# time-stamp-time-zone: "UTC0"
526540# time-stamp-end: "; # UTC"
527541# End: