[Xcb] [PATCH libxcb 0/7]Autoconf: apply X.Org default configuration to XCB
Gaetan Nadon
memsize at videotron.ca
Tue Dec 3 08:20:18 PST 2013
XCB has been part of X.Org for a while now. This patch will harmonize the XCB
configuration, using xorg-macros series of macros. It is already used in the
XCB utils packages and is needed to build xcb-proto.
The main changes are the use of the C99 standard and the xorg warning flags.
Xorg was missing -fd for SUNCC so it has been added to util-macros v 1.18.
Xorg also added the check for the DOT graphics tool which will be available
to all other xorg modules as well.
In m4/xcb.m4, the check for visibility does not cover the Sun compiler which
has -xldscope=hidden. This has been left as it is.
*** Requires util-macros version 1.18.0 published Dec 3rd.
Gaetan Nadon (7):
autoconf: use XORG_DEFAULT_OPTIONS
autoconf: use the warning variables from xorg
autoconf: AC_INIT: add bug url
autoconf: comment and layout the initialization section
autoconf: require libtool minimum level 2.2
autoconf: fix warning by replacing deprecated AC_HELP_STRING
autoconf: use default xorg configuration for doxygen documentation
configure.ac | 51 ++++++++++++++-----------------
doc/Makefile.am | 6 +++-
m4/xcb.m4 | 89 -------------------------------------------------------
src/Makefile.am | 2 +-
4 files changed, 29 insertions(+), 119 deletions(-)
--
1.7.9.5
More information about the Xcb
mailing list