diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-10-01 13:51:03 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-10-01 13:51:03 -0700 |
commit | f4a86ccaa23e7e513dbbfa45456ea5783c106ec0 (patch) | |
tree | 745a3255d003b2e139372ac0f20523a4aa98cdeb /config/usrp_libusb.m4 | |
parent | 6f820db7a8076d38eb2633f44916e2328708ea42 (diff) |
Cleanup in preparation for merge
Fix trailing whitespace
Use standard include guards
Add more missing config.h includes
Fixup emacs mode strings
Update copyright notices
Diffstat (limited to 'config/usrp_libusb.m4')
-rw-r--r-- | config/usrp_libusb.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/usrp_libusb.m4 b/config/usrp_libusb.m4 index bbf94b82d4..673fa994d0 100644 --- a/config/usrp_libusb.m4 +++ b/config/usrp_libusb.m4 @@ -18,9 +18,9 @@ dnl the Free Software Foundation, Inc., 51 Franklin Street, dnl Boston, MA 02110-1301, USA. # $1 is $req_libusb1: -# yes : check libusb-1.0 -# no : check libusb-0.12 -# "" : check libusb-0.12 +# yes : check libusb-1.0 +# no : check libusb-0.12 +# "" : check libusb-0.12 AC_DEFUN([USRP_LIBUSB], [ |