aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2010-08-06bsc_fd: Add a build option to be able to debug fd list corruptionHolger Hans Peter Freyther1-0/+11
bsc_register_fd on an already registered fd can corrupt the list in a heavy way and make the select end in an infinite loop, this code will workaround the issue and provide a way to set a breakpoint at the right position in the code.
2010-07-25core: Add some generic panic handlingSylvain Munaut1-0/+11
This also includes an option for a minimal 'infinite loop' type panic that could be required for embedded target that don't have abort() or fprintf() Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-07-25build: Use AS_HELP_STRING macro to format the ./configure --help betterSylvain Munaut1-4/+16
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-06-30Add support for plugins (and specifically GPRS encryption plugins)Harald Welte1-0/+6
2010-06-25Fix typo in configure script regarding --disable-vtyHarald Welte1-1/+1
2010-05-29add configure option '--disable-vty' to prevent building libosmovtyHarald Welte1-0/+6
2010-05-25Add pkgconfig for libosmovtyHarald Welte1-0/+1
2010-05-25Create libosmovty as library from OpenBSC VTY functionsHarald Welte1-0/+3
2010-03-23add git-version-gen magic to automatically generate package version0.1.0Harald Welte1-3/+7
2010-03-23bump version to 0.1.0Harald Welte1-1/+1
2010-03-07add option --disable-tests to disable building of test binariesHarald Welte1-2/+6
2010-03-07add --disable-talloc option to build without talloc supportHarald Welte1-0/+6
2010-02-20add missing automake / autoconf filesHarald Welte1-0/+42