aboutsummaryrefslogtreecommitdiffstats
path: root/m4/libusb.m4 (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-09Fixed some autoconf bit rot.Werner Koch1-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.
2005-11-06* libusb.m4: Check for libusb-config and if we find it, use --libs andDavid Shaw1-3/+22
--cflags. This is needed for OS X since libusb brings in dependencies to various Apple libraries.
2005-01-03* Makefile.am, libusb.m4: New libusb check macro.David Shaw1-0/+50