summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2019-07-17libpciaccess 0.16libpciaccess-0.16Adam Jackson
2019-07-11libpciaccess 0.15libpciaccess-0.15Adam Jackson
2019-07-10Don't check for struct pci_io.pi_sel.pc_domainNiclas Zeising
Autoconf has a check that pci_io.pi_sel.pc_domain exists. This is only used on FreeBSD. pc_domain was added to pci_io.pi_sel on FreeBSD many many releases ago, and exists on all current FreeBSD releases. Remove the check, and the corresponding HAVE_PCI_IO_PC_DOMAIN, and update the code to take into account that #ifdef HAVE_PCI_IO_PC_DOMAIN is now always true. Signed-off-by: Niclas Zeising <zeising@daemonic.se>
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-10-23libpciaccess 0.14libpciaccess-0.14Adam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2017-04-04libpciaccess 0.13.5libpciaccess-0.13.5Emil Velikov
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-04-04configure.ac: set AC_CONFIG_AUX_DIREmil Velikov
If not set, libtool will search directories up to ../.. for an install-sh and then dump the aux files there. This caused a couple of problems with the xorg release.sh script that now uses worktrees but is generally bad behaviour because we can't guarantee that we're not inside some other repository. Set AC_CONFIG_AUX_DIR to avoid this behavior. See https://lists.freedesktop.org/archives/xorg-devel/2017-March/053006.html Note: the commit and above message are shamelessly copied from libinput. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-04-04configure.ac: remove AC_CONFIG_SRCDIR macroEmil Velikov
It is used to guide people who incorrectly set configure --srcdir. To be actually useful the macro should point to a rather unique file - which in our current case is a false premise. We have five Makefile.am in-tree and chances are that $libpciaccess/.. may also contain such a file. Let's not pretend that its useful and leave the user to what they're asking for. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2015-05-02Fix quoting issue.Thomas Klausner
m4 has '[]' as quoting characters, so if we want '[]' to end up in the configure script, we need to quote them again. Reported by Greg Troxel <gdt@ir.bbn.com>. Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2015-04-30libpciaccess 0.13.4libpciaccess-0.13.4Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2015-02-16Bug 89151: Fix build on NetBSD/alpha and NetBSD/sparc64.Tobias Nygren
This patch is required for building on NetBSD/alpha (needs platform specific -lalpha) and NetBSD/sparc64 (no platform specific library, just -lpci). The patch also generalizes to support all NetBSD platforms with pci bus. https://bugs.freedesktop.org/show_bug.cgi?id=89151 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
2015-02-03libpciaccess 0.13.3libpciaccess-0.13.3Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-01-27Windows/Cygwin: Add support through the WinIo librarySamuel Pitoiset
V2: - Add support for unmapping - Add a README.cygwin Reviewed-by: Martin Peres <martin.peres@free.fr> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2013-11-22Improve NetBSD i386 detection.Thomas Klausner
Sometimes, other values are reported for the CPU part, like "i486--netbsdelf"). From: Mark Davies <markd@NetBSD.org> Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-By: Matt Dew <marcoz@osource.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-07-21Fix zlib handling on NetBSD.Thomas Klausner
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-07-20libpciaccess 0.13.2libpciaccess-0.13.2Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-07-06Fix build on NetBSD-4.Thomas Klausner
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>
2013-06-11Update NetBSD support.Thomas Klausner
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>
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2012-04-09Bump to 0.13.1libpciaccess-0.13.1Julien Cristau
Signed-off-by: Julien Cristau <jcristau@debian.org>
2012-03-05Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libpciaccessAdam Jackson
2012-03-03configure.ac: Bump to 0.13libpciaccess-0.13Jeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2012-02-27Use O_CLOEXEC for internal file descriptorsAdam Jackson
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>
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>