summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Fallback to libusb_set_debug without libusb_set_optionHEADmasterNikolai Kondrashov2019-01-221-1/+1
| | | | Resolves #4
* configure: Check for ar with AM_PROG_ARNikolai Kondrashov2019-01-221-0/+1
|
* configure.ac: build "quietly" if possibleGreg Kroah-Hartman2014-11-151-0/+1
| | | | | If autoconfig supports "quiet" builds, do it, to better be able to see anything that might be warnings or errors in the build.
* Bump version number1.4Nikolai Kondrashov2014-11-111-1/+1
| | | | Increase version number to 1.4, add release notes to NEWS.
* Add manual pageNikolai Kondrashov2012-02-051-1/+2
| | | | Add usbhid-dump manual page.
* Bump package version to 1.3Nikolai Kondrashov2011-12-281-1/+1
|
* Use stock libusb_strerror, if presentNikolai Kondrashov2011-12-261-0/+1
| | | | | Hide internal libusb_strerror definition in case it is already defined by libusb.
* Remove _GNU_SOURCE defineNikolai Kondrashov2011-12-261-1/+1
| | | | Remove _GNU_SOURCE define from CFLAGS - no GNU extensions used anymore.
* Switch to using pkg-configNikolai Kondrashov2011-12-181-4/+3
| | | | | | Switch to using pkg-config to locate libusb, update headers to include libusb.h without subdirectory. Thanks to Debian maintainers!
* Add AM_MAINTAINER_MODE to configure.acNikolai Kondrashov2011-12-181-1/+2
| | | | | Add AM_MAINTAINER_MODE to configure.ac. Thanks to Debian maintainers!
* Prepared 1.2 release1.2Nikolai Kondrashov2010-11-201-1/+1
| | | | Bumped up the version in configure.ac and added a NEWS entry.
* Sync directory and file names with prefix updateNikolai Kondrashov2010-11-141-1/+1
| | | | | Rename directories and files to match prefix replacement done in the commit before the previous one.
* Prepared 1.1 release1.1Nikolai Kondrashov2010-08-241-1/+1
| | | | Added a NEWS entry and bumped up the version.
* Add another package name to libusb 1.0 dependencyNikolai Kondrashov2010-08-221-1/+1
| | | | | Add another libusb 1.0 development package name (libusb1-devel) to the configure.ac dependency error message to better support Fedora users.
* Renamed the package from hid-dump to usbhid-dumpNikolai Kondrashov2010-08-191-6/+6
| | | | | | | | In preparation for integration with usbutils, the package is given a more globally correct name "usbhid-dump". All the relevant directories and files are renamed. All the relevant symbols in the code are renamed. The resulting binary is renamed. All the license notices in the files are updated with the new name.
* Move -Wextra -Werror to debug buildNikolai Kondrashov2010-08-181-2/+2
| | | | The -Wextra and -Werror flags are only used with --enable-debug now.
* Cosmetic fix to usage text, set release version.Nikolai Kondrashov2010-07-231-1/+1
|
* Modularized and cleaned up a bit.Nikolai Kondrashov2010-07-051-0/+3
|
* First (non-working) draft compiles.Nikolai Kondrashov2010-06-281-4/+1
|
* Committing first sketches of hid-dump.Nikolai Kondrashov2010-06-131-0/+98