[Xcb] [PATCH v3 libxcb 0/8]Autoconf: apply X.Org default configuration to XCB

Gaetan Nadon memsize at videotron.ca
Wed Dec 4 06:49:29 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.
*** Version 2 fixes tabs vs spaces issues in patch #3
    Also adds patches #8
*** I do not have commit access to push the patches

Gaetan Nadon (8):
  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
  autoconf: replace all tabs with spaces

 configure.ac    |  161 +++++++++++++++++++++++++++----------------------------
 doc/Makefile.am |    6 ++-
 m4/xcb.m4       |   89 ------------------------------
 src/Makefile.am |    2 +-
 4 files changed, 84 insertions(+), 174 deletions(-)

-- 
1.7.9.5



More information about the Xcb mailing list