summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2008-01-04[commit message]Kevin P. Fleming
2008-01-02Don't use AST_C_DEFINE_CHECK for the two pthread things that may not actually...Joshua Colp
2008-01-02improve AC_C_DEFINE_CHECK to not try to evaluate the macro being checked for,...Kevin P. Fleming
2008-01-02actually check for a function present in libiconv (don't know how this test c...Kevin P. Fleming
2008-01-01implement "configure" checks for libiconv, and add theLuigi Rizzo
2007-12-31Add configure script checking for portaudio.Russell Bryant
2007-12-19Merged revisions 94077 via svnmerge from Russell Bryant
2007-12-19Properly document AST_EXT_TOOL_CHECK() and use it to check forLuigi Rizzo
2007-12-17make the configure script detect that it is running on a Windows platform, an...Kevin P. Fleming
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-12Merged revisions 92463 via svnmerge from Tilghman Lesher
2007-12-11Trunk build would fail due to the nonexistence of zaptel hwgainMark Michelson
2007-11-26Update the configure script check for libpri to check for the newest functionRussell Bryant
2007-11-21enable support for stack backtrace for stuff built in utils/Luigi Rizzo
2007-11-21add check for video4linuxLuigi Rizzo
2007-11-21X11 checks (at least some - for other platforms withLuigi Rizzo
2007-11-20i got a little carried away with commas ...Russell Bryant
2007-11-20fix the zaptel configure script checkRussell Bryant
2007-11-20add an argument for extra headers to AC_EXT_LIB_CHECK,Luigi Rizzo
2007-11-18Change autoconf logic a bit so it says what it is looking for in two instance...Joshua Colp
2007-11-17Use autoconf logic to determine the presence of PTHREAD_RECURSIVE_MUTEX_INITI...Joshua Colp
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-17timersub is a macro not a function, so write the check in a wayLuigi Rizzo
2007-11-17Update the configure script check for sys/poll.h to also provide the result inRussell Bryant
2007-11-17add detection for timersub() and winsock.h/winsock2.hLuigi Rizzo
2007-11-17use autoconf to check for the existence of sys/poll.hLuigi Rizzo
2007-11-17acinclude.m4: add a function to help checking sdl-config, gtk-configLuigi Rizzo
2007-11-17add check for the presence of globLuigi Rizzo
2007-11-06Set up detection of IP_PKTINFO in autoconf for chan_unistimTilghman Lesher
2007-11-02Add pbx_lua as a method of doing extensionsTilghman Lesher
2007-11-01Remove traces of gnutls, since we no longer use/need it.Jason Parker
2007-10-29Add autoconf checks for extra suppserv definitions that are not present in re...Joshua Colp
2007-10-27Update the configure script for the last libss7 API changeRussell Bryant
2007-10-14Change the configure script to check for a function that was recently added t...Russell Bryant
2007-09-28Autoconf requires version 2.60, not 2.59, to process (Closes issue #10842)Tilghman Lesher
2007-09-22Fixes for FreeBSD... testing for every conceivable math function nowTilghman Lesher
2007-09-21Check for the presence of trunc and round, and make the ISOC99 detection a li...Tilghman Lesher
2007-09-14Merged revisions 82385 via svnmerge from Russell Bryant
2007-09-07Don't check for epoll support when cross compiling.Joshua Colp
2007-08-18Actually check the return value of epoll_create to make sure it works.Joshua Colp
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-06Merged revisions 78166 via svnmerge from Joshua Colp
2007-08-01Instead of adding the SOLARIS check to each HAVE_SYSINFO check let's just mak...Joshua Colp
2007-08-01Don't look for /dev/urandom when cross compiling. Just assume it is not avail...Joshua Colp
2007-08-01Merged revisions 77865 via svnmerge from Joshua Colp
2007-08-01Merged revisions 77863 via svnmerge from Joshua Colp
2007-07-23Use autoconf logic to determine byte swapping macro presence. This should now...Joshua Colp
2007-07-21Add support for using /dev/urandom to get random numbers on systems that supp...Joshua Colp
2007-07-16Add in check for the GCC attribute deprecated. It may be used soon!Joshua Colp
2007-07-11Merged revisions 74572 via svnmerge from Joshua Colp