summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2011-11-09configure.ac: Bump to 0.12.902libpciaccess-0.12.902Jeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-09scanpci: Build fix for systems without <err.h>Jeremy Huddleston
https://bugs.freedesktop.org/show_bug.cgi?id=31133 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-07configure.ac: Bump version to 0.12.901libpciaccess-0.12.901Jeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-09-16Strip trailing whitespaceAlan Coopersmith
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-02-03config: comment, minor upgrade, quote and layout configure.acGaetan Nadon
Group statements per section as per Autoconf standard layout Quote statements where appropriate. Autoconf recommends not using dnl instead of # for comments Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters. Add AC_CONFIG_SRCDIR([Makefile.am]) Update X.Org util-macros to version 1.8 This helps automated maintenance and release activities. Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-02-02libpciaccess 0.12.1libpciaccess-0.12.1Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-01-28config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon
This silences an Automake warning. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-13config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Alan Coopersmith
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it resets CC to gcc. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-01-13config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Replace obsolete argument to AC_OUTPUT with AC_CONFIG_FILES Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-03include: add a Makefile to install and distribute header fileGaetan Nadon
Makefiles are simpler when they only handle what is in their directory. Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-10-03config: provide a makefile for scanpci man pagesGaetan Nadon
Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-10-03config: provide a makefile for scanpci dev toolGaetan Nadon
No function changes. Note that automake generates a wrapper script if libpciaccess is not installed at configuration time, which is the most common case. If it is installed at configuration time, you get an executable. The makefile build order ensures the lib is build before scanpci. Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-21config: upgrade AC_DEFINE_DIR to AX_DEFINE_DIRGaetan Nadon
Use the latest version now hosted by GNU. The renaming protects Autoconf namespace. There is no functional change in the macro. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21libpciaccess 0.12.0 - bump version for releaselibpciaccess-0.12.0Dave Airlie
2010-03-29config: update AC_PREREQ statement to 2.60Gaetan Nadon
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-10libpciaccess x86 backendSamuel Thibault
This adds support on x86 for OSes that do not have a PCI interface, tinkering with I/O ports, and makes use of it on GNU/Hurd. Signed-off-by: Julien Cristau <jcristau@debian.org>
2009-12-14libpciaccess 0.11.0libpciaccess-0.11.0Adam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-09-25libpciaccess 0.10.9Dave Airlie
2009-08-31pciaccess: bump to 0.10.8libpciaccess-0.10.8Dave Airlie
2009-08-28libpciaccess: bump to 0.10.7 for vga arb interface additionlibpciaccess-0.10.7Dave Airlie
2009-08-08configure.ac: fix help text for the linux-rom-fallback optionJulien Cristau
LINUX_ROM defaults to no, fix the help text to reflect that Signed-off-by: Julien Cristau <jcristau@debian.org>
2009-08-06pciaccess: make linux rom reading fallback optionalDave Airlie
On kernels which have ROM files, the boot VGA rom file will contain the 0xc0000 file anyways. If another card is missing a rom file there is no need for this. This is fallback is disabled by default, on the premise that distro shipping this new a pciaccess will be running on kernels with working rom support which is been upstream for a long time
2009-04-24Version bump: 0.10.6libpciaccess-0.10.6Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-17Fix $CWARNFLAGS additionAlan Coopersmith
Original addition to configure.ac had typo (missing N) - moving to Makefile.am allows easier override at build time Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-17Move included m4 to a subdir so we can more easily update from upstreamAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-28Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade
2008-11-19Add AC_SYS_LARGEFILE to configure.acAlan Coopersmith
2008-10-31Bump to 0.10.5libpciaccess-0.10.5Julien Cristau
2008-10-31Make --without-zlib workJulien Cristau
2008-10-17Version 0.10.4libpciaccess-0.10.4Alan Coopersmith
2008-10-11Add NetBSD supportJuan RP
It's based in the OpenBSD code, but with differences because on NetBSD, to set MTRRs we have to use i386/x86_64_set_mtrr() and link to libi386 or libx86_64. X.Org bug#17931 <http://bugs.freedesktop.org/show_bug.cgi?id=17931>
2008-10-11Add support for GNU/kFreeBSDPetr Salinger
We need to initialize the FreeBSD backend on GNU/kFreeBSD and detect whether pci_io.pi_sel.pc_domain member exists. X.Org bug#17882 <http://bugs.freedesktop.org/show_bug.cgi?id=17882>
2008-09-23configure.ac: Make mtrr.h test more portableJohn Tapsell
Use the standard AC_CHECK_HEADERS, which works for cross-compiling as well as in various other locations.
2008-07-08Handle compressed pci.idsKel Modderman
Add an option to build with zlib support so we can find vendor/device information if the pci.ids file is gzipped. Signed-off-by: Julien Cristau <jcristau@debian.org>
2008-06-10libpciaccess 0.10.3libpciaccess-0.10.3Adam Jackson
2008-06-10libpciaccess 0.10.2libpciaccess-0.10.2Adam Jackson
2008-05-21pciaccess: bump to 0.10.1Dave Airlie
2008-04-07Add DragonFly BSD supportHasso Tepper
DragonFly behaves exactly like FreeBSD, so no problem here.
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis
xserver and libpciaccess both need to open /dev/xf86, which can only be opened once. I implemented pci_system_init_dev_mem() like Ian suggested. This requires some minor changes to the BSD-specific os-support code. Since pci_system_init_dev_mem() is a no-op on FreeBSD this should be no problem.
2008-03-06libpciaccess 0.10libpciaccess-0.10Adam Jackson
2007-10-18Update bug reporting link.Ian Romanick
2007-09-27Need to link with -ldevinfo on SolarisAlan Coopersmith
2007-08-30New interfaces to map memory with MTRR (or similar) support.Ian Romanick
Added new functions pci_device_map_range and pci_device_unmap_range to handle mapping of PCI device BARs. These new interfaces allow the possiblity of MTRRs on platforms that support them. These additional APIs necessitated changing some internal interfaces. The code for FreeBSD and Solaris has been updated but has not been compiled or tested. Old interfaces are marked deprecated and will eventually be removed.
2007-08-27Bump version to 0.9.1 (sigh).xf86-video-xgi-0.9.1libpciaccess-0.9.1Ian Romanick
2007-08-27Bump version to 0.9.0.Ian Romanick
2007-06-06Libpciaccess on Solaris Initial integrationedward shu
Libpciaccess on Solaris Initial integration. It depends on devfs to access pci configuration space, also xsvc is used for memory map.
2007-01-15Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libpciaccessIan Romanick
2007-01-15Convert pci_device_write_u* funtions to take a value instead of a pointer.Ian Romanick
At anholt's request, the pci_device_write_u* functions have been converted to take the value to be written as a parameter instead of a pointer to the value. Bump the version to 0.8.0.