Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed some autoconf bit rot. | Werner Koch | 2011-08-09 | 1 | -2/+2 |
| | | | | | | | Autoconf 2.68 is more picky about correct macro usage and thus I fixed some wrong call conventions for AC_LANG_PROGRAM. Also factored an m4 conditional construct out from AC_INIT to avoid the "not a literal" warning. | ||||
* | * libusb.m4: Check for libusb-config and if we find it, use --libs and | David Shaw | 2005-11-06 | 1 | -3/+22 |
| | | | | | | --cflags. This is needed for OS X since libusb brings in dependencies to various Apple libraries. | ||||
* | * Makefile.am, libusb.m4: New libusb check macro. | David Shaw | 2005-01-03 | 1 | -0/+50 |