libpciaccess: Changes to 'refs/tags/libpciaccess-0.12.1'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Feb 2 20:52:35 PST 2011


Tag 'libpciaccess-0.12.1' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2011-02-03 04:50 -0800

libpciaccess 0.12.1

Changes since libpciaccess-0.12.0:
Alan Coopersmith (4):
      Sun's copyrights belong to Oracle now
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      libpciaccess 0.12.1

Bryce Harrington (1):
      Fix detection of multi-function cards

Gaetan Nadon (8):
      config: upgrade AC_DEFINE_DIR to AX_DEFINE_DIR
      config: provide a makefile for scanpci dev tool
      scanpci.c: remove offending whitespace as reported by git diff
      config: provide a makefile for scanpci man pages
      config: replace INCLUDES, which is deprecated, with AM_CPPFLAGS
      include: add a Makefile to install and distribute header file
      config: use LDADD to obtain appropriate dependencies
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING

Jesse Barnes (1):
      Revert "Don't try to use bogus bridge data"

---
 COPYING             |    2 
 Makefile.am         |    4 
 configure.ac        |   21 +++--
 include/Makefile.am |    1 
 m4/ac_define_dir.m4 |   49 -----------
 m4/ax_define_dir.m4 |   49 +++++++++++
 man/Makefile.am     |   34 ++++++++
 man/scanpci.man     |   44 ++++++++++
 scanpci/.gitignore  |    1 
 scanpci/Makefile.am |   29 +++++++
 scanpci/scanpci.c   |  215 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/.gitignore      |    2 
 src/Makefile.am     |   12 --
 src/common_bridge.c |    8 -
 src/pci_tools.h     |    2 
 src/scanpci.c       |  215 ----------------------------------------------------
 src/scanpci.man     |   44 ----------
 src/solx_devfs.c    |    2 
 18 files changed, 395 insertions(+), 339 deletions(-)
---


More information about the xorg-commit mailing list