aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2019-07-16lib: disable usbfs zero-copy support by defaultSteve Markgraf1-0/+6
Although we added a detection mechanism for the presence of the Kernel bug earlier, reading from the incorrectly mapped memory might cause a bus error on some ARM systems. With the overall performance benefit being rather minimal for the data rates of rtl-sdr, disable zero-copy by default.
2018-04-18configure.ac: Add --enable-sanitize and --enable-werrorHarald Welte1-0/+27
this is "osmocom standard" these days, and is used by our CI scripts
2014-01-24cflags: add -Wdeclaration-after-statementSteve Markgraf1-1/+1
This allows people working on the code to spot the most common error that breaks the MSVC build Signed-off-by: Steve Markgraf <steve@steve-m.de>
2014-01-24unbreak automake buildSteve Markgraf1-0/+1
after the latest sublib changes we got: src/Makefile.am:31: compiling `convenience/convenience.c' in subdir requires `AM_PROG_CC_C_O' in `configure.ac' Signed-off-by: Steve Markgraf <steve@steve-m.de>
2013-11-04build: don't warn on unused parametersSteve Markgraf1-1/+1
Signed-off-by: Steve Markgraf <steve@steve-m.de>
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