summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2013-01-13Replace obsolete automake AM_CONFIG_HEADER.Christian Vogel
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 Keen
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-11-07configure.ac: fix librt checkDimitri Stolnikov
Thanks to Pete Zaitcev <zaitcev@kotori.zaitcev.us>
2012-10-24rtl_test: add ppm measurementKyle Keen
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 Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-06-07automake: define pkg-config variablesDimitri Stolnikov
2012-05-25autotools: check for pthread libraryDimitri Stolnikov
2012-04-25compile with warnings enabledDimitri Stolnikov
2012-04-08fix mailing list addressDimitri Stolnikov
2012-03-27add autotools based build systemDimitri Stolnikov