| #
e1a0240a |
| 17-Sep-2011 |
Alan Coopersmith <[email protected]> |
Strip trailing whitespace
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.coopersm
Strip trailing whitespace
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 <[email protected]>
show more ...
|
| #
fd476dea |
| 26-Sep-2010 |
Gaetan Nadon <[email protected]> |
include: add a Makefile to install and distribute header file
Makefiles are simpler when they only handle what is in their directory.
Reviewed-by: Rémi Cardona <[email protected]> Signed-off-by: Gaet
include: add a Makefile to install and distribute header file
Makefiles are simpler when they only handle what is in their directory.
Reviewed-by: Rémi Cardona <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]>
show more ...
|
| #
b4ee1ccf |
| 22-Aug-2010 |
Gaetan Nadon <[email protected]> |
config: provide a makefile for scanpci man pages
Reviewed-by: Rémi Cardona <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]>
|
| #
dcb79a20 |
| 22-Aug-2010 |
Gaetan Nadon <[email protected]> |
config: provide a makefile for scanpci dev tool
No function changes.
Note that automake generates a wrapper script if libpciaccess is not installed at configuration time, which is the most common c
config: provide a makefile for scanpci dev tool
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 <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]>
show more ...
|
| #
a624de7a |
| 29-Mar-2010 |
Gaetan Nadon <[email protected]> |
config: remove the pkgconfig pc.in file from EXTRA_DIST
Automake always includes it in the tarball.
Signed-off-by: Gaetan Nadon <[email protected]>
|
| #
b2b3c3bf |
| 28-Nov-2009 |
Gaetan Nadon <[email protected]> |
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated. Allows running make maintainer-clean.
|
| #
57f4d11f |
| 28-Oct-2009 |
Gaetan Nadon <[email protected]> |
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empt
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
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.
show more ...
|
| #
b8284cb2 |
| 27-Oct-2009 |
Gaetan Nadon <[email protected]> |
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further coding in the makefile.
|
| #
146dc2f4 |
| 18-Apr-2009 |
Alan Coopersmith <[email protected]> |
Move included m4 to a subdir so we can more easily update from upstream
Signed-off-by: Alan Coopersmith <[email protected]>
|
| #
42b49349 |
| 28-Jan-2009 |
Paulo Cesar Pereira de Andrade <[email protected]> |
Janitor: Correct make distcheck and compiler warnings.
|
| #
714fef70 |
| 17-Oct-2008 |
Alan Coopersmith <[email protected]> |
Add scanpci.man to EXTRA_DIST
|
| #
ceda00d3 |
| 06-Dec-2007 |
James Cloos <[email protected]> |
Replace static ChangeLog with dist-hook to generate from git log
|
| #
5b4db5c3 |
| 27-Mar-2006 |
Ian Romanick <[email protected]> |
Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c. Bump version to 0.3.0. Replace pci_get_name with pci_get_strings. This function matches the functionality provided by the Xorg scanpci
Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c. Bump version to 0.3.0. Replace pci_get_name with pci_get_strings. This function matches the functionality provided by the Xorg scanpci module almost identically.
show more ...
|
| #
5a04522a |
| 18-Mar-2006 |
Ian Romanick <[email protected]> |
Initial import of libpciaccess.
|