autoconf: use XORG_DEFAULT_OPTIONS
authorGaetan Nadon <memsize@videotron.ca>
Tue, 7 Jan 2014 19:00:38 +0000 (14:00 -0500)
committerArnaud Fontaine <arnau@debian.org>
Thu, 30 Jan 2014 03:09:34 +0000 (12:09 +0900)
commitc4f2c70bc37a592406b7693562c7513f2f99b34d
treea940d55cf0a06bd9c785ef18edd990a4faf2c6f7
parente7263931aff3e3450dc938ad465a7577f943549f
autoconf: use XORG_DEFAULT_OPTIONS

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 XORG_DEFAULT_OPTIONS already includes the statement for the silent
rules.

The AC_PROG_CC statement is removed so as not to override AC_PROG_CC_C99
in XORG_DEFAULT_OPTIONS. The effective change is that xcb now uses c99 as
requested.

Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
configure.ac