summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Update NetBSD support.Thomas Klausner2013-06-111-2/+2
| | | | | | | Signed-off-by: Michael Lorenz <macallan@NetBSD.org> Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Bump to 0.13.1libpciaccess-0.13.1Julien Cristau2012-04-091-1/+1
| | | | Signed-off-by: Julien Cristau <jcristau@debian.org>
* Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libpciaccessAdam Jackson2012-03-051-1/+1
|\
| * configure.ac: Bump to 0.13libpciaccess-0.13Jeremy Huddleston2012-03-031-1/+1
| | | | | | | | Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
* | Use O_CLOEXEC for internal file descriptorsAdam Jackson2012-02-271-0/+1
|/ | | | | | | | Well, almost all of them. zlib doesn't support "e" in the mode string in gzopen() though it will silently accept and ignore it, and Solaris appears not to support "e" in the mode string at all. Signed-off-by: Adam Jackson <ajax@redhat.com>
* configure.ac: Bump to 0.12.902libpciaccess-0.12.902Jeremy Huddleston2011-11-091-1/+1
| | | | Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
* scanpci: Build fix for systems without <err.h>Jeremy Huddleston2011-10-091-0/+2
| | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=31133 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
* configure.ac: Bump version to 0.12.901libpciaccess-0.12.901Jeremy Huddleston2011-10-071-1/+1
| | | | Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
* Strip trailing whitespaceAlan Coopersmith2011-09-161-1/+1
| | | | | | | 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>
* config: comment, minor upgrade, quote and layout configure.acGaetan Nadon2011-02-031-36/+34
| | | | | | | | | | | | | | | 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>
* libpciaccess 0.12.1libpciaccess-0.12.1Alan Coopersmith2011-02-021-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon2011-01-281-2/+2
| | | | | | This silences an Automake warning. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Alan Coopersmith2011-01-131-1/+0
| | | | | | | | | 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>
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith2011-01-131-3/+8
| | | | | | | | | 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>
* include: add a Makefile to install and distribute header fileGaetan Nadon2010-10-031-0/+1
| | | | | | | | 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>
* config: provide a makefile for scanpci man pagesGaetan Nadon2010-10-031-0/+1
| | | | | Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: provide a makefile for scanpci dev toolGaetan Nadon2010-10-031-0/+1
| | | | | | | | | | | | | | 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>
* config: upgrade AC_DEFINE_DIR to AX_DEFINE_DIRGaetan Nadon2010-08-211-1/+1
| | | | | | | | 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>
* libpciaccess 0.12.0 - bump version for releaselibpciaccess-0.12.0Dave Airlie2010-07-211-1/+1
|
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-03-291-1/+1
| | | | | | | | | | 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>
* libpciaccess x86 backendSamuel Thibault2010-02-101-0/+4
| | | | | | | 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>
* libpciaccess 0.11.0libpciaccess-0.11.0Adam Jackson2009-12-141-1/+1
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-281-1/+1
| | | | | | | 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.
* Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-10-271-6/+5
| | | | | | This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
* libpciaccess 0.10.9Dave Airlie2009-09-251-1/+1
|
* pciaccess: bump to 0.10.8libpciaccess-0.10.8Dave Airlie2009-08-311-1/+1
|
* libpciaccess: bump to 0.10.7 for vga arb interface additionlibpciaccess-0.10.7Dave Airlie2009-08-281-1/+1
|
* configure.ac: fix help text for the linux-rom-fallback optionJulien Cristau2009-08-081-1/+1
| | | | | | LINUX_ROM defaults to no, fix the help text to reflect that Signed-off-by: Julien Cristau <jcristau@debian.org>
* pciaccess: make linux rom reading fallback optionalDave Airlie2009-08-061-0/+8
| | | | | | | | | | | 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
* Version bump: 0.10.6libpciaccess-0.10.6Alan Coopersmith2009-04-241-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Fix $CWARNFLAGS additionAlan Coopersmith2009-04-171-1/+0
| | | | | | | 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>
* Move included m4 to a subdir so we can more easily update from upstreamAlan Coopersmith2009-04-171-16/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade2009-01-281-23/+14
|
* Add AC_SYS_LARGEFILE to configure.acAlan Coopersmith2008-11-191-0/+2
|
* Bump to 0.10.5libpciaccess-0.10.5Julien Cristau2008-10-311-1/+1
|
* Make --without-zlib workJulien Cristau2008-10-311-1/+1
|
* Version 0.10.4libpciaccess-0.10.4Alan Coopersmith2008-10-171-1/+1
|
* Add NetBSD supportJuan RP2008-10-111-0/+12
| | | | | | | | 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>
* Add support for GNU/kFreeBSDPetr Salinger2008-10-111-0/+8
| | | | | | | 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>
* configure.ac: Make mtrr.h test more portableJohn Tapsell2008-09-231-2/+2
| | | | | Use the standard AC_CHECK_HEADERS, which works for cross-compiling as well as in various other locations.
* Handle compressed pci.idsKel Modderman2008-07-081-0/+13
| | | | | | | 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>
* libpciaccess 0.10.3libpciaccess-0.10.3Adam Jackson2008-06-101-1/+1
|
* libpciaccess 0.10.2libpciaccess-0.10.2Adam Jackson2008-06-101-1/+1
|
* pciaccess: bump to 0.10.1Dave Airlie2008-05-211-1/+1
|
* Add DragonFly BSD supportHasso Tepper2008-04-071-1/+1
| | | | DragonFly behaves exactly like FreeBSD, so no problem here.
* OpenBSD support for libpciaccess.Mark Kettenis2008-03-121-0/+4
| | | | | | | | 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.
* libpciaccess 0.10libpciaccess-0.10Adam Jackson2008-03-061-2/+1
|
* Update bug reporting link.Ian Romanick2007-10-181-1/+1
|
* Need to link with -ldevinfo on SolarisAlan Coopersmith2007-09-271-0/+1
|