aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2015-08-15configure.ac: Add subdir-objectsHarald Welte1-1/+1
2013-10-06ortp: Fix the version check for ORTP by not using the cached resultHolger Hans Peter Freyther1-1/+1
The second check used the cached result for ORTP. Store the result in ORTP_VERSION and my system properly detects that it is running on < 0.21. The HAVE_ORTP_021 will always be defined so just use #if and not the #ifdef to fix the build.
2013-10-06enable support of libortp >= 0.21, which has an API breakageHarald Welte1-1/+9
in libortp >= 0.21, rtp_session_set_local_addr() has one extra argument for the RTCP port.
2012-10-11tests: Add boilerplate to be able to have tests in libosmo-abisHolger Hans Peter Freyther1-0/+1
2012-07-01build: remove checks introduced by autoscan.v0.1.3Diego Elio Pettenò1-4/+0
Therre is no current use of HAVE_* variables for these checks in the code, so there is no reason to keep the checks around. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-07-01build: consolidate automake options to configure.acDiego Elio Pettenò1-1/+1
Also disable building the gzip distribution since we're building the bzip2-compressed tarball already. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-07-01build: build libosmotrau.la in the src directory.Diego Elio Pettenò1-1/+0
This spares us another recursion, and allows a much higher parallelisation, since trau is only one source unit and one standalone library. Incidentally, also make sure that the version specification for libosmoabis is applied. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-07-01build: avoid using a convenience library for the input subdirectory.Diego Elio Pettenò1-1/+0
automake is well capable of building sources present in sub-directory without requiring a recursion, so there is no reason to use a non-installed library just for the extra files. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-07-01build: use nobase_include_HEADERS instead of using recursive MakefilesDiego Elio Pettenò1-3/+0
This simplifies installation of include files, as make no longer have to recurse into subdirectories and install each subset of files in different directories. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-07-01build: use LT_INIT([pic-only]) instead of forcing -fPIC in AM_CFLAGS.Diego Elio Pettenò1-2/+1
Also contextually remove the AC_PROG_LIBTOOL call (which is an obsolete name for what is now LT_INIT). Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-03-26misc: Fix the email address in the configure.acv0.1.2Holger Hans Peter Freyther1-1/+1
2011-10-22version 0.13.1 of libortp seems sufficientHarald Welte1-1/+1
2011-10-10depend on new libosmocore 0.3.10 (lapd) and increment LIBVERSIONv0.1.0Harald Welte1-1/+1
2011-09-26request ortp >=0.15.0Alexander Huemer1-1/+1
build fails with ortp <0.15.0 because of incompatible API.
2011-09-03add 'libosmotrau' for TRAU/RTP related codeHarald Welte1-0/+4
This new library is intended to include everything related to interfacing actual voice channels either via E1 or via RTP. The first module in the library is osmo_rtp, based on the ortp library.
2011-08-24re-introduce optional build of DAHDI input pluginv0.0.4Harald Welte1-1/+1
We should only build it when the dahdi/user.h file is actually present.
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte1-1/+0
It's not a good idea to confuse the two changes with each other. Moving the Abis part into a separate library is independent from the question whether we have talloc inside libosmocore or use a stand-alone talloc library.
2011-07-02dahdi: fix driver compilationPablo Neira Ayuso1-0/+2
Now dahdi driver compiles file. We force the compilation of this driver, I prefer to avoid condition compilation options that tend add problems IMO.
2011-06-07src: use include/osmocom/abis instead of include/osmocom/gsm/abisPablo Neira Ayuso1-2/+1
Harald prefers short paths. This patch also remove commented includes in several files.
2011-06-05initial commit of libosmo-abisPablo Neira Ayuso1-0/+51
still many things to get fixed