aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2009-06-10move openbsc into its own subdirectoryHarald Welte1-48/+0
2009-06-08openbscdefines.h: Add header file to control visibility of symbolsHolger Freyther1-0/+15
Add the hooks/configure detection to compile everything with -fvisibility=hidden and then make certain symbols visible. This will be used to make parts of the API public. There are no users yet but we should have some soon.
2009-06-08pkg-config: Create and install a pkg-config fileHolger Freyther1-0/+1
Let automake create the openbsc.pc and then install it into the pkg-config directory of ${libdir}. This is done in preparation for the public API that will be added soon. The advertised include directory will be ${incluedir}/openbsc-1.0 to follow userspace practive from glib/gtk/cairo/freetype2 and many more.
2009-06-08crypt detection: Make autoheader happyHolger Freyther1-1/+2
Use AC_DEFINE([WHAT], [],[Description]) to make autoheader happy again and autoreconf --install --force succeed.
2009-06-02[misc] Search for the crypt symbol to conditionally enable crypt in VTYHolger Freyther1-0/+1
It will define -DVTY_CRYPT_PW= if crypt is found. If -lcrypt is needed, $(LIB_CRYPT) will be -lcrypt. Compiles on OS X and Linux and reenables crypt. Patch by: Lars Immisch
2009-03-11[misc] Make distcheck work againHolger Freyther1-0/+1
2009-03-10we don't need LEX anymoreHarald Welte1-1/+0
2009-02-20[build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against itHolger Freyther1-0/+1
Link the tests against the libbsc.a to avoid most of the breakage when creating new symbols.
2009-01-27[configure] We have a local copy of the header file, remove the checkHolger Freyther1-1/+0
We do have a local copy, there is no need to check for an external version of that header file as it will not be used.
2009-01-02Add simplistic telnet control interfaceHolger Freyther1-0/+1
This might turn into a complete wire protocol with special client software. For now it will be a simple client interface that you can use with telnet to do certain things. This is using flex to implement the parsing. Implementation and more commands will follow.
2008-12-31Move the db_test.c to a specific test directoryHolger Freyther1-0/+1
2008-12-28Add stubs to test gsm0408 functionality including LAIHolger Freyther1-0/+1
2008-12-28Add SMS (GSM 04.11) testing programDaniel Willmann1-0/+1
2008-12-27Add code to parse a debug category stringHolger Freyther1-0/+1
Use strdup to be able to use strtok on the category string and add a test case. Also safe some more information to be able to use color in the print statement.
2008-12-27Introduce a simple timer API....Holger Freyther1-1/+7
One can use add_timer or schedule_timer to add a timer. After the timeout time has been reached the callback will be called. One can call add_time/schedule_timer and del_timer from within the callback.
2008-12-23autoconfHarald Welte1-0/+19