diff options
author | Johnathan Corgan | 2009-10-01 13:51:03 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-10-01 13:51:03 -0700 |
commit | f4a86ccaa23e7e513dbbfa45456ea5783c106ec0 (patch) | |
tree | 745a3255d003b2e139372ac0f20523a4aa98cdeb /config | |
parent | 6f820db7a8076d38eb2633f44916e2328708ea42 (diff) | |
download | gnuradio-f4a86ccaa23e7e513dbbfa45456ea5783c106ec0.tar.gz gnuradio-f4a86ccaa23e7e513dbbfa45456ea5783c106ec0.tar.bz2 gnuradio-f4a86ccaa23e7e513dbbfa45456ea5783c106ec0.zip |
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')
-rw-r--r-- | config/usrp_fusb_tech.m4 | 2 | ||||
-rw-r--r-- | config/usrp_libusb.m4 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/usrp_fusb_tech.m4 b/config/usrp_fusb_tech.m4 index cd08e18e5..b99cf2432 100644 --- a/config/usrp_fusb_tech.m4 +++ b/config/usrp_fusb_tech.m4 @@ -1,5 +1,5 @@ dnl -dnl Copyright 2003,2008 Free Software Foundation, Inc. +dnl Copyright 2003,2008,2009 Free Software Foundation, Inc. dnl dnl This file is part of GNU Radio dnl diff --git a/config/usrp_libusb.m4 b/config/usrp_libusb.m4 index bbf94b82d..673fa994d 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], [ |