summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* freebsd: Fixes for the compilation of libosmocore on FreeBSDHolger Hans Peter Freyther2011-11-091-0/+4
| | | | | | | | | | | alloca.h is not available on FreeBSD, use the default autoconf function to check for it, there is a complete list[1] of what to do for using alloca but let us see how far we get with this test. Include netinet/in.h for the IPv4 and IPv6 socket address. Check for dlopen in libraries and use this instead of linking -dl. [1] http://www.gnu.org/s/hello/manual/autoconf/Particular-Functions.html
* core/serial: Add utilities to deal with serial portsSylvain Munaut2011-09-021-0/+9
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Added autoconf option for utilities and embeddedjob2011-09-021-0/+25
|
* Adapted configure options to autoconf default behaviourjob2011-09-021-14/+14
|
* add functions for bit-reversalHarald Welte2011-09-011-0/+1
| | | | | Sometimes we need stuff like reversing every bit in each byte (but not the byte-order).
* consistent Doxyfile namingHarald Welte2011-08-201-1/+1
|
* Integrate doxygen documentation building into autoconf/automake processHarald Welte2011-08-171-0/+3
|
* Auto-generate the version information of Doxygen documentationHarald Welte2011-08-171-0/+4
|
* add new 'osmo-arfcn' program to compute frequency based on arfcnHarald Welte2011-08-021-0/+1
| | | | The freq -> arfcn side still needs to be implemented.
* libosmocore: rename configure.in -> configure.acAlexander Huemer2011-05-241-0/+123
rename autoconf input file to align with osmocom-bb host applications, and because that suffix is preferred nowadays.