aboutsummaryrefslogtreecommitdiffstats
path: root/config/ax_cxx_check_flag.m4
Commit message (Collapse)AuthorAgeFilesLines
* Removed Autotools stuff and the git ignore files.Josh Blum2010-02-151-84/+0
| | | | | Feeding cpack a readme and license file. Added readme contents.
* Dboard base class that is no longer also the xcvr.Josh Blum2010-01-151-0/+84
The xcvr base inherits from this (as does rx and tx base). Added m4 macro to check for compiler flags. The configure checks flags and headers. Merged the register subdev static methods into one method that associates a dboard id with a dboard constructor. The manager code is responsible for checking this association and creating the correct subdev instances.