···11+commit 637b948ec83fd61a8ee59a9d8ea9f363f74af0df
22+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
33+Date: Thu Jul 13 15:54:29 2023 -0700
44+55+ xeyes 1.3.0
66+77+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
88+99+commit 6f6c975d2cdc1f615f83576c9d1f828e1cdabda3
1010+Author: Serge Bazanski <q3k@q3k.org>
1111+Date: Sun May 28 14:21:56 2023 +0200
1212+1313+ Implement multi-ocular support, add biblical example
1414+1515+ This removes the assumption that an xeyes instance displays just a pair
1616+ of eyes, and instead allows future developers to implement different
1717+ kinds of ocular layouts.
1818+1919+ Currently, the ocular layout system only allows for specifying offsets,
2020+ but a future change might also make different parts of the eye geometry
2121+ configurable: size of different elements, padding, etc.
2222+2323+ Signed-off-by: Serge Bazanski <q3k@q3k.org>
2424+2525+commit f30ef4e0f3e464f6304bdc85d28ebec0c2ba5e4f
2626+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
2727+Date: Fri Feb 10 11:51:01 2023 -0800
2828+2929+ Print which argument was unknown before giving usage message
3030+3131+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
3232+3333+commit e7a54da926969631340942c5f850dd196a0df97b
3434+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3535+Date: Sat Feb 4 14:35:07 2023 -0800
3636+3737+ Add -help & -version options
3838+3939+ Processed before the display is opened so they work even if a
4040+ connection to the display can't be opened.
4141+4242+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4343+4444+commit e38962ed83081fe00b99c8b8c3d82ba053f88d94
4545+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
4646+Date: Thu Jul 28 17:30:21 2022 -0700
4747+4848+ gitlab CI: stop requiring Signed-off-by in commits
4949+5050+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
5151+5252+commit c060e6d25349073b36c85f0d5f29ec197c80b6b9
5353+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
5454+Date: Sat Apr 2 11:53:10 2022 -0700
5555+5656+ man page: remove out-of-date reference to X(7)
5757+5858+ The X(7) man page doesn't list any license information as this had claimed.
5959+6060+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6161+6262+commit ebbd57a53d3b3f50276fe5a0c3fcb101b686af25
6363+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
6464+Date: Sun Jan 9 13:17:22 2022 -0800
6565+6666+ Fix spelling/wording issues
6767+6868+ Found by using:
6969+ codespell --builtin clear,rare,usage,informal,code,names
7070+7171+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7272+7373+commit bdd57f33b50f8735da8ae5f7cf4ca28588eef0f4
7474+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
7575+Date: Mon Dec 6 11:51:36 2021 -0800
7676+7777+ Build xz tarballs instead of bzip2
7878+7979+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8080+8181+commit 700a55129d4d653a6ebc09cd3ff372d52912d137
8282+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
8383+Date: Mon Dec 6 11:51:33 2021 -0800
8484+8585+ gitlab CI: add a basic build test
8686+8787+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8888+189commit adde23dc8724dc6f793b0c68143dc34818f7f6f4
290Author: Alan Coopersmith <alan.coopersmith@oracle.com>
391Date: Sun Aug 1 16:41:00 2021 -0700
···6677 https://lists.x.org/mailman/listinfo/xorg
8899-The master development code repository can be found at:
99+The primary development code repository can be found at:
10101111 https://gitlab.freedesktop.org/xorg/app/xeyes
1212
+45-25
app/xeyes/aclocal.m4
···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()
+6-4
app/xeyes/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
···6060/* Define to use X Present Extension */
6161#undef PRESENT
62626363-/* Define to 1 if you have the ANSI C header files. */
6363+/* Define to 1 if all of the C90 standard headers exist (not just the ones
6464+ required in a freestanding environment). This macro is provided for
6565+ backward compatibility; new code need not use it. */
6466#undef STDC_HEADERS
65676668/* Version number of package */
+3452-3055
app/xeyes/configure
···11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
33-# Generated by GNU Autoconf 2.69 for xeyes 1.2.0.
33+# Generated by GNU Autoconf 2.71 for xeyes 1.3.0.
44#
55-# Report bugs to <https://gitlab.freedesktop.org/xorg/app/xeyes/issues>.
55+# Report bugs to <https://gitlab.freedesktop.org/xorg/app/xeyes/-/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 ||
···8083 }
8184fi
82858383-8484-# 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"
90869187# Find who we are. Look in the path if we contain no directory separator.
9288as_myself=
···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/xeyes/issues
270270+ printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
271271+$0: https://gitlab.freedesktop.org/xorg/app/xeyes/-/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='xeyes'
583614PACKAGE_TARNAME='xeyes'
584584-PACKAGE_VERSION='1.2.0'
585585-PACKAGE_STRING='xeyes 1.2.0'
586586-PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/xeyes/issues'
615615+PACKAGE_VERSION='1.3.0'
616616+PACKAGE_STRING='xeyes 1.3.0'
617617+PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/xeyes/-/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
···668695STRICT_CFLAGS
669696CWARNFLAGS
670697BASE_CFLAGS
671671-EGREP
672672-GREP
673673-CPP
674698am__fastdepCC_FALSE
675699am__fastdepCC_TRUE
676700CCDEPMODE
···772796LDFLAGS
773797LIBS
774798CPPFLAGS
775775-CPP
776799PKG_CONFIG
777800PKG_CONFIG_PATH
778801PKG_CONFIG_LIBDIR
···850873 *) ac_optarg=yes ;;
851874 esac
852875853853- # Accept the important Cygnus configure options, so we can diagnose typos.
854854-855876 case $ac_dashdash$ac_option in
856877 --)
857878 ac_dashdash=yes ;;
···892913 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
893914 # Reject names that are not valid shell variable names.
894915 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
895895- as_fn_error $? "invalid feature name: $ac_useropt"
916916+ as_fn_error $? "invalid feature name: \`$ac_useropt'"
896917 ac_useropt_orig=$ac_useropt
897897- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918918+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
898919 case $ac_user_opts in
899920 *"
900921"enable_$ac_useropt"
···918939 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
919940 # Reject names that are not valid shell variable names.
920941 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
921921- as_fn_error $? "invalid feature name: $ac_useropt"
942942+ as_fn_error $? "invalid feature name: \`$ac_useropt'"
922943 ac_useropt_orig=$ac_useropt
923923- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
944944+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
924945 case $ac_user_opts in
925946 *"
926947"enable_$ac_useropt"
···11311152 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
11321153 # Reject names that are not valid shell variable names.
11331154 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11341134- as_fn_error $? "invalid package name: $ac_useropt"
11551155+ as_fn_error $? "invalid package name: \`$ac_useropt'"
11351156 ac_useropt_orig=$ac_useropt
11361136- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11571157+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11371158 case $ac_user_opts in
11381159 *"
11391160"with_$ac_useropt"
···11471168 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
11481169 # Reject names that are not valid shell variable names.
11491170 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11501150- as_fn_error $? "invalid package name: $ac_useropt"
11711171+ as_fn_error $? "invalid package name: \`$ac_useropt'"
11511172 ac_useropt_orig=$ac_useropt
11521152- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11731173+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11531174 case $ac_user_opts in
11541175 *"
11551176"with_$ac_useropt"
···1193121411941215 *)
11951216 # FIXME: should be removed in autoconf 3.0.
11961196- $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
11971218 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
11981198- $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
12191219+ printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
11991220 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
12001221 ;;
12011222···12111232 case $enable_option_checking in
12121233 no) ;;
12131234 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
12141214- *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12351235+ *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12151236 esac
12161237fi
12171238···12751296 X"$as_myself" : 'X\(//\)[^/]' \| \
12761297 X"$as_myself" : 'X\(//\)$' \| \
12771298 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
12781278-$as_echo X"$as_myself" |
12991299+printf "%s\n" X"$as_myself" |
12791300 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12801301 s//\1/
12811302 q
···13321353 # Omit some internal or obsolete options to make the list less imposing.
13331354 # This message is too long to be a string in the A/UX 3.1 sh.
13341355 cat <<_ACEOF
13351335-\`configure' configures xeyes 1.2.0 to adapt to many kinds of systems.
13561356+\`configure' configures xeyes 1.3.0 to adapt to many kinds of systems.
1336135713371358Usage: $0 [OPTION]... [VAR=VALUE]...
13381359···1403142414041425if test -n "$ac_init_help"; then
14051426 case $ac_init_help in
14061406- short | recursive ) echo "Configuration of xeyes 1.2.0:";;
14271427+ short | recursive ) echo "Configuration of xeyes 1.3.0:";;
14071428 esac
14081429 cat <<\_ACEOF
14091430···14411462 LIBS libraries to pass to the linker, e.g. -l<library>
14421463 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
14431464 you have headers in a nonstandard directory <include dir>
14441444- CPP C preprocessor
14451465 PKG_CONFIG path to pkg-config utility
14461466 PKG_CONFIG_PATH
14471467 directories to add to pkg-config's search path
···14621482Use these variables to override the choices made by `configure' or to help
14631483it to find libraries and programs with nonstandard names/locations.
1464148414651465-Report bugs to <https://gitlab.freedesktop.org/xorg/app/xeyes/issues>.
14851485+Report bugs to <https://gitlab.freedesktop.org/xorg/app/xeyes/-/issues>.
14661486_ACEOF
14671487ac_status=$?
14681488fi
···14781498case "$ac_dir" in
14791499.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14801500*)
14811481- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15011501+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
14821502 # A ".." for each directory in $ac_dir_suffix.
14831483- 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|/||'`
14841504 case $ac_top_builddir_sub in
14851505 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14861506 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
···15081528ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1509152915101530 cd "$ac_dir" || { ac_status=$?; continue; }
15111511- # 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.
15121533 if test -f "$ac_srcdir/configure.gnu"; then
15131534 echo &&
15141535 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
···15161537 echo &&
15171538 $SHELL "$ac_srcdir/configure" --help=recursive
15181539 else
15191519- $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
15201541 fi || ac_status=$?
15211542 cd "$ac_pwd" || { ac_status=$?; break; }
15221543 done
···15251546test -n "$ac_init_help" && exit $ac_status
15261547if $ac_init_version; then
15271548 cat <<\_ACEOF
15281528-xeyes configure 1.2.0
15291529-generated by GNU Autoconf 2.69
15491549+xeyes configure 1.3.0
15501550+generated by GNU Autoconf 2.71
1530155115311531-Copyright (C) 2012 Free Software Foundation, Inc.
15521552+Copyright (C) 2021 Free Software Foundation, Inc.
15321553This configure script is free software; the Free Software Foundation
15331554gives unlimited permission to copy, distribute and modify it.
15341555_ACEOF
···15451566ac_fn_c_try_compile ()
15461567{
15471568 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15481548- rm -f conftest.$ac_objext
15691569+ rm -f conftest.$ac_objext conftest.beam
15491570 if { { ac_try="$ac_compile"
15501571case "(($ac_try" in
15511572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15521573 *) ac_try_echo=$ac_try;;
15531574esac
15541575eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
15551555-$as_echo "$ac_try_echo"; } >&5
15761576+printf "%s\n" "$ac_try_echo"; } >&5
15561577 (eval "$ac_compile") 2>conftest.err
15571578 ac_status=$?
15581579 if test -s conftest.err; then
···15601581 cat conftest.er1 >&5
15611582 mv -f conftest.er1 conftest.err
15621583 fi
15631563- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15841584+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15641585 test $ac_status = 0; } && {
15651586 test -z "$ac_c_werror_flag" ||
15661587 test ! -s conftest.err
15671567- } && test -s conftest.$ac_objext; then :
15881588+ } && test -s conftest.$ac_objext
15891589+then :
15681590 ac_retval=0
15691569-else
15701570- $as_echo "$as_me: failed program was:" >&5
15911591+else $as_nop
15921592+ printf "%s\n" "$as_me: failed program was:" >&5
15711593sed 's/^/| /' conftest.$ac_ext >&5
1572159415731595 ac_retval=1
···1577159915781600} # ac_fn_c_try_compile
1579160115801580-# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
15811581-# ---------------------------------------------
16021602+# ac_fn_check_decl LINENO SYMBOL VAR INCLUDES EXTRA-OPTIONS FLAG-VAR
16031603+# ------------------------------------------------------------------
15821604# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
15831583-# accordingly.
15841584-ac_fn_c_check_decl ()
16051605+# accordingly. Pass EXTRA-OPTIONS to the compiler, using FLAG-VAR.
16061606+ac_fn_check_decl ()
15851607{
15861608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15871609 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
15881616 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
15891589- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
15901590-$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
15911591-if eval \${$3+:} false; then :
15921592- $as_echo_n "(cached) " >&6
15931593-else
16171617+ eval ac_save_FLAGS=\$$6
16181618+ as_fn_append $6 " $5"
15941619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15951620/* end confdefs.h. */
15961621$4
15971622int
15981598-main ()
16231623+main (void)
15991624{
16001625#ifndef $as_decl_name
16011626#ifdef __cplusplus
···16091634 return 0;
16101635}
16111636_ACEOF
16121612-if ac_fn_c_try_compile "$LINENO"; then :
16371637+if ac_fn_c_try_compile "$LINENO"
16381638+then :
16131639 eval "$3=yes"
16141614-else
16401640+else $as_nop
16151641 eval "$3=no"
16161642fi
16171617-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16181618-fi
16191619-eval ac_res=\$$3
16201620- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16211621-$as_echo "$ac_res" >&6; }
16221622- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
16231623-16241624-} # ac_fn_c_check_decl
16251625-16261626-# ac_fn_c_try_cpp LINENO
16271627-# ----------------------
16281628-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
16291629-ac_fn_c_try_cpp ()
16301630-{
16311631- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16321632- if { { ac_try="$ac_cpp conftest.$ac_ext"
16331633-case "(($ac_try" in
16341634- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16351635- *) ac_try_echo=$ac_try;;
16361636-esac
16371637-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16381638-$as_echo "$ac_try_echo"; } >&5
16391639- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
16401640- ac_status=$?
16411641- if test -s conftest.err; then
16421642- grep -v '^ *+' conftest.err >conftest.er1
16431643- cat conftest.er1 >&5
16441644- mv -f conftest.er1 conftest.err
16451645- fi
16461646- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16471647- test $ac_status = 0; } > conftest.i && {
16481648- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16491649- test ! -s conftest.err
16501650- }; then :
16511651- ac_retval=0
16521652-else
16531653- $as_echo "$as_me: failed program was:" >&5
16541654-sed 's/^/| /' conftest.$ac_ext >&5
16551655-16561656- ac_retval=1
16571657-fi
16581658- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
16591659- as_fn_set_status $ac_retval
16601660-16611661-} # ac_fn_c_try_cpp
16621662-16631663-# ac_fn_c_try_run LINENO
16641664-# ----------------------
16651665-# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
16661666-# that executables *can* be run.
16671667-ac_fn_c_try_run ()
16681668-{
16691669- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16701670- if { { ac_try="$ac_link"
16711671-case "(($ac_try" in
16721672- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16731673- *) ac_try_echo=$ac_try;;
16741674-esac
16751675-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16761676-$as_echo "$ac_try_echo"; } >&5
16771677- (eval "$ac_link") 2>&5
16781678- ac_status=$?
16791679- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16801680- test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
16811681- { { case "(($ac_try" in
16821682- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16831683- *) ac_try_echo=$ac_try;;
16841684-esac
16851685-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16861686-$as_echo "$ac_try_echo"; } >&5
16871687- (eval "$ac_try") 2>&5
16881688- ac_status=$?
16891689- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16901690- test $ac_status = 0; }; }; then :
16911691- ac_retval=0
16921692-else
16931693- $as_echo "$as_me: program exited with status $ac_status" >&5
16941694- $as_echo "$as_me: failed program was:" >&5
16951695-sed 's/^/| /' conftest.$ac_ext >&5
16431643+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
16441644+ eval $6=\$ac_save_FLAGS
1696164516971697- ac_retval=$ac_status
16981646fi
16991699- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
16471647+eval ac_res=\$$3
16481648+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16491649+printf "%s\n" "$ac_res" >&6; }
17001650 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
17011701- as_fn_set_status $ac_retval
1702165117031703-} # ac_fn_c_try_run
16521652+} # ac_fn_check_decl
1704165317051654# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
17061655# -------------------------------------------------------
···17091658ac_fn_c_check_header_compile ()
17101659{
17111660 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17121712- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
17131713-$as_echo_n "checking for $2... " >&6; }
17141714-if eval \${$3+:} false; then :
17151715- $as_echo_n "(cached) " >&6
17161716-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
17171667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17181668/* end confdefs.h. */
17191669$4
17201670#include <$2>
17211671_ACEOF
17221722-if ac_fn_c_try_compile "$LINENO"; then :
16721672+if ac_fn_c_try_compile "$LINENO"
16731673+then :
17231674 eval "$3=yes"
17241724-else
16751675+else $as_nop
17251676 eval "$3=no"
17261677fi
17271727-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
17281679fi
17291680eval ac_res=\$$3
17301730- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
17311731-$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; }
17321683 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1733168417341685} # ac_fn_c_check_header_compile
···17391690ac_fn_c_try_link ()
17401691{
17411692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17421742- rm -f conftest.$ac_objext conftest$ac_exeext
16931693+ rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
17431694 if { { ac_try="$ac_link"
17441695case "(($ac_try" in
17451696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17461697 *) ac_try_echo=$ac_try;;
17471698esac
17481699eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
17491749-$as_echo "$ac_try_echo"; } >&5
17001700+printf "%s\n" "$ac_try_echo"; } >&5
17501701 (eval "$ac_link") 2>conftest.err
17511702 ac_status=$?
17521703 if test -s conftest.err; then
···17541705 cat conftest.er1 >&5
17551706 mv -f conftest.er1 conftest.err
17561707 fi
17571757- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17081708+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17581709 test $ac_status = 0; } && {
17591710 test -z "$ac_c_werror_flag" ||
17601711 test ! -s conftest.err
17611712 } && test -s conftest$ac_exeext && {
17621713 test "$cross_compiling" = yes ||
17631714 test -x conftest$ac_exeext
17641764- }; then :
17151715+ }
17161716+then :
17651717 ac_retval=0
17661766-else
17671767- $as_echo "$as_me: failed program was:" >&5
17181718+else $as_nop
17191719+ printf "%s\n" "$as_me: failed program was:" >&5
17681720sed 's/^/| /' conftest.$ac_ext >&5
1769172117701722 ac_retval=1
···17781730 as_fn_set_status $ac_retval
1779173117801732} # 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+17811753cat >config.log <<_ACEOF
17821754This file contains any messages produced by compilers while
17831755running configure, to aid debugging if configure makes a mistake.
1784175617851785-It was created by xeyes $as_me 1.2.0, which was
17861786-generated by GNU Autoconf 2.69. Invocation command line was
17571757+It was created by xeyes $as_me 1.3.0, which was
17581758+generated by GNU Autoconf 2.71. Invocation command line was
1787175917881788- $ $0 $@
17601760+ $ $0$ac_configure_args_raw
1789176117901762_ACEOF
17911763exec 5>>config.log
···18181790for as_dir in $PATH
18191791do
18201792 IFS=$as_save_IFS
18211821- test -z "$as_dir" && as_dir=.
18221822- $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"
18231799 done
18241800IFS=$as_save_IFS
18251801···18541830 | -silent | --silent | --silen | --sile | --sil)
18551831 continue ;;
18561832 *\'*)
18571857- ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
18331833+ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
18581834 esac
18591835 case $ac_pass in
18601836 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
···18891865# WARNING: Use '\'' to represent an apostrophe within the trap.
18901866# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
18911867trap 'exit_status=$?
18681868+ # Sanitize IFS.
18691869+ IFS=" "" $as_nl"
18921870 # Save into config.log some information that might help in debugging.
18931871 {
18941872 echo
1895187318961896- $as_echo "## ---------------- ##
18741874+ printf "%s\n" "## ---------------- ##
18971875## Cache variables. ##
18981876## ---------------- ##"
18991877 echo
···19041882 case $ac_val in #(
19051883 *${as_nl}*)
19061884 case $ac_var in #(
19071907- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19081908-$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;} ;;
19091887 esac
19101888 case $ac_var in #(
19111889 _ | IFS | as_nl) ;; #(
···19291907)
19301908 echo
1931190919321932- $as_echo "## ----------------- ##
19101910+ printf "%s\n" "## ----------------- ##
19331911## Output variables. ##
19341912## ----------------- ##"
19351913 echo
···19371915 do
19381916 eval ac_val=\$$ac_var
19391917 case $ac_val in
19401940- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
19181918+ *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
19411919 esac
19421942- $as_echo "$ac_var='\''$ac_val'\''"
19201920+ printf "%s\n" "$ac_var='\''$ac_val'\''"
19431921 done | sort
19441922 echo
1945192319461924 if test -n "$ac_subst_files"; then
19471947- $as_echo "## ------------------- ##
19251925+ printf "%s\n" "## ------------------- ##
19481926## File substitutions. ##
19491927## ------------------- ##"
19501928 echo
···19521930 do
19531931 eval ac_val=\$$ac_var
19541932 case $ac_val in
19551955- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
19331933+ *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
19561934 esac
19571957- $as_echo "$ac_var='\''$ac_val'\''"
19351935+ printf "%s\n" "$ac_var='\''$ac_val'\''"
19581936 done | sort
19591937 echo
19601938 fi
1961193919621940 if test -s confdefs.h; then
19631963- $as_echo "## ----------- ##
19411941+ printf "%s\n" "## ----------- ##
19641942## confdefs.h. ##
19651943## ----------- ##"
19661944 echo
···19681946 echo
19691947 fi
19701948 test "$ac_signal" != 0 &&
19711971- $as_echo "$as_me: caught signal $ac_signal"
19721972- $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"
19731951 } >&5
19741952 rm -f core *.core core.conftest.* &&
19751953 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
···19831961# confdefs.h avoids OS command line length limits that DEFS can exceed.
19841962rm -f -r conftest* confdefs.h
1985196319861986-$as_echo "/* confdefs.h */" > confdefs.h
19641964+printf "%s\n" "/* confdefs.h */" > confdefs.h
1987196519881966# Predefined preprocessor variables.
1989196719901990-cat >>confdefs.h <<_ACEOF
19911991-#define PACKAGE_NAME "$PACKAGE_NAME"
19921992-_ACEOF
19681968+printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
1993196919941994-cat >>confdefs.h <<_ACEOF
19951995-#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
19961996-_ACEOF
19701970+printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
1997197119981998-cat >>confdefs.h <<_ACEOF
19991999-#define PACKAGE_VERSION "$PACKAGE_VERSION"
20002000-_ACEOF
19721972+printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
2001197320022002-cat >>confdefs.h <<_ACEOF
20032003-#define PACKAGE_STRING "$PACKAGE_STRING"
20042004-_ACEOF
19741974+printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
2005197520062006-cat >>confdefs.h <<_ACEOF
20072007-#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
20082008-_ACEOF
19761976+printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
2009197720102010-cat >>confdefs.h <<_ACEOF
20112011-#define PACKAGE_URL "$PACKAGE_URL"
20122012-_ACEOF
19781978+printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
201319792014198020151981# Let the site file select an alternate cache file if it wants to.
20161982# Prefer an explicitly selected file to automatically selected ones.
20172017-ac_site_file1=NONE
20182018-ac_site_file2=NONE
20191983if test -n "$CONFIG_SITE"; then
20202020- # We do not want a PATH search for config.site.
20212021- case $CONFIG_SITE in #((
20222022- -*) ac_site_file1=./$CONFIG_SITE;;
20232023- */*) ac_site_file1=$CONFIG_SITE;;
20242024- *) ac_site_file1=./$CONFIG_SITE;;
20252025- esac
19841984+ ac_site_files="$CONFIG_SITE"
20261985elif test "x$prefix" != xNONE; then
20272027- ac_site_file1=$prefix/share/config.site
20282028- ac_site_file2=$prefix/etc/config.site
19861986+ ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
20291987else
20302030- ac_site_file1=$ac_default_prefix/share/config.site
20312031- 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"
20321989fi
20332033-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
19901990+19911991+for ac_site_file in $ac_site_files
20341992do
20352035- test "x$ac_site_file" = xNONE && continue
20362036- if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
20372037- { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
20382038-$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;}
20392002 sed 's/^/| /' "$ac_site_file" >&5
20402003 . "$ac_site_file" \
20412041- || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20422042-$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;}
20432006as_fn_error $? "failed to load site script $ac_site_file
20442007See \`config.log' for more details" "$LINENO" 5; }
20452008 fi
···20492012 # Some versions of bash will fail to source /dev/null (special files
20502013 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
20512014 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
20522052- { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
20532053-$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;}
20542017 case $cache_file in
20552018 [\\/]* | ?:[\\/]* ) . "$cache_file";;
20562019 *) . "./$cache_file";;
20572020 esac
20582021 fi
20592022else
20602060- { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
20612061-$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;}
20622025 >$cache_file
20632026fi
2064202720282028+# 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+20652443# Check that the precious variables saved in the cache have kept the same
20662444# value.
20672445ac_cache_corrupted=false
···20722450 eval ac_new_val=\$ac_env_${ac_var}_value
20732451 case $ac_old_set,$ac_new_set in
20742452 set,)
20752075- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
20762076-$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;}
20772455 ac_cache_corrupted=: ;;
20782456 ,set)
20792079- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
20802080-$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;}
20812459 ac_cache_corrupted=: ;;
20822460 ,);;
20832461 *)
···20862464 ac_old_val_w=`echo x $ac_old_val`
20872465 ac_new_val_w=`echo x $ac_new_val`
20882466 if test "$ac_old_val_w" != "$ac_new_val_w"; then
20892089- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
20902090-$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;}
20912469 ac_cache_corrupted=:
20922470 else
20932093- { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
20942094-$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;}
20952473 eval $ac_var=\$ac_old_val
20962474 fi
20972097- { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
20982098-$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
20992099- { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
21002100-$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;}
21012479 fi;;
21022480 esac
21032481 # Pass precious variables to config.status.
21042482 if test "$ac_new_set" = set; then
21052483 case $ac_new_val in
21062106- *\'*) 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"` ;;
21072485 *) ac_arg=$ac_var=$ac_new_val ;;
21082486 esac
21092487 case " $ac_configure_args " in
···21132491 fi
21142492done
21152493if $ac_cache_corrupted; then
21162116- { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21172117-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21182118- { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
21192119-$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
21202120- 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
21212500fi
21222501## -------------------- ##
21232502## Main body of script. ##
···21372516# Initialize Automake
21382517am__api_version='1.12'
2139251821402140-ac_aux_dir=
21412141-for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
21422142- if test -f "$ac_dir/install-sh"; then
21432143- ac_aux_dir=$ac_dir
21442144- ac_install_sh="$ac_aux_dir/install-sh -c"
21452145- break
21462146- elif test -f "$ac_dir/install.sh"; then
21472147- ac_aux_dir=$ac_dir
21482148- ac_install_sh="$ac_aux_dir/install.sh -c"
21492149- break
21502150- elif test -f "$ac_dir/shtool"; then
21512151- ac_aux_dir=$ac_dir
21522152- ac_install_sh="$ac_aux_dir/shtool install -c"
21532153- break
21542154- fi
21552155-done
21562156-if test -z "$ac_aux_dir"; then
21572157- as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
21582158-fi
2159251921602160-# These three variables are undocumented and unsupported,
21612161-# and are intended to be withdrawn in a future Autoconf release.
21622162-# They can cause serious problems if a builder's source tree is in a directory
21632163-# whose full name contains unusual characters.
21642164-ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
21652165-ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
21662166-ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2167252021682168-21692169-# Find a good install program. We prefer a C program (faster),
25212521+ # Find a good install program. We prefer a C program (faster),
21702522# so one script is as good as another. But avoid the broken or
21712523# incompatible versions:
21722524# SysV /etc/install, /usr/sbin/install
···21802532# OS/2's system install, which has a completely different semantic
21812533# ./install, which can be erroneously created by make from ./install.sh.
21822534# Reject install programs that cannot install multiple files.
21832183-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
21842184-$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; }
21852537if test -z "$INSTALL"; then
21862186-if ${ac_cv_path_install+:} false; then :
21872187- $as_echo_n "(cached) " >&6
21882188-else
25382538+if test ${ac_cv_path_install+y}
25392539+then :
25402540+ printf %s "(cached) " >&6
25412541+else $as_nop
21892542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21902543for as_dir in $PATH
21912544do
21922545 IFS=$as_save_IFS
21932193- test -z "$as_dir" && as_dir=.
21942194- # Account for people who put trailing slashes in PATH elements.
21952195-case $as_dir/ in #((
21962196- ./ | .// | /[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]/* | \
21972554 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
21982555 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
21992556 /usr/ucb/* ) ;;
···22032560 # by default.
22042561 for ac_prog in ginstall scoinst install; do
22052562 for ac_exec_ext in '' $ac_executable_extensions; do
22062206- 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
22072564 if test $ac_prog = install &&
22082208- 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
22092566 # AIX install. It has an incompatible calling convention.
22102567 :
22112568 elif test $ac_prog = install &&
22122212- 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
22132570 # program-specific install script used by HP pwplus--don't use.
22142571 :
22152572 else
···22172574 echo one > conftest.one
22182575 echo two > conftest.two
22192576 mkdir conftest.dir
22202220- 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/" &&
22212578 test -s conftest.one && test -s conftest.two &&
22222579 test -s conftest.dir/conftest.one &&
22232580 test -s conftest.dir/conftest.two
22242581 then
22252225- 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"
22262583 break 3
22272584 fi
22282585 fi
···22382595rm -rf conftest.one conftest.two conftest.dir
2239259622402597fi
22412241- if test "${ac_cv_path_install+set}" = set; then
25982598+ if test ${ac_cv_path_install+y}; then
22422599 INSTALL=$ac_cv_path_install
22432600 else
22442601 # As a last resort, use the slow shell script. Don't cache a
···22482605 INSTALL=$ac_install_sh
22492606 fi
22502607fi
22512251-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
22522252-$as_echo "$INSTALL" >&6; }
26082608+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
26092609+printf "%s\n" "$INSTALL" >&6; }
2253261022542611# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
22552612# It thinks the first close brace ends the variable substitution.
···2259261622602617test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2261261822622262-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
22632263-$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; }
22642621# Reject unsafe characters in $srcdir or the absolute working directory
22652622# name. Accept space and tab only in the latter.
22662623am_lf='
···23142671 as_fn_error $? "newly created file is older than distributed files!
23152672Check your system clock" "$LINENO" 5
23162673fi
23172317-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23182318-$as_echo "yes" >&6; }
26742674+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26752675+printf "%s\n" "yes" >&6; }
23192676# If we didn't sleep, we still need to ensure time stamps of config.status and
23202677# generated files are strictly newer.
23212678am_sleep_pid=
···23342691# Double any \ or $.
23352692# By default was `s,x,x', remove it if useless.
23362693ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
23372337-program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
26942694+program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
2338269523392696# expand $ac_aux_dir to an absolute path
23402697am_aux_dir=`cd $ac_aux_dir && pwd`
2341269823422342-if test x"${MISSING+set}" != xset; then
26992699+27002700+ if test x"${MISSING+set}" != xset; then
23432701 case $am_aux_dir in
23442702 *\ * | *\ *)
23452703 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
···23522710 am_missing_run="$MISSING --run "
23532711else
23542712 am_missing_run=
23552355- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
23562356-$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;}
23572715fi
2358271623592717if test x"${install_sh}" != xset; then
···23732731 if test -n "$ac_tool_prefix"; then
23742732 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
23752733set dummy ${ac_tool_prefix}strip; ac_word=$2
23762376-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23772377-$as_echo_n "checking for $ac_word... " >&6; }
23782378-if ${ac_cv_prog_STRIP+:} false; then :
23792379- $as_echo_n "(cached) " >&6
23802380-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
23812740 if test -n "$STRIP"; then
23822741 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
23832742else
···23852744for as_dir in $PATH
23862745do
23872746 IFS=$as_save_IFS
23882388- test -z "$as_dir" && as_dir=.
27472747+ case $as_dir in #(((
27482748+ '') as_dir=./ ;;
27492749+ */) ;;
27502750+ *) as_dir=$as_dir/ ;;
27512751+ esac
23892752 for ac_exec_ext in '' $ac_executable_extensions; do
23902390- 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
23912754 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
23922392- $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
23932756 break 2
23942757 fi
23952758done
···24002763fi
24012764STRIP=$ac_cv_prog_STRIP
24022765if test -n "$STRIP"; then
24032403- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
24042404-$as_echo "$STRIP" >&6; }
27662766+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
27672767+printf "%s\n" "$STRIP" >&6; }
24052768else
24062406- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24072407-$as_echo "no" >&6; }
27692769+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
27702770+printf "%s\n" "no" >&6; }
24082771fi
2409277224102773···24132776 ac_ct_STRIP=$STRIP
24142777 # Extract the first word of "strip", so it can be a program name with args.
24152778set dummy strip; ac_word=$2
24162416-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24172417-$as_echo_n "checking for $ac_word... " >&6; }
24182418-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
24192419- $as_echo_n "(cached) " >&6
24202420-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
24212785 if test -n "$ac_ct_STRIP"; then
24222786 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
24232787else
···24252789for as_dir in $PATH
24262790do
24272791 IFS=$as_save_IFS
24282428- test -z "$as_dir" && as_dir=.
27922792+ case $as_dir in #(((
27932793+ '') as_dir=./ ;;
27942794+ */) ;;
27952795+ *) as_dir=$as_dir/ ;;
27962796+ esac
24292797 for ac_exec_ext in '' $ac_executable_extensions; do
24302430- 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
24312799 ac_cv_prog_ac_ct_STRIP="strip"
24322432- $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
24332801 break 2
24342802 fi
24352803done
···24402808fi
24412809ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
24422810if test -n "$ac_ct_STRIP"; then
24432443- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
24442444-$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; }
24452813else
24462446- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24472447-$as_echo "no" >&6; }
28142814+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
28152815+printf "%s\n" "no" >&6; }
24482816fi
2449281724502818 if test "x$ac_ct_STRIP" = x; then
···24522820 else
24532821 case $cross_compiling:$ac_tool_warned in
24542822yes:)
24552455-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24562456-$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;}
24572825ac_tool_warned=yes ;;
24582826esac
24592827 STRIP=$ac_ct_STRIP
···24652833fi
24662834INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2467283524682468-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
24692469-$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; }
24702839if test -z "$MKDIR_P"; then
24712471- if ${ac_cv_path_mkdir+:} false; then :
24722472- $as_echo_n "(cached) " >&6
24732473-else
28402840+ if test ${ac_cv_path_mkdir+y}
28412841+then :
28422842+ printf %s "(cached) " >&6
28432843+else $as_nop
24742844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24752845for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
24762846do
24772847 IFS=$as_save_IFS
24782478- test -z "$as_dir" && as_dir=.
28482848+ case $as_dir in #(((
28492849+ '') as_dir=./ ;;
28502850+ */) ;;
28512851+ *) as_dir=$as_dir/ ;;
28522852+ esac
24792853 for ac_prog in mkdir gmkdir; do
24802854 for ac_exec_ext in '' $ac_executable_extensions; do
24812481- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
24822482- case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
24832483- 'mkdir (GNU coreutils) '* | \
24842484- '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 '* | \
24852859 'mkdir (fileutils) '4.1*)
24862486- ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
28602860+ ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
24872861 break 3;;
24882862 esac
24892863 done
···24942868fi
2495286924962870 test -d ./--version && rmdir ./--version
24972497- if test "${ac_cv_path_mkdir+set}" = set; then
28712871+ if test ${ac_cv_path_mkdir+y}; then
24982872 MKDIR_P="$ac_cv_path_mkdir -p"
24992873 else
25002874 # As a last resort, use the slow shell script. Don't cache a
···25042878 MKDIR_P="$ac_install_sh -d"
25052879 fi
25062880fi
25072507-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
25082508-$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; }
2509288325102884for ac_prog in gawk mawk nawk awk
25112885do
25122886 # Extract the first word of "$ac_prog", so it can be a program name with args.
25132887set dummy $ac_prog; ac_word=$2
25142514-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25152515-$as_echo_n "checking for $ac_word... " >&6; }
25162516-if ${ac_cv_prog_AWK+:} false; then :
25172517- $as_echo_n "(cached) " >&6
25182518-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
25192894 if test -n "$AWK"; then
25202895 ac_cv_prog_AWK="$AWK" # Let the user override the test.
25212896else
···25232898for as_dir in $PATH
25242899do
25252900 IFS=$as_save_IFS
25262526- test -z "$as_dir" && as_dir=.
29012901+ case $as_dir in #(((
29022902+ '') as_dir=./ ;;
29032903+ */) ;;
29042904+ *) as_dir=$as_dir/ ;;
29052905+ esac
25272906 for ac_exec_ext in '' $ac_executable_extensions; do
25282528- 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
25292908 ac_cv_prog_AWK="$ac_prog"
25302530- $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
25312910 break 2
25322911 fi
25332912done
···25382917fi
25392918AWK=$ac_cv_prog_AWK
25402919if test -n "$AWK"; then
25412541- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
25422542-$as_echo "$AWK" >&6; }
29202920+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
29212921+printf "%s\n" "$AWK" >&6; }
25432922else
25442544- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25452545-$as_echo "no" >&6; }
29232923+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
29242924+printf "%s\n" "no" >&6; }
25462925fi
254729262548292725492928 test -n "$AWK" && break
25502929done
2551293025522552-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
25532553-$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; }
25542933set x ${MAKE-make}
25552555-ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
25562556-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
25572557- $as_echo_n "(cached) " >&6
25582558-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
25592939 cat >conftest.make <<\_ACEOF
25602940SHELL = /bin/sh
25612941all:
···25712951rm -f conftest.make
25722952fi
25732953if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
25742574- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25752575-$as_echo "yes" >&6; }
29542954+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29552955+printf "%s\n" "yes" >&6; }
25762956 SET_MAKE=
25772957else
25782578- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25792579-$as_echo "no" >&6; }
29582958+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
29592959+printf "%s\n" "no" >&6; }
25802960 SET_MAKE="MAKE=${MAKE-make}"
25812961fi
25822962···2611299126122992# Define the identity of the package.
26132993 PACKAGE='xeyes'
26142614- VERSION='1.2.0'
29942994+ VERSION='1.3.0'
261529952616299626172617-cat >>confdefs.h <<_ACEOF
26182618-#define PACKAGE "$PACKAGE"
26192619-_ACEOF
29972997+printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
262029982621299926222622-cat >>confdefs.h <<_ACEOF
26232623-#define VERSION "$VERSION"
26242624-_ACEOF
30003000+printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
2625300126263002# Some tools Automake needs.
26273003···26553031265630322657303326582658-26592659-26602660-26612661-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
26622662-$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
26632663- # Check whether --enable-maintainer-mode was given.
26642664-if test "${enable_maintainer_mode+set}" = set; then :
26652665- enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
26662666-else
26672667- USE_MAINTAINER_MODE=no
26682668-fi
26692669-26702670- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
26712671-$as_echo "$USE_MAINTAINER_MODE" >&6; }
26722672- if test $USE_MAINTAINER_MODE = yes; then
26732673- MAINTAINER_MODE_TRUE=
26742674- MAINTAINER_MODE_FALSE='#'
26752675-else
26762676- MAINTAINER_MODE_TRUE='#'
26772677- MAINTAINER_MODE_FALSE=
26782678-fi
26792679-26802680- MAINT=$MAINTAINER_MODE_TRUE
268130342682303526833036···26933046269430472695304826962696-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
26972697-$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; }
26983051 # Check whether --enable-maintainer-mode was given.
26992699-if test "${enable_maintainer_mode+set}" = set; then :
30523052+if test ${enable_maintainer_mode+y}
30533053+then :
27003054 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
27012701-else
30553055+else $as_nop
27023056 USE_MAINTAINER_MODE=no
27033057fi
2704305827052705- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
27062706-$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; }
27073061 if test $USE_MAINTAINER_MODE = yes; then
27083062 MAINTAINER_MODE_TRUE=
27093063 MAINTAINER_MODE_FALSE='#'
···27163070271730712718307230733073+30743074+30753075+30763076+30773077+30783078+30793079+30803080+30813081+27193082DEPDIR="${am__leading_dot}deps"
2720308327213084ac_config_commands="$ac_config_commands depfiles"
···27283091.PHONY: am__doit
27293092END
27303093# If we don't find an include directive, just comment out the code.
27312731-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
27322732-$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; }
27333096am__include="#"
27343097am__quote=
27353098_am_result=none
···27563119fi
275731202758312127592759-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
27602760-$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; }
27613124rm -f confinc confmf
2762312527633126# Check whether --enable-dependency-tracking was given.
27642764-if test "${enable_dependency_tracking+set}" = set; then :
31273127+if test ${enable_dependency_tracking+y}
31283128+then :
27653129 enableval=$enable_dependency_tracking;
27663130fi
27673131···27873151if test -n "$ac_tool_prefix"; then
27883152 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
27893153set dummy ${ac_tool_prefix}gcc; ac_word=$2
27902790-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27912791-$as_echo_n "checking for $ac_word... " >&6; }
27922792-if ${ac_cv_prog_CC+:} false; then :
27932793- $as_echo_n "(cached) " >&6
27942794-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
27953160 if test -n "$CC"; then
27963161 ac_cv_prog_CC="$CC" # Let the user override the test.
27973162else
···27993164for as_dir in $PATH
28003165do
28013166 IFS=$as_save_IFS
28022802- test -z "$as_dir" && as_dir=.
31673167+ case $as_dir in #(((
31683168+ '') as_dir=./ ;;
31693169+ */) ;;
31703170+ *) as_dir=$as_dir/ ;;
31713171+ esac
28033172 for ac_exec_ext in '' $ac_executable_extensions; do
28042804- 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
28053174 ac_cv_prog_CC="${ac_tool_prefix}gcc"
28062806- $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
28073176 break 2
28083177 fi
28093178done
···28143183fi
28153184CC=$ac_cv_prog_CC
28163185if test -n "$CC"; then
28172817- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
28182818-$as_echo "$CC" >&6; }
31863186+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
31873187+printf "%s\n" "$CC" >&6; }
28193188else
28202820- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28212821-$as_echo "no" >&6; }
31893189+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
31903190+printf "%s\n" "no" >&6; }
28223191fi
2823319228243193···28273196 ac_ct_CC=$CC
28283197 # Extract the first word of "gcc", so it can be a program name with args.
28293198set dummy gcc; ac_word=$2
28302830-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28312831-$as_echo_n "checking for $ac_word... " >&6; }
28322832-if ${ac_cv_prog_ac_ct_CC+:} false; then :
28332833- $as_echo_n "(cached) " >&6
28342834-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
28353205 if test -n "$ac_ct_CC"; then
28363206 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
28373207else
···28393209for as_dir in $PATH
28403210do
28413211 IFS=$as_save_IFS
28422842- test -z "$as_dir" && as_dir=.
32123212+ case $as_dir in #(((
32133213+ '') as_dir=./ ;;
32143214+ */) ;;
32153215+ *) as_dir=$as_dir/ ;;
32163216+ esac
28433217 for ac_exec_ext in '' $ac_executable_extensions; do
28442844- 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
28453219 ac_cv_prog_ac_ct_CC="gcc"
28462846- $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
28473221 break 2
28483222 fi
28493223done
···28543228fi
28553229ac_ct_CC=$ac_cv_prog_ac_ct_CC
28563230if test -n "$ac_ct_CC"; then
28572857- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
28582858-$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; }
28593233else
28602860- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28612861-$as_echo "no" >&6; }
32343234+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
32353235+printf "%s\n" "no" >&6; }
28623236fi
2863323728643238 if test "x$ac_ct_CC" = x; then
···28663240 else
28673241 case $cross_compiling:$ac_tool_warned in
28683242yes:)
28692869-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28702870-$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;}
28713245ac_tool_warned=yes ;;
28723246esac
28733247 CC=$ac_ct_CC
···28803254 if test -n "$ac_tool_prefix"; then
28813255 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
28823256set dummy ${ac_tool_prefix}cc; ac_word=$2
28832883-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28842884-$as_echo_n "checking for $ac_word... " >&6; }
28852885-if ${ac_cv_prog_CC+:} false; then :
28862886- $as_echo_n "(cached) " >&6
28872887-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
28883263 if test -n "$CC"; then
28893264 ac_cv_prog_CC="$CC" # Let the user override the test.
28903265else
···28923267for as_dir in $PATH
28933268do
28943269 IFS=$as_save_IFS
28952895- test -z "$as_dir" && as_dir=.
32703270+ case $as_dir in #(((
32713271+ '') as_dir=./ ;;
32723272+ */) ;;
32733273+ *) as_dir=$as_dir/ ;;
32743274+ esac
28963275 for ac_exec_ext in '' $ac_executable_extensions; do
28972897- 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
28983277 ac_cv_prog_CC="${ac_tool_prefix}cc"
28992899- $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
29003279 break 2
29013280 fi
29023281done
···29073286fi
29083287CC=$ac_cv_prog_CC
29093288if test -n "$CC"; then
29102910- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
29112911-$as_echo "$CC" >&6; }
32893289+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
32903290+printf "%s\n" "$CC" >&6; }
29123291else
29132913- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29142914-$as_echo "no" >&6; }
32923292+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
32933293+printf "%s\n" "no" >&6; }
29153294fi
2916329529173296···29203299if test -z "$CC"; then
29213300 # Extract the first word of "cc", so it can be a program name with args.
29223301set dummy cc; ac_word=$2
29232923-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29242924-$as_echo_n "checking for $ac_word... " >&6; }
29252925-if ${ac_cv_prog_CC+:} false; then :
29262926- $as_echo_n "(cached) " >&6
29272927-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
29283308 if test -n "$CC"; then
29293309 ac_cv_prog_CC="$CC" # Let the user override the test.
29303310else
···29333313for as_dir in $PATH
29343314do
29353315 IFS=$as_save_IFS
29362936- test -z "$as_dir" && as_dir=.
33163316+ case $as_dir in #(((
33173317+ '') as_dir=./ ;;
33183318+ */) ;;
33193319+ *) as_dir=$as_dir/ ;;
33203320+ esac
29373321 for ac_exec_ext in '' $ac_executable_extensions; do
29382938- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29392939- 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
29403324 ac_prog_rejected=yes
29413325 continue
29423326 fi
29433327 ac_cv_prog_CC="cc"
29442944- $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
29453329 break 2
29463330 fi
29473331done
···29573341 # However, it has the same basename, so the bogon will be chosen
29583342 # first if we set CC to just the basename; use the full file name.
29593343 shift
29602960- ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
33443344+ ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
29613345 fi
29623346fi
29633347fi
29643348fi
29653349CC=$ac_cv_prog_CC
29663350if test -n "$CC"; then
29672967- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
29682968-$as_echo "$CC" >&6; }
33513351+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
33523352+printf "%s\n" "$CC" >&6; }
29693353else
29702970- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29712971-$as_echo "no" >&6; }
33543354+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
33553355+printf "%s\n" "no" >&6; }
29723356fi
2973335729743358···29793363 do
29803364 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
29813365set dummy $ac_tool_prefix$ac_prog; ac_word=$2
29822982-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29832983-$as_echo_n "checking for $ac_word... " >&6; }
29842984-if ${ac_cv_prog_CC+:} false; then :
29852985- $as_echo_n "(cached) " >&6
29862986-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
29873372 if test -n "$CC"; then
29883373 ac_cv_prog_CC="$CC" # Let the user override the test.
29893374else
···29913376for as_dir in $PATH
29923377do
29933378 IFS=$as_save_IFS
29942994- test -z "$as_dir" && as_dir=.
33793379+ case $as_dir in #(((
33803380+ '') as_dir=./ ;;
33813381+ */) ;;
33823382+ *) as_dir=$as_dir/ ;;
33833383+ esac
29953384 for ac_exec_ext in '' $ac_executable_extensions; do
29962996- 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
29973386 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
29982998- $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
29993388 break 2
30003389 fi
30013390done
···30063395fi
30073396CC=$ac_cv_prog_CC
30083397if test -n "$CC"; then
30093009- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
30103010-$as_echo "$CC" >&6; }
33983398+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
33993399+printf "%s\n" "$CC" >&6; }
30113400else
30123012- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30133013-$as_echo "no" >&6; }
34013401+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
34023402+printf "%s\n" "no" >&6; }
30143403fi
3015340430163405···30233412do
30243413 # Extract the first word of "$ac_prog", so it can be a program name with args.
30253414set dummy $ac_prog; ac_word=$2
30263026-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
30273027-$as_echo_n "checking for $ac_word... " >&6; }
30283028-if ${ac_cv_prog_ac_ct_CC+:} false; then :
30293029- $as_echo_n "(cached) " >&6
30303030-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
30313421 if test -n "$ac_ct_CC"; then
30323422 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
30333423else
···30353425for as_dir in $PATH
30363426do
30373427 IFS=$as_save_IFS
30383038- test -z "$as_dir" && as_dir=.
34283428+ case $as_dir in #(((
34293429+ '') as_dir=./ ;;
34303430+ */) ;;
34313431+ *) as_dir=$as_dir/ ;;
34323432+ esac
30393433 for ac_exec_ext in '' $ac_executable_extensions; do
30403040- 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
30413435 ac_cv_prog_ac_ct_CC="$ac_prog"
30423042- $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
30433437 break 2
30443438 fi
30453439done
···30503444fi
30513445ac_ct_CC=$ac_cv_prog_ac_ct_CC
30523446if test -n "$ac_ct_CC"; then
30533053- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
30543054-$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; }
30553449else
30563056- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30573057-$as_echo "no" >&6; }
34503450+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
34513451+printf "%s\n" "no" >&6; }
30583452fi
3059345330603454···30663460 else
30673461 case $cross_compiling:$ac_tool_warned in
30683462yes:)
30693069-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
30703070-$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;}
30713465ac_tool_warned=yes ;;
30723466esac
30733467 CC=$ac_ct_CC
···30753469fi
3076347030773471fi
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
3078350335043504+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
3079351430803080-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
30813081-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
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;}
35673567+ac_tool_warned=yes ;;
35683568+esac
35693569+ CC=$ac_ct_CC
35703570+ fi
35713571+else
35723572+ CC="$ac_cv_prog_CC"
35733573+fi
35743574+35753575+fi
35763576+35773577+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;}
30823580as_fn_error $? "no acceptable C compiler found in \$PATH
30833581See \`config.log' for more details" "$LINENO" 5; }
3084358230853583# Provide some information about the compiler.
30863086-$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
30873585set X $ac_compile
30883586ac_compiler=$2
30893089-for ac_option in --version -v -V -qversion; do
35873587+for ac_option in --version -v -V -qversion -version; do
30903588 { { ac_try="$ac_compiler $ac_option >&5"
30913589case "(($ac_try" in
30923590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30933591 *) ac_try_echo=$ac_try;;
30943592esac
30953593eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
30963096-$as_echo "$ac_try_echo"; } >&5
35943594+printf "%s\n" "$ac_try_echo"; } >&5
30973595 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
30983596 ac_status=$?
30993597 if test -s conftest.err; then
···31033601 cat conftest.er1 >&5
31043602 fi
31053603 rm -f conftest.er1 conftest.err
31063106- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36043604+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31073605 test $ac_status = 0; }
31083606done
31093607···31113609/* end confdefs.h. */
3112361031133611int
31143114-main ()
36123612+main (void)
31153613{
3116361431173615 ;
···31233621# Try to create an executable without -o first, disregard a.out.
31243622# It will help us diagnose broken compilers, and finding out an intuition
31253623# of exeext.
31263126-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
31273127-$as_echo_n "checking whether the C compiler works... " >&6; }
31283128-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[^ ]*//'`
3129362731303628# The possible output files:
31313629ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
···31463644 *) ac_try_echo=$ac_try;;
31473645esac
31483646eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
31493149-$as_echo "$ac_try_echo"; } >&5
36473647+printf "%s\n" "$ac_try_echo"; } >&5
31503648 (eval "$ac_link_default") 2>&5
31513649 ac_status=$?
31523152- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31533153- test $ac_status = 0; }; then :
36503650+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36513651+ test $ac_status = 0; }
36523652+then :
31543653 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
31553654# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
31563655# in a Makefile. We should not override ac_cv_exeext if it was cached,
···31673666 # certainly right.
31683667 break;;
31693668 *.* )
31703170- if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
36693669+ if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
31713670 then :; else
31723671 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
31733672 fi
···31833682done
31843683test "$ac_cv_exeext" = no && ac_cv_exeext=
3185368431863186-else
36853685+else $as_nop
31873686 ac_file=''
31883687fi
31893189-if test -z "$ac_file"; then :
31903190- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31913191-$as_echo "no" >&6; }
31923192-$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
31933693sed 's/^/| /' conftest.$ac_ext >&5
3194369431953195-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
31963196-$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;}
31973697as_fn_error 77 "C compiler cannot create executables
31983698See \`config.log' for more details" "$LINENO" 5; }
31993199-else
32003200- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32013201-$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; }
32023702fi
32033203-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
32043204-$as_echo_n "checking for C compiler default output file name... " >&6; }
32053205-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
32063206-$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; }
32073707ac_exeext=$ac_cv_exeext
3208370832093709rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
32103710ac_clean_files=$ac_clean_files_save
32113211-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
32123212-$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; }
32133713if { { ac_try="$ac_link"
32143714case "(($ac_try" in
32153715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32163716 *) ac_try_echo=$ac_try;;
32173717esac
32183718eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
32193219-$as_echo "$ac_try_echo"; } >&5
37193719+printf "%s\n" "$ac_try_echo"; } >&5
32203720 (eval "$ac_link") 2>&5
32213721 ac_status=$?
32223222- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32233223- test $ac_status = 0; }; then :
37223722+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37233723+ test $ac_status = 0; }
37243724+then :
32243725 # If both `conftest.exe' and `conftest' are `present' (well, observable)
32253726# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
32263727# work properly (i.e., refer to `conftest.exe'), while it won't with
···32343735 * ) break;;
32353736 esac
32363737done
32373237-else
32383238- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32393239-$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;}
32403741as_fn_error $? "cannot compute suffix of executables: cannot compile and link
32413742See \`config.log' for more details" "$LINENO" 5; }
32423743fi
32433744rm -f conftest conftest$ac_cv_exeext
32443244-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
32453245-$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; }
3246374732473748rm -f conftest.$ac_ext
32483749EXEEXT=$ac_cv_exeext
···32513752/* end confdefs.h. */
32523753#include <stdio.h>
32533754int
32543254-main ()
37553755+main (void)
32553756{
32563757FILE *f = fopen ("conftest.out", "w");
32573758 return ferror (f) || fclose (f) != 0;
···32633764ac_clean_files="$ac_clean_files conftest.out"
32643765# Check that the compiler produces executables we can run. If not, either
32653766# the compiler is broken, or we cross compile.
32663266-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
32673267-$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; }
32683769if test "$cross_compiling" != yes; then
32693770 { { ac_try="$ac_link"
32703771case "(($ac_try" in
···32723773 *) ac_try_echo=$ac_try;;
32733774esac
32743775eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
32753275-$as_echo "$ac_try_echo"; } >&5
37763776+printf "%s\n" "$ac_try_echo"; } >&5
32763777 (eval "$ac_link") 2>&5
32773778 ac_status=$?
32783278- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37793779+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32793780 test $ac_status = 0; }
32803781 if { ac_try='./conftest$ac_cv_exeext'
32813782 { { case "(($ac_try" in
···32833784 *) ac_try_echo=$ac_try;;
32843785esac
32853786eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
32863286-$as_echo "$ac_try_echo"; } >&5
37873787+printf "%s\n" "$ac_try_echo"; } >&5
32873788 (eval "$ac_try") 2>&5
32883789 ac_status=$?
32893289- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37903790+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32903791 test $ac_status = 0; }; }; then
32913792 cross_compiling=no
32923793 else
32933794 if test "$cross_compiling" = maybe; then
32943795 cross_compiling=yes
32953796 else
32963296- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32973297-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
32983298-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.
32993800If you meant to cross compile, use \`--host'.
33003801See \`config.log' for more details" "$LINENO" 5; }
33013802 fi
33023803 fi
33033804fi
33043304-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
33053305-$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; }
3306380733073808rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
33083809ac_clean_files=$ac_clean_files_save
33093309-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
33103310-$as_echo_n "checking for suffix of object files... " >&6; }
33113311-if ${ac_cv_objext+:} false; then :
33123312- $as_echo_n "(cached) " >&6
33133313-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
33143816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33153817/* end confdefs.h. */
3316381833173819int
33183318-main ()
38203820+main (void)
33193821{
3320382233213823 ;
···33293831 *) ac_try_echo=$ac_try;;
33303832esac
33313833eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
33323332-$as_echo "$ac_try_echo"; } >&5
38343834+printf "%s\n" "$ac_try_echo"; } >&5
33333835 (eval "$ac_compile") 2>&5
33343836 ac_status=$?
33353335- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33363336- test $ac_status = 0; }; then :
38373837+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
38383838+ test $ac_status = 0; }
38393839+then :
33373840 for ac_file in conftest.o conftest.obj conftest.*; do
33383841 test -f "$ac_file" || continue;
33393842 case $ac_file in
···33423845 break;;
33433846 esac
33443847done
33453345-else
33463346- $as_echo "$as_me: failed program was:" >&5
38483848+else $as_nop
38493849+ printf "%s\n" "$as_me: failed program was:" >&5
33473850sed 's/^/| /' conftest.$ac_ext >&5
3348385133493349-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
33503350-$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;}
33513854as_fn_error $? "cannot compute suffix of object files: cannot compile
33523855See \`config.log' for more details" "$LINENO" 5; }
33533856fi
33543857rm -f conftest.$ac_cv_objext conftest.$ac_ext
33553858fi
33563356-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
33573357-$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; }
33583861OBJEXT=$ac_cv_objext
33593862ac_objext=$OBJEXT
33603360-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
33613361-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
33623362-if ${ac_cv_c_compiler_gnu+:} false; then :
33633363- $as_echo_n "(cached) " >&6
33643364-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
33653869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33663870/* end confdefs.h. */
3367387133683872int
33693369-main ()
38733873+main (void)
33703874{
33713875#ifndef __GNUC__
33723876 choke me
···33763880 return 0;
33773881}
33783882_ACEOF
33793379-if ac_fn_c_try_compile "$LINENO"; then :
38833883+if ac_fn_c_try_compile "$LINENO"
38843884+then :
33803885 ac_compiler_gnu=yes
33813381-else
38863886+else $as_nop
33823887 ac_compiler_gnu=no
33833888fi
33843384-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
33853890ac_cv_c_compiler_gnu=$ac_compiler_gnu
3386389133873892fi
33883388-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
33893389-$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+33903897if test $ac_compiler_gnu = yes; then
33913898 GCC=yes
33923899else
33933900 GCC=
33943901fi
33953395-ac_test_CFLAGS=${CFLAGS+set}
39023902+ac_test_CFLAGS=${CFLAGS+y}
33963903ac_save_CFLAGS=$CFLAGS
33973397-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
33983398-$as_echo_n "checking whether $CC accepts -g... " >&6; }
33993399-if ${ac_cv_prog_cc_g+:} false; then :
34003400- $as_echo_n "(cached) " >&6
34013401-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
34023910 ac_save_c_werror_flag=$ac_c_werror_flag
34033911 ac_c_werror_flag=yes
34043912 ac_cv_prog_cc_g=no
···34073915/* end confdefs.h. */
3408391634093917int
34103410-main ()
39183918+main (void)
34113919{
3412392034133921 ;
34143922 return 0;
34153923}
34163924_ACEOF
34173417-if ac_fn_c_try_compile "$LINENO"; then :
39253925+if ac_fn_c_try_compile "$LINENO"
39263926+then :
34183927 ac_cv_prog_cc_g=yes
34193419-else
39283928+else $as_nop
34203929 CFLAGS=""
34213930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34223931/* end confdefs.h. */
3423393234243933int
34253425-main ()
39343934+main (void)
34263935{
3427393634283937 ;
34293938 return 0;
34303939}
34313940_ACEOF
34323432-if ac_fn_c_try_compile "$LINENO"; then :
39413941+if ac_fn_c_try_compile "$LINENO"
39423942+then :
3433394334343434-else
39443944+else $as_nop
34353945 ac_c_werror_flag=$ac_save_c_werror_flag
34363946 CFLAGS="-g"
34373947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34383948/* end confdefs.h. */
3439394934403950int
34413441-main ()
39513951+main (void)
34423952{
3443395334443954 ;
34453955 return 0;
34463956}
34473957_ACEOF
34483448-if ac_fn_c_try_compile "$LINENO"; then :
39583958+if ac_fn_c_try_compile "$LINENO"
39593959+then :
34493960 ac_cv_prog_cc_g=yes
34503961fi
34513451-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
34523963fi
34533453-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
34543965fi
34553455-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
34563967 ac_c_werror_flag=$ac_save_c_werror_flag
34573968fi
34583458-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
34593459-$as_echo "$ac_cv_prog_cc_g" >&6; }
34603460-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
34613972 CFLAGS=$ac_save_CFLAGS
34623973elif test $ac_cv_prog_cc_g = yes; then
34633974 if test "$GCC" = yes; then
···34723983 CFLAGS=
34733984 fi
34743985fi
34753475-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
34763476-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
34773477-if ${ac_cv_prog_cc_c89+:} false; then :
34783478- $as_echo_n "(cached) " >&6
34793479-else
34803480- 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
34813996ac_save_CC=$CC
34823997cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34833998/* end confdefs.h. */
34843484-#include <stdarg.h>
34853485-#include <stdio.h>
34863486-struct stat;
34873487-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
34883488-struct buf { int x; };
34893489-FILE * (*rcsopen) (struct buf *, struct stat *, int);
34903490-static char *e (p, i)
34913491- char **p;
34923492- int i;
34933493-{
34943494- return p[i];
34953495-}
34963496-static char *f (char * (*g) (char **, int), char **p, ...)
34973497-{
34983498- char *s;
34993499- va_list v;
35003500- va_start (v,p);
35013501- s = g (p, va_arg (v,int));
35023502- va_end (v);
35033503- return s;
35043504-}
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
3505401435063506-/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
35073507- function prototypes and stuff, but not '\xHH' hex character constants.
35083508- These don't provoke an error unfortunately, instead are silently treated
35093509- as 'x'. The following induces an error, until -std is added to get
35103510- proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
35113511- array size at least. It's necessary to write '\x00'==0 to get something
35123512- that's true only with -std. */
35133513-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
3514406035153515-/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
35163516- inside strings and character constants. */
35173517-#define FOO(x) 'x'
35183518-int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
35193519-35203520-int test (int i, double x);
35213521-struct s1 {int (*f) (int a);};
35223522-struct s2 {int (*f) (double a);};
35233523-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
35243524-int argc;
35253525-char **argv;
35263526-int
35273527-main ()
35283528-{
35293529-return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
35303530- ;
35313531- return 0;
35323532-}
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
35334092_ACEOF
35343534-for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
35353535- -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__"
35364094do
35374095 CC="$ac_save_CC $ac_arg"
35383538- if ac_fn_c_try_compile "$LINENO"; then :
40964096+ if ac_fn_c_try_compile "$LINENO"
40974097+then :
35394098 ac_cv_prog_cc_c89=$ac_arg
35404099fi
35413541-rm -f core conftest.err conftest.$ac_objext
41004100+rm -f core conftest.err conftest.$ac_objext conftest.beam
35424101 test "x$ac_cv_prog_cc_c89" != "xno" && break
35434102done
35444103rm -f conftest.$ac_ext
35454104CC=$ac_save_CC
35463546-35474105fi
35483548-# AC_CACHE_VAL
35493549-case "x$ac_cv_prog_cc_c89" in
35503550- x)
35513551- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
35523552-$as_echo "none needed" >&6; } ;;
35533553- xno)
35543554- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
35553555-$as_echo "unsupported" >&6; } ;;
35563556- *)
35573557- CC="$CC $ac_cv_prog_cc_c89"
35583558- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
35593559-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
35603560-esac
35613561-if test "x$ac_cv_prog_cc_c89" != xno; then :
3562410641074107+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"
41204120+fi
41214121+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
41224122+ ac_prog_cc_stdc=c89
41234123+fi
35634124fi
3564412535654126ac_ext=c
···3570413135714132depcc="$CC" am_compiler_list=
3572413335733573-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
35743574-$as_echo_n "checking dependency style of $depcc... " >&6; }
35753575-if ${am_cv_CC_dependencies_compiler_type+:} false; then :
35763576- $as_echo_n "(cached) " >&6
35773577-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
35784140 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
35794141 # We make a subdir and do the tests there. Otherwise we can end up
35804142 # making bogus files that we don't know about and never remove. For
···36814243fi
3682424436834245fi
36843684-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
36853685-$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; }
36864248CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3687424936884250 if
···36964258fi
369742593698426036993699- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
37003700-$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
37013701-if ${ac_cv_prog_cc_c99+:} false; then :
37023702- $as_echo_n "(cached) " >&6
37033703-else
37043704- ac_cv_prog_cc_c99=no
37053705-ac_save_CC=$CC
37063706-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37073707-/* end confdefs.h. */
37083708-#include <stdarg.h>
37093709-#include <stdbool.h>
37103710-#include <stdlib.h>
37113711-#include <wchar.h>
37123712-#include <stdio.h>
3713426137143714-// Check varargs macros. These examples are taken from C99 6.10.3.5.
37153715-#define debug(...) fprintf (stderr, __VA_ARGS__)
37163716-#define showlist(...) puts (#__VA_ARGS__)
37173717-#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
37183718-static void
37193719-test_varargs_macros (void)
37203720-{
37213721- int x = 1234;
37223722- int y = 5678;
37233723- debug ("Flag");
37243724- debug ("X = %d\n", x);
37253725- showlist (The first, second, and third items.);
37263726- report (x>y, "x is %d but y is %d", x, y);
37273727-}
37283728-37293729-// Check long long types.
37303730-#define BIG64 18446744073709551615ull
37313731-#define BIG32 4294967295ul
37323732-#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
37333733-#if !BIG_OK
37343734- your preprocessor is broken;
37353735-#endif
37363736-#if BIG_OK
37373737-#else
37383738- your preprocessor is broken;
37393739-#endif
37403740-static long long int bignum = -9223372036854775807LL;
37413741-static unsigned long long int ubignum = BIG64;
37423742-37433743-struct incomplete_array
37443744-{
37453745- int datasize;
37463746- double data[];
37473747-};
37483748-37493749-struct named_init {
37503750- int number;
37513751- const wchar_t *name;
37523752- double average;
37533753-};
37543754-37553755-typedef const char *ccp;
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. */
3756427537573757-static inline int
37583758-test_restrict (ccp restrict text)
42764276+int
42774277+main (void)
37594278{
37603760- // See if C++-style comments work.
37613761- // Iterate through items via the restricted pointer.
37623762- // Also check for declarations in for loops.
37633763- for (unsigned int i = 0; *(text+i) != '\0'; ++i)
37643764- continue;
42794279+(void) strchr;
42804280+ ;
37654281 return 0;
37664282}
42834283+_ACEOF
42844284+if ac_fn_c_try_compile "$LINENO"
42854285+then :
3767428637683768-// Check varargs and va_copy.
37693769-static void
37703770-test_varargs (const char *format, ...)
37713771-{
37723772- va_list args;
37733773- va_start (args, format);
37743774- va_list args_copy;
37753775- va_copy (args_copy, args);
37763776-37773777- const char *str;
37783778- int number;
37793779- float fnumber;
37803780-37813781- while (*format)
37823782- {
37833783- switch (*format++)
37843784- {
37853785- case 's': // string
37863786- str = va_arg (args_copy, const char *);
37873787- break;
37883788- case 'd': // int
37893789- number = va_arg (args_copy, int);
37903790- break;
37913791- case 'f': // float
37923792- fnumber = va_arg (args_copy, double);
37933793- break;
37943794- default:
37953795- break;
37963796- }
37973797- }
37983798- va_end (args_copy);
37993799- va_end (args);
38003800-}
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 *);
3801430038024301int
38033803-main ()
43024302+main (void)
38044303{
38053805-38063806- // Check bool.
38073807- _Bool success = false;
38083808-38093809- // Check restrict.
38103810- if (test_restrict ("String literal") == 0)
38113811- success = true;
38123812- char *restrict newvar = "Another string";
38133813-38143814- // Check varargs.
38153815- test_varargs ("s, d' f .", "string", 65, 34.234);
38163816- test_varargs_macros ();
38173817-38183818- // Check flexible array members.
38193819- struct incomplete_array *ia =
38203820- malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
38213821- ia->datasize = 10;
38223822- for (int i = 0; i < ia->datasize; ++i)
38233823- ia->data[i] = i * 1.234;
38243824-38253825- // Check named initializers.
38263826- struct named_init ni = {
38273827- .number = 34,
38283828- .name = L"Test wide string",
38293829- .average = 543.34343,
38303830- };
38313831-38323832- ni.number = 58;
38333833-38343834- int dynamic_array[ni.number];
38353835- dynamic_array[ni.number - 1] = 543;
38363836-38373837- // work around unused variable warnings
38383838- return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
38393839- || dynamic_array[ni.number - 1] != 543);
43044304+(void) ac_decl (0, (char *) 0);
43054305+ (void) ac_decl;
3840430638414307 ;
38424308 return 0;
38434309}
38444310_ACEOF
38453845-for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
38463846-do
38473847- CC="$ac_save_CC $ac_arg"
38483848- if ac_fn_c_try_compile "$LINENO"; then :
38493849- ac_cv_prog_cc_c99=$ac_arg
38503850-fi
38513851-rm -f core conftest.err conftest.$ac_objext
38523852- test "x$ac_cv_prog_cc_c99" != "xno" && break
38533853-done
38543854-rm -f conftest.$ac_ext
38553855-CC=$ac_save_CC
38563856-38573857-fi
38583858-# AC_CACHE_VAL
38593859-case "x$ac_cv_prog_cc_c99" in
38603860- x)
38613861- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
38623862-$as_echo "none needed" >&6; } ;;
38633863- xno)
38643864- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
38653865-$as_echo "unsupported" >&6; } ;;
38663866- *)
38673867- CC="$CC $ac_cv_prog_cc_c99"
38683868- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
38693869-$as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
38703870-esac
38713871-if test "x$ac_cv_prog_cc_c99" != xno; then :
38723872-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
38734318fi
38743874-38753875-38763876-38773877-ac_ext=c
38783878-ac_cpp='$CPP $CPPFLAGS'
38793879-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38803880-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38813881-ac_compiler_gnu=$ac_cv_c_compiler_gnu
38823882-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
38833883-$as_echo_n "checking how to run the C preprocessor... " >&6; }
38843884-# On Suns, sometimes $CPP names a directory.
38853885-if test -n "$CPP" && test -d "$CPP"; then
38863886- CPP=
43194319+ break
38874320fi
38883888-if test -z "$CPP"; then
38893889- if ${ac_cv_prog_CPP+:} false; then :
38903890- $as_echo_n "(cached) " >&6
38913891-else
38923892- # Double quotes because CPP needs to be expanded
38933893- for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
38943894- do
38953895- ac_preproc_ok=false
38963896-for ac_c_preproc_warn_flag in '' yes
38973897-do
38983898- # Use a header file that comes with gcc, so configuring glibc
38993899- # with a fresh cross-compiler works.
39003900- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39013901- # <limits.h> exists even on freestanding compilers.
39023902- # On the NeXT, cc -E runs the code through the compiler's parser,
39033903- # not just through cpp. "Syntax error" is here to catch this case.
39043904- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39053905-/* end confdefs.h. */
39063906-#ifdef __STDC__
39073907-# include <limits.h>
39083908-#else
39093909-# include <assert.h>
39103910-#endif
39113911- Syntax error
39123912-_ACEOF
39133913-if ac_fn_c_try_cpp "$LINENO"; then :
39143914-39153915-else
39163916- # Broken: fails on valid input.
39173917-continue
43214321+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
39184322fi
39193919-rm -f conftest.err conftest.i conftest.$ac_ext
39203920-39213921- # OK, works on sane cases. Now check whether nonexistent headers
39223922- # can be detected and how.
39233923- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39243924-/* end confdefs.h. */
39253925-#include <ac_nonexistent.h>
39263926-_ACEOF
39273927-if ac_fn_c_try_cpp "$LINENO"; then :
39283928- # Broken: success on invalid input.
39293929-continue
39303930-else
39313931- # Passes both tests.
39323932-ac_preproc_ok=:
39333933-break
39343934-fi
39353935-rm -f conftest.err conftest.i conftest.$ac_ext
39363936-39373937-done
39383938-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
39393939-rm -f conftest.i conftest.err conftest.$ac_ext
39403940-if $ac_preproc_ok; then :
39413941- break
39423942-fi
39433943-43234323+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
39444324 done
39453945- ac_cv_prog_CPP=$CPP
43254325+ CFLAGS=$ac_save_CFLAGS
3946432639474327fi
39483948- CPP=$ac_cv_prog_CPP
39493949-else
39503950- ac_cv_prog_CPP=$CPP
39513951-fi
39523952-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
39533953-$as_echo "$CPP" >&6; }
39543954-ac_preproc_ok=false
39553955-for ac_c_preproc_warn_flag in '' yes
39563956-do
39573957- # Use a header file that comes with gcc, so configuring glibc
39583958- # with a fresh cross-compiler works.
39593959- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39603960- # <limits.h> exists even on freestanding compilers.
39613961- # On the NeXT, cc -E runs the code through the compiler's parser,
39623962- # not just through cpp. "Syntax error" is here to catch this case.
39633963- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39643964-/* end confdefs.h. */
39653965-#ifdef __STDC__
39663966-# include <limits.h>
39673967-#else
39683968-# include <assert.h>
39693969-#endif
39703970- Syntax error
39713971-_ACEOF
39723972-if ac_fn_c_try_cpp "$LINENO"; then :
39733973-39743974-else
39753975- # Broken: fails on valid input.
39763976-continue
39773977-fi
39783978-rm -f conftest.err conftest.i conftest.$ac_ext
39793979-39803980- # OK, works on sane cases. Now check whether nonexistent headers
39813981- # can be detected and how.
39823982- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39833983-/* end confdefs.h. */
39843984-#include <ac_nonexistent.h>
39853985-_ACEOF
39863986-if ac_fn_c_try_cpp "$LINENO"; then :
39873987- # Broken: success on invalid input.
39883988-continue
39893989-else
39903990- # Passes both tests.
39913991-ac_preproc_ok=:
39923992-break
39933993-fi
39943994-rm -f conftest.err conftest.i conftest.$ac_ext
39953995-39963996-done
39973997-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
39983998-rm -f conftest.i conftest.err conftest.$ac_ext
39993999-if $ac_preproc_ok; then :
40004000-40014001-else
40024002- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
40034003-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
40044004-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
40054005-See \`config.log' for more details" "$LINENO" 5; }
40064006-fi
40074007-40084008-ac_ext=c
40094009-ac_cpp='$CPP $CPPFLAGS'
40104010-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40114011-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40124012-ac_compiler_gnu=$ac_cv_c_compiler_gnu
40134013-40144014-40154015-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
40164016-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
40174017-if ${ac_cv_path_GREP+:} false; then :
40184018- $as_echo_n "(cached) " >&6
40194019-else
40204020- if test -z "$GREP"; then
40214021- ac_path_GREP_found=false
40224022- # Loop through the user's path and test for each of PROGNAME-LIST
40234023- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40244024-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
40254025-do
40264026- IFS=$as_save_IFS
40274027- test -z "$as_dir" && as_dir=.
40284028- for ac_prog in grep ggrep; do
40294029- for ac_exec_ext in '' $ac_executable_extensions; do
40304030- ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
40314031- as_fn_executable_p "$ac_path_GREP" || continue
40324032-# Check for GNU ac_path_GREP and select it if it is found.
40334033- # Check for GNU $ac_path_GREP
40344034-case `"$ac_path_GREP" --version 2>&1` in
40354035-*GNU*)
40364036- ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
40374037-*)
40384038- ac_count=0
40394039- $as_echo_n 0123456789 >"conftest.in"
40404040- while :
40414041- do
40424042- cat "conftest.in" "conftest.in" >"conftest.tmp"
40434043- mv "conftest.tmp" "conftest.in"
40444044- cp "conftest.in" "conftest.nl"
40454045- $as_echo 'GREP' >> "conftest.nl"
40464046- "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
40474047- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
40484048- as_fn_arith $ac_count + 1 && ac_count=$as_val
40494049- if test $ac_count -gt ${ac_path_GREP_max-0}; then
40504050- # Best one so far, save it but keep looking for a better one
40514051- ac_cv_path_GREP="$ac_path_GREP"
40524052- ac_path_GREP_max=$ac_count
40534053- fi
40544054- # 10*(2^10) chars as input seems more than enough
40554055- test $ac_count -gt 10 && break
40564056- done
40574057- 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 ;;
40584340esac
4059434140604060- $ac_path_GREP_found && break 3
40614061- done
40624062- done
40634063- done
40644064-IFS=$as_save_IFS
40654065- if test -z "$ac_cv_path_GREP"; then
40664066- as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
40674067- fi
40684068-else
40694069- ac_cv_path_GREP=$GREP
40704070-fi
40714071-40724072-fi
40734073-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
40744074-$as_echo "$ac_cv_path_GREP" >&6; }
40754075- GREP="$ac_cv_path_GREP"
40764076-40774077-40784078-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
40794079-$as_echo_n "checking for egrep... " >&6; }
40804080-if ${ac_cv_path_EGREP+:} false; then :
40814081- $as_echo_n "(cached) " >&6
40824082-else
40834083- if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
40844084- then ac_cv_path_EGREP="$GREP -E"
40854085- else
40864086- if test -z "$EGREP"; then
40874087- ac_path_EGREP_found=false
40884088- # Loop through the user's path and test for each of PROGNAME-LIST
40894089- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40904090-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
43424342+ac_header= ac_cache=
43434343+for ac_item in $ac_header_c_list
40914344do
40924092- IFS=$as_save_IFS
40934093- test -z "$as_dir" && as_dir=.
40944094- for ac_prog in egrep; do
40954095- for ac_exec_ext in '' $ac_executable_extensions; do
40964096- ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
40974097- as_fn_executable_p "$ac_path_EGREP" || continue
40984098-# Check for GNU ac_path_EGREP and select it if it is found.
40994099- # Check for GNU $ac_path_EGREP
41004100-case `"$ac_path_EGREP" --version 2>&1` in
41014101-*GNU*)
41024102- ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
41034103-*)
41044104- ac_count=0
41054105- $as_echo_n 0123456789 >"conftest.in"
41064106- while :
41074107- do
41084108- cat "conftest.in" "conftest.in" >"conftest.tmp"
41094109- mv "conftest.tmp" "conftest.in"
41104110- cp "conftest.in" "conftest.nl"
41114111- $as_echo 'EGREP' >> "conftest.nl"
41124112- "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
41134113- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
41144114- as_fn_arith $ac_count + 1 && ac_count=$as_val
41154115- if test $ac_count -gt ${ac_path_EGREP_max-0}; then
41164116- # Best one so far, save it but keep looking for a better one
41174117- ac_cv_path_EGREP="$ac_path_EGREP"
41184118- 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
41194349 fi
41204120- # 10*(2^10) chars as input seems more than enough
41214121- test $ac_count -gt 10 && break
41224122- done
41234123- rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
41244124-esac
41254125-41264126- $ac_path_EGREP_found && break 3
41274127- done
41284128- done
41294129- done
41304130-IFS=$as_save_IFS
41314131- if test -z "$ac_cv_path_EGREP"; then
41324132- 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
41334355 fi
41344134-else
41354135- ac_cv_path_EGREP=$EGREP
41364136-fi
43564356+done
4137435741384138- fi
41394139-fi
41404140-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
41414141-$as_echo "$ac_cv_path_EGREP" >&6; }
41424142- EGREP="$ac_cv_path_EGREP"
414343584144435941454145-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
41464146-$as_echo_n "checking for ANSI C header files... " >&6; }
41474147-if ${ac_cv_header_stdc+:} false; then :
41484148- $as_echo_n "(cached) " >&6
41494149-else
41504150- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41514151-/* end confdefs.h. */
41524152-#include <stdlib.h>
41534153-#include <stdarg.h>
41544154-#include <string.h>
41554155-#include <float.h>
4156436041574157-int
41584158-main ()
41594159-{
4160436141614161- ;
41624162- return 0;
41634163-}
41644164-_ACEOF
41654165-if ac_fn_c_try_compile "$LINENO"; then :
41664166- ac_cv_header_stdc=yes
41674167-else
41684168- ac_cv_header_stdc=no
41694169-fi
41704170-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4171436241724172-if test $ac_cv_header_stdc = yes; then
41734173- # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
41744174- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41754175-/* end confdefs.h. */
41764176-#include <string.h>
4177436341784178-_ACEOF
41794179-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
41804180- $EGREP "memchr" >/dev/null 2>&1; then :
4181436441824182-else
41834183- ac_cv_header_stdc=no
41844184-fi
41854185-rm -f conftest*
43654365+if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
43664366+then :
4186436741874187-fi
43684368+printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
4188436941894189-if test $ac_cv_header_stdc = yes; then
41904190- # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
41914191- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41924192-/* end confdefs.h. */
41934193-#include <stdlib.h>
41944194-41954195-_ACEOF
41964196-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
41974197- $EGREP "free" >/dev/null 2>&1; then :
41984198-41994199-else
42004200- ac_cv_header_stdc=no
42014370fi
42024202-rm -f conftest*
4203437142044204-fi
42054205-42064206-if test $ac_cv_header_stdc = yes; then
42074207- # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
42084208- if test "$cross_compiling" = yes; then :
42094209- :
42104210-else
42114211- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42124212-/* end confdefs.h. */
42134213-#include <ctype.h>
42144214-#include <stdlib.h>
42154215-#if ((' ' & 0x0FF) == 0x020)
42164216-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
42174217-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
42184218-#else
42194219-# define ISLOWER(c) \
42204220- (('a' <= (c) && (c) <= 'i') \
42214221- || ('j' <= (c) && (c) <= 'r') \
42224222- || ('s' <= (c) && (c) <= 'z'))
42234223-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
42244224-#endif
42254225-42264226-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
42274227-int
42284228-main ()
42294229-{
42304230- int i;
42314231- for (i = 0; i < 256; i++)
42324232- if (XOR (islower (i), ISLOWER (i))
42334233- || toupper (i) != TOUPPER (i))
42344234- return 2;
42354235- return 0;
42364236-}
42374237-_ACEOF
42384238-if ac_fn_c_try_run "$LINENO"; then :
42394239-42404240-else
42414241- ac_cv_header_stdc=no
42424242-fi
42434243-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
42444244- conftest.$ac_objext conftest.beam conftest.$ac_ext
42454245-fi
42464246-42474247-fi
42484248-fi
42494249-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
42504250-$as_echo "$ac_cv_header_stdc" >&6; }
42514251-if test $ac_cv_header_stdc = yes; then
42524252-42534253-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
42544254-42554255-fi
42564256-42574257-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
42584258-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
42594259- inttypes.h stdint.h unistd.h
42604260-do :
42614261- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
42624262-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
42634263-"
42644264-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
42654265- cat >>confdefs.h <<_ACEOF
42664266-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
42674267-_ACEOF
42684268-42694269-fi
42704270-42714271-done
42724372427343734274437442754275-42764276-42774277-42784278-ac_fn_c_check_decl "$LINENO" "__clang__" "ac_cv_have_decl___clang__" "$ac_includes_default"
42794279-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 :
42804378 CLANGCC="yes"
42814281-else
43794379+else $as_nop
42824380 CLANGCC="no"
42834381fi
42844284-42854285-ac_fn_c_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default"
42864286-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 :
42874385 INTELCC="yes"
42884288-else
43864386+else $as_nop
42894387 INTELCC="no"
42904388fi
42914291-42924292-ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default"
42934293-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 :
42944392 SUNCC="yes"
42954295-else
43934393+else $as_nop
42964394 SUNCC="no"
42974395fi
42984396···43034401430444024305440343064306-43074404if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
43084405 if test -n "$ac_tool_prefix"; then
43094406 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
43104407set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
43114311-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
43124312-$as_echo_n "checking for $ac_word... " >&6; }
43134313-if ${ac_cv_path_PKG_CONFIG+:} false; then :
43144314- $as_echo_n "(cached) " >&6
43154315-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
43164414 case $PKG_CONFIG in
43174415 [\\/]* | ?:[\\/]*)
43184416 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
···43224420for as_dir in $PATH
43234421do
43244422 IFS=$as_save_IFS
43254325- test -z "$as_dir" && as_dir=.
44234423+ case $as_dir in #(((
44244424+ '') as_dir=./ ;;
44254425+ */) ;;
44264426+ *) as_dir=$as_dir/ ;;
44274427+ esac
43264428 for ac_exec_ext in '' $ac_executable_extensions; do
43274327- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43284328- ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
43294329- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
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
43304432 break 2
43314433 fi
43324434done
···43384440fi
43394441PKG_CONFIG=$ac_cv_path_PKG_CONFIG
43404442if test -n "$PKG_CONFIG"; then
43414341- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
43424342-$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; }
43434445else
43444344- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
43454345-$as_echo "no" >&6; }
44464446+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
44474447+printf "%s\n" "no" >&6; }
43464448fi
4347444943484450···43514453 ac_pt_PKG_CONFIG=$PKG_CONFIG
43524454 # Extract the first word of "pkg-config", so it can be a program name with args.
43534455set dummy pkg-config; ac_word=$2
43544354-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
43554355-$as_echo_n "checking for $ac_word... " >&6; }
43564356-if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
43574357- $as_echo_n "(cached) " >&6
43584358-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
43594462 case $ac_pt_PKG_CONFIG in
43604463 [\\/]* | ?:[\\/]*)
43614464 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
···43654468for as_dir in $PATH
43664469do
43674470 IFS=$as_save_IFS
43684368- test -z "$as_dir" && as_dir=.
44714471+ case $as_dir in #(((
44724472+ '') as_dir=./ ;;
44734473+ */) ;;
44744474+ *) as_dir=$as_dir/ ;;
44754475+ esac
43694476 for ac_exec_ext in '' $ac_executable_extensions; do
43704370- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43714371- ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
43724372- $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
43734480 break 2
43744481 fi
43754482done
···43814488fi
43824489ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
43834490if test -n "$ac_pt_PKG_CONFIG"; then
43844384- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
43854385-$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; }
43864493else
43874387- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
43884388-$as_echo "no" >&6; }
44944494+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
44954495+printf "%s\n" "no" >&6; }
43894496fi
4390449743914498 if test "x$ac_pt_PKG_CONFIG" = x; then
···43934500 else
43944501 case $cross_compiling:$ac_tool_warned in
43954502yes:)
43964396-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
43974397-$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;}
43984505ac_tool_warned=yes ;;
43994506esac
44004507 PKG_CONFIG=$ac_pt_PKG_CONFIG
···44064513fi
44074514if test -n "$PKG_CONFIG"; then
44084515 _pkg_min_version=0.9.0
44094409- { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
44104410-$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; }
44114518 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
44124412- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
44134413-$as_echo "yes" >&6; }
45194519+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
45204520+printf "%s\n" "yes" >&6; }
44144521 else
44154415- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
44164416-$as_echo "no" >&6; }
45224522+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
45234523+printf "%s\n" "no" >&6; }
44174524 PKG_CONFIG=""
44184525 fi
44194526fi
44204420-# Make sure we can run config.sub.
44214421-$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
44224422- 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
4423453244244424-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
44254425-$as_echo_n "checking build system type... " >&6; }
44264426-if ${ac_cv_build+:} false; then :
44274427- $as_echo_n "(cached) " >&6
44284428-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
44294539 ac_build_alias=$build_alias
44304540test "x$ac_build_alias" = x &&
44314431- ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
45414541+ ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
44324542test "x$ac_build_alias" = x &&
44334543 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
44344434-ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
44354435- 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
4436454644374547fi
44384438-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
44394439-$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; }
44404550case $ac_cv_build in
44414551*-*-*) ;;
44424552*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
···44554565case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
445645664457456744584458-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
44594459-$as_echo_n "checking host system type... " >&6; }
44604460-if ${ac_cv_host+:} false; then :
44614461- $as_echo_n "(cached) " >&6
44624462-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
44634574 if test "x$host_alias" = x; then
44644575 ac_cv_host=$ac_cv_build
44654576else
44664466- ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
44674467- 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
44684579fi
4469458044704581fi
44714471-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
44724472-$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; }
44734584case $ac_cv_host in
44744585*-*-*) ;;
44754586*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
···44884599case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
448946004490460144914491-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
44924492-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
44934493-if ${ac_cv_path_SED+:} false; then :
44944494- $as_echo_n "(cached) " >&6
44954495-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
44964608 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
44974609 for ac_i in 1 2 3 4 5 6 7; do
44984610 ac_script="$ac_script$as_nl$ac_script"
···45064618for as_dir in $PATH
45074619do
45084620 IFS=$as_save_IFS
45094509- test -z "$as_dir" && as_dir=.
45104510- 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
45114628 for ac_exec_ext in '' $ac_executable_extensions; do
45124512- ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
46294629+ ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
45134630 as_fn_executable_p "$ac_path_SED" || continue
45144631# Check for GNU ac_path_SED and select it if it is found.
45154632 # Check for GNU $ac_path_SED
···45184635 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
45194636*)
45204637 ac_count=0
45214521- $as_echo_n 0123456789 >"conftest.in"
46384638+ printf %s 0123456789 >"conftest.in"
45224639 while :
45234640 do
45244641 cat "conftest.in" "conftest.in" >"conftest.tmp"
45254642 mv "conftest.tmp" "conftest.in"
45264643 cp "conftest.in" "conftest.nl"
45274527- $as_echo '' >> "conftest.nl"
46444644+ printf "%s\n" '' >> "conftest.nl"
45284645 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
45294646 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
45304647 as_fn_arith $ac_count + 1 && ac_count=$as_val
···45524669fi
4553467045544671fi
45554555-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
45564556-$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; }
45574674 SED="$ac_cv_path_SED"
45584675 rm -f conftest.sed
45594676···456346804564468145654682# Check whether --enable-selective-werror was given.
45664566-if test "${enable_selective_werror+set}" = set; then :
46834683+if test ${enable_selective_werror+y}
46844684+then :
45674685 enableval=$enable_selective_werror; SELECTIVE_WERROR=$enableval
45684568-else
46864686+else $as_nop
45694687 SELECTIVE_WERROR=yes
45704688fi
45714689···4598471645994717if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
46004718 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
46014601- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
46024602-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
46034603-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
46044604- $as_echo_n "(cached) " >&6
46054605-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
46064725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46074726/* end confdefs.h. */
46084727int i;
46094728_ACEOF
46104610-if ac_fn_c_try_compile "$LINENO"; then :
47294729+if ac_fn_c_try_compile "$LINENO"
47304730+then :
46114731 xorg_cv_cc_flag_unknown_warning_option=yes
46124612-else
47324732+else $as_nop
46134733 xorg_cv_cc_flag_unknown_warning_option=no
46144734fi
46154615-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
46164736fi
46174617-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
46184618-$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; }
46194739 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
46204740 CFLAGS="$xorg_testset_save_CFLAGS"
46214741fi
···46254745 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
46264746 fi
46274747 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
46284628- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
46294629-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
46304630-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
46314631- $as_echo_n "(cached) " >&6
46324632-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
46334754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46344755/* end confdefs.h. */
46354756int i;
46364757_ACEOF
46374637-if ac_fn_c_try_compile "$LINENO"; then :
47584758+if ac_fn_c_try_compile "$LINENO"
47594759+then :
46384760 xorg_cv_cc_flag_unused_command_line_argument=yes
46394639-else
47614761+else $as_nop
46404762 xorg_cv_cc_flag_unused_command_line_argument=no
46414763fi
46424642-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
46434765fi
46444644-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
46454645-$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; }
46464768 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
46474769 CFLAGS="$xorg_testset_save_CFLAGS"
46484770fi
···4660478246614783 CFLAGS="$CFLAGS -Wall"
4662478446634663- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wall" >&5
46644664-$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; }
46654787 cacheid=xorg_cv_cc_flag__Wall
46664666- if eval \${$cacheid+:} false; then :
46674667- $as_echo_n "(cached) " >&6
46684668-else
47884788+ if eval test \${$cacheid+y}
47894789+then :
47904790+ printf %s "(cached) " >&6
47914791+else $as_nop
46694792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46704793/* end confdefs.h. */
46714794int i;
46724795int
46734673-main ()
47964796+main (void)
46744797{
4675479846764799 ;
46774800 return 0;
46784801}
46794802_ACEOF
46804680-if ac_fn_c_try_link "$LINENO"; then :
48034803+if ac_fn_c_try_link "$LINENO"
48044804+then :
46814805 eval $cacheid=yes
46824682-else
48064806+else $as_nop
46834807 eval $cacheid=no
46844808fi
46854685-rm -f core conftest.err conftest.$ac_objext \
48094809+rm -f core conftest.err conftest.$ac_objext conftest.beam \
46864810 conftest$ac_exeext conftest.$ac_ext
46874811fi
46884812···46904814 CFLAGS="$xorg_testset_save_CFLAGS"
4691481546924816 eval supported=\$$cacheid
46934693- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
46944694-$as_echo "$supported" >&6; }
48174817+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
48184818+printf "%s\n" "$supported" >&6; }
46954819 if test "$supported" = "yes" ; then
46964820 BASE_CFLAGS="$BASE_CFLAGS -Wall"
46974821 found="yes"
···4716484047174841if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
47184842 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
47194719- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
47204720-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
47214721-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
47224722- $as_echo_n "(cached) " >&6
47234723-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
47244849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47254850/* end confdefs.h. */
47264851int i;
47274852_ACEOF
47284728-if ac_fn_c_try_compile "$LINENO"; then :
48534853+if ac_fn_c_try_compile "$LINENO"
48544854+then :
47294855 xorg_cv_cc_flag_unknown_warning_option=yes
47304730-else
48564856+else $as_nop
47314857 xorg_cv_cc_flag_unknown_warning_option=no
47324858fi
47334733-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
47344860fi
47354735-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
47364736-$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; }
47374863 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
47384864 CFLAGS="$xorg_testset_save_CFLAGS"
47394865fi
···47434869 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
47444870 fi
47454871 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
47464746- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
47474747-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
47484748-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
47494749- $as_echo_n "(cached) " >&6
47504750-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
47514878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47524879/* end confdefs.h. */
47534880int i;
47544881_ACEOF
47554755-if ac_fn_c_try_compile "$LINENO"; then :
48824882+if ac_fn_c_try_compile "$LINENO"
48834883+then :
47564884 xorg_cv_cc_flag_unused_command_line_argument=yes
47574757-else
48854885+else $as_nop
47584886 xorg_cv_cc_flag_unused_command_line_argument=no
47594887fi
47604760-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
47614889fi
47624762-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
47634763-$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; }
47644892 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
47654893 CFLAGS="$xorg_testset_save_CFLAGS"
47664894fi
···4778490647794907 CFLAGS="$CFLAGS -Wpointer-arith"
4780490847814781- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5
47824782-$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; }
47834911 cacheid=xorg_cv_cc_flag__Wpointer_arith
47844784- if eval \${$cacheid+:} false; then :
47854785- $as_echo_n "(cached) " >&6
47864786-else
49124912+ if eval test \${$cacheid+y}
49134913+then :
49144914+ printf %s "(cached) " >&6
49154915+else $as_nop
47874916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47884917/* end confdefs.h. */
47894918int i;
47904919int
47914791-main ()
49204920+main (void)
47924921{
4793492247944923 ;
47954924 return 0;
47964925}
47974926_ACEOF
47984798-if ac_fn_c_try_link "$LINENO"; then :
49274927+if ac_fn_c_try_link "$LINENO"
49284928+then :
47994929 eval $cacheid=yes
48004800-else
49304930+else $as_nop
48014931 eval $cacheid=no
48024932fi
48034803-rm -f core conftest.err conftest.$ac_objext \
49334933+rm -f core conftest.err conftest.$ac_objext conftest.beam \
48044934 conftest$ac_exeext conftest.$ac_ext
48054935fi
48064936···48084938 CFLAGS="$xorg_testset_save_CFLAGS"
4809493948104940 eval supported=\$$cacheid
48114811- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
48124812-$as_echo "$supported" >&6; }
49414941+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
49424942+printf "%s\n" "$supported" >&6; }
48134943 if test "$supported" = "yes" ; then
48144944 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
48154945 found="yes"
···4834496448354965if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
48364966 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
48374837- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
48384838-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
48394839-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
48404840- $as_echo_n "(cached) " >&6
48414841-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
48424973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48434974/* end confdefs.h. */
48444975int i;
48454976_ACEOF
48464846-if ac_fn_c_try_compile "$LINENO"; then :
49774977+if ac_fn_c_try_compile "$LINENO"
49784978+then :
48474979 xorg_cv_cc_flag_unknown_warning_option=yes
48484848-else
49804980+else $as_nop
48494981 xorg_cv_cc_flag_unknown_warning_option=no
48504982fi
48514851-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
48524984fi
48534853-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
48544854-$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; }
48554987 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
48564988 CFLAGS="$xorg_testset_save_CFLAGS"
48574989fi
···48614993 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
48624994 fi
48634995 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
48644864- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
48654865-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
48664866-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
48674867- $as_echo_n "(cached) " >&6
48684868-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
48695002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48705003/* end confdefs.h. */
48715004int i;
48725005_ACEOF
48734873-if ac_fn_c_try_compile "$LINENO"; then :
50065006+if ac_fn_c_try_compile "$LINENO"
50075007+then :
48745008 xorg_cv_cc_flag_unused_command_line_argument=yes
48754875-else
50095009+else $as_nop
48765010 xorg_cv_cc_flag_unused_command_line_argument=no
48775011fi
48784878-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
48795013fi
48804880-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
48814881-$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; }
48825016 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
48835017 CFLAGS="$xorg_testset_save_CFLAGS"
48845018fi
···4896503048975031 CFLAGS="$CFLAGS -Wmissing-declarations"
4898503248994899- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-declarations" >&5
49004900-$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; }
49015035 cacheid=xorg_cv_cc_flag__Wmissing_declarations
49024902- if eval \${$cacheid+:} false; then :
49034903- $as_echo_n "(cached) " >&6
49044904-else
50365036+ if eval test \${$cacheid+y}
50375037+then :
50385038+ printf %s "(cached) " >&6
50395039+else $as_nop
49055040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49065041/* end confdefs.h. */
49075042int i;
49085043int
49094909-main ()
50445044+main (void)
49105045{
4911504649125047 ;
49135048 return 0;
49145049}
49155050_ACEOF
49164916-if ac_fn_c_try_link "$LINENO"; then :
50515051+if ac_fn_c_try_link "$LINENO"
50525052+then :
49175053 eval $cacheid=yes
49184918-else
50545054+else $as_nop
49195055 eval $cacheid=no
49205056fi
49214921-rm -f core conftest.err conftest.$ac_objext \
50575057+rm -f core conftest.err conftest.$ac_objext conftest.beam \
49225058 conftest$ac_exeext conftest.$ac_ext
49235059fi
49245060···49265062 CFLAGS="$xorg_testset_save_CFLAGS"
4927506349285064 eval supported=\$$cacheid
49294929- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
49304930-$as_echo "$supported" >&6; }
50655065+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
50665066+printf "%s\n" "$supported" >&6; }
49315067 if test "$supported" = "yes" ; then
49325068 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-declarations"
49335069 found="yes"
···4952508849535089if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
49545090 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
49554955- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
49564956-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
49574957-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
49584958- $as_echo_n "(cached) " >&6
49594959-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
49605097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49615098/* end confdefs.h. */
49625099int i;
49635100_ACEOF
49644964-if ac_fn_c_try_compile "$LINENO"; then :
51015101+if ac_fn_c_try_compile "$LINENO"
51025102+then :
49655103 xorg_cv_cc_flag_unknown_warning_option=yes
49664966-else
51045104+else $as_nop
49675105 xorg_cv_cc_flag_unknown_warning_option=no
49685106fi
49694969-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
49705108fi
49714971-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
49724972-$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; }
49735111 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
49745112 CFLAGS="$xorg_testset_save_CFLAGS"
49755113fi
···49795117 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
49805118 fi
49815119 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
49824982- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
49834983-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
49844984-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
49854985- $as_echo_n "(cached) " >&6
49864986-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
49875126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49885127/* end confdefs.h. */
49895128int i;
49905129_ACEOF
49914991-if ac_fn_c_try_compile "$LINENO"; then :
51305130+if ac_fn_c_try_compile "$LINENO"
51315131+then :
49925132 xorg_cv_cc_flag_unused_command_line_argument=yes
49934993-else
51335133+else $as_nop
49945134 xorg_cv_cc_flag_unused_command_line_argument=no
49955135fi
49964996-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
49975137fi
49984998-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
49994999-$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; }
50005140 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
50015141 CFLAGS="$xorg_testset_save_CFLAGS"
50025142fi
···5014515450155155 CFLAGS="$CFLAGS -Wformat=2"
5016515650175017- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat=2" >&5
50185018-$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; }
50195159 cacheid=xorg_cv_cc_flag__Wformat_2
50205020- if eval \${$cacheid+:} false; then :
50215021- $as_echo_n "(cached) " >&6
50225022-else
51605160+ if eval test \${$cacheid+y}
51615161+then :
51625162+ printf %s "(cached) " >&6
51635163+else $as_nop
50235164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50245165/* end confdefs.h. */
50255166int i;
50265167int
50275027-main ()
51685168+main (void)
50285169{
5029517050305171 ;
50315172 return 0;
50325173}
50335174_ACEOF
50345034-if ac_fn_c_try_link "$LINENO"; then :
51755175+if ac_fn_c_try_link "$LINENO"
51765176+then :
50355177 eval $cacheid=yes
50365036-else
51785178+else $as_nop
50375179 eval $cacheid=no
50385180fi
50395039-rm -f core conftest.err conftest.$ac_objext \
51815181+rm -f core conftest.err conftest.$ac_objext conftest.beam \
50405182 conftest$ac_exeext conftest.$ac_ext
50415183fi
50425184···50445186 CFLAGS="$xorg_testset_save_CFLAGS"
5045518750465188 eval supported=\$$cacheid
50475047- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
50485048-$as_echo "$supported" >&6; }
51895189+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
51905190+printf "%s\n" "$supported" >&6; }
50495191 if test "$supported" = "yes" ; then
50505192 BASE_CFLAGS="$BASE_CFLAGS -Wformat=2"
50515193 found="yes"
···5063520550645206 CFLAGS="$CFLAGS -Wformat"
5065520750665066- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat" >&5
50675067-$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; }
50685210 cacheid=xorg_cv_cc_flag__Wformat
50695069- if eval \${$cacheid+:} false; then :
50705070- $as_echo_n "(cached) " >&6
50715071-else
52115211+ if eval test \${$cacheid+y}
52125212+then :
52135213+ printf %s "(cached) " >&6
52145214+else $as_nop
50725215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50735216/* end confdefs.h. */
50745217int i;
50755218int
50765076-main ()
52195219+main (void)
50775220{
5078522150795222 ;
50805223 return 0;
50815224}
50825225_ACEOF
50835083-if ac_fn_c_try_link "$LINENO"; then :
52265226+if ac_fn_c_try_link "$LINENO"
52275227+then :
50845228 eval $cacheid=yes
50855085-else
52295229+else $as_nop
50865230 eval $cacheid=no
50875231fi
50885088-rm -f core conftest.err conftest.$ac_objext \
52325232+rm -f core conftest.err conftest.$ac_objext conftest.beam \
50895233 conftest$ac_exeext conftest.$ac_ext
50905234fi
50915235···50935237 CFLAGS="$xorg_testset_save_CFLAGS"
5094523850955239 eval supported=\$$cacheid
50965096- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
50975097-$as_echo "$supported" >&6; }
52405240+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
52415241+printf "%s\n" "$supported" >&6; }
50985242 if test "$supported" = "yes" ; then
50995243 BASE_CFLAGS="$BASE_CFLAGS -Wformat"
51005244 found="yes"
···5121526551225266if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
51235267 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
51245124- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
51255125-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
51265126-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
51275127- $as_echo_n "(cached) " >&6
51285128-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
51295274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51305275/* end confdefs.h. */
51315276int i;
51325277_ACEOF
51335133-if ac_fn_c_try_compile "$LINENO"; then :
52785278+if ac_fn_c_try_compile "$LINENO"
52795279+then :
51345280 xorg_cv_cc_flag_unknown_warning_option=yes
51355135-else
52815281+else $as_nop
51365282 xorg_cv_cc_flag_unknown_warning_option=no
51375283fi
51385138-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
51395285fi
51405140-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
51415141-$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; }
51425288 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
51435289 CFLAGS="$xorg_testset_save_CFLAGS"
51445290fi
···51485294 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
51495295 fi
51505296 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
51515151- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
51525152-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
51535153-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
51545154- $as_echo_n "(cached) " >&6
51555155-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
51565303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51575304/* end confdefs.h. */
51585305int i;
51595306_ACEOF
51605160-if ac_fn_c_try_compile "$LINENO"; then :
53075307+if ac_fn_c_try_compile "$LINENO"
53085308+then :
51615309 xorg_cv_cc_flag_unused_command_line_argument=yes
51625162-else
53105310+else $as_nop
51635311 xorg_cv_cc_flag_unused_command_line_argument=no
51645312fi
51655165-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
51665314fi
51675167-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
51685168-$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; }
51695317 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
51705318 CFLAGS="$xorg_testset_save_CFLAGS"
51715319fi
···5183533151845332 CFLAGS="$CFLAGS -Wstrict-prototypes"
5185533351865186- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wstrict-prototypes" >&5
51875187-$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; }
51885336 cacheid=xorg_cv_cc_flag__Wstrict_prototypes
51895189- if eval \${$cacheid+:} false; then :
51905190- $as_echo_n "(cached) " >&6
51915191-else
53375337+ if eval test \${$cacheid+y}
53385338+then :
53395339+ printf %s "(cached) " >&6
53405340+else $as_nop
51925341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51935342/* end confdefs.h. */
51945343int i;
51955344int
51965196-main ()
53455345+main (void)
51975346{
5198534751995348 ;
52005349 return 0;
52015350}
52025351_ACEOF
52035203-if ac_fn_c_try_link "$LINENO"; then :
53525352+if ac_fn_c_try_link "$LINENO"
53535353+then :
52045354 eval $cacheid=yes
52055205-else
53555355+else $as_nop
52065356 eval $cacheid=no
52075357fi
52085208-rm -f core conftest.err conftest.$ac_objext \
53585358+rm -f core conftest.err conftest.$ac_objext conftest.beam \
52095359 conftest$ac_exeext conftest.$ac_ext
52105360fi
52115361···52135363 CFLAGS="$xorg_testset_save_CFLAGS"
5214536452155365 eval supported=\$$cacheid
52165216- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
52175217-$as_echo "$supported" >&6; }
53665366+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
53675367+printf "%s\n" "$supported" >&6; }
52185368 if test "$supported" = "yes" ; then
52195369 BASE_CFLAGS="$BASE_CFLAGS -Wstrict-prototypes"
52205370 found="yes"
···5239538952405390if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
52415391 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
52425242- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
52435243-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
52445244-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
52455245- $as_echo_n "(cached) " >&6
52465246-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
52475398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52485399/* end confdefs.h. */
52495400int i;
52505401_ACEOF
52515251-if ac_fn_c_try_compile "$LINENO"; then :
54025402+if ac_fn_c_try_compile "$LINENO"
54035403+then :
52525404 xorg_cv_cc_flag_unknown_warning_option=yes
52535253-else
54055405+else $as_nop
52545406 xorg_cv_cc_flag_unknown_warning_option=no
52555407fi
52565256-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
52575409fi
52585258-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
52595259-$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; }
52605412 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
52615413 CFLAGS="$xorg_testset_save_CFLAGS"
52625414fi
···52665418 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
52675419 fi
52685420 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
52695269- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
52705270-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
52715271-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
52725272- $as_echo_n "(cached) " >&6
52735273-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
52745427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52755428/* end confdefs.h. */
52765429int i;
52775430_ACEOF
52785278-if ac_fn_c_try_compile "$LINENO"; then :
54315431+if ac_fn_c_try_compile "$LINENO"
54325432+then :
52795433 xorg_cv_cc_flag_unused_command_line_argument=yes
52805280-else
54345434+else $as_nop
52815435 xorg_cv_cc_flag_unused_command_line_argument=no
52825436fi
52835283-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
52845438fi
52855285-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
52865286-$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; }
52875441 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
52885442 CFLAGS="$xorg_testset_save_CFLAGS"
52895443fi
···5301545553025456 CFLAGS="$CFLAGS -Wmissing-prototypes"
5303545753045304- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-prototypes" >&5
53055305-$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; }
53065460 cacheid=xorg_cv_cc_flag__Wmissing_prototypes
53075307- if eval \${$cacheid+:} false; then :
53085308- $as_echo_n "(cached) " >&6
53095309-else
54615461+ if eval test \${$cacheid+y}
54625462+then :
54635463+ printf %s "(cached) " >&6
54645464+else $as_nop
53105465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53115466/* end confdefs.h. */
53125467int i;
53135468int
53145314-main ()
54695469+main (void)
53155470{
5316547153175472 ;
53185473 return 0;
53195474}
53205475_ACEOF
53215321-if ac_fn_c_try_link "$LINENO"; then :
54765476+if ac_fn_c_try_link "$LINENO"
54775477+then :
53225478 eval $cacheid=yes
53235323-else
54795479+else $as_nop
53245480 eval $cacheid=no
53255481fi
53265326-rm -f core conftest.err conftest.$ac_objext \
54825482+rm -f core conftest.err conftest.$ac_objext conftest.beam \
53275483 conftest$ac_exeext conftest.$ac_ext
53285484fi
53295485···53315487 CFLAGS="$xorg_testset_save_CFLAGS"
5332548853335489 eval supported=\$$cacheid
53345334- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
53355335-$as_echo "$supported" >&6; }
54905490+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
54915491+printf "%s\n" "$supported" >&6; }
53365492 if test "$supported" = "yes" ; then
53375493 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-prototypes"
53385494 found="yes"
···5357551353585514if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
53595515 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
53605360- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
53615361-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
53625362-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
53635363- $as_echo_n "(cached) " >&6
53645364-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
53655522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53665523/* end confdefs.h. */
53675524int i;
53685525_ACEOF
53695369-if ac_fn_c_try_compile "$LINENO"; then :
55265526+if ac_fn_c_try_compile "$LINENO"
55275527+then :
53705528 xorg_cv_cc_flag_unknown_warning_option=yes
53715371-else
55295529+else $as_nop
53725530 xorg_cv_cc_flag_unknown_warning_option=no
53735531fi
53745374-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
53755533fi
53765376-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
53775377-$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; }
53785536 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
53795537 CFLAGS="$xorg_testset_save_CFLAGS"
53805538fi
···53845542 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
53855543 fi
53865544 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
53875387- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
53885388-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
53895389-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
53905390- $as_echo_n "(cached) " >&6
53915391-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
53925551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53935552/* end confdefs.h. */
53945553int i;
53955554_ACEOF
53965396-if ac_fn_c_try_compile "$LINENO"; then :
55555555+if ac_fn_c_try_compile "$LINENO"
55565556+then :
53975557 xorg_cv_cc_flag_unused_command_line_argument=yes
53985398-else
55585558+else $as_nop
53995559 xorg_cv_cc_flag_unused_command_line_argument=no
54005560fi
54015401-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
54025562fi
54035403-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
54045404-$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; }
54055565 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
54065566 CFLAGS="$xorg_testset_save_CFLAGS"
54075567fi
···5419557954205580 CFLAGS="$CFLAGS -Wnested-externs"
5421558154225422- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnested-externs" >&5
54235423-$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; }
54245584 cacheid=xorg_cv_cc_flag__Wnested_externs
54255425- if eval \${$cacheid+:} false; then :
54265426- $as_echo_n "(cached) " >&6
54275427-else
55855585+ if eval test \${$cacheid+y}
55865586+then :
55875587+ printf %s "(cached) " >&6
55885588+else $as_nop
54285589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54295590/* end confdefs.h. */
54305591int i;
54315592int
54325432-main ()
55935593+main (void)
54335594{
5434559554355596 ;
54365597 return 0;
54375598}
54385599_ACEOF
54395439-if ac_fn_c_try_link "$LINENO"; then :
56005600+if ac_fn_c_try_link "$LINENO"
56015601+then :
54405602 eval $cacheid=yes
54415441-else
56035603+else $as_nop
54425604 eval $cacheid=no
54435605fi
54445444-rm -f core conftest.err conftest.$ac_objext \
56065606+rm -f core conftest.err conftest.$ac_objext conftest.beam \
54455607 conftest$ac_exeext conftest.$ac_ext
54465608fi
54475609···54495611 CFLAGS="$xorg_testset_save_CFLAGS"
5450561254515613 eval supported=\$$cacheid
54525452- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
54535453-$as_echo "$supported" >&6; }
56145614+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
56155615+printf "%s\n" "$supported" >&6; }
54545616 if test "$supported" = "yes" ; then
54555617 BASE_CFLAGS="$BASE_CFLAGS -Wnested-externs"
54565618 found="yes"
···5475563754765638if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
54775639 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
54785478- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
54795479-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
54805480-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
54815481- $as_echo_n "(cached) " >&6
54825482-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
54835646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54845647/* end confdefs.h. */
54855648int i;
54865649_ACEOF
54875487-if ac_fn_c_try_compile "$LINENO"; then :
56505650+if ac_fn_c_try_compile "$LINENO"
56515651+then :
54885652 xorg_cv_cc_flag_unknown_warning_option=yes
54895489-else
56535653+else $as_nop
54905654 xorg_cv_cc_flag_unknown_warning_option=no
54915655fi
54925492-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
54935657fi
54945494-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
54955495-$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; }
54965660 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
54975661 CFLAGS="$xorg_testset_save_CFLAGS"
54985662fi
···55025666 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
55035667 fi
55045668 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
55055505- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
55065506-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
55075507-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
55085508- $as_echo_n "(cached) " >&6
55095509-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
55105675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55115676/* end confdefs.h. */
55125677int i;
55135678_ACEOF
55145514-if ac_fn_c_try_compile "$LINENO"; then :
56795679+if ac_fn_c_try_compile "$LINENO"
56805680+then :
55155681 xorg_cv_cc_flag_unused_command_line_argument=yes
55165516-else
56825682+else $as_nop
55175683 xorg_cv_cc_flag_unused_command_line_argument=no
55185684fi
55195519-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
55205686fi
55215521-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
55225522-$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; }
55235689 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
55245690 CFLAGS="$xorg_testset_save_CFLAGS"
55255691fi
···5537570355385704 CFLAGS="$CFLAGS -Wbad-function-cast"
5539570555405540- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wbad-function-cast" >&5
55415541-$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; }
55425708 cacheid=xorg_cv_cc_flag__Wbad_function_cast
55435543- if eval \${$cacheid+:} false; then :
55445544- $as_echo_n "(cached) " >&6
55455545-else
57095709+ if eval test \${$cacheid+y}
57105710+then :
57115711+ printf %s "(cached) " >&6
57125712+else $as_nop
55465713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55475714/* end confdefs.h. */
55485715int i;
55495716int
55505550-main ()
57175717+main (void)
55515718{
5552571955535720 ;
55545721 return 0;
55555722}
55565723_ACEOF
55575557-if ac_fn_c_try_link "$LINENO"; then :
57245724+if ac_fn_c_try_link "$LINENO"
57255725+then :
55585726 eval $cacheid=yes
55595559-else
57275727+else $as_nop
55605728 eval $cacheid=no
55615729fi
55625562-rm -f core conftest.err conftest.$ac_objext \
57305730+rm -f core conftest.err conftest.$ac_objext conftest.beam \
55635731 conftest$ac_exeext conftest.$ac_ext
55645732fi
55655733···55675735 CFLAGS="$xorg_testset_save_CFLAGS"
5568573655695737 eval supported=\$$cacheid
55705570- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
55715571-$as_echo "$supported" >&6; }
57385738+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
57395739+printf "%s\n" "$supported" >&6; }
55725740 if test "$supported" = "yes" ; then
55735741 BASE_CFLAGS="$BASE_CFLAGS -Wbad-function-cast"
55745742 found="yes"
···5593576155945762if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
55955763 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
55965596- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
55975597-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
55985598-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
55995599- $as_echo_n "(cached) " >&6
56005600-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
56015770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56025771/* end confdefs.h. */
56035772int i;
56045773_ACEOF
56055605-if ac_fn_c_try_compile "$LINENO"; then :
57745774+if ac_fn_c_try_compile "$LINENO"
57755775+then :
56065776 xorg_cv_cc_flag_unknown_warning_option=yes
56075607-else
57775777+else $as_nop
56085778 xorg_cv_cc_flag_unknown_warning_option=no
56095779fi
56105610-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
56115781fi
56125612-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
56135613-$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; }
56145784 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
56155785 CFLAGS="$xorg_testset_save_CFLAGS"
56165786fi
···56205790 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
56215791 fi
56225792 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
56235623- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
56245624-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
56255625-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
56265626- $as_echo_n "(cached) " >&6
56275627-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
56285799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56295800/* end confdefs.h. */
56305801int i;
56315802_ACEOF
56325632-if ac_fn_c_try_compile "$LINENO"; then :
58035803+if ac_fn_c_try_compile "$LINENO"
58045804+then :
56335805 xorg_cv_cc_flag_unused_command_line_argument=yes
56345634-else
58065806+else $as_nop
56355807 xorg_cv_cc_flag_unused_command_line_argument=no
56365808fi
56375637-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
56385810fi
56395639-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
56405640-$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; }
56415813 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
56425814 CFLAGS="$xorg_testset_save_CFLAGS"
56435815fi
···5655582756565828 CFLAGS="$CFLAGS -Wold-style-definition"
5657582956585658- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wold-style-definition" >&5
56595659-$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; }
56605832 cacheid=xorg_cv_cc_flag__Wold_style_definition
56615661- if eval \${$cacheid+:} false; then :
56625662- $as_echo_n "(cached) " >&6
56635663-else
58335833+ if eval test \${$cacheid+y}
58345834+then :
58355835+ printf %s "(cached) " >&6
58365836+else $as_nop
56645837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56655838/* end confdefs.h. */
56665839int i;
56675840int
56685668-main ()
58415841+main (void)
56695842{
5670584356715844 ;
56725845 return 0;
56735846}
56745847_ACEOF
56755675-if ac_fn_c_try_link "$LINENO"; then :
58485848+if ac_fn_c_try_link "$LINENO"
58495849+then :
56765850 eval $cacheid=yes
56775677-else
58515851+else $as_nop
56785852 eval $cacheid=no
56795853fi
56805680-rm -f core conftest.err conftest.$ac_objext \
58545854+rm -f core conftest.err conftest.$ac_objext conftest.beam \
56815855 conftest$ac_exeext conftest.$ac_ext
56825856fi
56835857···56855859 CFLAGS="$xorg_testset_save_CFLAGS"
5686586056875861 eval supported=\$$cacheid
56885688- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
56895689-$as_echo "$supported" >&6; }
58625862+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
58635863+printf "%s\n" "$supported" >&6; }
56905864 if test "$supported" = "yes" ; then
56915865 BASE_CFLAGS="$BASE_CFLAGS -Wold-style-definition"
56925866 found="yes"
···5704587857055879 CFLAGS="$CFLAGS -fd"
5706588057075707- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fd" >&5
57085708-$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; }
57095883 cacheid=xorg_cv_cc_flag__fd
57105710- if eval \${$cacheid+:} false; then :
57115711- $as_echo_n "(cached) " >&6
57125712-else
58845884+ if eval test \${$cacheid+y}
58855885+then :
58865886+ printf %s "(cached) " >&6
58875887+else $as_nop
57135888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57145889/* end confdefs.h. */
57155890int i;
57165891int
57175717-main ()
58925892+main (void)
57185893{
5719589457205895 ;
57215896 return 0;
57225897}
57235898_ACEOF
57245724-if ac_fn_c_try_link "$LINENO"; then :
58995899+if ac_fn_c_try_link "$LINENO"
59005900+then :
57255901 eval $cacheid=yes
57265726-else
59025902+else $as_nop
57275903 eval $cacheid=no
57285904fi
57295729-rm -f core conftest.err conftest.$ac_objext \
59055905+rm -f core conftest.err conftest.$ac_objext conftest.beam \
57305906 conftest$ac_exeext conftest.$ac_ext
57315907fi
57325908···57345910 CFLAGS="$xorg_testset_save_CFLAGS"
5735591157365912 eval supported=\$$cacheid
57375737- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
57385738-$as_echo "$supported" >&6; }
59135913+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
59145914+printf "%s\n" "$supported" >&6; }
57395915 if test "$supported" = "yes" ; then
57405916 BASE_CFLAGS="$BASE_CFLAGS -fd"
57415917 found="yes"
···5760593657615937if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
57625938 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
57635763- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
57645764-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
57655765-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
57665766- $as_echo_n "(cached) " >&6
57675767-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
57685945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57695946/* end confdefs.h. */
57705947int i;
57715948_ACEOF
57725772-if ac_fn_c_try_compile "$LINENO"; then :
59495949+if ac_fn_c_try_compile "$LINENO"
59505950+then :
57735951 xorg_cv_cc_flag_unknown_warning_option=yes
57745774-else
59525952+else $as_nop
57755953 xorg_cv_cc_flag_unknown_warning_option=no
57765954fi
57775777-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
57785956fi
57795779-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
57805780-$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; }
57815959 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
57825960 CFLAGS="$xorg_testset_save_CFLAGS"
57835961fi
···57875965 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
57885966 fi
57895967 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
57905790- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
57915791-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
57925792-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
57935793- $as_echo_n "(cached) " >&6
57945794-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
57955974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57965975/* end confdefs.h. */
57975976int i;
57985977_ACEOF
57995799-if ac_fn_c_try_compile "$LINENO"; then :
59785978+if ac_fn_c_try_compile "$LINENO"
59795979+then :
58005980 xorg_cv_cc_flag_unused_command_line_argument=yes
58015801-else
59815981+else $as_nop
58025982 xorg_cv_cc_flag_unused_command_line_argument=no
58035983fi
58045804-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
58055985fi
58065806-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
58075807-$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; }
58085988 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
58095989 CFLAGS="$xorg_testset_save_CFLAGS"
58105990fi
···5822600258236003 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
5824600458255825- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wdeclaration-after-statement" >&5
58265826-$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; }
58276007 cacheid=xorg_cv_cc_flag__Wdeclaration_after_statement
58285828- if eval \${$cacheid+:} false; then :
58295829- $as_echo_n "(cached) " >&6
58305830-else
60086008+ if eval test \${$cacheid+y}
60096009+then :
60106010+ printf %s "(cached) " >&6
60116011+else $as_nop
58316012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58326013/* end confdefs.h. */
58336014int i;
58346015int
58355835-main ()
60166016+main (void)
58366017{
5837601858386019 ;
58396020 return 0;
58406021}
58416022_ACEOF
58425842-if ac_fn_c_try_link "$LINENO"; then :
60236023+if ac_fn_c_try_link "$LINENO"
60246024+then :
58436025 eval $cacheid=yes
58445844-else
60266026+else $as_nop
58456027 eval $cacheid=no
58466028fi
58475847-rm -f core conftest.err conftest.$ac_objext \
60296029+rm -f core conftest.err conftest.$ac_objext conftest.beam \
58486030 conftest$ac_exeext conftest.$ac_ext
58496031fi
58506032···58526034 CFLAGS="$xorg_testset_save_CFLAGS"
5853603558546036 eval supported=\$$cacheid
58555855- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
58565856-$as_echo "$supported" >&6; }
60376037+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
60386038+printf "%s\n" "$supported" >&6; }
58576039 if test "$supported" = "yes" ; then
58586040 BASE_CFLAGS="$BASE_CFLAGS -Wdeclaration-after-statement"
58596041 found="yes"
···5882606458836065if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
58846066 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
58855885- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
58865886-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
58875887-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
58885888- $as_echo_n "(cached) " >&6
58895889-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
58906073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58916074/* end confdefs.h. */
58926075int i;
58936076_ACEOF
58945894-if ac_fn_c_try_compile "$LINENO"; then :
60776077+if ac_fn_c_try_compile "$LINENO"
60786078+then :
58956079 xorg_cv_cc_flag_unknown_warning_option=yes
58965896-else
60806080+else $as_nop
58976081 xorg_cv_cc_flag_unknown_warning_option=no
58986082fi
58995899-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
59006084fi
59015901-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
59025902-$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; }
59036087 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
59046088 CFLAGS="$xorg_testset_save_CFLAGS"
59056089fi
···59096093 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
59106094 fi
59116095 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
59125912- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
59135913-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
59145914-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
59155915- $as_echo_n "(cached) " >&6
59165916-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
59176102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59186103/* end confdefs.h. */
59196104int i;
59206105_ACEOF
59215921-if ac_fn_c_try_compile "$LINENO"; then :
61066106+if ac_fn_c_try_compile "$LINENO"
61076107+then :
59226108 xorg_cv_cc_flag_unused_command_line_argument=yes
59235923-else
61096109+else $as_nop
59246110 xorg_cv_cc_flag_unused_command_line_argument=no
59256111fi
59265926-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
59276113fi
59285928-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
59295929-$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; }
59306116 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
59316117 CFLAGS="$xorg_testset_save_CFLAGS"
59326118fi
···5944613059456131 CFLAGS="$CFLAGS -Wunused"
5946613259475947- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wunused" >&5
59485948-$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; }
59496135 cacheid=xorg_cv_cc_flag__Wunused
59505950- if eval \${$cacheid+:} false; then :
59515951- $as_echo_n "(cached) " >&6
59525952-else
61366136+ if eval test \${$cacheid+y}
61376137+then :
61386138+ printf %s "(cached) " >&6
61396139+else $as_nop
59536140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59546141/* end confdefs.h. */
59556142int i;
59566143int
59575957-main ()
61446144+main (void)
59586145{
5959614659606147 ;
59616148 return 0;
59626149}
59636150_ACEOF
59645964-if ac_fn_c_try_link "$LINENO"; then :
61516151+if ac_fn_c_try_link "$LINENO"
61526152+then :
59656153 eval $cacheid=yes
59665966-else
61546154+else $as_nop
59676155 eval $cacheid=no
59686156fi
59695969-rm -f core conftest.err conftest.$ac_objext \
61576157+rm -f core conftest.err conftest.$ac_objext conftest.beam \
59706158 conftest$ac_exeext conftest.$ac_ext
59716159fi
59726160···59746162 CFLAGS="$xorg_testset_save_CFLAGS"
5975616359766164 eval supported=\$$cacheid
59775977- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
59785978-$as_echo "$supported" >&6; }
61656165+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
61666166+printf "%s\n" "$supported" >&6; }
59796167 if test "$supported" = "yes" ; then
59806168 BASE_CFLAGS="$BASE_CFLAGS -Wunused"
59816169 found="yes"
···6000618860016189if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
60026190 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
60036003- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
60046004-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
60056005-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
60066006- $as_echo_n "(cached) " >&6
60076007-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
60086197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60096198/* end confdefs.h. */
60106199int i;
60116200_ACEOF
60126012-if ac_fn_c_try_compile "$LINENO"; then :
62016201+if ac_fn_c_try_compile "$LINENO"
62026202+then :
60136203 xorg_cv_cc_flag_unknown_warning_option=yes
60146014-else
62046204+else $as_nop
60156205 xorg_cv_cc_flag_unknown_warning_option=no
60166206fi
60176017-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
60186208fi
60196019-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
60206020-$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; }
60216211 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
60226212 CFLAGS="$xorg_testset_save_CFLAGS"
60236213fi
···60276217 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
60286218 fi
60296219 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
60306030- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
60316031-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
60326032-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
60336033- $as_echo_n "(cached) " >&6
60346034-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
60356226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60366227/* end confdefs.h. */
60376228int i;
60386229_ACEOF
60396039-if ac_fn_c_try_compile "$LINENO"; then :
62306230+if ac_fn_c_try_compile "$LINENO"
62316231+then :
60406232 xorg_cv_cc_flag_unused_command_line_argument=yes
60416041-else
62336233+else $as_nop
60426234 xorg_cv_cc_flag_unused_command_line_argument=no
60436235fi
60446044-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
60456237fi
60466046-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
60476047-$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; }
60486240 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
60496241 CFLAGS="$xorg_testset_save_CFLAGS"
60506242fi
···6062625460636255 CFLAGS="$CFLAGS -Wuninitialized"
6064625660656065- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wuninitialized" >&5
60666066-$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; }
60676259 cacheid=xorg_cv_cc_flag__Wuninitialized
60686068- if eval \${$cacheid+:} false; then :
60696069- $as_echo_n "(cached) " >&6
60706070-else
62606260+ if eval test \${$cacheid+y}
62616261+then :
62626262+ printf %s "(cached) " >&6
62636263+else $as_nop
60716264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60726265/* end confdefs.h. */
60736266int i;
60746267int
60756075-main ()
62686268+main (void)
60766269{
6077627060786271 ;
60796272 return 0;
60806273}
60816274_ACEOF
60826082-if ac_fn_c_try_link "$LINENO"; then :
62756275+if ac_fn_c_try_link "$LINENO"
62766276+then :
60836277 eval $cacheid=yes
60846084-else
62786278+else $as_nop
60856279 eval $cacheid=no
60866280fi
60876087-rm -f core conftest.err conftest.$ac_objext \
62816281+rm -f core conftest.err conftest.$ac_objext conftest.beam \
60886282 conftest$ac_exeext conftest.$ac_ext
60896283fi
60906284···60926286 CFLAGS="$xorg_testset_save_CFLAGS"
6093628760946288 eval supported=\$$cacheid
60956095- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
60966096-$as_echo "$supported" >&6; }
62896289+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
62906290+printf "%s\n" "$supported" >&6; }
60976291 if test "$supported" = "yes" ; then
60986292 BASE_CFLAGS="$BASE_CFLAGS -Wuninitialized"
60996293 found="yes"
···6118631261196313if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
61206314 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
61216121- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
61226122-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
61236123-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
61246124- $as_echo_n "(cached) " >&6
61256125-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
61266321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61276322/* end confdefs.h. */
61286323int i;
61296324_ACEOF
61306130-if ac_fn_c_try_compile "$LINENO"; then :
63256325+if ac_fn_c_try_compile "$LINENO"
63266326+then :
61316327 xorg_cv_cc_flag_unknown_warning_option=yes
61326132-else
63286328+else $as_nop
61336329 xorg_cv_cc_flag_unknown_warning_option=no
61346330fi
61356135-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
61366332fi
61376137-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
61386138-$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; }
61396335 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
61406336 CFLAGS="$xorg_testset_save_CFLAGS"
61416337fi
···61456341 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
61466342 fi
61476343 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
61486148- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
61496149-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
61506150-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
61516151- $as_echo_n "(cached) " >&6
61526152-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
61536350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61546351/* end confdefs.h. */
61556352int i;
61566353_ACEOF
61576157-if ac_fn_c_try_compile "$LINENO"; then :
63546354+if ac_fn_c_try_compile "$LINENO"
63556355+then :
61586356 xorg_cv_cc_flag_unused_command_line_argument=yes
61596159-else
63576357+else $as_nop
61606358 xorg_cv_cc_flag_unused_command_line_argument=no
61616359fi
61626162-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
61636361fi
61646164-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
61656165-$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; }
61666364 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
61676365 CFLAGS="$xorg_testset_save_CFLAGS"
61686366fi
···6180637861816379 CFLAGS="$CFLAGS -Wshadow"
6182638061836183- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wshadow" >&5
61846184-$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; }
61856383 cacheid=xorg_cv_cc_flag__Wshadow
61866186- if eval \${$cacheid+:} false; then :
61876187- $as_echo_n "(cached) " >&6
61886188-else
63846384+ if eval test \${$cacheid+y}
63856385+then :
63866386+ printf %s "(cached) " >&6
63876387+else $as_nop
61896388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61906389/* end confdefs.h. */
61916390int i;
61926391int
61936193-main ()
63926392+main (void)
61946393{
6195639461966395 ;
61976396 return 0;
61986397}
61996398_ACEOF
62006200-if ac_fn_c_try_link "$LINENO"; then :
63996399+if ac_fn_c_try_link "$LINENO"
64006400+then :
62016401 eval $cacheid=yes
62026202-else
64026402+else $as_nop
62036403 eval $cacheid=no
62046404fi
62056205-rm -f core conftest.err conftest.$ac_objext \
64056405+rm -f core conftest.err conftest.$ac_objext conftest.beam \
62066406 conftest$ac_exeext conftest.$ac_ext
62076407fi
62086408···62106410 CFLAGS="$xorg_testset_save_CFLAGS"
6211641162126412 eval supported=\$$cacheid
62136213- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
62146214-$as_echo "$supported" >&6; }
64136413+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
64146414+printf "%s\n" "$supported" >&6; }
62156415 if test "$supported" = "yes" ; then
62166416 BASE_CFLAGS="$BASE_CFLAGS -Wshadow"
62176417 found="yes"
···6236643662376437if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
62386438 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
62396239- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
62406240-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
62416241-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
62426242- $as_echo_n "(cached) " >&6
62436243-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
62446445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62456446/* end confdefs.h. */
62466447int i;
62476448_ACEOF
62486248-if ac_fn_c_try_compile "$LINENO"; then :
64496449+if ac_fn_c_try_compile "$LINENO"
64506450+then :
62496451 xorg_cv_cc_flag_unknown_warning_option=yes
62506250-else
64526452+else $as_nop
62516453 xorg_cv_cc_flag_unknown_warning_option=no
62526454fi
62536253-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
62546456fi
62556255-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
62566256-$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; }
62576459 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
62586460 CFLAGS="$xorg_testset_save_CFLAGS"
62596461fi
···62636465 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
62646466 fi
62656467 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
62666266- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
62676267-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
62686268-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
62696269- $as_echo_n "(cached) " >&6
62706270-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
62716474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62726475/* end confdefs.h. */
62736476int i;
62746477_ACEOF
62756275-if ac_fn_c_try_compile "$LINENO"; then :
64786478+if ac_fn_c_try_compile "$LINENO"
64796479+then :
62766480 xorg_cv_cc_flag_unused_command_line_argument=yes
62776277-else
64816481+else $as_nop
62786482 xorg_cv_cc_flag_unused_command_line_argument=no
62796483fi
62806280-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
62816485fi
62826282-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
62836283-$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; }
62846488 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
62856489 CFLAGS="$xorg_testset_save_CFLAGS"
62866490fi
···6298650262996503 CFLAGS="$CFLAGS -Wmissing-noreturn"
6300650463016301- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5
63026302-$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; }
63036507 cacheid=xorg_cv_cc_flag__Wmissing_noreturn
63046304- if eval \${$cacheid+:} false; then :
63056305- $as_echo_n "(cached) " >&6
63066306-else
65086508+ if eval test \${$cacheid+y}
65096509+then :
65106510+ printf %s "(cached) " >&6
65116511+else $as_nop
63076512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63086513/* end confdefs.h. */
63096514int i;
63106515int
63116311-main ()
65166516+main (void)
63126517{
6313651863146519 ;
63156520 return 0;
63166521}
63176522_ACEOF
63186318-if ac_fn_c_try_link "$LINENO"; then :
65236523+if ac_fn_c_try_link "$LINENO"
65246524+then :
63196525 eval $cacheid=yes
63206320-else
65266526+else $as_nop
63216527 eval $cacheid=no
63226528fi
63236323-rm -f core conftest.err conftest.$ac_objext \
65296529+rm -f core conftest.err conftest.$ac_objext conftest.beam \
63246530 conftest$ac_exeext conftest.$ac_ext
63256531fi
63266532···63286534 CFLAGS="$xorg_testset_save_CFLAGS"
6329653563306536 eval supported=\$$cacheid
63316331- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
63326332-$as_echo "$supported" >&6; }
65376537+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
65386538+printf "%s\n" "$supported" >&6; }
63336539 if test "$supported" = "yes" ; then
63346540 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-noreturn"
63356541 found="yes"
···6354656063556561if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
63566562 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
63576357- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
63586358-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
63596359-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
63606360- $as_echo_n "(cached) " >&6
63616361-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
63626569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63636570/* end confdefs.h. */
63646571int i;
63656572_ACEOF
63666366-if ac_fn_c_try_compile "$LINENO"; then :
65736573+if ac_fn_c_try_compile "$LINENO"
65746574+then :
63676575 xorg_cv_cc_flag_unknown_warning_option=yes
63686368-else
65766576+else $as_nop
63696577 xorg_cv_cc_flag_unknown_warning_option=no
63706578fi
63716371-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
63726580fi
63736373-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
63746374-$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; }
63756583 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
63766584 CFLAGS="$xorg_testset_save_CFLAGS"
63776585fi
···63816589 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
63826590 fi
63836591 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
63846384- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
63856385-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
63866386-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
63876387- $as_echo_n "(cached) " >&6
63886388-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
63896598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63906599/* end confdefs.h. */
63916600int i;
63926601_ACEOF
63936393-if ac_fn_c_try_compile "$LINENO"; then :
66026602+if ac_fn_c_try_compile "$LINENO"
66036603+then :
63946604 xorg_cv_cc_flag_unused_command_line_argument=yes
63956395-else
66056605+else $as_nop
63966606 xorg_cv_cc_flag_unused_command_line_argument=no
63976607fi
63986398-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
63996609fi
64006400-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
64016401-$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; }
64026612 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
64036613 CFLAGS="$xorg_testset_save_CFLAGS"
64046614fi
···6416662664176627 CFLAGS="$CFLAGS -Wmissing-format-attribute"
6418662864196419- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5
64206420-$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; }
64216631 cacheid=xorg_cv_cc_flag__Wmissing_format_attribute
64226422- if eval \${$cacheid+:} false; then :
64236423- $as_echo_n "(cached) " >&6
64246424-else
66326632+ if eval test \${$cacheid+y}
66336633+then :
66346634+ printf %s "(cached) " >&6
66356635+else $as_nop
64256636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64266637/* end confdefs.h. */
64276638int i;
64286639int
64296429-main ()
66406640+main (void)
64306641{
6431664264326643 ;
64336644 return 0;
64346645}
64356646_ACEOF
64366436-if ac_fn_c_try_link "$LINENO"; then :
66476647+if ac_fn_c_try_link "$LINENO"
66486648+then :
64376649 eval $cacheid=yes
64386438-else
66506650+else $as_nop
64396651 eval $cacheid=no
64406652fi
64416441-rm -f core conftest.err conftest.$ac_objext \
66536653+rm -f core conftest.err conftest.$ac_objext conftest.beam \
64426654 conftest$ac_exeext conftest.$ac_ext
64436655fi
64446656···64466658 CFLAGS="$xorg_testset_save_CFLAGS"
6447665964486660 eval supported=\$$cacheid
64496449- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
64506450-$as_echo "$supported" >&6; }
66616661+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
66626662+printf "%s\n" "$supported" >&6; }
64516663 if test "$supported" = "yes" ; then
64526664 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-format-attribute"
64536665 found="yes"
···6473668564746686if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
64756687 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
64766476- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
64776477-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
64786478-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
64796479- $as_echo_n "(cached) " >&6
64806480-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
64816694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64826695/* end confdefs.h. */
64836696int i;
64846697_ACEOF
64856485-if ac_fn_c_try_compile "$LINENO"; then :
66986698+if ac_fn_c_try_compile "$LINENO"
66996699+then :
64866700 xorg_cv_cc_flag_unknown_warning_option=yes
64876487-else
67016701+else $as_nop
64886702 xorg_cv_cc_flag_unknown_warning_option=no
64896703fi
64906490-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
64916705fi
64926492-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
64936493-$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; }
64946708 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
64956709 CFLAGS="$xorg_testset_save_CFLAGS"
64966710fi
···65006714 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
65016715 fi
65026716 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
65036503- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
65046504-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
65056505-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
65066506- $as_echo_n "(cached) " >&6
65076507-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
65086723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65096724/* end confdefs.h. */
65106725int i;
65116726_ACEOF
65126512-if ac_fn_c_try_compile "$LINENO"; then :
67276727+if ac_fn_c_try_compile "$LINENO"
67286728+then :
65136729 xorg_cv_cc_flag_unused_command_line_argument=yes
65146514-else
67306730+else $as_nop
65156731 xorg_cv_cc_flag_unused_command_line_argument=no
65166732fi
65176517-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
65186734fi
65196519-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
65206520-$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; }
65216737 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
65226738 CFLAGS="$xorg_testset_save_CFLAGS"
65236739fi
···6535675165366752 CFLAGS="$CFLAGS -Wlogical-op"
6537675365386538- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5
65396539-$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; }
65406756 cacheid=xorg_cv_cc_flag__Wlogical_op
65416541- if eval \${$cacheid+:} false; then :
65426542- $as_echo_n "(cached) " >&6
65436543-else
67576757+ if eval test \${$cacheid+y}
67586758+then :
67596759+ printf %s "(cached) " >&6
67606760+else $as_nop
65446761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65456762/* end confdefs.h. */
65466763int i;
65476764int
65486548-main ()
67656765+main (void)
65496766{
6550676765516768 ;
65526769 return 0;
65536770}
65546771_ACEOF
65556555-if ac_fn_c_try_link "$LINENO"; then :
67726772+if ac_fn_c_try_link "$LINENO"
67736773+then :
65566774 eval $cacheid=yes
65576557-else
67756775+else $as_nop
65586776 eval $cacheid=no
65596777fi
65606560-rm -f core conftest.err conftest.$ac_objext \
67786778+rm -f core conftest.err conftest.$ac_objext conftest.beam \
65616779 conftest$ac_exeext conftest.$ac_ext
65626780fi
65636781···65656783 CFLAGS="$xorg_testset_save_CFLAGS"
6566678465676785 eval supported=\$$cacheid
65686568- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
65696569-$as_echo "$supported" >&6; }
67866786+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
67876787+printf "%s\n" "$supported" >&6; }
65706788 if test "$supported" = "yes" ; then
65716789 BASE_CFLAGS="$BASE_CFLAGS -Wlogical-op"
65726790 found="yes"
···65826800# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-align])
65836801# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual])
6584680265856585-# 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
65866804# when there are problems that should be fixed.
6587680565886806if test "x$SELECTIVE_WERROR" = "xyes" ; then
···6603682166046822if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
66056823 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
66066606- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
66076607-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
66086608-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
66096609- $as_echo_n "(cached) " >&6
66106610-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
66116830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66126831/* end confdefs.h. */
66136832int i;
66146833_ACEOF
66156615-if ac_fn_c_try_compile "$LINENO"; then :
68346834+if ac_fn_c_try_compile "$LINENO"
68356835+then :
66166836 xorg_cv_cc_flag_unknown_warning_option=yes
66176617-else
68376837+else $as_nop
66186838 xorg_cv_cc_flag_unknown_warning_option=no
66196839fi
66206620-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
66216841fi
66226622-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
66236623-$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; }
66246844 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
66256845 CFLAGS="$xorg_testset_save_CFLAGS"
66266846fi
···66306850 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
66316851 fi
66326852 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
66336633- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
66346634-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
66356635-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
66366636- $as_echo_n "(cached) " >&6
66376637-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
66386859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66396860/* end confdefs.h. */
66406861int i;
66416862_ACEOF
66426642-if ac_fn_c_try_compile "$LINENO"; then :
68636863+if ac_fn_c_try_compile "$LINENO"
68646864+then :
66436865 xorg_cv_cc_flag_unused_command_line_argument=yes
66446644-else
68666866+else $as_nop
66456867 xorg_cv_cc_flag_unused_command_line_argument=no
66466868fi
66476647-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
66486870fi
66496649-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
66506650-$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; }
66516873 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
66526874 CFLAGS="$xorg_testset_save_CFLAGS"
66536875fi
···6665688766666888 CFLAGS="$CFLAGS -Werror=implicit"
6667688966686668- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=implicit" >&5
66696669-$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; }
66706892 cacheid=xorg_cv_cc_flag__Werror_implicit
66716671- if eval \${$cacheid+:} false; then :
66726672- $as_echo_n "(cached) " >&6
66736673-else
68936893+ if eval test \${$cacheid+y}
68946894+then :
68956895+ printf %s "(cached) " >&6
68966896+else $as_nop
66746897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66756898/* end confdefs.h. */
66766899int i;
66776900int
66786678-main ()
69016901+main (void)
66796902{
6680690366816904 ;
66826905 return 0;
66836906}
66846907_ACEOF
66856685-if ac_fn_c_try_link "$LINENO"; then :
69086908+if ac_fn_c_try_link "$LINENO"
69096909+then :
66866910 eval $cacheid=yes
66876687-else
69116911+else $as_nop
66886912 eval $cacheid=no
66896913fi
66906690-rm -f core conftest.err conftest.$ac_objext \
69146914+rm -f core conftest.err conftest.$ac_objext conftest.beam \
66916915 conftest$ac_exeext conftest.$ac_ext
66926916fi
66936917···66956919 CFLAGS="$xorg_testset_save_CFLAGS"
6696692066976921 eval supported=\$$cacheid
66986698- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
66996699-$as_echo "$supported" >&6; }
69226922+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
69236923+printf "%s\n" "$supported" >&6; }
67006924 if test "$supported" = "yes" ; then
67016925 BASE_CFLAGS="$BASE_CFLAGS -Werror=implicit"
67026926 found="yes"
···6714693867156939 CFLAGS="$CFLAGS -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED"
6716694067176717- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED" >&5
67186718-$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; }
67196943 cacheid=xorg_cv_cc_flag__errwarn_E_NO_EXPLICIT_TYPE_GIVEN__errwarn_E_NO_IMPLICIT_DECL_ALLOWED
67206720- if eval \${$cacheid+:} false; then :
67216721- $as_echo_n "(cached) " >&6
67226722-else
69446944+ if eval test \${$cacheid+y}
69456945+then :
69466946+ printf %s "(cached) " >&6
69476947+else $as_nop
67236948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67246949/* end confdefs.h. */
67256950int i;
67266951int
67276727-main ()
69526952+main (void)
67286953{
6729695467306955 ;
67316956 return 0;
67326957}
67336958_ACEOF
67346734-if ac_fn_c_try_link "$LINENO"; then :
69596959+if ac_fn_c_try_link "$LINENO"
69606960+then :
67356961 eval $cacheid=yes
67366736-else
69626962+else $as_nop
67376963 eval $cacheid=no
67386964fi
67396739-rm -f core conftest.err conftest.$ac_objext \
69656965+rm -f core conftest.err conftest.$ac_objext conftest.beam \
67406966 conftest$ac_exeext conftest.$ac_ext
67416967fi
67426968···67446970 CFLAGS="$xorg_testset_save_CFLAGS"
6745697167466972 eval supported=\$$cacheid
67476747- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
67486748-$as_echo "$supported" >&6; }
69736973+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
69746974+printf "%s\n" "$supported" >&6; }
67496975 if test "$supported" = "yes" ; then
67506976 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED"
67516977 found="yes"
···6770699667716997if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
67726998 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
67736773- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
67746774-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
67756775-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
67766776- $as_echo_n "(cached) " >&6
67776777-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
67787005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67797006/* end confdefs.h. */
67807007int i;
67817008_ACEOF
67826782-if ac_fn_c_try_compile "$LINENO"; then :
70097009+if ac_fn_c_try_compile "$LINENO"
70107010+then :
67837011 xorg_cv_cc_flag_unknown_warning_option=yes
67846784-else
70127012+else $as_nop
67857013 xorg_cv_cc_flag_unknown_warning_option=no
67867014fi
67876787-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
67887016fi
67896789-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
67906790-$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; }
67917019 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
67927020 CFLAGS="$xorg_testset_save_CFLAGS"
67937021fi
···67977025 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
67987026 fi
67997027 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
68006800- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
68016801-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
68026802-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
68036803- $as_echo_n "(cached) " >&6
68046804-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
68057034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68067035/* end confdefs.h. */
68077036int i;
68087037_ACEOF
68096809-if ac_fn_c_try_compile "$LINENO"; then :
70387038+if ac_fn_c_try_compile "$LINENO"
70397039+then :
68107040 xorg_cv_cc_flag_unused_command_line_argument=yes
68116811-else
70417041+else $as_nop
68127042 xorg_cv_cc_flag_unused_command_line_argument=no
68137043fi
68146814-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
68157045fi
68166816-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
68176817-$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; }
68187048 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
68197049 CFLAGS="$xorg_testset_save_CFLAGS"
68207050fi
···6832706268337063 CFLAGS="$CFLAGS -Werror=nonnull"
6834706468356835- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=nonnull" >&5
68366836-$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; }
68377067 cacheid=xorg_cv_cc_flag__Werror_nonnull
68386838- if eval \${$cacheid+:} false; then :
68396839- $as_echo_n "(cached) " >&6
68406840-else
70687068+ if eval test \${$cacheid+y}
70697069+then :
70707070+ printf %s "(cached) " >&6
70717071+else $as_nop
68417072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68427073/* end confdefs.h. */
68437074int i;
68447075int
68456845-main ()
70767076+main (void)
68467077{
6847707868487079 ;
68497080 return 0;
68507081}
68517082_ACEOF
68526852-if ac_fn_c_try_link "$LINENO"; then :
70837083+if ac_fn_c_try_link "$LINENO"
70847084+then :
68537085 eval $cacheid=yes
68546854-else
70867086+else $as_nop
68557087 eval $cacheid=no
68567088fi
68576857-rm -f core conftest.err conftest.$ac_objext \
70897089+rm -f core conftest.err conftest.$ac_objext conftest.beam \
68587090 conftest$ac_exeext conftest.$ac_ext
68597091fi
68607092···68627094 CFLAGS="$xorg_testset_save_CFLAGS"
6863709568647096 eval supported=\$$cacheid
68656865- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
68666866-$as_echo "$supported" >&6; }
70977097+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
70987098+printf "%s\n" "$supported" >&6; }
68677099 if test "$supported" = "yes" ; then
68687100 BASE_CFLAGS="$BASE_CFLAGS -Werror=nonnull"
68697101 found="yes"
···6888712068897121if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
68907122 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
68916891- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
68926892-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
68936893-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
68946894- $as_echo_n "(cached) " >&6
68956895-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
68967129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68977130/* end confdefs.h. */
68987131int i;
68997132_ACEOF
69006900-if ac_fn_c_try_compile "$LINENO"; then :
71337133+if ac_fn_c_try_compile "$LINENO"
71347134+then :
69017135 xorg_cv_cc_flag_unknown_warning_option=yes
69026902-else
71367136+else $as_nop
69037137 xorg_cv_cc_flag_unknown_warning_option=no
69047138fi
69056905-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
69067140fi
69076907-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
69086908-$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; }
69097143 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
69107144 CFLAGS="$xorg_testset_save_CFLAGS"
69117145fi
···69157149 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
69167150 fi
69177151 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
69186918- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
69196919-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
69206920-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
69216921- $as_echo_n "(cached) " >&6
69226922-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
69237158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69247159/* end confdefs.h. */
69257160int i;
69267161_ACEOF
69276927-if ac_fn_c_try_compile "$LINENO"; then :
71627162+if ac_fn_c_try_compile "$LINENO"
71637163+then :
69287164 xorg_cv_cc_flag_unused_command_line_argument=yes
69296929-else
71657165+else $as_nop
69307166 xorg_cv_cc_flag_unused_command_line_argument=no
69317167fi
69326932-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
69337169fi
69346934-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
69356935-$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; }
69367172 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
69377173 CFLAGS="$xorg_testset_save_CFLAGS"
69387174fi
···6950718669517187 CFLAGS="$CFLAGS -Werror=init-self"
6952718869536953- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=init-self" >&5
69546954-$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; }
69557191 cacheid=xorg_cv_cc_flag__Werror_init_self
69566956- if eval \${$cacheid+:} false; then :
69576957- $as_echo_n "(cached) " >&6
69586958-else
71927192+ if eval test \${$cacheid+y}
71937193+then :
71947194+ printf %s "(cached) " >&6
71957195+else $as_nop
69597196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69607197/* end confdefs.h. */
69617198int i;
69627199int
69636963-main ()
72007200+main (void)
69647201{
6965720269667203 ;
69677204 return 0;
69687205}
69697206_ACEOF
69706970-if ac_fn_c_try_link "$LINENO"; then :
72077207+if ac_fn_c_try_link "$LINENO"
72087208+then :
69717209 eval $cacheid=yes
69726972-else
72107210+else $as_nop
69737211 eval $cacheid=no
69747212fi
69756975-rm -f core conftest.err conftest.$ac_objext \
72137213+rm -f core conftest.err conftest.$ac_objext conftest.beam \
69767214 conftest$ac_exeext conftest.$ac_ext
69777215fi
69787216···69807218 CFLAGS="$xorg_testset_save_CFLAGS"
6981721969827220 eval supported=\$$cacheid
69836983- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
69846984-$as_echo "$supported" >&6; }
72217221+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
72227222+printf "%s\n" "$supported" >&6; }
69857223 if test "$supported" = "yes" ; then
69867224 BASE_CFLAGS="$BASE_CFLAGS -Werror=init-self"
69877225 found="yes"
···7006724470077245if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
70087246 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
70097009- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
70107010-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
70117011-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
70127012- $as_echo_n "(cached) " >&6
70137013-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
70147253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70157254/* end confdefs.h. */
70167255int i;
70177256_ACEOF
70187018-if ac_fn_c_try_compile "$LINENO"; then :
72577257+if ac_fn_c_try_compile "$LINENO"
72587258+then :
70197259 xorg_cv_cc_flag_unknown_warning_option=yes
70207020-else
72607260+else $as_nop
70217261 xorg_cv_cc_flag_unknown_warning_option=no
70227262fi
70237023-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
70247264fi
70257025-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
70267026-$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; }
70277267 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
70287268 CFLAGS="$xorg_testset_save_CFLAGS"
70297269fi
···70337273 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
70347274 fi
70357275 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
70367036- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
70377037-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
70387038-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
70397039- $as_echo_n "(cached) " >&6
70407040-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
70417282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70427283/* end confdefs.h. */
70437284int i;
70447285_ACEOF
70457045-if ac_fn_c_try_compile "$LINENO"; then :
72867286+if ac_fn_c_try_compile "$LINENO"
72877287+then :
70467288 xorg_cv_cc_flag_unused_command_line_argument=yes
70477047-else
72897289+else $as_nop
70487290 xorg_cv_cc_flag_unused_command_line_argument=no
70497291fi
70507050-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
70517293fi
70527052-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
70537053-$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; }
70547296 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
70557297 CFLAGS="$xorg_testset_save_CFLAGS"
70567298fi
···7068731070697311 CFLAGS="$CFLAGS -Werror=main"
7070731270717071- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=main" >&5
70727072-$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; }
70737315 cacheid=xorg_cv_cc_flag__Werror_main
70747074- if eval \${$cacheid+:} false; then :
70757075- $as_echo_n "(cached) " >&6
70767076-else
73167316+ if eval test \${$cacheid+y}
73177317+then :
73187318+ printf %s "(cached) " >&6
73197319+else $as_nop
70777320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70787321/* end confdefs.h. */
70797322int i;
70807323int
70817081-main ()
73247324+main (void)
70827325{
7083732670847327 ;
70857328 return 0;
70867329}
70877330_ACEOF
70887088-if ac_fn_c_try_link "$LINENO"; then :
73317331+if ac_fn_c_try_link "$LINENO"
73327332+then :
70897333 eval $cacheid=yes
70907090-else
73347334+else $as_nop
70917335 eval $cacheid=no
70927336fi
70937093-rm -f core conftest.err conftest.$ac_objext \
73377337+rm -f core conftest.err conftest.$ac_objext conftest.beam \
70947338 conftest$ac_exeext conftest.$ac_ext
70957339fi
70967340···70987342 CFLAGS="$xorg_testset_save_CFLAGS"
7099734371007344 eval supported=\$$cacheid
71017101- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
71027102-$as_echo "$supported" >&6; }
73457345+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
73467346+printf "%s\n" "$supported" >&6; }
71037347 if test "$supported" = "yes" ; then
71047348 BASE_CFLAGS="$BASE_CFLAGS -Werror=main"
71057349 found="yes"
···7124736871257369if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
71267370 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
71277127- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
71287128-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
71297129-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
71307130- $as_echo_n "(cached) " >&6
71317131-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
71327377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71337378/* end confdefs.h. */
71347379int i;
71357380_ACEOF
71367136-if ac_fn_c_try_compile "$LINENO"; then :
73817381+if ac_fn_c_try_compile "$LINENO"
73827382+then :
71377383 xorg_cv_cc_flag_unknown_warning_option=yes
71387138-else
73847384+else $as_nop
71397385 xorg_cv_cc_flag_unknown_warning_option=no
71407386fi
71417141-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
71427388fi
71437143-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
71447144-$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; }
71457391 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
71467392 CFLAGS="$xorg_testset_save_CFLAGS"
71477393fi
···71517397 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
71527398 fi
71537399 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
71547154- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
71557155-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
71567156-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
71577157- $as_echo_n "(cached) " >&6
71587158-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
71597406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71607407/* end confdefs.h. */
71617408int i;
71627409_ACEOF
71637163-if ac_fn_c_try_compile "$LINENO"; then :
74107410+if ac_fn_c_try_compile "$LINENO"
74117411+then :
71647412 xorg_cv_cc_flag_unused_command_line_argument=yes
71657165-else
74137413+else $as_nop
71667414 xorg_cv_cc_flag_unused_command_line_argument=no
71677415fi
71687168-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
71697417fi
71707170-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
71717171-$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; }
71727420 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
71737421 CFLAGS="$xorg_testset_save_CFLAGS"
71747422fi
···7186743471877435 CFLAGS="$CFLAGS -Werror=missing-braces"
7188743671897189- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=missing-braces" >&5
71907190-$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; }
71917439 cacheid=xorg_cv_cc_flag__Werror_missing_braces
71927192- if eval \${$cacheid+:} false; then :
71937193- $as_echo_n "(cached) " >&6
71947194-else
74407440+ if eval test \${$cacheid+y}
74417441+then :
74427442+ printf %s "(cached) " >&6
74437443+else $as_nop
71957444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71967445/* end confdefs.h. */
71977446int i;
71987447int
71997199-main ()
74487448+main (void)
72007449{
7201745072027451 ;
72037452 return 0;
72047453}
72057454_ACEOF
72067206-if ac_fn_c_try_link "$LINENO"; then :
74557455+if ac_fn_c_try_link "$LINENO"
74567456+then :
72077457 eval $cacheid=yes
72087208-else
74587458+else $as_nop
72097459 eval $cacheid=no
72107460fi
72117211-rm -f core conftest.err conftest.$ac_objext \
74617461+rm -f core conftest.err conftest.$ac_objext conftest.beam \
72127462 conftest$ac_exeext conftest.$ac_ext
72137463fi
72147464···72167466 CFLAGS="$xorg_testset_save_CFLAGS"
7217746772187468 eval supported=\$$cacheid
72197219- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
72207220-$as_echo "$supported" >&6; }
74697469+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
74707470+printf "%s\n" "$supported" >&6; }
72217471 if test "$supported" = "yes" ; then
72227472 BASE_CFLAGS="$BASE_CFLAGS -Werror=missing-braces"
72237473 found="yes"
···7242749272437493if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
72447494 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
72457245- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
72467246-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
72477247-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
72487248- $as_echo_n "(cached) " >&6
72497249-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
72507501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72517502/* end confdefs.h. */
72527503int i;
72537504_ACEOF
72547254-if ac_fn_c_try_compile "$LINENO"; then :
75057505+if ac_fn_c_try_compile "$LINENO"
75067506+then :
72557507 xorg_cv_cc_flag_unknown_warning_option=yes
72567256-else
75087508+else $as_nop
72577509 xorg_cv_cc_flag_unknown_warning_option=no
72587510fi
72597259-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
72607512fi
72617261-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
72627262-$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; }
72637515 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
72647516 CFLAGS="$xorg_testset_save_CFLAGS"
72657517fi
···72697521 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
72707522 fi
72717523 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
72727272- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
72737273-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
72747274-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
72757275- $as_echo_n "(cached) " >&6
72767276-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
72777530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72787531/* end confdefs.h. */
72797532int i;
72807533_ACEOF
72817281-if ac_fn_c_try_compile "$LINENO"; then :
75347534+if ac_fn_c_try_compile "$LINENO"
75357535+then :
72827536 xorg_cv_cc_flag_unused_command_line_argument=yes
72837283-else
75377537+else $as_nop
72847538 xorg_cv_cc_flag_unused_command_line_argument=no
72857539fi
72867286-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
72877541fi
72887288-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
72897289-$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; }
72907544 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
72917545 CFLAGS="$xorg_testset_save_CFLAGS"
72927546fi
···7304755873057559 CFLAGS="$CFLAGS -Werror=sequence-point"
7306756073077307- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=sequence-point" >&5
73087308-$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; }
73097563 cacheid=xorg_cv_cc_flag__Werror_sequence_point
73107310- if eval \${$cacheid+:} false; then :
73117311- $as_echo_n "(cached) " >&6
73127312-else
75647564+ if eval test \${$cacheid+y}
75657565+then :
75667566+ printf %s "(cached) " >&6
75677567+else $as_nop
73137568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73147569/* end confdefs.h. */
73157570int i;
73167571int
73177317-main ()
75727572+main (void)
73187573{
7319757473207575 ;
73217576 return 0;
73227577}
73237578_ACEOF
73247324-if ac_fn_c_try_link "$LINENO"; then :
75797579+if ac_fn_c_try_link "$LINENO"
75807580+then :
73257581 eval $cacheid=yes
73267326-else
75827582+else $as_nop
73277583 eval $cacheid=no
73287584fi
73297329-rm -f core conftest.err conftest.$ac_objext \
75857585+rm -f core conftest.err conftest.$ac_objext conftest.beam \
73307586 conftest$ac_exeext conftest.$ac_ext
73317587fi
73327588···73347590 CFLAGS="$xorg_testset_save_CFLAGS"
7335759173367592 eval supported=\$$cacheid
73377337- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
73387338-$as_echo "$supported" >&6; }
75937593+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
75947594+printf "%s\n" "$supported" >&6; }
73397595 if test "$supported" = "yes" ; then
73407596 BASE_CFLAGS="$BASE_CFLAGS -Werror=sequence-point"
73417597 found="yes"
···7360761673617617if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
73627618 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
73637363- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
73647364-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
73657365-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
73667366- $as_echo_n "(cached) " >&6
73677367-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
73687625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73697626/* end confdefs.h. */
73707627int i;
73717628_ACEOF
73727372-if ac_fn_c_try_compile "$LINENO"; then :
76297629+if ac_fn_c_try_compile "$LINENO"
76307630+then :
73737631 xorg_cv_cc_flag_unknown_warning_option=yes
73747374-else
76327632+else $as_nop
73757633 xorg_cv_cc_flag_unknown_warning_option=no
73767634fi
73777377-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
73787636fi
73797379-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
73807380-$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; }
73817639 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
73827640 CFLAGS="$xorg_testset_save_CFLAGS"
73837641fi
···73877645 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
73887646 fi
73897647 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
73907390- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
73917391-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
73927392-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
73937393- $as_echo_n "(cached) " >&6
73947394-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
73957654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73967655/* end confdefs.h. */
73977656int i;
73987657_ACEOF
73997399-if ac_fn_c_try_compile "$LINENO"; then :
76587658+if ac_fn_c_try_compile "$LINENO"
76597659+then :
74007660 xorg_cv_cc_flag_unused_command_line_argument=yes
74017401-else
76617661+else $as_nop
74027662 xorg_cv_cc_flag_unused_command_line_argument=no
74037663fi
74047404-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
74057665fi
74067406-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
74077407-$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; }
74087668 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
74097669 CFLAGS="$xorg_testset_save_CFLAGS"
74107670fi
···7422768274237683 CFLAGS="$CFLAGS -Werror=return-type"
7424768474257425- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=return-type" >&5
74267426-$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; }
74277687 cacheid=xorg_cv_cc_flag__Werror_return_type
74287428- if eval \${$cacheid+:} false; then :
74297429- $as_echo_n "(cached) " >&6
74307430-else
76887688+ if eval test \${$cacheid+y}
76897689+then :
76907690+ printf %s "(cached) " >&6
76917691+else $as_nop
74317692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74327693/* end confdefs.h. */
74337694int i;
74347695int
74357435-main ()
76967696+main (void)
74367697{
7437769874387699 ;
74397700 return 0;
74407701}
74417702_ACEOF
74427442-if ac_fn_c_try_link "$LINENO"; then :
77037703+if ac_fn_c_try_link "$LINENO"
77047704+then :
74437705 eval $cacheid=yes
74447444-else
77067706+else $as_nop
74457707 eval $cacheid=no
74467708fi
74477447-rm -f core conftest.err conftest.$ac_objext \
77097709+rm -f core conftest.err conftest.$ac_objext conftest.beam \
74487710 conftest$ac_exeext conftest.$ac_ext
74497711fi
74507712···74527714 CFLAGS="$xorg_testset_save_CFLAGS"
7453771574547716 eval supported=\$$cacheid
74557455- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
74567456-$as_echo "$supported" >&6; }
77177717+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
77187718+printf "%s\n" "$supported" >&6; }
74577719 if test "$supported" = "yes" ; then
74587720 BASE_CFLAGS="$BASE_CFLAGS -Werror=return-type"
74597721 found="yes"
···7471773374727734 CFLAGS="$CFLAGS -errwarn=E_FUNC_HAS_NO_RETURN_STMT"
7473773574747474- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT" >&5
74757475-$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; }
74767738 cacheid=xorg_cv_cc_flag__errwarn_E_FUNC_HAS_NO_RETURN_STMT
74777477- if eval \${$cacheid+:} false; then :
74787478- $as_echo_n "(cached) " >&6
74797479-else
77397739+ if eval test \${$cacheid+y}
77407740+then :
77417741+ printf %s "(cached) " >&6
77427742+else $as_nop
74807743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74817744/* end confdefs.h. */
74827745int i;
74837746int
74847484-main ()
77477747+main (void)
74857748{
7486774974877750 ;
74887751 return 0;
74897752}
74907753_ACEOF
74917491-if ac_fn_c_try_link "$LINENO"; then :
77547754+if ac_fn_c_try_link "$LINENO"
77557755+then :
74927756 eval $cacheid=yes
74937493-else
77577757+else $as_nop
74947758 eval $cacheid=no
74957759fi
74967496-rm -f core conftest.err conftest.$ac_objext \
77607760+rm -f core conftest.err conftest.$ac_objext conftest.beam \
74977761 conftest$ac_exeext conftest.$ac_ext
74987762fi
74997763···75017765 CFLAGS="$xorg_testset_save_CFLAGS"
7502776675037767 eval supported=\$$cacheid
75047504- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
75057505-$as_echo "$supported" >&6; }
77687768+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
77697769+printf "%s\n" "$supported" >&6; }
75067770 if test "$supported" = "yes" ; then
75077771 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_FUNC_HAS_NO_RETURN_STMT"
75087772 found="yes"
···7527779175287792if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
75297793 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
75307530- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
75317531-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
75327532-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
75337533- $as_echo_n "(cached) " >&6
75347534-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
75357800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75367801/* end confdefs.h. */
75377802int i;
75387803_ACEOF
75397539-if ac_fn_c_try_compile "$LINENO"; then :
78047804+if ac_fn_c_try_compile "$LINENO"
78057805+then :
75407806 xorg_cv_cc_flag_unknown_warning_option=yes
75417541-else
78077807+else $as_nop
75427808 xorg_cv_cc_flag_unknown_warning_option=no
75437809fi
75447544-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
75457811fi
75467546-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
75477547-$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; }
75487814 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
75497815 CFLAGS="$xorg_testset_save_CFLAGS"
75507816fi
···75547820 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
75557821 fi
75567822 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
75577557- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
75587558-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
75597559-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
75607560- $as_echo_n "(cached) " >&6
75617561-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
75627829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75637830/* end confdefs.h. */
75647831int i;
75657832_ACEOF
75667566-if ac_fn_c_try_compile "$LINENO"; then :
78337833+if ac_fn_c_try_compile "$LINENO"
78347834+then :
75677835 xorg_cv_cc_flag_unused_command_line_argument=yes
75687568-else
78367836+else $as_nop
75697837 xorg_cv_cc_flag_unused_command_line_argument=no
75707838fi
75717571-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
75727840fi
75737573-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
75747574-$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; }
75757843 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
75767844 CFLAGS="$xorg_testset_save_CFLAGS"
75777845fi
···7589785775907858 CFLAGS="$CFLAGS -Werror=trigraphs"
7591785975927592- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=trigraphs" >&5
75937593-$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; }
75947862 cacheid=xorg_cv_cc_flag__Werror_trigraphs
75957595- if eval \${$cacheid+:} false; then :
75967596- $as_echo_n "(cached) " >&6
75977597-else
78637863+ if eval test \${$cacheid+y}
78647864+then :
78657865+ printf %s "(cached) " >&6
78667866+else $as_nop
75987867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75997868/* end confdefs.h. */
76007869int i;
76017870int
76027602-main ()
78717871+main (void)
76037872{
7604787376057874 ;
76067875 return 0;
76077876}
76087877_ACEOF
76097609-if ac_fn_c_try_link "$LINENO"; then :
78787878+if ac_fn_c_try_link "$LINENO"
78797879+then :
76107880 eval $cacheid=yes
76117611-else
78817881+else $as_nop
76127882 eval $cacheid=no
76137883fi
76147614-rm -f core conftest.err conftest.$ac_objext \
78847884+rm -f core conftest.err conftest.$ac_objext conftest.beam \
76157885 conftest$ac_exeext conftest.$ac_ext
76167886fi
76177887···76197889 CFLAGS="$xorg_testset_save_CFLAGS"
7620789076217891 eval supported=\$$cacheid
76227622- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
76237623-$as_echo "$supported" >&6; }
78927892+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
78937893+printf "%s\n" "$supported" >&6; }
76247894 if test "$supported" = "yes" ; then
76257895 BASE_CFLAGS="$BASE_CFLAGS -Werror=trigraphs"
76267896 found="yes"
···7645791576467916if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
76477917 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
76487648- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
76497649-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
76507650-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
76517651- $as_echo_n "(cached) " >&6
76527652-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
76537924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76547925/* end confdefs.h. */
76557926int i;
76567927_ACEOF
76577657-if ac_fn_c_try_compile "$LINENO"; then :
79287928+if ac_fn_c_try_compile "$LINENO"
79297929+then :
76587930 xorg_cv_cc_flag_unknown_warning_option=yes
76597659-else
79317931+else $as_nop
76607932 xorg_cv_cc_flag_unknown_warning_option=no
76617933fi
76627662-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
76637935fi
76647664-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
76657665-$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; }
76667938 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
76677939 CFLAGS="$xorg_testset_save_CFLAGS"
76687940fi
···76727944 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
76737945 fi
76747946 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
76757675- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
76767676-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
76777677-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
76787678- $as_echo_n "(cached) " >&6
76797679-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
76807953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76817954/* end confdefs.h. */
76827955int i;
76837956_ACEOF
76847684-if ac_fn_c_try_compile "$LINENO"; then :
79577957+if ac_fn_c_try_compile "$LINENO"
79587958+then :
76857959 xorg_cv_cc_flag_unused_command_line_argument=yes
76867686-else
79607960+else $as_nop
76877961 xorg_cv_cc_flag_unused_command_line_argument=no
76887962fi
76897689-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
76907964fi
76917691-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
76927692-$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; }
76937967 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
76947968 CFLAGS="$xorg_testset_save_CFLAGS"
76957969fi
···7707798177087982 CFLAGS="$CFLAGS -Werror=array-bounds"
7709798377107710- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=array-bounds" >&5
77117711-$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; }
77127986 cacheid=xorg_cv_cc_flag__Werror_array_bounds
77137713- if eval \${$cacheid+:} false; then :
77147714- $as_echo_n "(cached) " >&6
77157715-else
79877987+ if eval test \${$cacheid+y}
79887988+then :
79897989+ printf %s "(cached) " >&6
79907990+else $as_nop
77167991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77177992/* end confdefs.h. */
77187993int i;
77197994int
77207720-main ()
79957995+main (void)
77217996{
7722799777237998 ;
77247999 return 0;
77258000}
77268001_ACEOF
77277727-if ac_fn_c_try_link "$LINENO"; then :
80028002+if ac_fn_c_try_link "$LINENO"
80038003+then :
77288004 eval $cacheid=yes
77297729-else
80058005+else $as_nop
77308006 eval $cacheid=no
77318007fi
77327732-rm -f core conftest.err conftest.$ac_objext \
80088008+rm -f core conftest.err conftest.$ac_objext conftest.beam \
77338009 conftest$ac_exeext conftest.$ac_ext
77348010fi
77358011···77378013 CFLAGS="$xorg_testset_save_CFLAGS"
7738801477398015 eval supported=\$$cacheid
77407740- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
77417741-$as_echo "$supported" >&6; }
80168016+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
80178017+printf "%s\n" "$supported" >&6; }
77428018 if test "$supported" = "yes" ; then
77438019 BASE_CFLAGS="$BASE_CFLAGS -Werror=array-bounds"
77448020 found="yes"
···7763803977648040if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
77658041 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
77667766- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
77677767-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
77687768-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
77697769- $as_echo_n "(cached) " >&6
77707770-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
77718048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77728049/* end confdefs.h. */
77738050int i;
77748051_ACEOF
77757775-if ac_fn_c_try_compile "$LINENO"; then :
80528052+if ac_fn_c_try_compile "$LINENO"
80538053+then :
77768054 xorg_cv_cc_flag_unknown_warning_option=yes
77777777-else
80558055+else $as_nop
77788056 xorg_cv_cc_flag_unknown_warning_option=no
77798057fi
77807780-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
77818059fi
77827782-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
77837783-$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; }
77848062 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
77858063 CFLAGS="$xorg_testset_save_CFLAGS"
77868064fi
···77908068 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
77918069 fi
77928070 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
77937793- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
77947794-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
77957795-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
77967796- $as_echo_n "(cached) " >&6
77977797-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
77988077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77998078/* end confdefs.h. */
78008079int i;
78018080_ACEOF
78027802-if ac_fn_c_try_compile "$LINENO"; then :
80818081+if ac_fn_c_try_compile "$LINENO"
80828082+then :
78038083 xorg_cv_cc_flag_unused_command_line_argument=yes
78047804-else
80848084+else $as_nop
78058085 xorg_cv_cc_flag_unused_command_line_argument=no
78068086fi
78077807-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
78088088fi
78097809-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
78107810-$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; }
78118091 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
78128092 CFLAGS="$xorg_testset_save_CFLAGS"
78138093fi
···7825810578268106 CFLAGS="$CFLAGS -Werror=write-strings"
7827810778287828- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=write-strings" >&5
78297829-$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; }
78308110 cacheid=xorg_cv_cc_flag__Werror_write_strings
78317831- if eval \${$cacheid+:} false; then :
78327832- $as_echo_n "(cached) " >&6
78337833-else
81118111+ if eval test \${$cacheid+y}
81128112+then :
81138113+ printf %s "(cached) " >&6
81148114+else $as_nop
78348115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
78358116/* end confdefs.h. */
78368117int i;
78378118int
78387838-main ()
81198119+main (void)
78398120{
7840812178418122 ;
78428123 return 0;
78438124}
78448125_ACEOF
78457845-if ac_fn_c_try_link "$LINENO"; then :
81268126+if ac_fn_c_try_link "$LINENO"
81278127+then :
78468128 eval $cacheid=yes
78477847-else
81298129+else $as_nop
78488130 eval $cacheid=no
78498131fi
78507850-rm -f core conftest.err conftest.$ac_objext \
81328132+rm -f core conftest.err conftest.$ac_objext conftest.beam \
78518133 conftest$ac_exeext conftest.$ac_ext
78528134fi
78538135···78558137 CFLAGS="$xorg_testset_save_CFLAGS"
7856813878578139 eval supported=\$$cacheid
78587858- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
78597859-$as_echo "$supported" >&6; }
81408140+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
81418141+printf "%s\n" "$supported" >&6; }
78608142 if test "$supported" = "yes" ; then
78618143 BASE_CFLAGS="$BASE_CFLAGS -Werror=write-strings"
78628144 found="yes"
···7881816378828164if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
78838165 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
78847884- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
78857885-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
78867886-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
78877887- $as_echo_n "(cached) " >&6
78887888-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
78898172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
78908173/* end confdefs.h. */
78918174int i;
78928175_ACEOF
78937893-if ac_fn_c_try_compile "$LINENO"; then :
81768176+if ac_fn_c_try_compile "$LINENO"
81778177+then :
78948178 xorg_cv_cc_flag_unknown_warning_option=yes
78957895-else
81798179+else $as_nop
78968180 xorg_cv_cc_flag_unknown_warning_option=no
78978181fi
78987898-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
78998183fi
79007900-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
79017901-$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; }
79028186 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
79038187 CFLAGS="$xorg_testset_save_CFLAGS"
79048188fi
···79088192 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
79098193 fi
79108194 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
79117911- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
79127912-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
79137913-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
79147914- $as_echo_n "(cached) " >&6
79157915-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
79168201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
79178202/* end confdefs.h. */
79188203int i;
79198204_ACEOF
79207920-if ac_fn_c_try_compile "$LINENO"; then :
82058205+if ac_fn_c_try_compile "$LINENO"
82068206+then :
79218207 xorg_cv_cc_flag_unused_command_line_argument=yes
79227922-else
82088208+else $as_nop
79238209 xorg_cv_cc_flag_unused_command_line_argument=no
79248210fi
79257925-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
79268212fi
79277927-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
79287928-$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; }
79298215 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
79308216 CFLAGS="$xorg_testset_save_CFLAGS"
79318217fi
···7943822979448230 CFLAGS="$CFLAGS -Werror=address"
7945823179467946- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=address" >&5
79477947-$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; }
79488234 cacheid=xorg_cv_cc_flag__Werror_address
79497949- if eval \${$cacheid+:} false; then :
79507950- $as_echo_n "(cached) " >&6
79517951-else
82358235+ if eval test \${$cacheid+y}
82368236+then :
82378237+ printf %s "(cached) " >&6
82388238+else $as_nop
79528239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
79538240/* end confdefs.h. */
79548241int i;
79558242int
79567956-main ()
82438243+main (void)
79578244{
7958824579598246 ;
79608247 return 0;
79618248}
79628249_ACEOF
79637963-if ac_fn_c_try_link "$LINENO"; then :
82508250+if ac_fn_c_try_link "$LINENO"
82518251+then :
79648252 eval $cacheid=yes
79657965-else
82538253+else $as_nop
79668254 eval $cacheid=no
79678255fi
79687968-rm -f core conftest.err conftest.$ac_objext \
82568256+rm -f core conftest.err conftest.$ac_objext conftest.beam \
79698257 conftest$ac_exeext conftest.$ac_ext
79708258fi
79718259···79738261 CFLAGS="$xorg_testset_save_CFLAGS"
7974826279758263 eval supported=\$$cacheid
79767976- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
79777977-$as_echo "$supported" >&6; }
82648264+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
82658265+printf "%s\n" "$supported" >&6; }
79788266 if test "$supported" = "yes" ; then
79798267 BASE_CFLAGS="$BASE_CFLAGS -Werror=address"
79808268 found="yes"
···7999828780008288if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
80018289 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
80028002- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
80038003-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
80048004-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
80058005- $as_echo_n "(cached) " >&6
80068006-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
80078296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
80088297/* end confdefs.h. */
80098298int i;
80108299_ACEOF
80118011-if ac_fn_c_try_compile "$LINENO"; then :
83008300+if ac_fn_c_try_compile "$LINENO"
83018301+then :
80128302 xorg_cv_cc_flag_unknown_warning_option=yes
80138013-else
83038303+else $as_nop
80148304 xorg_cv_cc_flag_unknown_warning_option=no
80158305fi
80168016-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
80178307fi
80188018-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
80198019-$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; }
80208310 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
80218311 CFLAGS="$xorg_testset_save_CFLAGS"
80228312fi
···80268316 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
80278317 fi
80288318 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
80298029- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
80308030-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
80318031-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
80328032- $as_echo_n "(cached) " >&6
80338033-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
80348325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
80358326/* end confdefs.h. */
80368327int i;
80378328_ACEOF
80388038-if ac_fn_c_try_compile "$LINENO"; then :
83298329+if ac_fn_c_try_compile "$LINENO"
83308330+then :
80398331 xorg_cv_cc_flag_unused_command_line_argument=yes
80408040-else
83328332+else $as_nop
80418333 xorg_cv_cc_flag_unused_command_line_argument=no
80428334fi
80438043-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
80448336fi
80458045-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
80468046-$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; }
80478339 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
80488340 CFLAGS="$xorg_testset_save_CFLAGS"
80498341fi
···8061835380628354 CFLAGS="$CFLAGS -Werror=int-to-pointer-cast"
8063835580648064- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=int-to-pointer-cast" >&5
80658065-$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; }
80668358 cacheid=xorg_cv_cc_flag__Werror_int_to_pointer_cast
80678067- if eval \${$cacheid+:} false; then :
80688068- $as_echo_n "(cached) " >&6
80698069-else
83598359+ if eval test \${$cacheid+y}
83608360+then :
83618361+ printf %s "(cached) " >&6
83628362+else $as_nop
80708363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
80718364/* end confdefs.h. */
80728365int i;
80738366int
80748074-main ()
83678367+main (void)
80758368{
8076836980778370 ;
80788371 return 0;
80798372}
80808373_ACEOF
80818081-if ac_fn_c_try_link "$LINENO"; then :
83748374+if ac_fn_c_try_link "$LINENO"
83758375+then :
80828376 eval $cacheid=yes
80838083-else
83778377+else $as_nop
80848378 eval $cacheid=no
80858379fi
80868086-rm -f core conftest.err conftest.$ac_objext \
83808380+rm -f core conftest.err conftest.$ac_objext conftest.beam \
80878381 conftest$ac_exeext conftest.$ac_ext
80888382fi
80898383···80918385 CFLAGS="$xorg_testset_save_CFLAGS"
8092838680938387 eval supported=\$$cacheid
80948094- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
80958095-$as_echo "$supported" >&6; }
83888388+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
83898389+printf "%s\n" "$supported" >&6; }
80968390 if test "$supported" = "yes" ; then
80978391 BASE_CFLAGS="$BASE_CFLAGS -Werror=int-to-pointer-cast"
80988392 found="yes"
···8110840481118405 CFLAGS="$CFLAGS -errwarn=E_BAD_PTR_INT_COMBINATION"
8112840681138113- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION" >&5
81148114-$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; }
81158409 cacheid=xorg_cv_cc_flag__errwarn_E_BAD_PTR_INT_COMBINATION
81168116- if eval \${$cacheid+:} false; then :
81178117- $as_echo_n "(cached) " >&6
81188118-else
84108410+ if eval test \${$cacheid+y}
84118411+then :
84128412+ printf %s "(cached) " >&6
84138413+else $as_nop
81198414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81208415/* end confdefs.h. */
81218416int i;
81228417int
81238123-main ()
84188418+main (void)
81248419{
8125842081268421 ;
81278422 return 0;
81288423}
81298424_ACEOF
81308130-if ac_fn_c_try_link "$LINENO"; then :
84258425+if ac_fn_c_try_link "$LINENO"
84268426+then :
81318427 eval $cacheid=yes
81328132-else
84288428+else $as_nop
81338429 eval $cacheid=no
81348430fi
81358135-rm -f core conftest.err conftest.$ac_objext \
84318431+rm -f core conftest.err conftest.$ac_objext conftest.beam \
81368432 conftest$ac_exeext conftest.$ac_ext
81378433fi
81388434···81408436 CFLAGS="$xorg_testset_save_CFLAGS"
8141843781428438 eval supported=\$$cacheid
81438143- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
81448144-$as_echo "$supported" >&6; }
84398439+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
84408440+printf "%s\n" "$supported" >&6; }
81458441 if test "$supported" = "yes" ; then
81468442 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_BAD_PTR_INT_COMBINATION"
81478443 found="yes"
···8166846281678463if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
81688464 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
81698169- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
81708170-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
81718171-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
81728172- $as_echo_n "(cached) " >&6
81738173-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
81748471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81758472/* end confdefs.h. */
81768473int i;
81778474_ACEOF
81788178-if ac_fn_c_try_compile "$LINENO"; then :
84758475+if ac_fn_c_try_compile "$LINENO"
84768476+then :
81798477 xorg_cv_cc_flag_unknown_warning_option=yes
81808180-else
84788478+else $as_nop
81818479 xorg_cv_cc_flag_unknown_warning_option=no
81828480fi
81838183-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
81848482fi
81858185-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
81868186-$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; }
81878485 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
81888486 CFLAGS="$xorg_testset_save_CFLAGS"
81898487fi
···81938491 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
81948492 fi
81958493 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
81968196- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
81978197-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
81988198-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
81998199- $as_echo_n "(cached) " >&6
82008200-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
82018500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
82028501/* end confdefs.h. */
82038502int i;
82048503_ACEOF
82058205-if ac_fn_c_try_compile "$LINENO"; then :
85048504+if ac_fn_c_try_compile "$LINENO"
85058505+then :
82068506 xorg_cv_cc_flag_unused_command_line_argument=yes
82078207-else
85078507+else $as_nop
82088508 xorg_cv_cc_flag_unused_command_line_argument=no
82098509fi
82108210-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
82118511fi
82128212-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
82138213-$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; }
82148514 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
82158515 CFLAGS="$xorg_testset_save_CFLAGS"
82168516fi
···8228852882298529 CFLAGS="$CFLAGS -Werror=pointer-to-int-cast"
8230853082318231- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=pointer-to-int-cast" >&5
82328232-$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; }
82338533 cacheid=xorg_cv_cc_flag__Werror_pointer_to_int_cast
82348234- if eval \${$cacheid+:} false; then :
82358235- $as_echo_n "(cached) " >&6
82368236-else
85348534+ if eval test \${$cacheid+y}
85358535+then :
85368536+ printf %s "(cached) " >&6
85378537+else $as_nop
82378538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
82388539/* end confdefs.h. */
82398540int i;
82408541int
82418241-main ()
85428542+main (void)
82428543{
8243854482448545 ;
82458546 return 0;
82468547}
82478548_ACEOF
82488248-if ac_fn_c_try_link "$LINENO"; then :
85498549+if ac_fn_c_try_link "$LINENO"
85508550+then :
82498551 eval $cacheid=yes
82508250-else
85528552+else $as_nop
82518553 eval $cacheid=no
82528554fi
82538253-rm -f core conftest.err conftest.$ac_objext \
85558555+rm -f core conftest.err conftest.$ac_objext conftest.beam \
82548556 conftest$ac_exeext conftest.$ac_ext
82558557fi
82568558···82588560 CFLAGS="$xorg_testset_save_CFLAGS"
8259856182608562 eval supported=\$$cacheid
82618261- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
82628262-$as_echo "$supported" >&6; }
85638563+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
85648564+printf "%s\n" "$supported" >&6; }
82638565 if test "$supported" = "yes" ; then
82648566 BASE_CFLAGS="$BASE_CFLAGS -Werror=pointer-to-int-cast"
82658567 found="yes"
···8268857082698571 # Also -errwarn=E_BAD_PTR_INT_COMBINATION
82708572else
82718271-{ $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
82728272-$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;}
827385758274857682758577···8287858982888590if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
82898591 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
82908290- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
82918291-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
82928292-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
82938293- $as_echo_n "(cached) " >&6
82948294-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
82958598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
82968599/* end confdefs.h. */
82978600int i;
82988601_ACEOF
82998299-if ac_fn_c_try_compile "$LINENO"; then :
86028602+if ac_fn_c_try_compile "$LINENO"
86038603+then :
83008604 xorg_cv_cc_flag_unknown_warning_option=yes
83018301-else
86058605+else $as_nop
83028606 xorg_cv_cc_flag_unknown_warning_option=no
83038607fi
83048304-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
83058609fi
83068306-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
83078307-$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; }
83088612 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
83098613 CFLAGS="$xorg_testset_save_CFLAGS"
83108614fi
···83148618 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
83158619 fi
83168620 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
83178317- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
83188318-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
83198319-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
83208320- $as_echo_n "(cached) " >&6
83218321-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
83228627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
83238628/* end confdefs.h. */
83248629int i;
83258630_ACEOF
83268326-if ac_fn_c_try_compile "$LINENO"; then :
86318631+if ac_fn_c_try_compile "$LINENO"
86328632+then :
83278633 xorg_cv_cc_flag_unused_command_line_argument=yes
83288328-else
86348634+else $as_nop
83298635 xorg_cv_cc_flag_unused_command_line_argument=no
83308636fi
83318331-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
83328638fi
83338333-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
83348334-$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; }
83358641 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
83368642 CFLAGS="$xorg_testset_save_CFLAGS"
83378643fi
···8349865583508656 CFLAGS="$CFLAGS -Wimplicit"
8351865783528352- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wimplicit" >&5
83538353-$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; }
83548660 cacheid=xorg_cv_cc_flag__Wimplicit
83558355- if eval \${$cacheid+:} false; then :
83568356- $as_echo_n "(cached) " >&6
83578357-else
86618661+ if eval test \${$cacheid+y}
86628662+then :
86638663+ printf %s "(cached) " >&6
86648664+else $as_nop
83588665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
83598666/* end confdefs.h. */
83608667int i;
83618668int
83628362-main ()
86698669+main (void)
83638670{
8364867183658672 ;
83668673 return 0;
83678674}
83688675_ACEOF
83698369-if ac_fn_c_try_link "$LINENO"; then :
86768676+if ac_fn_c_try_link "$LINENO"
86778677+then :
83708678 eval $cacheid=yes
83718371-else
86798679+else $as_nop
83728680 eval $cacheid=no
83738681fi
83748374-rm -f core conftest.err conftest.$ac_objext \
86828682+rm -f core conftest.err conftest.$ac_objext conftest.beam \
83758683 conftest$ac_exeext conftest.$ac_ext
83768684fi
83778685···83798687 CFLAGS="$xorg_testset_save_CFLAGS"
8380868883818689 eval supported=\$$cacheid
83828382- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
83838383-$as_echo "$supported" >&6; }
86908690+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
86918691+printf "%s\n" "$supported" >&6; }
83848692 if test "$supported" = "yes" ; then
83858693 BASE_CFLAGS="$BASE_CFLAGS -Wimplicit"
83868694 found="yes"
···8405871384068714if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
84078715 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
84088408- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
84098409-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
84108410-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
84118411- $as_echo_n "(cached) " >&6
84128412-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
84138722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
84148723/* end confdefs.h. */
84158724int i;
84168725_ACEOF
84178417-if ac_fn_c_try_compile "$LINENO"; then :
87268726+if ac_fn_c_try_compile "$LINENO"
87278727+then :
84188728 xorg_cv_cc_flag_unknown_warning_option=yes
84198419-else
87298729+else $as_nop
84208730 xorg_cv_cc_flag_unknown_warning_option=no
84218731fi
84228422-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
84238733fi
84248424-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
84258425-$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; }
84268736 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
84278737 CFLAGS="$xorg_testset_save_CFLAGS"
84288738fi
···84328742 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
84338743 fi
84348744 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
84358435- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
84368436-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
84378437-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
84388438- $as_echo_n "(cached) " >&6
84398439-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
84408751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
84418752/* end confdefs.h. */
84428753int i;
84438754_ACEOF
84448444-if ac_fn_c_try_compile "$LINENO"; then :
87558755+if ac_fn_c_try_compile "$LINENO"
87568756+then :
84458757 xorg_cv_cc_flag_unused_command_line_argument=yes
84468446-else
87588758+else $as_nop
84478759 xorg_cv_cc_flag_unused_command_line_argument=no
84488760fi
84498449-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
84508762fi
84518451-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
84528452-$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; }
84538765 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
84548766 CFLAGS="$xorg_testset_save_CFLAGS"
84558767fi
···8467877984688780 CFLAGS="$CFLAGS -Wnonnull"
8469878184708470- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnonnull" >&5
84718471-$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; }
84728784 cacheid=xorg_cv_cc_flag__Wnonnull
84738473- if eval \${$cacheid+:} false; then :
84748474- $as_echo_n "(cached) " >&6
84758475-else
87858785+ if eval test \${$cacheid+y}
87868786+then :
87878787+ printf %s "(cached) " >&6
87888788+else $as_nop
84768789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
84778790/* end confdefs.h. */
84788791int i;
84798792int
84808480-main ()
87938793+main (void)
84818794{
8482879584838796 ;
84848797 return 0;
84858798}
84868799_ACEOF
84878487-if ac_fn_c_try_link "$LINENO"; then :
88008800+if ac_fn_c_try_link "$LINENO"
88018801+then :
84888802 eval $cacheid=yes
84898489-else
88038803+else $as_nop
84908804 eval $cacheid=no
84918805fi
84928492-rm -f core conftest.err conftest.$ac_objext \
88068806+rm -f core conftest.err conftest.$ac_objext conftest.beam \
84938807 conftest$ac_exeext conftest.$ac_ext
84948808fi
84958809···84978811 CFLAGS="$xorg_testset_save_CFLAGS"
8498881284998813 eval supported=\$$cacheid
85008500- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
85018501-$as_echo "$supported" >&6; }
88148814+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
88158815+printf "%s\n" "$supported" >&6; }
85028816 if test "$supported" = "yes" ; then
85038817 BASE_CFLAGS="$BASE_CFLAGS -Wnonnull"
85048818 found="yes"
···8523883785248838if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
85258839 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
85268526- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
85278527-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
85288528-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
85298529- $as_echo_n "(cached) " >&6
85308530-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
85318846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
85328847/* end confdefs.h. */
85338848int i;
85348849_ACEOF
85358535-if ac_fn_c_try_compile "$LINENO"; then :
88508850+if ac_fn_c_try_compile "$LINENO"
88518851+then :
85368852 xorg_cv_cc_flag_unknown_warning_option=yes
85378537-else
88538853+else $as_nop
85388854 xorg_cv_cc_flag_unknown_warning_option=no
85398855fi
85408540-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
85418857fi
85428542-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
85438543-$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; }
85448860 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
85458861 CFLAGS="$xorg_testset_save_CFLAGS"
85468862fi
···85508866 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
85518867 fi
85528868 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
85538553- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
85548554-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
85558555-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
85568556- $as_echo_n "(cached) " >&6
85578557-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
85588875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
85598876/* end confdefs.h. */
85608877int i;
85618878_ACEOF
85628562-if ac_fn_c_try_compile "$LINENO"; then :
88798879+if ac_fn_c_try_compile "$LINENO"
88808880+then :
85638881 xorg_cv_cc_flag_unused_command_line_argument=yes
85648564-else
88828882+else $as_nop
85658883 xorg_cv_cc_flag_unused_command_line_argument=no
85668884fi
85678567-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
85688886fi
85698569-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
85708570-$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; }
85718889 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
85728890 CFLAGS="$xorg_testset_save_CFLAGS"
85738891fi
···8585890385868904 CFLAGS="$CFLAGS -Winit-self"
8587890585888588- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Winit-self" >&5
85898589-$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; }
85908908 cacheid=xorg_cv_cc_flag__Winit_self
85918591- if eval \${$cacheid+:} false; then :
85928592- $as_echo_n "(cached) " >&6
85938593-else
89098909+ if eval test \${$cacheid+y}
89108910+then :
89118911+ printf %s "(cached) " >&6
89128912+else $as_nop
85948913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
85958914/* end confdefs.h. */
85968915int i;
85978916int
85988598-main ()
89178917+main (void)
85998918{
8600891986018920 ;
86028921 return 0;
86038922}
86048923_ACEOF
86058605-if ac_fn_c_try_link "$LINENO"; then :
89248924+if ac_fn_c_try_link "$LINENO"
89258925+then :
86068926 eval $cacheid=yes
86078607-else
89278927+else $as_nop
86088928 eval $cacheid=no
86098929fi
86108610-rm -f core conftest.err conftest.$ac_objext \
89308930+rm -f core conftest.err conftest.$ac_objext conftest.beam \
86118931 conftest$ac_exeext conftest.$ac_ext
86128932fi
86138933···86158935 CFLAGS="$xorg_testset_save_CFLAGS"
8616893686178937 eval supported=\$$cacheid
86188618- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
86198619-$as_echo "$supported" >&6; }
89388938+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
89398939+printf "%s\n" "$supported" >&6; }
86208940 if test "$supported" = "yes" ; then
86218941 BASE_CFLAGS="$BASE_CFLAGS -Winit-self"
86228942 found="yes"
···8641896186428962if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
86438963 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
86448644- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
86458645-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
86468646-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
86478647- $as_echo_n "(cached) " >&6
86488648-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
86498970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
86508971/* end confdefs.h. */
86518972int i;
86528973_ACEOF
86538653-if ac_fn_c_try_compile "$LINENO"; then :
89748974+if ac_fn_c_try_compile "$LINENO"
89758975+then :
86548976 xorg_cv_cc_flag_unknown_warning_option=yes
86558655-else
89778977+else $as_nop
86568978 xorg_cv_cc_flag_unknown_warning_option=no
86578979fi
86588658-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
86598981fi
86608660-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
86618661-$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; }
86628984 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
86638985 CFLAGS="$xorg_testset_save_CFLAGS"
86648986fi
···86688990 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
86698991 fi
86708992 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
86718671- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
86728672-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
86738673-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
86748674- $as_echo_n "(cached) " >&6
86758675-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
86768999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
86779000/* end confdefs.h. */
86789001int i;
86799002_ACEOF
86808680-if ac_fn_c_try_compile "$LINENO"; then :
90039003+if ac_fn_c_try_compile "$LINENO"
90049004+then :
86819005 xorg_cv_cc_flag_unused_command_line_argument=yes
86828682-else
90069006+else $as_nop
86839007 xorg_cv_cc_flag_unused_command_line_argument=no
86849008fi
86858685-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
86869010fi
86878687-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
86888688-$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; }
86899013 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
86909014 CFLAGS="$xorg_testset_save_CFLAGS"
86919015fi
···8703902787049028 CFLAGS="$CFLAGS -Wmain"
8705902987068706- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmain" >&5
87078707-$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; }
87089032 cacheid=xorg_cv_cc_flag__Wmain
87098709- if eval \${$cacheid+:} false; then :
87108710- $as_echo_n "(cached) " >&6
87118711-else
90339033+ if eval test \${$cacheid+y}
90349034+then :
90359035+ printf %s "(cached) " >&6
90369036+else $as_nop
87129037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
87139038/* end confdefs.h. */
87149039int i;
87159040int
87168716-main ()
90419041+main (void)
87179042{
8718904387199044 ;
87209045 return 0;
87219046}
87229047_ACEOF
87238723-if ac_fn_c_try_link "$LINENO"; then :
90489048+if ac_fn_c_try_link "$LINENO"
90499049+then :
87249050 eval $cacheid=yes
87258725-else
90519051+else $as_nop
87269052 eval $cacheid=no
87279053fi
87288728-rm -f core conftest.err conftest.$ac_objext \
90549054+rm -f core conftest.err conftest.$ac_objext conftest.beam \
87299055 conftest$ac_exeext conftest.$ac_ext
87309056fi
87319057···87339059 CFLAGS="$xorg_testset_save_CFLAGS"
8734906087359061 eval supported=\$$cacheid
87368736- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
87378737-$as_echo "$supported" >&6; }
90629062+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
90639063+printf "%s\n" "$supported" >&6; }
87389064 if test "$supported" = "yes" ; then
87399065 BASE_CFLAGS="$BASE_CFLAGS -Wmain"
87409066 found="yes"
···8759908587609086if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
87619087 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
87628762- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
87638763-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
87648764-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
87658765- $as_echo_n "(cached) " >&6
87668766-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
87679094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
87689095/* end confdefs.h. */
87699096int i;
87709097_ACEOF
87718771-if ac_fn_c_try_compile "$LINENO"; then :
90989098+if ac_fn_c_try_compile "$LINENO"
90999099+then :
87729100 xorg_cv_cc_flag_unknown_warning_option=yes
87738773-else
91019101+else $as_nop
87749102 xorg_cv_cc_flag_unknown_warning_option=no
87759103fi
87768776-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
87779105fi
87788778-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
87798779-$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; }
87809108 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
87819109 CFLAGS="$xorg_testset_save_CFLAGS"
87829110fi
···87869114 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
87879115 fi
87889116 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
87898789- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
87908790-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
87918791-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
87928792- $as_echo_n "(cached) " >&6
87938793-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
87949123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
87959124/* end confdefs.h. */
87969125int i;
87979126_ACEOF
87988798-if ac_fn_c_try_compile "$LINENO"; then :
91279127+if ac_fn_c_try_compile "$LINENO"
91289128+then :
87999129 xorg_cv_cc_flag_unused_command_line_argument=yes
88008800-else
91309130+else $as_nop
88019131 xorg_cv_cc_flag_unused_command_line_argument=no
88029132fi
88038803-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
88049134fi
88058805-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
88068806-$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; }
88079137 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
88089138 CFLAGS="$xorg_testset_save_CFLAGS"
88099139fi
···8821915188229152 CFLAGS="$CFLAGS -Wmissing-braces"
8823915388248824- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-braces" >&5
88258825-$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; }
88269156 cacheid=xorg_cv_cc_flag__Wmissing_braces
88278827- if eval \${$cacheid+:} false; then :
88288828- $as_echo_n "(cached) " >&6
88298829-else
91579157+ if eval test \${$cacheid+y}
91589158+then :
91599159+ printf %s "(cached) " >&6
91609160+else $as_nop
88309161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
88319162/* end confdefs.h. */
88329163int i;
88339164int
88348834-main ()
91659165+main (void)
88359166{
8836916788379168 ;
88389169 return 0;
88399170}
88409171_ACEOF
88418841-if ac_fn_c_try_link "$LINENO"; then :
91729172+if ac_fn_c_try_link "$LINENO"
91739173+then :
88429174 eval $cacheid=yes
88438843-else
91759175+else $as_nop
88449176 eval $cacheid=no
88459177fi
88468846-rm -f core conftest.err conftest.$ac_objext \
91789178+rm -f core conftest.err conftest.$ac_objext conftest.beam \
88479179 conftest$ac_exeext conftest.$ac_ext
88489180fi
88499181···88519183 CFLAGS="$xorg_testset_save_CFLAGS"
8852918488539185 eval supported=\$$cacheid
88548854- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
88558855-$as_echo "$supported" >&6; }
91869186+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
91879187+printf "%s\n" "$supported" >&6; }
88569188 if test "$supported" = "yes" ; then
88579189 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-braces"
88589190 found="yes"
···8877920988789210if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
88799211 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
88808880- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
88818881-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
88828882-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
88838883- $as_echo_n "(cached) " >&6
88848884-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
88859218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
88869219/* end confdefs.h. */
88879220int i;
88889221_ACEOF
88898889-if ac_fn_c_try_compile "$LINENO"; then :
92229222+if ac_fn_c_try_compile "$LINENO"
92239223+then :
88909224 xorg_cv_cc_flag_unknown_warning_option=yes
88918891-else
92259225+else $as_nop
88929226 xorg_cv_cc_flag_unknown_warning_option=no
88939227fi
88948894-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
88959229fi
88968896-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
88978897-$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; }
88989232 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
88999233 CFLAGS="$xorg_testset_save_CFLAGS"
89009234fi
···89049238 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
89059239 fi
89069240 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
89078907- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
89088908-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
89098909-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
89108910- $as_echo_n "(cached) " >&6
89118911-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
89129247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
89139248/* end confdefs.h. */
89149249int i;
89159250_ACEOF
89168916-if ac_fn_c_try_compile "$LINENO"; then :
92519251+if ac_fn_c_try_compile "$LINENO"
92529252+then :
89179253 xorg_cv_cc_flag_unused_command_line_argument=yes
89188918-else
92549254+else $as_nop
89199255 xorg_cv_cc_flag_unused_command_line_argument=no
89209256fi
89218921-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
89229258fi
89238923-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
89248924-$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; }
89259261 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
89269262 CFLAGS="$xorg_testset_save_CFLAGS"
89279263fi
···8939927589409276 CFLAGS="$CFLAGS -Wsequence-point"
8941927789428942- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsequence-point" >&5
89438943-$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; }
89449280 cacheid=xorg_cv_cc_flag__Wsequence_point
89458945- if eval \${$cacheid+:} false; then :
89468946- $as_echo_n "(cached) " >&6
89478947-else
92819281+ if eval test \${$cacheid+y}
92829282+then :
92839283+ printf %s "(cached) " >&6
92849284+else $as_nop
89489285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
89499286/* end confdefs.h. */
89509287int i;
89519288int
89528952-main ()
92899289+main (void)
89539290{
8954929189559292 ;
89569293 return 0;
89579294}
89589295_ACEOF
89598959-if ac_fn_c_try_link "$LINENO"; then :
92969296+if ac_fn_c_try_link "$LINENO"
92979297+then :
89609298 eval $cacheid=yes
89618961-else
92999299+else $as_nop
89629300 eval $cacheid=no
89639301fi
89648964-rm -f core conftest.err conftest.$ac_objext \
93029302+rm -f core conftest.err conftest.$ac_objext conftest.beam \
89659303 conftest$ac_exeext conftest.$ac_ext
89669304fi
89679305···89699307 CFLAGS="$xorg_testset_save_CFLAGS"
8970930889719309 eval supported=\$$cacheid
89728972- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
89738973-$as_echo "$supported" >&6; }
93109310+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
93119311+printf "%s\n" "$supported" >&6; }
89749312 if test "$supported" = "yes" ; then
89759313 BASE_CFLAGS="$BASE_CFLAGS -Wsequence-point"
89769314 found="yes"
···8995933389969334if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
89979335 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
89988998- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
89998999-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
90009000-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
90019001- $as_echo_n "(cached) " >&6
90029002-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
90039342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90049343/* end confdefs.h. */
90059344int i;
90069345_ACEOF
90079007-if ac_fn_c_try_compile "$LINENO"; then :
93469346+if ac_fn_c_try_compile "$LINENO"
93479347+then :
90089348 xorg_cv_cc_flag_unknown_warning_option=yes
90099009-else
93499349+else $as_nop
90109350 xorg_cv_cc_flag_unknown_warning_option=no
90119351fi
90129012-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
90139353fi
90149014-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
90159015-$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; }
90169356 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
90179357 CFLAGS="$xorg_testset_save_CFLAGS"
90189358fi
···90229362 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
90239363 fi
90249364 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
90259025- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
90269026-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
90279027-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
90289028- $as_echo_n "(cached) " >&6
90299029-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
90309371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90319372/* end confdefs.h. */
90329373int i;
90339374_ACEOF
90349034-if ac_fn_c_try_compile "$LINENO"; then :
93759375+if ac_fn_c_try_compile "$LINENO"
93769376+then :
90359377 xorg_cv_cc_flag_unused_command_line_argument=yes
90369036-else
93789378+else $as_nop
90379379 xorg_cv_cc_flag_unused_command_line_argument=no
90389380fi
90399039-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
90409382fi
90419041-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
90429042-$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; }
90439385 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
90449386 CFLAGS="$xorg_testset_save_CFLAGS"
90459387fi
···9057939990589400 CFLAGS="$CFLAGS -Wreturn-type"
9059940190609060- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wreturn-type" >&5
90619061-$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; }
90629404 cacheid=xorg_cv_cc_flag__Wreturn_type
90639063- if eval \${$cacheid+:} false; then :
90649064- $as_echo_n "(cached) " >&6
90659065-else
94059405+ if eval test \${$cacheid+y}
94069406+then :
94079407+ printf %s "(cached) " >&6
94089408+else $as_nop
90669409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90679410/* end confdefs.h. */
90689411int i;
90699412int
90709070-main ()
94139413+main (void)
90719414{
9072941590739416 ;
90749417 return 0;
90759418}
90769419_ACEOF
90779077-if ac_fn_c_try_link "$LINENO"; then :
94209420+if ac_fn_c_try_link "$LINENO"
94219421+then :
90789422 eval $cacheid=yes
90799079-else
94239423+else $as_nop
90809424 eval $cacheid=no
90819425fi
90829082-rm -f core conftest.err conftest.$ac_objext \
94269426+rm -f core conftest.err conftest.$ac_objext conftest.beam \
90839427 conftest$ac_exeext conftest.$ac_ext
90849428fi
90859429···90879431 CFLAGS="$xorg_testset_save_CFLAGS"
9088943290899433 eval supported=\$$cacheid
90909090- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
90919091-$as_echo "$supported" >&6; }
94349434+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
94359435+printf "%s\n" "$supported" >&6; }
90929436 if test "$supported" = "yes" ; then
90939437 BASE_CFLAGS="$BASE_CFLAGS -Wreturn-type"
90949438 found="yes"
···9113945791149458if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
91159459 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
91169116- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
91179117-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
91189118-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
91199119- $as_echo_n "(cached) " >&6
91209120-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
91219466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
91229467/* end confdefs.h. */
91239468int i;
91249469_ACEOF
91259125-if ac_fn_c_try_compile "$LINENO"; then :
94709470+if ac_fn_c_try_compile "$LINENO"
94719471+then :
91269472 xorg_cv_cc_flag_unknown_warning_option=yes
91279127-else
94739473+else $as_nop
91289474 xorg_cv_cc_flag_unknown_warning_option=no
91299475fi
91309130-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
91319477fi
91329132-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
91339133-$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; }
91349480 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
91359481 CFLAGS="$xorg_testset_save_CFLAGS"
91369482fi
···91409486 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
91419487 fi
91429488 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
91439143- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
91449144-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
91459145-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
91469146- $as_echo_n "(cached) " >&6
91479147-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
91489495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
91499496/* end confdefs.h. */
91509497int i;
91519498_ACEOF
91529152-if ac_fn_c_try_compile "$LINENO"; then :
94999499+if ac_fn_c_try_compile "$LINENO"
95009500+then :
91539501 xorg_cv_cc_flag_unused_command_line_argument=yes
91549154-else
95029502+else $as_nop
91559503 xorg_cv_cc_flag_unused_command_line_argument=no
91569504fi
91579157-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
91589506fi
91599159-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
91609160-$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; }
91619509 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
91629510 CFLAGS="$xorg_testset_save_CFLAGS"
91639511fi
···9175952391769524 CFLAGS="$CFLAGS -Wtrigraphs"
9177952591789178- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wtrigraphs" >&5
91799179-$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; }
91809528 cacheid=xorg_cv_cc_flag__Wtrigraphs
91819181- if eval \${$cacheid+:} false; then :
91829182- $as_echo_n "(cached) " >&6
91839183-else
95299529+ if eval test \${$cacheid+y}
95309530+then :
95319531+ printf %s "(cached) " >&6
95329532+else $as_nop
91849533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
91859534/* end confdefs.h. */
91869535int i;
91879536int
91889188-main ()
95379537+main (void)
91899538{
9190953991919540 ;
91929541 return 0;
91939542}
91949543_ACEOF
91959195-if ac_fn_c_try_link "$LINENO"; then :
95449544+if ac_fn_c_try_link "$LINENO"
95459545+then :
91969546 eval $cacheid=yes
91979197-else
95479547+else $as_nop
91989548 eval $cacheid=no
91999549fi
92009200-rm -f core conftest.err conftest.$ac_objext \
95509550+rm -f core conftest.err conftest.$ac_objext conftest.beam \
92019551 conftest$ac_exeext conftest.$ac_ext
92029552fi
92039553···92059555 CFLAGS="$xorg_testset_save_CFLAGS"
9206955692079557 eval supported=\$$cacheid
92089208- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
92099209-$as_echo "$supported" >&6; }
95589558+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
95599559+printf "%s\n" "$supported" >&6; }
92109560 if test "$supported" = "yes" ; then
92119561 BASE_CFLAGS="$BASE_CFLAGS -Wtrigraphs"
92129562 found="yes"
···9231958192329582if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
92339583 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
92349234- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
92359235-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
92369236-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
92379237- $as_echo_n "(cached) " >&6
92389238-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
92399590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
92409591/* end confdefs.h. */
92419592int i;
92429593_ACEOF
92439243-if ac_fn_c_try_compile "$LINENO"; then :
95949594+if ac_fn_c_try_compile "$LINENO"
95959595+then :
92449596 xorg_cv_cc_flag_unknown_warning_option=yes
92459245-else
95979597+else $as_nop
92469598 xorg_cv_cc_flag_unknown_warning_option=no
92479599fi
92489248-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
92499601fi
92509250-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
92519251-$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; }
92529604 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
92539605 CFLAGS="$xorg_testset_save_CFLAGS"
92549606fi
···92589610 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
92599611 fi
92609612 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
92619261- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
92629262-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
92639263-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
92649264- $as_echo_n "(cached) " >&6
92659265-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
92669619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
92679620/* end confdefs.h. */
92689621int i;
92699622_ACEOF
92709270-if ac_fn_c_try_compile "$LINENO"; then :
96239623+if ac_fn_c_try_compile "$LINENO"
96249624+then :
92719625 xorg_cv_cc_flag_unused_command_line_argument=yes
92729272-else
96269626+else $as_nop
92739627 xorg_cv_cc_flag_unused_command_line_argument=no
92749628fi
92759275-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
92769630fi
92779277-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
92789278-$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; }
92799633 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
92809634 CFLAGS="$xorg_testset_save_CFLAGS"
92819635fi
···9293964792949648 CFLAGS="$CFLAGS -Warray-bounds"
9295964992969296- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Warray-bounds" >&5
92979297-$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; }
92989652 cacheid=xorg_cv_cc_flag__Warray_bounds
92999299- if eval \${$cacheid+:} false; then :
93009300- $as_echo_n "(cached) " >&6
93019301-else
96539653+ if eval test \${$cacheid+y}
96549654+then :
96559655+ printf %s "(cached) " >&6
96569656+else $as_nop
93029657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
93039658/* end confdefs.h. */
93049659int i;
93059660int
93069306-main ()
96619661+main (void)
93079662{
9308966393099664 ;
93109665 return 0;
93119666}
93129667_ACEOF
93139313-if ac_fn_c_try_link "$LINENO"; then :
96689668+if ac_fn_c_try_link "$LINENO"
96699669+then :
93149670 eval $cacheid=yes
93159315-else
96719671+else $as_nop
93169672 eval $cacheid=no
93179673fi
93189318-rm -f core conftest.err conftest.$ac_objext \
96749674+rm -f core conftest.err conftest.$ac_objext conftest.beam \
93199675 conftest$ac_exeext conftest.$ac_ext
93209676fi
93219677···93239679 CFLAGS="$xorg_testset_save_CFLAGS"
9324968093259681 eval supported=\$$cacheid
93269326- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
93279327-$as_echo "$supported" >&6; }
96829682+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
96839683+printf "%s\n" "$supported" >&6; }
93289684 if test "$supported" = "yes" ; then
93299685 BASE_CFLAGS="$BASE_CFLAGS -Warray-bounds"
93309686 found="yes"
···9349970593509706if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
93519707 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
93529352- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
93539353-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
93549354-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
93559355- $as_echo_n "(cached) " >&6
93569356-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
93579714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
93589715/* end confdefs.h. */
93599716int i;
93609717_ACEOF
93619361-if ac_fn_c_try_compile "$LINENO"; then :
97189718+if ac_fn_c_try_compile "$LINENO"
97199719+then :
93629720 xorg_cv_cc_flag_unknown_warning_option=yes
93639363-else
97219721+else $as_nop
93649722 xorg_cv_cc_flag_unknown_warning_option=no
93659723fi
93669366-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
93679725fi
93689368-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
93699369-$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; }
93709728 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
93719729 CFLAGS="$xorg_testset_save_CFLAGS"
93729730fi
···93769734 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
93779735 fi
93789736 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
93799379- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
93809380-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
93819381-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
93829382- $as_echo_n "(cached) " >&6
93839383-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
93849743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
93859744/* end confdefs.h. */
93869745int i;
93879746_ACEOF
93889388-if ac_fn_c_try_compile "$LINENO"; then :
97479747+if ac_fn_c_try_compile "$LINENO"
97489748+then :
93899749 xorg_cv_cc_flag_unused_command_line_argument=yes
93909390-else
97509750+else $as_nop
93919751 xorg_cv_cc_flag_unused_command_line_argument=no
93929752fi
93939393-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
93949754fi
93959395-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
93969396-$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; }
93979757 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
93989758 CFLAGS="$xorg_testset_save_CFLAGS"
93999759fi
···9411977194129772 CFLAGS="$CFLAGS -Wwrite-strings"
9413977394149414- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wwrite-strings" >&5
94159415-$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; }
94169776 cacheid=xorg_cv_cc_flag__Wwrite_strings
94179417- if eval \${$cacheid+:} false; then :
94189418- $as_echo_n "(cached) " >&6
94199419-else
97779777+ if eval test \${$cacheid+y}
97789778+then :
97799779+ printf %s "(cached) " >&6
97809780+else $as_nop
94209781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
94219782/* end confdefs.h. */
94229783int i;
94239784int
94249424-main ()
97859785+main (void)
94259786{
9426978794279788 ;
94289789 return 0;
94299790}
94309791_ACEOF
94319431-if ac_fn_c_try_link "$LINENO"; then :
97929792+if ac_fn_c_try_link "$LINENO"
97939793+then :
94329794 eval $cacheid=yes
94339433-else
97959795+else $as_nop
94349796 eval $cacheid=no
94359797fi
94369436-rm -f core conftest.err conftest.$ac_objext \
97989798+rm -f core conftest.err conftest.$ac_objext conftest.beam \
94379799 conftest$ac_exeext conftest.$ac_ext
94389800fi
94399801···94419803 CFLAGS="$xorg_testset_save_CFLAGS"
9442980494439805 eval supported=\$$cacheid
94449444- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
94459445-$as_echo "$supported" >&6; }
98069806+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
98079807+printf "%s\n" "$supported" >&6; }
94469808 if test "$supported" = "yes" ; then
94479809 BASE_CFLAGS="$BASE_CFLAGS -Wwrite-strings"
94489810 found="yes"
···9467982994689830if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
94699831 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
94709470- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
94719471-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
94729472-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
94739473- $as_echo_n "(cached) " >&6
94749474-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
94759838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
94769839/* end confdefs.h. */
94779840int i;
94789841_ACEOF
94799479-if ac_fn_c_try_compile "$LINENO"; then :
98429842+if ac_fn_c_try_compile "$LINENO"
98439843+then :
94809844 xorg_cv_cc_flag_unknown_warning_option=yes
94819481-else
98459845+else $as_nop
94829846 xorg_cv_cc_flag_unknown_warning_option=no
94839847fi
94849484-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
94859849fi
94869486-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
94879487-$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; }
94889852 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
94899853 CFLAGS="$xorg_testset_save_CFLAGS"
94909854fi
···94949858 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
94959859 fi
94969860 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
94979497- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
94989498-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
94999499-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
95009500- $as_echo_n "(cached) " >&6
95019501-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
95029867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
95039868/* end confdefs.h. */
95049869int i;
95059870_ACEOF
95069506-if ac_fn_c_try_compile "$LINENO"; then :
98719871+if ac_fn_c_try_compile "$LINENO"
98729872+then :
95079873 xorg_cv_cc_flag_unused_command_line_argument=yes
95089508-else
98749874+else $as_nop
95099875 xorg_cv_cc_flag_unused_command_line_argument=no
95109876fi
95119511-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
95129878fi
95139513-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
95149514-$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; }
95159881 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
95169882 CFLAGS="$xorg_testset_save_CFLAGS"
95179883fi
···9529989595309896 CFLAGS="$CFLAGS -Waddress"
9531989795329532- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Waddress" >&5
95339533-$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; }
95349900 cacheid=xorg_cv_cc_flag__Waddress
95359535- if eval \${$cacheid+:} false; then :
95369536- $as_echo_n "(cached) " >&6
95379537-else
99019901+ if eval test \${$cacheid+y}
99029902+then :
99039903+ printf %s "(cached) " >&6
99049904+else $as_nop
95389905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
95399906/* end confdefs.h. */
95409907int i;
95419908int
95429542-main ()
99099909+main (void)
95439910{
9544991195459912 ;
95469913 return 0;
95479914}
95489915_ACEOF
95499549-if ac_fn_c_try_link "$LINENO"; then :
99169916+if ac_fn_c_try_link "$LINENO"
99179917+then :
95509918 eval $cacheid=yes
95519551-else
99199919+else $as_nop
95529920 eval $cacheid=no
95539921fi
95549554-rm -f core conftest.err conftest.$ac_objext \
99229922+rm -f core conftest.err conftest.$ac_objext conftest.beam \
95559923 conftest$ac_exeext conftest.$ac_ext
95569924fi
95579925···95599927 CFLAGS="$xorg_testset_save_CFLAGS"
9560992895619929 eval supported=\$$cacheid
95629562- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
95639563-$as_echo "$supported" >&6; }
99309930+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
99319931+printf "%s\n" "$supported" >&6; }
95649932 if test "$supported" = "yes" ; then
95659933 BASE_CFLAGS="$BASE_CFLAGS -Waddress"
95669934 found="yes"
···9585995395869954if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
95879955 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
95889588- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
95899589-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
95909590-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
95919591- $as_echo_n "(cached) " >&6
95929592-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
95939962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
95949963/* end confdefs.h. */
95959964int i;
95969965_ACEOF
95979597-if ac_fn_c_try_compile "$LINENO"; then :
99669966+if ac_fn_c_try_compile "$LINENO"
99679967+then :
95989968 xorg_cv_cc_flag_unknown_warning_option=yes
95999599-else
99699969+else $as_nop
96009970 xorg_cv_cc_flag_unknown_warning_option=no
96019971fi
96029602-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
96039973fi
96049604-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
96059605-$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; }
96069976 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
96079977 CFLAGS="$xorg_testset_save_CFLAGS"
96089978fi
···96129982 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
96139983 fi
96149984 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
96159615- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
96169616-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
96179617-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
96189618- $as_echo_n "(cached) " >&6
96199619-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
96209991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
96219992/* end confdefs.h. */
96229993int i;
96239994_ACEOF
96249624-if ac_fn_c_try_compile "$LINENO"; then :
99959995+if ac_fn_c_try_compile "$LINENO"
99969996+then :
96259997 xorg_cv_cc_flag_unused_command_line_argument=yes
96269626-else
99989998+else $as_nop
96279999 xorg_cv_cc_flag_unused_command_line_argument=no
962810000fi
96299629-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
963010002fi
96319631-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
96329632-$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; }
963310005 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
963410006 CFLAGS="$xorg_testset_save_CFLAGS"
963510007fi
···964710019964810020 CFLAGS="$CFLAGS -Wint-to-pointer-cast"
96491002196509650- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wint-to-pointer-cast" >&5
96519651-$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; }
965210024 cacheid=xorg_cv_cc_flag__Wint_to_pointer_cast
96539653- if eval \${$cacheid+:} false; then :
96549654- $as_echo_n "(cached) " >&6
96559655-else
1002510025+ if eval test \${$cacheid+y}
1002610026+then :
1002710027+ printf %s "(cached) " >&6
1002810028+else $as_nop
965610029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
965710030/* end confdefs.h. */
965810031int i;
965910032int
96609660-main ()
1003310033+main (void)
966110034{
966210035966310036 ;
966410037 return 0;
966510038}
966610039_ACEOF
96679667-if ac_fn_c_try_link "$LINENO"; then :
1004010040+if ac_fn_c_try_link "$LINENO"
1004110041+then :
966810042 eval $cacheid=yes
96699669-else
1004310043+else $as_nop
967010044 eval $cacheid=no
967110045fi
96729672-rm -f core conftest.err conftest.$ac_objext \
1004610046+rm -f core conftest.err conftest.$ac_objext conftest.beam \
967310047 conftest$ac_exeext conftest.$ac_ext
967410048fi
967510049···967710051 CFLAGS="$xorg_testset_save_CFLAGS"
967810052967910053 eval supported=\$$cacheid
96809680- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
96819681-$as_echo "$supported" >&6; }
1005410054+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1005510055+printf "%s\n" "$supported" >&6; }
968210056 if test "$supported" = "yes" ; then
968310057 BASE_CFLAGS="$BASE_CFLAGS -Wint-to-pointer-cast"
968410058 found="yes"
···970310077970410078if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
970510079 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
97069706- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
97079707-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
97089708-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
97099709- $as_echo_n "(cached) " >&6
97109710-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
971110086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
971210087/* end confdefs.h. */
971310088int i;
971410089_ACEOF
97159715-if ac_fn_c_try_compile "$LINENO"; then :
1009010090+if ac_fn_c_try_compile "$LINENO"
1009110091+then :
971610092 xorg_cv_cc_flag_unknown_warning_option=yes
97179717-else
1009310093+else $as_nop
971810094 xorg_cv_cc_flag_unknown_warning_option=no
971910095fi
97209720-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
972110097fi
97229722-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
97239723-$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; }
972410100 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
972510101 CFLAGS="$xorg_testset_save_CFLAGS"
972610102fi
···973010106 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
973110107 fi
973210108 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
97339733- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
97349734-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
97359735-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
97369736- $as_echo_n "(cached) " >&6
97379737-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
973810115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
973910116/* end confdefs.h. */
974010117int i;
974110118_ACEOF
97429742-if ac_fn_c_try_compile "$LINENO"; then :
1011910119+if ac_fn_c_try_compile "$LINENO"
1012010120+then :
974310121 xorg_cv_cc_flag_unused_command_line_argument=yes
97449744-else
1012210122+else $as_nop
974510123 xorg_cv_cc_flag_unused_command_line_argument=no
974610124fi
97479747-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
974810126fi
97499749-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
97509750-$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; }
975110129 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
975210130 CFLAGS="$xorg_testset_save_CFLAGS"
975310131fi
···976510143976610144 CFLAGS="$CFLAGS -Wpointer-to-int-cast"
97671014597689768- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-to-int-cast" >&5
97699769-$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; }
977010148 cacheid=xorg_cv_cc_flag__Wpointer_to_int_cast
97719771- if eval \${$cacheid+:} false; then :
97729772- $as_echo_n "(cached) " >&6
97739773-else
1014910149+ if eval test \${$cacheid+y}
1015010150+then :
1015110151+ printf %s "(cached) " >&6
1015210152+else $as_nop
977410153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
977510154/* end confdefs.h. */
977610155int i;
977710156int
97789778-main ()
1015710157+main (void)
977910158{
978010159978110160 ;
978210161 return 0;
978310162}
978410163_ACEOF
97859785-if ac_fn_c_try_link "$LINENO"; then :
1016410164+if ac_fn_c_try_link "$LINENO"
1016510165+then :
978610166 eval $cacheid=yes
97879787-else
1016710167+else $as_nop
978810168 eval $cacheid=no
978910169fi
97909790-rm -f core conftest.err conftest.$ac_objext \
1017010170+rm -f core conftest.err conftest.$ac_objext conftest.beam \
979110171 conftest$ac_exeext conftest.$ac_ext
979210172fi
979310173···979510175 CFLAGS="$xorg_testset_save_CFLAGS"
979610176979710177 eval supported=\$$cacheid
97989798- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
97999799-$as_echo "$supported" >&6; }
1017810178+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1017910179+printf "%s\n" "$supported" >&6; }
980010180 if test "$supported" = "yes" ; then
980110181 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-to-int-cast"
980210182 found="yes"
···982510205982610206982710207# Check whether --enable-strict-compilation was given.
98289828-if test "${enable_strict_compilation+set}" = set; then :
1020810208+if test ${enable_strict_compilation+y}
1020910209+then :
982910210 enableval=$enable_strict_compilation; STRICT_COMPILE=$enableval
98309830-else
1021110211+else $as_nop
983110212 STRICT_COMPILE=no
983210213fi
983310214···985410235985510236if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
985610237 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
98579857- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
98589858-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
98599859-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
98609860- $as_echo_n "(cached) " >&6
98619861-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
986210244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
986310245/* end confdefs.h. */
986410246int i;
986510247_ACEOF
98669866-if ac_fn_c_try_compile "$LINENO"; then :
1024810248+if ac_fn_c_try_compile "$LINENO"
1024910249+then :
986710250 xorg_cv_cc_flag_unknown_warning_option=yes
98689868-else
1025110251+else $as_nop
986910252 xorg_cv_cc_flag_unknown_warning_option=no
987010253fi
98719871-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
987210255fi
98739873-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
98749874-$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; }
987510258 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
987610259 CFLAGS="$xorg_testset_save_CFLAGS"
987710260fi
···988110264 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
988210265 fi
988310266 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
98849884- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
98859885-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
98869886-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
98879887- $as_echo_n "(cached) " >&6
98889888-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
988910273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
989010274/* end confdefs.h. */
989110275int i;
989210276_ACEOF
98939893-if ac_fn_c_try_compile "$LINENO"; then :
1027710277+if ac_fn_c_try_compile "$LINENO"
1027810278+then :
989410279 xorg_cv_cc_flag_unused_command_line_argument=yes
98959895-else
1028010280+else $as_nop
989610281 xorg_cv_cc_flag_unused_command_line_argument=no
989710282fi
98989898-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
989910284fi
99009900-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
99019901-$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; }
990210287 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
990310288 CFLAGS="$xorg_testset_save_CFLAGS"
990410289fi
···991610301991710302 CFLAGS="$CFLAGS -pedantic"
99181030399199919- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -pedantic" >&5
99209920-$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; }
992110306 cacheid=xorg_cv_cc_flag__pedantic
99229922- if eval \${$cacheid+:} false; then :
99239923- $as_echo_n "(cached) " >&6
99249924-else
1030710307+ if eval test \${$cacheid+y}
1030810308+then :
1030910309+ printf %s "(cached) " >&6
1031010310+else $as_nop
992510311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
992610312/* end confdefs.h. */
992710313int i;
992810314int
99299929-main ()
1031510315+main (void)
993010316{
993110317993210318 ;
993310319 return 0;
993410320}
993510321_ACEOF
99369936-if ac_fn_c_try_link "$LINENO"; then :
1032210322+if ac_fn_c_try_link "$LINENO"
1032310323+then :
993710324 eval $cacheid=yes
99389938-else
1032510325+else $as_nop
993910326 eval $cacheid=no
994010327fi
99419941-rm -f core conftest.err conftest.$ac_objext \
1032810328+rm -f core conftest.err conftest.$ac_objext conftest.beam \
994210329 conftest$ac_exeext conftest.$ac_ext
994310330fi
994410331···994610333 CFLAGS="$xorg_testset_save_CFLAGS"
994710334994810335 eval supported=\$$cacheid
99499949- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
99509950-$as_echo "$supported" >&6; }
1033610336+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1033710337+printf "%s\n" "$supported" >&6; }
995110338 if test "$supported" = "yes" ; then
995210339 STRICT_CFLAGS="$STRICT_CFLAGS -pedantic"
995310340 found="yes"
···997210359997310360if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
997410361 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
99759975- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
99769976-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
99779977-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
99789978- $as_echo_n "(cached) " >&6
99799979-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
998010368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
998110369/* end confdefs.h. */
998210370int i;
998310371_ACEOF
99849984-if ac_fn_c_try_compile "$LINENO"; then :
1037210372+if ac_fn_c_try_compile "$LINENO"
1037310373+then :
998510374 xorg_cv_cc_flag_unknown_warning_option=yes
99869986-else
1037510375+else $as_nop
998710376 xorg_cv_cc_flag_unknown_warning_option=no
998810377fi
99899989-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
999010379fi
99919991-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
99929992-$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; }
999310382 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
999410383 CFLAGS="$xorg_testset_save_CFLAGS"
999510384fi
···999910388 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1000010389 fi
1000110390 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1000210002- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1000310003-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1000410004-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1000510005- $as_echo_n "(cached) " >&6
1000610006-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
1000710397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1000810398/* end confdefs.h. */
1000910399int i;
1001010400_ACEOF
1001110011-if ac_fn_c_try_compile "$LINENO"; then :
1040110401+if ac_fn_c_try_compile "$LINENO"
1040210402+then :
1001210403 xorg_cv_cc_flag_unused_command_line_argument=yes
1001310013-else
1040410404+else $as_nop
1001410405 xorg_cv_cc_flag_unused_command_line_argument=no
1001510406fi
1001610016-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
1001710408fi
1001810018-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1001910019-$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; }
1002010411 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1002110412 CFLAGS="$xorg_testset_save_CFLAGS"
1002210413fi
···10034104251003510426 CFLAGS="$CFLAGS -Werror"
10036104271003710037- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror" >&5
1003810038-$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; }
1003910430 cacheid=xorg_cv_cc_flag__Werror
1004010040- if eval \${$cacheid+:} false; then :
1004110041- $as_echo_n "(cached) " >&6
1004210042-else
1043110431+ if eval test \${$cacheid+y}
1043210432+then :
1043310433+ printf %s "(cached) " >&6
1043410434+else $as_nop
1004310435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1004410436/* end confdefs.h. */
1004510437int i;
1004610438int
1004710047-main ()
1043910439+main (void)
1004810440{
10049104411005010442 ;
1005110443 return 0;
1005210444}
1005310445_ACEOF
1005410054-if ac_fn_c_try_link "$LINENO"; then :
1044610446+if ac_fn_c_try_link "$LINENO"
1044710447+then :
1005510448 eval $cacheid=yes
1005610056-else
1044910449+else $as_nop
1005710450 eval $cacheid=no
1005810451fi
1005910059-rm -f core conftest.err conftest.$ac_objext \
1045210452+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1006010453 conftest$ac_exeext conftest.$ac_ext
1006110454fi
1006210455···1006410457 CFLAGS="$xorg_testset_save_CFLAGS"
10065104581006610459 eval supported=\$$cacheid
1006710067- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1006810068-$as_echo "$supported" >&6; }
1046010460+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1046110461+printf "%s\n" "$supported" >&6; }
1006910462 if test "$supported" = "yes" ; then
1007010463 STRICT_CFLAGS="$STRICT_CFLAGS -Werror"
1007110464 found="yes"
···10083104761008410477 CFLAGS="$CFLAGS -errwarn"
10085104781008610086- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn" >&5
1008710087-$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; }
1008810481 cacheid=xorg_cv_cc_flag__errwarn
1008910089- if eval \${$cacheid+:} false; then :
1009010090- $as_echo_n "(cached) " >&6
1009110091-else
1048210482+ if eval test \${$cacheid+y}
1048310483+then :
1048410484+ printf %s "(cached) " >&6
1048510485+else $as_nop
1009210486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1009310487/* end confdefs.h. */
1009410488int i;
1009510489int
1009610096-main ()
1049010490+main (void)
1009710491{
10098104921009910493 ;
1010010494 return 0;
1010110495}
1010210496_ACEOF
1010310103-if ac_fn_c_try_link "$LINENO"; then :
1049710497+if ac_fn_c_try_link "$LINENO"
1049810498+then :
1010410499 eval $cacheid=yes
1010510105-else
1050010500+else $as_nop
1010610501 eval $cacheid=no
1010710502fi
1010810108-rm -f core conftest.err conftest.$ac_objext \
1050310503+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1010910504 conftest$ac_exeext conftest.$ac_ext
1011010505fi
1011110506···1011310508 CFLAGS="$xorg_testset_save_CFLAGS"
10114105091011510510 eval supported=\$$cacheid
1011610116- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1011710117-$as_echo "$supported" >&6; }
1051110511+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1051210512+printf "%s\n" "$supported" >&6; }
1011810513 if test "$supported" = "yes" ; then
1011910514 STRICT_CFLAGS="$STRICT_CFLAGS -errwarn"
1012010515 found="yes"
···10142105371014310538if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1014410539 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1014510145- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1014610146-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1014710147-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1014810148- $as_echo_n "(cached) " >&6
1014910149-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
1015010546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1015110547/* end confdefs.h. */
1015210548int i;
1015310549_ACEOF
1015410154-if ac_fn_c_try_compile "$LINENO"; then :
1055010550+if ac_fn_c_try_compile "$LINENO"
1055110551+then :
1015510552 xorg_cv_cc_flag_unknown_warning_option=yes
1015610156-else
1055310553+else $as_nop
1015710554 xorg_cv_cc_flag_unknown_warning_option=no
1015810555fi
1015910159-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
1016010557fi
1016110161-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1016210162-$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; }
1016310560 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1016410561 CFLAGS="$xorg_testset_save_CFLAGS"
1016510562fi
···1016910566 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1017010567 fi
1017110568 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1017210172- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1017310173-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1017410174-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1017510175- $as_echo_n "(cached) " >&6
1017610176-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
1017710575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1017810576/* end confdefs.h. */
1017910577int i;
1018010578_ACEOF
1018110181-if ac_fn_c_try_compile "$LINENO"; then :
1057910579+if ac_fn_c_try_compile "$LINENO"
1058010580+then :
1018210581 xorg_cv_cc_flag_unused_command_line_argument=yes
1018310183-else
1058210582+else $as_nop
1018410583 xorg_cv_cc_flag_unused_command_line_argument=no
1018510584fi
1018610186-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
1018710586fi
1018810188-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1018910189-$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; }
1019010589 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1019110590 CFLAGS="$xorg_testset_save_CFLAGS"
1019210591fi
···10204106031020510604 CFLAGS="$CFLAGS -Werror=attributes"
10206106051020710207- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=attributes" >&5
1020810208-$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; }
1020910608 cacheid=xorg_cv_cc_flag__Werror_attributes
1021010210- if eval \${$cacheid+:} false; then :
1021110211- $as_echo_n "(cached) " >&6
1021210212-else
1060910609+ if eval test \${$cacheid+y}
1061010610+then :
1061110611+ printf %s "(cached) " >&6
1061210612+else $as_nop
1021310613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1021410614/* end confdefs.h. */
1021510615int i;
1021610616int
1021710217-main ()
1061710617+main (void)
1021810618{
10219106191022010620 ;
1022110621 return 0;
1022210622}
1022310623_ACEOF
1022410224-if ac_fn_c_try_link "$LINENO"; then :
1062410624+if ac_fn_c_try_link "$LINENO"
1062510625+then :
1022510626 eval $cacheid=yes
1022610226-else
1062710627+else $as_nop
1022710628 eval $cacheid=no
1022810629fi
1022910229-rm -f core conftest.err conftest.$ac_objext \
1063010630+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1023010631 conftest$ac_exeext conftest.$ac_ext
1023110632fi
1023210633···1023410635 CFLAGS="$xorg_testset_save_CFLAGS"
10235106361023610637 eval supported=\$$cacheid
1023710237- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1023810238-$as_echo "$supported" >&6; }
1063810638+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1063910639+printf "%s\n" "$supported" >&6; }
1023910640 if test "$supported" = "yes" ; then
1024010641 STRICT_CFLAGS="$STRICT_CFLAGS -Werror=attributes"
1024110642 found="yes"
···1024810649 BASE_CFLAGS="$BASE_CFLAGS $STRICT_CFLAGS"
1024910650 CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS"
1025010651fi
1065210652+1065310653+102511065410252106551025310656···1026310666 PVM="0"
1026410667 fi
10265106681026610266-cat >>confdefs.h <<_ACEOF
1026710267-#define PACKAGE_VERSION_MINOR $PVM
1026810268-_ACEOF
1066910669+printf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h
10269106701027010671 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
1027110672 if test "x$PVP" = "x"; then
1027210673 PVP="0"
1027310674 fi
10274106751027510275-cat >>confdefs.h <<_ACEOF
1027610276-#define PACKAGE_VERSION_PATCHLEVEL $PVP
1027710277-_ACEOF
1067610676+printf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h
102781067710279106781028010679···1030410703 # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
1030510704 # check for a man page file found in later versions that use
1030610705 # traditional section numbers instead
1030710307- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1030810308-$as_echo_n "checking for /usr/share/man/man7/attributes.7... " >&6; }
1030910309-if ${ac_cv_file__usr_share_man_man7_attributes_7+:} false; then :
1031010310- $as_echo_n "(cached) " >&6
1031110311-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
1031210712 test "$cross_compiling" = yes &&
1031310713 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
1031410714if test -r "/usr/share/man/man7/attributes.7"; then
···1031710717 ac_cv_file__usr_share_man_man7_attributes_7=no
1031810718fi
1031910719fi
1032010320-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1032110321-$as_echo "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1032210322-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 :
1032310724 SYSV_MAN_SECTIONS=false
1032410324-else
1072510725+else $as_nop
1032510726 SYSV_MAN_SECTIONS=true
1032610727fi
1032710728···104161081710417108181041810819# Check whether --enable-silent-rules was given.
1041910419-if test "${enable_silent_rules+set}" = set; then :
1082010820+if test ${enable_silent_rules+y}
1082110821+then :
1042010822 enableval=$enable_silent_rules;
1042110823fi
1042210824···1042610828 *) AM_DEFAULT_VERBOSITY=0;;
1042710829esac
1042810830am_make=${MAKE-make}
1042910429-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
1043010430-$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
1043110431-if ${am_cv_make_support_nested_variables+:} false; then :
1043210432- $as_echo_n "(cached) " >&6
1043310433-else
1043410434- 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))
1043510838BAR0=false
1043610839BAR1=true
1043710840V=1
···1044310846 am_cv_make_support_nested_variables=no
1044410847fi
1044510848fi
1044610446-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
1044710447-$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; }
1044810851if test $am_cv_make_support_nested_variables = yes; then
1044910852 AM_V='$(V)'
1045010853 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
···1045610859104571086010458108611086210862+1045910863# Checks for pkg-config packages
10460108641046110865pkg_failed=no
1046210462-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17" >&5
1046310463-$as_echo_n "checking for xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17... " >&6; }
1086610866+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17" >&5
1086710867+printf %s "checking for xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17... " >&6; }
10464108681046510869if test -n "$XEYES_CFLAGS"; then
1046610870 pkg_cv_XEYES_CFLAGS="$XEYES_CFLAGS"
1046710871 elif test -n "$PKG_CONFIG"; then
1046810872 if test -n "$PKG_CONFIG" && \
1046910469- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17\""; } >&5
1087310873+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17\""; } >&5
1047010874 ($PKG_CONFIG --exists --print-errors "xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17") 2>&5
1047110875 ac_status=$?
1047210472- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1087610876+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1047310877 test $ac_status = 0; }; then
1047410878 pkg_cv_XEYES_CFLAGS=`$PKG_CONFIG --cflags "xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17" 2>/dev/null`
1047510879 test "x$?" != "x0" && pkg_failed=yes
···1048310887 pkg_cv_XEYES_LIBS="$XEYES_LIBS"
1048410888 elif test -n "$PKG_CONFIG"; then
1048510889 if test -n "$PKG_CONFIG" && \
1048610486- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17\""; } >&5
1089010890+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17\""; } >&5
1048710891 ($PKG_CONFIG --exists --print-errors "xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17") 2>&5
1048810892 ac_status=$?
1048910489- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1089310893+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1049010894 test $ac_status = 0; }; then
1049110895 pkg_cv_XEYES_LIBS=`$PKG_CONFIG --libs "xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17" 2>/dev/null`
1049210896 test "x$?" != "x0" && pkg_failed=yes
···105001090410501109051050210906if test $pkg_failed = yes; then
1050310503- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1050410504-$as_echo "no" >&6; }
1090710907+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1090810908+printf "%s\n" "no" >&6; }
10505109091050610910if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1050710911 _pkg_short_errors_supported=yes
···1052710931and XEYES_LIBS to avoid the need to call pkg-config.
1052810932See the pkg-config man page for more details." "$LINENO" 5
1052910933elif test $pkg_failed = untried; then
1053010530- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1053110531-$as_echo "no" >&6; }
1053210532- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1053310533-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1093410934+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1093510935+printf "%s\n" "no" >&6; }
1093610936+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1093710937+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1053410938as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1053510939is in your PATH or set the PKG_CONFIG environment variable to the full
1053610940path to pkg-config.
···1054410948else
1054510949 XEYES_CFLAGS=$pkg_cv_XEYES_CFLAGS
1054610950 XEYES_LIBS=$pkg_cv_XEYES_LIBS
1054710547- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1054810548-$as_echo "yes" >&6; }
1095110951+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1095210952+printf "%s\n" "yes" >&6; }
10549109531055010954fi
105511095510552109561055310957# Check whether --with-xrender was given.
1055410554-if test "${with_xrender+set}" = set; then :
1095810958+if test ${with_xrender+y}
1095910959+then :
1055510960 withval=$with_xrender; use_xrender="$withval"
1055610556-else
1096110961+else $as_nop
1055710962 use_xrender="try"
1055810963fi
10559109641056010965if test x$use_xrender != xno ; then
10561109661056210967pkg_failed=no
1056310563-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xrender >= 0.4" >&5
1056410564-$as_echo_n "checking for xrender >= 0.4... " >&6; }
1096810968+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xrender >= 0.4" >&5
1096910969+printf %s "checking for xrender >= 0.4... " >&6; }
10565109701056610971if test -n "$XRENDER_CFLAGS"; then
1056710972 pkg_cv_XRENDER_CFLAGS="$XRENDER_CFLAGS"
1056810973 elif test -n "$PKG_CONFIG"; then
1056910974 if test -n "$PKG_CONFIG" && \
1057010570- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xrender >= 0.4\""; } >&5
1097510975+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xrender >= 0.4\""; } >&5
1057110976 ($PKG_CONFIG --exists --print-errors "xrender >= 0.4") 2>&5
1057210977 ac_status=$?
1057310573- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1097810978+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1057410979 test $ac_status = 0; }; then
1057510980 pkg_cv_XRENDER_CFLAGS=`$PKG_CONFIG --cflags "xrender >= 0.4" 2>/dev/null`
1057610981 test "x$?" != "x0" && pkg_failed=yes
···1058410989 pkg_cv_XRENDER_LIBS="$XRENDER_LIBS"
1058510990 elif test -n "$PKG_CONFIG"; then
1058610991 if test -n "$PKG_CONFIG" && \
1058710587- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xrender >= 0.4\""; } >&5
1099210992+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xrender >= 0.4\""; } >&5
1058810993 ($PKG_CONFIG --exists --print-errors "xrender >= 0.4") 2>&5
1058910994 ac_status=$?
1059010590- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1099510995+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1059110996 test $ac_status = 0; }; then
1059210997 pkg_cv_XRENDER_LIBS=`$PKG_CONFIG --libs "xrender >= 0.4" 2>/dev/null`
1059310998 test "x$?" != "x0" && pkg_failed=yes
···106011100610602110071060311008if test $pkg_failed = yes; then
1060410604- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1060510605-$as_echo "no" >&6; }
1100911009+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1101011010+printf "%s\n" "no" >&6; }
10606110111060711012if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1060811013 _pkg_short_errors_supported=yes
···1062811033and XRENDER_LIBS to avoid the need to call pkg-config.
1062911034See the pkg-config man page for more details." "$LINENO" 5
1063011035elif test $pkg_failed = untried; then
1063110631- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1063210632-$as_echo "no" >&6; }
1063310633- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1063410634-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1103611036+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1103711037+printf "%s\n" "no" >&6; }
1103811038+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1103911039+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1063511040as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1063611041is in your PATH or set the PKG_CONFIG environment variable to the full
1063711042path to pkg-config.
···1064511050else
1064611051 XRENDER_CFLAGS=$pkg_cv_XRENDER_CFLAGS
1064711052 XRENDER_LIBS=$pkg_cv_XRENDER_LIBS
1064810648- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1064910649-$as_echo "yes" >&6; }
1105311053+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1105411054+printf "%s\n" "yes" >&6; }
10650110551065111056fi
10652110571065310653-$as_echo "#define XRENDER 1" >>confdefs.h
1105811058+printf "%s\n" "#define XRENDER 1" >>confdefs.h
10654110591065511060fi
106561106110657110621065811063# Check whether --with-present was given.
1065910659-if test "${with_present+set}" = set; then :
1106411064+if test ${with_present+y}
1106511065+then :
1066011066 withval=$with_present; use_present="$withval"
1066110661-else
1106711067+else $as_nop
1066211068 use_present="try"
1066311069fi
10664110701066511071if test x$use_present != xno ; then
10666110721066711073pkg_failed=no
1066810668-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage" >&5
1066910669-$as_echo_n "checking for x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage... " >&6; }
1107411074+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage" >&5
1107511075+printf %s "checking for x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage... " >&6; }
10670110761067111077if test -n "$PRESENT_CFLAGS"; then
1067211078 pkg_cv_PRESENT_CFLAGS="$PRESENT_CFLAGS"
1067311079 elif test -n "$PKG_CONFIG"; then
1067411080 if test -n "$PKG_CONFIG" && \
1067510675- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage\""; } >&5
1108111081+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage\""; } >&5
1067611082 ($PKG_CONFIG --exists --print-errors "x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage") 2>&5
1067711083 ac_status=$?
1067810678- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1108411084+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1067911085 test $ac_status = 0; }; then
1068011086 pkg_cv_PRESENT_CFLAGS=`$PKG_CONFIG --cflags "x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage" 2>/dev/null`
1068111087 test "x$?" != "x0" && pkg_failed=yes
···1068911095 pkg_cv_PRESENT_LIBS="$PRESENT_LIBS"
1069011096 elif test -n "$PKG_CONFIG"; then
1069111097 if test -n "$PKG_CONFIG" && \
1069210692- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage\""; } >&5
1109811098+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage\""; } >&5
1069311099 ($PKG_CONFIG --exists --print-errors "x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage") 2>&5
1069411100 ac_status=$?
1069510695- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1110111101+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1069611102 test $ac_status = 0; }; then
1069711103 pkg_cv_PRESENT_LIBS=`$PKG_CONFIG --libs "x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage" 2>/dev/null`
1069811104 test "x$?" != "x0" && pkg_failed=yes
···107061111210707111131070811114if test $pkg_failed = yes; then
1070910709- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1071010710-$as_echo "no" >&6; }
1111511115+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1111611116+printf "%s\n" "no" >&6; }
10711111171071211118if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1071311119 _pkg_short_errors_supported=yes
···1073311139and PRESENT_LIBS to avoid the need to call pkg-config.
1073411140See the pkg-config man page for more details." "$LINENO" 5
1073511141elif test $pkg_failed = untried; then
1073610736- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1073710737-$as_echo "no" >&6; }
1073810738- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1073910739-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1114211142+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1114311143+printf "%s\n" "no" >&6; }
1114411144+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1114511145+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1074011146as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1074111147is in your PATH or set the PKG_CONFIG environment variable to the full
1074211148path to pkg-config.
···1075011156else
1075111157 PRESENT_CFLAGS=$pkg_cv_PRESENT_CFLAGS
1075211158 PRESENT_LIBS=$pkg_cv_PRESENT_LIBS
1075310753- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1075410754-$as_echo "yes" >&6; }
1115911159+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1116011160+printf "%s\n" "yes" >&6; }
10755111611075611162fi
10757111631075810758-$as_echo "#define PRESENT 1" >>confdefs.h
1116411164+printf "%s\n" "#define PRESENT 1" >>confdefs.h
10759111651076011166fi
1076111167···1078811194 case $ac_val in #(
1078911195 *${as_nl}*)
1079011196 case $ac_var in #(
1079110791- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1079210792-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1119711197+ *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1119811198+printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1079311199 esac
1079411200 case $ac_var in #(
1079511201 _ | IFS | as_nl) ;; #(
···1081911225 /^ac_cv_env_/b end
1082011226 t clear
1082111227 :clear
1082210822- s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1122811228+ s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
1082311229 t end
1082411230 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1082511231 :end' >>confcache
1082611232if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1082711233 if test -w "$cache_file"; then
1082811234 if test "x$cache_file" != "x/dev/null"; then
1082910829- { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1083010830-$as_echo "$as_me: updating cache $cache_file" >&6;}
1123511235+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1123611236+printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
1083111237 if test ! -f "$cache_file" || test -h "$cache_file"; then
1083211238 cat confcache >"$cache_file"
1083311239 else
···1084111247 fi
1084211248 fi
1084311249 else
1084410844- { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1084510845-$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1125011250+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1125111251+printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
1084611252 fi
1084711253fi
1084811254rm -f confcache
···1085911265for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1086011266 # 1. Remove the extension, and $U if already installed.
1086111267 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1086210862- ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1126811268+ ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
1086311269 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1086411270 # will be set to the directory where LIBOBJS objects are built.
1086511271 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
···1087011276LTLIBOBJS=$ac_ltlibobjs
108711127710872112781087310873-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1087410874-$as_echo_n "checking that generated files are newer than configure... " >&6; }
1127911279+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1128011280+printf %s "checking that generated files are newer than configure... " >&6; }
1087511281 if test -n "$am_sleep_pid"; then
1087611282 # Hide warnings about reused PIDs.
1087711283 wait $am_sleep_pid 2>/dev/null
1087811284 fi
1087910879- { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
1088010880-$as_echo "done" >&6; }
1128511285+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
1128611286+printf "%s\n" "done" >&6; }
1088111287 if test -n "$EXEEXT"; then
1088211288 am__EXEEXT_TRUE=
1088311289 am__EXEEXT_FALSE='#'
···1089011296 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
1089111297Usually this means the macro was only invoked conditionally." "$LINENO" 5
1089211298fi
1089310893-if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
1089410894- as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
1089510895-Usually this means the macro was only invoked conditionally." "$LINENO" 5
1089610896-fi
1089711299if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
1089811300 as_fn_error $? "conditional \"AMDEP\" was never defined.
1089911301Usually this means the macro was only invoked conditionally." "$LINENO" 5
···1090711309ac_write_fail=0
1090811310ac_clean_files_save=$ac_clean_files
1090911311ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1091010910-{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1091110911-$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
1131211312+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1131311313+printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
1091211314as_write_fail=0
1091311315cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1091411316#! $SHELL
···10931113331093211334# Be more Bourne compatible
1093311335DUALCASE=1; export DUALCASE # for MKS sh
1093410934-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1133611336+as_nop=:
1133711337+if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
1133811338+then :
1093511339 emulate sh
1093611340 NULLCMD=:
1093711341 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1093811342 # is contrary to our usage. Disable this feature.
1093911343 alias -g '${1+"$@"}'='"$@"'
1094011344 setopt NO_GLOB_SUBST
1094110941-else
1134511345+else $as_nop
1094211346 case `(set -o) 2>/dev/null` in #(
1094311347 *posix*) :
1094411348 set -o posix ;; #(
···1094811352fi
109491135310950113541135511355+1135611356+# Reset variables that may have inherited troublesome values from
1135711357+# the environment.
1135811358+1135911359+# IFS needs to be set, to space, tab, and newline, in precisely that order.
1136011360+# (If _AS_PATH_WALK were called with IFS unset, it would have the
1136111361+# side effect of setting IFS to empty, thus disabling word splitting.)
1136211362+# Quoting is to prevent editors from complaining about space-tab.
1095111363as_nl='
1095211364'
1095311365export as_nl
1095410954-# Printing a long string crashes Solaris 7 /usr/bin/printf.
1095510955-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1095610956-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1095710957-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1095810958-# Prefer a ksh shell builtin over an external printf program on Solaris,
1095910959-# but without wasting forks for bash or zsh.
1096010960-if test -z "$BASH_VERSION$ZSH_VERSION" \
1096110961- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
1096210962- as_echo='print -r --'
1096310963- as_echo_n='print -rn --'
1096410964-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1096510965- as_echo='printf %s\n'
1096610966- as_echo_n='printf %s'
1096710967-else
1096810968- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
1096910969- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
1097010970- as_echo_n='/usr/ucb/echo -n'
1097110971- else
1097210972- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1097310973- as_echo_n_body='eval
1097410974- arg=$1;
1097510975- case $arg in #(
1097610976- *"$as_nl"*)
1097710977- expr "X$arg" : "X\\(.*\\)$as_nl";
1097810978- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1097910979- esac;
1098010980- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
1098110981- '
1098210982- export as_echo_n_body
1098310983- as_echo_n='sh -c $as_echo_n_body as_echo'
1098410984- fi
1098510985- export as_echo_body
1098610986- as_echo='sh -c $as_echo_body as_echo'
1098710987-fi
1136611366+IFS=" "" $as_nl"
1136711367+1136811368+PS1='$ '
1136911369+PS2='> '
1137011370+PS4='+ '
1137111371+1137211372+# Ensure predictable behavior from utilities with locale-dependent output.
1137311373+LC_ALL=C
1137411374+export LC_ALL
1137511375+LANGUAGE=C
1137611376+export LANGUAGE
1137711377+1137811378+# We cannot yet rely on "unset" to work, but we need these variables
1137911379+# to be unset--not just set to an empty or harmless value--now, to
1138011380+# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
1138111381+# also avoids known problems related to "unset" and subshell syntax
1138211382+# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
1138311383+for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
1138411384+do eval test \${$as_var+y} \
1138511385+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1138611386+done
1138711387+1138811388+# Ensure that fds 0, 1, and 2 are open.
1138911389+if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
1139011390+if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
1139111391+if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
10988113921098911393# The user is always right.
1099010990-if test "${PATH_SEPARATOR+set}" != set; then
1139411394+if ${PATH_SEPARATOR+false} :; then
1099111395 PATH_SEPARATOR=:
1099211396 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
1099311397 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
···1099611400fi
109971140110998114021099910999-# IFS
1100011000-# We need space, tab and new line, in precisely that order. Quoting is
1100111001-# there to prevent editors from complaining about space-tab.
1100211002-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
1100311003-# splitting by setting IFS to empty value.)
1100411004-IFS=" "" $as_nl"
1100511005-1100611403# Find who we are. Look in the path if we contain no directory separator.
1100711404as_myself=
1100811405case $0 in #((
···1101111408for as_dir in $PATH
1101211409do
1101311410 IFS=$as_save_IFS
1101411014- test -z "$as_dir" && as_dir=.
1101511015- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1141111411+ case $as_dir in #(((
1141211412+ '') as_dir=./ ;;
1141311413+ */) ;;
1141411414+ *) as_dir=$as_dir/ ;;
1141511415+ esac
1141611416+ test -r "$as_dir$0" && as_myself=$as_dir$0 && break
1101611417 done
1101711418IFS=$as_save_IFS
1101811419···1102411425 as_myself=$0
1102511426fi
1102611427if test ! -f "$as_myself"; then
1102711027- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1142811428+ printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1102811429 exit 1
1102911430fi
11030114311103111031-# Unset variables that we do not need and which cause bugs (e.g. in
1103211032-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
1103311033-# suppresses any "Segmentation fault" message there. '((' could
1103411034-# trigger a bug in pdksh 5.2.14.
1103511035-for as_var in BASH_ENV ENV MAIL MAILPATH
1103611036-do eval test x\${$as_var+set} = xset \
1103711037- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1103811038-done
1103911039-PS1='$ '
1104011040-PS2='> '
1104111041-PS4='+ '
1104211042-1104311043-# NLS nuisances.
1104411044-LC_ALL=C
1104511045-export LC_ALL
1104611046-LANGUAGE=C
1104711047-export LANGUAGE
1104811048-1104911049-# CDPATH.
1105011050-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
110511143211052114331105311434# as_fn_error STATUS ERROR [LINENO LOG_FD]
···1106011441 as_status=$1; test $as_status -eq 0 && as_status=1
1106111442 if test "$4"; then
1106211443 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1106311063- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1144411444+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1106411445 fi
1106511065- $as_echo "$as_me: error: $2" >&2
1144611446+ printf "%s\n" "$as_me: error: $2" >&2
1106611447 as_fn_exit $as_status
1106711448} # as_fn_error
1144911449+110681145011069114511107011452# as_fn_set_status STATUS
···1109311475 { eval $1=; unset $1;}
1109411476}
1109511477as_unset=as_fn_unset
1147811478+1109611479# as_fn_append VAR VALUE
1109711480# ----------------------
1109811481# Append the text in VALUE to the end of the definition contained in VAR. Take
1109911482# advantage of any shell optimizations that allow amortized linear growth over
1110011483# repeated appends, instead of the typical quadratic growth present in naive
1110111484# implementations.
1110211102-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
1148511485+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
1148611486+then :
1110311487 eval 'as_fn_append ()
1110411488 {
1110511489 eval $1+=\$2
1110611490 }'
1110711107-else
1149111491+else $as_nop
1110811492 as_fn_append ()
1110911493 {
1111011494 eval $1=\$$1\$2
···1111611500# Perform arithmetic evaluation on the ARGs, and store the result in the
1111711501# global $as_val. Take advantage of shells that can avoid forks. The arguments
1111811502# must be portable across $(()) and expr.
1111911119-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
1150311503+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
1150411504+then :
1112011505 eval 'as_fn_arith ()
1112111506 {
1112211507 as_val=$(( $* ))
1112311508 }'
1112411124-else
1150911509+else $as_nop
1112511510 as_fn_arith ()
1112611511 {
1112711512 as_val=`expr "$@" || test $? -eq 1`
···1115211537$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1115311538 X"$0" : 'X\(//\)$' \| \
1115411539 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1115511155-$as_echo X/"$0" |
1154011540+printf "%s\n" X/"$0" |
1115611541 sed '/^.*\/\([^/][^/]*\)\/*$/{
1115711542 s//\1/
1115811543 q
···1117411559as_cr_digits='0123456789'
1117511560as_cr_alnum=$as_cr_Letters$as_cr_digits
11176115611156211562+1156311563+# Determine whether it's possible to make 'echo' print without a newline.
1156411564+# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
1156511565+# for compatibility with existing Makefiles.
1117711566ECHO_C= ECHO_N= ECHO_T=
1117811567case `echo -n x` in #(((((
1117911568-n*)
···1118711576 ECHO_N='-n';;
1118811577esac
11189115781157911579+# For backward compatibility with old third-party macros, we provide
1158011580+# the shell variables $as_echo and $as_echo_n. New code should use
1158111581+# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
1158211582+as_echo='printf %s\n'
1158311583+as_echo_n='printf %s'
1158411584+1119011585rm -f conf$$ conf$$.exe conf$$.file
1119111586if test -d conf$$.dir; then
1119211587 rm -f conf$$.dir/conf$$.file
···1122811623 as_dirs=
1122911624 while :; do
1123011625 case $as_dir in #(
1123111231- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1162611626+ *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1123211627 *) as_qdir=$as_dir;;
1123311628 esac
1123411629 as_dirs="'$as_qdir' $as_dirs"
···1123711632 X"$as_dir" : 'X\(//\)[^/]' \| \
1123811633 X"$as_dir" : 'X\(//\)$' \| \
1123911634 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1124011240-$as_echo X"$as_dir" |
1163511635+printf "%s\n" X"$as_dir" |
1124111636 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1124211637 s//\1/
1124311638 q
···1129911694# report actual input values of CONFIG_FILES etc. instead of their
1130011695# values after options handling.
1130111696ac_log="
1130211302-This file was extended by xeyes $as_me 1.2.0, which was
1130311303-generated by GNU Autoconf 2.69. Invocation command line was
1169711697+This file was extended by xeyes $as_me 1.3.0, which was
1169811698+generated by GNU Autoconf 2.71. Invocation command line was
11304116991130511700 CONFIG_FILES = $CONFIG_FILES
1130611701 CONFIG_HEADERS = $CONFIG_HEADERS
···1135911754Configuration commands:
1136011755$config_commands
11361117561136211362-Report bugs to <https://gitlab.freedesktop.org/xorg/app/xeyes/issues>."
1175711757+Report bugs to <https://gitlab.freedesktop.org/xorg/app/xeyes/-/issues>."
11363117581136411759_ACEOF
1176011760+ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
1176111761+ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
1136511762cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1136611366-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1176311763+ac_cs_config='$ac_cs_config_escaped'
1136711764ac_cs_version="\\
1136811368-xeyes config.status 1.2.0
1136911369-configured by $0, generated by GNU Autoconf 2.69,
1176511765+xeyes config.status 1.3.0
1176611766+configured by $0, generated by GNU Autoconf 2.71,
1137011767 with options \\"\$ac_cs_config\\"
11371117681137211372-Copyright (C) 2012 Free Software Foundation, Inc.
1176911769+Copyright (C) 2021 Free Software Foundation, Inc.
1137311770This config.status script is free software; the Free Software Foundation
1137411771gives unlimited permission to copy, distribute and modify it."
1137511772···1140911806 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1141011807 ac_cs_recheck=: ;;
1141111808 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1141211412- $as_echo "$ac_cs_version"; exit ;;
1180911809+ printf "%s\n" "$ac_cs_version"; exit ;;
1141311810 --config | --confi | --conf | --con | --co | --c )
1141411414- $as_echo "$ac_cs_config"; exit ;;
1181111811+ printf "%s\n" "$ac_cs_config"; exit ;;
1141511812 --debug | --debu | --deb | --de | --d | -d )
1141611813 debug=: ;;
1141711814 --file | --fil | --fi | --f )
1141811815 $ac_shift
1141911816 case $ac_optarg in
1142011420- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1181711817+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1142111818 '') as_fn_error $? "missing file argument" ;;
1142211819 esac
1142311820 as_fn_append CONFIG_FILES " '$ac_optarg'"
···1142511822 --header | --heade | --head | --hea )
1142611823 $ac_shift
1142711824 case $ac_optarg in
1142811428- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1182511825+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1142911826 esac
1143011827 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
1143111828 ac_need_defaults=false;;
···1143411831 as_fn_error $? "ambiguous option: \`$1'
1143511832Try \`$0 --help' for more information.";;
1143611833 --help | --hel | -h )
1143711437- $as_echo "$ac_cs_usage"; exit ;;
1183411834+ printf "%s\n" "$ac_cs_usage"; exit ;;
1143811835 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1143911836 | -silent | --silent | --silen | --sile | --sil | --si | --s)
1144011837 ac_cs_silent=: ;;
···1146211859if \$ac_cs_recheck; then
1146311860 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1146411861 shift
1146511465- \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
1186211862+ \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
1146611863 CONFIG_SHELL='$SHELL'
1146711864 export CONFIG_SHELL
1146811865 exec "\$@"
···1147611873 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1147711874## Running $as_me. ##
1147811875_ASBOX
1147911479- $as_echo "$ac_log"
1187611876+ printf "%s\n" "$ac_log"
1148011877} >&5
11481118781148211879_ACEOF
···1150911906# We use the long form for the default assignment because of an extremely
1151011907# bizarre bug on SunOS 4.1.3.
1151111908if $ac_need_defaults; then
1151211512- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
1151311513- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
1151411514- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
1190911909+ test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
1191011910+ test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
1191111911+ test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
1151511912fi
11516119131151711914# Have a temporary directory for convenience. Make it in the build tree
···1184712244 esac ||
1184812245 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1184912246 esac
1185011850- case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1224712247+ case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1185112248 as_fn_append ac_file_inputs " '$ac_f'"
1185212249 done
1185312250···1185512252 # use $as_me), people would be surprised to read:
1185612253 # /* config.h. Generated by config.status. */
1185712254 configure_input='Generated from '`
1185811858- $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1225512255+ printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1185912256 `' by configure.'
1186012257 if test x"$ac_file" != x-; then
1186112258 configure_input="$ac_file. $configure_input"
1186211862- { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1186311863-$as_echo "$as_me: creating $ac_file" >&6;}
1225912259+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1226012260+printf "%s\n" "$as_me: creating $ac_file" >&6;}
1186412261 fi
1186512262 # Neutralize special characters interpreted by sed in replacement strings.
1186612263 case $configure_input in #(
1186712264 *\&* | *\|* | *\\* )
1186811868- ac_sed_conf_input=`$as_echo "$configure_input" |
1226512265+ ac_sed_conf_input=`printf "%s\n" "$configure_input" |
1186912266 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1187012267 *) ac_sed_conf_input=$configure_input;;
1187112268 esac
···1188212279 X"$ac_file" : 'X\(//\)[^/]' \| \
1188312280 X"$ac_file" : 'X\(//\)$' \| \
1188412281 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1188511885-$as_echo X"$ac_file" |
1228212282+printf "%s\n" X"$ac_file" |
1188612283 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1188712284 s//\1/
1188812285 q
···1190612303case "$ac_dir" in
1190712304.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1190812305*)
1190911909- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1230612306+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1191012307 # A ".." for each directory in $ac_dir_suffix.
1191111911- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1230812308+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1191212309 case $ac_top_builddir_sub in
1191312310 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1191412311 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
···1197012367case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1197112368*datarootdir*) ac_datarootdir_seen=yes;;
1197212369*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1197311973- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1197411974-$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1237012370+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1237112371+printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1197512372_ACEOF
1197612373cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1197712374 ac_datarootdir_hack='
···1201512412 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1201612413 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1201712414 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1201812018- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1241512415+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1201912416which seems to be undefined. Please make sure it is defined" >&5
1202012020-$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1241712417+printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1202112418which seems to be undefined. Please make sure it is defined" >&2;}
12022124191202312420 rm -f "$ac_tmp/stdin"
···1203312430 #
1203412431 if test x"$ac_file" != x-; then
1203512432 {
1203612036- $as_echo "/* $configure_input */" \
1243312433+ printf "%s\n" "/* $configure_input */" >&1 \
1203712434 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1203812435 } >"$ac_tmp/config.h" \
1203912436 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1204012437 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1204112041- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1204212042-$as_echo "$as_me: $ac_file is unchanged" >&6;}
1243812438+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1243912439+printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
1204312440 else
1204412441 rm -f "$ac_file"
1204512442 mv "$ac_tmp/config.h" "$ac_file" \
1204612443 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1204712444 fi
1204812445 else
1204912049- $as_echo "/* $configure_input */" \
1244612446+ printf "%s\n" "/* $configure_input */" >&1 \
1205012447 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1205112448 || as_fn_error $? "could not create -" "$LINENO" 5
1205212449 fi
···1206612463 X"$_am_arg" : 'X\(//\)[^/]' \| \
1206712464 X"$_am_arg" : 'X\(//\)$' \| \
1206812465 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1206912069-$as_echo X"$_am_arg" |
1246612466+printf "%s\n" X"$_am_arg" |
1207012467 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1207112468 s//\1/
1207212469 q
···1208612483 s/.*/./; q'`/stamp-h$_am_stamp_count
1208712484 ;;
12088124851208912089- :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1209012090-$as_echo "$as_me: executing $ac_file commands" >&6;}
1248612486+ :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1248712487+printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
1209112488 ;;
1209212489 esac
1209312490···1211912516 X"$mf" : 'X\(//\)[^/]' \| \
1212012517 X"$mf" : 'X\(//\)$' \| \
1212112518 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1212212122-$as_echo X"$mf" |
1251912519+printf "%s\n" X"$mf" |
1212312520 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1212412521 s//\1/
1212512522 q
···1216112558 X"$file" : 'X\(//\)[^/]' \| \
1216212559 X"$file" : 'X\(//\)$' \| \
1216312560 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1216412164-$as_echo X"$file" |
1256112561+printf "%s\n" X"$file" |
1216512562 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1216612563 s//\1/
1216712564 q
···1222012617 $ac_cs_success || as_fn_exit 1
1222112618fi
1222212619if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
1222312223- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
1222412224-$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1262012620+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
1262112621+printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1222512622fi
1222612623
+3-4
app/xeyes/configure.ac
···23232424# Initialize Autoconf
2525AC_PREREQ([2.60])
2626-AC_INIT([xeyes], [1.2.0],
2727- [https://gitlab.freedesktop.org/xorg/app/xeyes/issues], [xeyes])
2626+AC_INIT([xeyes], [1.3.0],
2727+ [https://gitlab.freedesktop.org/xorg/app/xeyes/-/issues], [xeyes])
2828AC_CONFIG_SRCDIR([Makefile.am])
2929AC_CONFIG_HEADERS([config.h])
30303131# Initialize Automake
3232-AM_INIT_AUTOMAKE([foreign dist-bzip2])
3333-AM_MAINTAINER_MODE
3232+AM_INIT_AUTOMAKE([foreign dist-xz])
34333534# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
3635m4_ifndef([XORG_MACROS_VERSION],
+214-200
app/xeyes/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:
···5151.TP 8
5252.B \-distance
5353uses an alternative mapping, as if the eyes were set back from the screen, thus following the mouse more precisely.
5454+.TP 8
5555+.B \-biblicallyAccurate
5656+renders the eyes as if they belonged to a biblically accurate angel.
5757+.TP 8
5858+.B \-help
5959+print a usage message and exit.
6060+.TP 8
6161+.B \-version
6262+print the version number and exit.
5463.SH "SEE ALSO"
5564X(__miscmansuffix__), X Toolkit documentation
5656-.br
5757-See \fIX(__miscmansuffix__)\fP for a full statement of rights and permissions.
5865.SH AUTHOR
5966Keith Packard, MIT X Consortium
6067.br
+1-1
app/xeyes/transform.h
···11/*
22 * header file for transformed coordinate system. No rotations
33- * supported, as elipses cannot be rotated in X.
33+ * supported, as ellipses cannot be rotated in X.
44 */
5566typedef struct _transform {