aboutsummaryrefslogtreecommitdiffstats
path: root/m4/libusb.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some autoconf bit rot.Werner Koch2011-08-091-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 andDavid Shaw2005-11-061-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 Shaw2005-01-031-0/+50