[Xcb] [PULL util-image] Upgrade package configuration
Gaetan Nadon
gaetan.nadon at videotron.ca
Sun Apr 20 06:03:56 PDT 2014
The following changes since commit 2eb581ab2f90fbcea878f5696da3e1d7acad3c58:
Check submodules before running autoconf. (2014-01-29 17:10:46 +0900)
are available in the git repository at:
git://people.freedesktop.org/~gnadon/util-image master
for you to fetch changes up to f3a7f6b0de192299026d7144e931e0924cd649f6:
image: use AM_CPPFLAGS rather than per-target libxcb_image_la_CPPFLAGS
(2014-04-17 10:21:14 -0400)
----------------------------------------------------------------
Gaetan Nadon (10):
config: add bug URL to AC_INIT
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
config: remove old dead code for documentation
config: use AC_CONFIG_HEADERS to create a config.h file
config: add missing COPYING file
make: there should be no attempt to remove any Makefile.in file
make: using EXTRA_DIST for xcb-util-image.pc.in is redundant
make: image is using X11 Protcol headers, so XPROTO_CFLAGS is required
test: move test cases into their own directory
image: use AM_CPPFLAGS rather than per-target libxcb_image_la_CPPFLAGS
.gitignore | 1 -
COPYING | 27 ++++++++++++++++++++++
Makefile.am | 2 +-
configure.ac | 16 ++++++++-----
image/Makefile.am | 41
+++++-----------------------------
image/xcb_image.c | 4 ++++
{image => test}/.gitignore | 0
test/Makefile.am | 29 ++++++++++++++++++++++++
{image => test}/test.xbm | 0
{image => test}/test_bitmap.c | 4 ++++
{image => test}/test_formats.c | 4 ++++
{image => test}/test_swap.c | 4 ++++
{image => test}/test_xcb_image.c | 4 ++++
{image => test}/test_xcb_image_shm.c | 4 ++++
xcb_util_intro.in | 24 --------------------
15 files changed, 97 insertions(+), 67 deletions(-)
create mode 100644 COPYING
rename {image => test}/.gitignore (100%)
create mode 100644 test/Makefile.am
rename {image => test}/test.xbm (100%)
rename {image => test}/test_bitmap.c (99%)
rename {image => test}/test_formats.c (99%)
rename {image => test}/test_swap.c (99%)
rename {image => test}/test_xcb_image.c (99%)
rename {image => test}/test_xcb_image_shm.c (99%)
delete mode 100644 xcb_util_intro.in
More information about the Xcb
mailing list