aboutsummaryrefslogtreecommitdiffstats
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2007-11-21enable support for stack backtrace for stuff built in utils/rizzo1-3/+3
2007-11-21add check for video4linuxrizzo1-1/+137
2007-11-21X11 checks (at least some - for other platforms withrizzo1-17/+566
2007-11-20i got a little carried away with commas ...russell1-3/+3
2007-11-20fix the zaptel configure script checkrussell1-16/+20
2007-11-20add an argument for extra headers to AC_EXT_LIB_CHECK,rizzo1-12975/+1183
2007-11-20comment a bit the code in acinclude.m4rizzo1-754/+749
2007-11-18Change autoconf logic a bit so it says what it is looking for in two instance...file1-1/+6
2007-11-17Use autoconf logic to determine the presence of PTHREAD_RECURSIVE_MUTEX_INITI...file1-5/+242
2007-11-17timersub is a macro not a function, so write the check in a wayrizzo1-64/+18
2007-11-17Update the configure script check for sys/poll.h to also provide the result inrussell1-5/+14
2007-11-17add detection for timersub() and winsock.h/winsock2.hrizzo1-36/+272
2007-11-17use autoconf to check for the existence of sys/poll.hrizzo1-2/+135
2007-11-17acinclude.m4: add a function to help checking sdl-config, gtk-configrizzo1-20/+1122
2007-11-06Set up detection of IP_PKTINFO in autoconf for chan_unistimtilghman1-1/+54
2007-11-02Add pbx_lua as a method of doing extensionstilghman1-10/+440
2007-11-01Remove traces of gnutls, since we no longer use/need it.qwell1-441/+10
2007-10-29Add autoconf checks for extra suppserv definitions that are not present in re...file1-1/+139
2007-10-27Update the configure script for the last libss7 API changerussell1-2/+2
2007-10-14Change the configure script to check for a function that was recently added t...russell1-2/+2
2007-09-28Autoconf requires version 2.60, not 2.59, to process (Closes issue #10842)tilghman1-1/+1
2007-09-22Fixes for FreeBSD... testing for every conceivable math function nowtilghman1-6/+13262
2007-09-21Check for the presence of trunc and round, and make the ISOC99 detection a li...tilghman1-1/+1561
2007-09-14Merged revisions 82385 via svnmerge from russell1-6/+434
2007-09-07Don't check for epoll support when cross compiling.file1-1/+4
2007-08-18Actually check the return value of epoll_create to make sure it works.file1-1/+5
2007-08-08Regenerate configure script. This actually just updated the revision number.....file1-1/+1
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-1/+55
2007-08-06Merged revisions 78166 via svnmerge from file1-3/+5
2007-08-01Instead of adding the SOLARIS check to each HAVE_SYSINFO check let's just mak...file1-2/+2
2007-08-01Don't look for /dev/urandom when cross compiling. Just assume it is not avail...file1-2/+5
2007-08-01Merged revisions 77865 via svnmerge from file1-1/+85
2007-08-01Merged revisions 77863 via svnmerge from file1-51/+64
2007-07-25Merged revisions 77071 via svnmerge from file1-176/+25
2007-07-23Use autoconf logic to determine byte swapping macro presence. This should now...file1-1/+244
2007-07-21Add support for using /dev/urandom to get random numbers on systems that supp...file1-5/+35
2007-07-16Add in check for the GCC attribute deprecated. It may be used soon!file1-1/+53
2007-07-11Merged revisions 74572 via svnmerge from file1-10/+141
2007-07-10Merged revisions 74374 via svnmerge from qwell1-1/+54
2007-07-09Merged revisions 74211 via svnmerge from russell1-5/+9
2007-07-09Merged revisions 74043 via svnmerge from file1-133/+1364
2007-07-08Restore EXP2 and LOG2 functions, by providing mathematical identify functions...tilghman1-4/+2344
2007-07-07These changes fix 10145 and 10150, a prob with BSD and exp2/log2 not existing...murf1-12/+790
2007-06-30Merged revisions 72766 via svnmerge from russell1-2/+2
2007-06-29Fix my recent change for sending large files via the http server. This coderussell1-61/+1
2007-06-29Merge changes from team/russell/http_filetxferrussell1-1/+61
2007-06-28Apparently some builds of gcc don't have declaration-after-statement.qwell1-3/+19
2007-06-26Fixes a problem where Asterisk would not compile if IMAP_STORAGE was enabled.mmichelson1-1/+1
2007-06-25Allow compilation off app_voicemail with IMAP_STORAE against a system installedrussell1-10/+29
2007-06-18Merged revisions 69702 via svnmerge from russell1-12/+441