aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-10-24add new tool: rtl_powerKyle Keen1-0/+3
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2013-06-04lib: don't detach kernel driver by defaultSteve Markgraf1-0/+6
Since this feature also disconnects running instances of librtlsdr that claimed the device, it is now disabled by default and can only be enabled at compile time. To enable it when building with cmake: cmake . -DDETACH_KERNEL_DRIVER=ON To enable it when building with automake: ./configure --enable-driver-detach Signed-off-by: Steve Markgraf <steve@steve-m.de>
2013-01-13Replace obsolete automake AM_CONFIG_HEADER.Christian Vogel1-1/+1
This fixes the following complaint by autoconf 2.69-1, automake 1.13.1-1. : configure.ac:80: error: 'AM_CONFIG_HEADER': this macro is obsolete. : You should use the 'AC_CONFIG_HEADERS' macro instead. : /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expan : configure.ac:80: the top level Automake 1:1.11.3-1ubuntu2, autoconf 2.68-1ubuntu2 don't even emit a warning without, and work just fine with this patch. Signed-off-by: Christian Vogel <vogelchr@vogel.cx> Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-12-28rtl_adsb: performance tweaksKyle Keen1-0/+3
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-11-07configure.ac: fix librt checkDimitri Stolnikov1-1/+1
Thanks to Pete Zaitcev <zaitcev@kotori.zaitcev.us>
2012-10-24rtl_test: add ppm measurementKyle Keen1-0/+3
Use with caution, the result highly depends on the accuracy of the clocksource your machine uses. On some machines it may be quite accurate, on others completely off. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-07-17build rtl_fmSteve Markgraf1-0/+3
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-06-07automake: define pkg-config variablesDimitri Stolnikov1-0/+4
2012-05-25autotools: check for pthread libraryDimitri Stolnikov1-0/+5
2012-04-25compile with warnings enabledDimitri Stolnikov1-0/+8
2012-04-08fix mailing list addressDimitri Stolnikov1-1/+1
2012-03-27add autotools based build systemDimitri Stolnikov1-0/+50