aboutsummaryrefslogtreecommitdiffstats
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2009-01-12Some platforms (notably, the BSDs) have a more efficient implementation calledtilghman1-2/+3
2008-12-19Add configuration support for half_full DAHDI buffer policymattf1-4/+85
2008-12-16introduce 'core show sysinfo' for systems that dont have the Linux-ish sysinf...mvanbaak1-1/+1
2008-12-15Make app_fax compatible with newer versions of spandsp. This remains backward...file1-0/+56
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-1/+1
2008-12-11Sometimes even Linux needs -lm to link libtonezone, such as when libtonezonetilghman1-2/+70
2008-12-01Use AST_EXT_LIB_SETUP before using AST_EXT_LIB_CHECK or bad things happen.tilghman1-11/+49
2008-12-01Introduce CLI permissions.eliel1-2/+3
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-3/+18
2008-11-26improve handling of API calls provided by loaded modules through use of some ...kpfleming1-0/+616
2008-11-25Merged revisions 159025 via svnmerge from tilghman1-9538/+2752
2008-11-19Merge the changes from the res_timing_timerfd branch.mmichelson1-2747/+9691
2008-11-19Add check for t38_terminal_init in spandsp (not found in 0.0.6, so it should ...tilghman1-5/+275
2008-11-19Fix a few build problems on Solaris (and check for an md5 utility inseanbright1-11/+56
2008-11-13Kevin sent a note indicating that this change ismmichelson1-11/+5
2008-11-12Add a couple of AC_SUBST calls to the AST_C_COMPILE_CHECKmmichelson1-6/+12
2008-11-05Make compilation of chan_dahdi so that it does not require the new pri_progre...mattf1-2/+264
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-5/+15
2008-11-03when --without-<foo> is passed to the configure script, explicitly inform men...kpfleming1-61/+241
2008-11-02instead of trying to forcibly load res_agi when app_stack is loaded (even if ...kpfleming1-9/+65
2008-11-02Add a handy makefile target so that you can validate the documentation agains...russell1-5/+48
2008-11-01Merge changes from team/group/appdocsxmlrussell1-10/+256
2008-10-20Merged revisions 151240 via svnmerge from kpfleming1-1/+1
2008-10-17Update configure check to check for new function in libpri (pri_progress_with...mattf1-2/+2
2008-10-16Change configure script to search for openais in mmichelson1-7/+7
2008-10-15reverting this change... had not read the commit list yet, didn't realize the...kpfleming1-16/+7
2008-10-15do complete version check for SpanDSP, since the app_fax code is not compatib...kpfleming1-7/+16
2008-10-09(closes issue #13557)murf1-6/+9
2008-10-07Make format_vorbis_ogg compile on OpenBSDmvanbaak1-1/+266
2008-10-07Make sure the configs on OpenBSD are in /etc/asterisk by defaultmvanbaak1-3/+15
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak1-47/+354
2008-10-06Pretty-print a couple configure optionsseanbright1-3/+3
2008-10-02This is much cleaner, methinks.seanbright1-76/+4
2008-10-01Try a test compile using the GMime library. Some distros install gmime-configseanbright1-0/+72
2008-09-10Merged revisions 142416 via svnmerge from seanbright1-3/+3
2008-08-08Bring in the configure and makeopts jazz for -Wshadow, but don't add it to theseanbright1-4/+19
2008-08-03Merge in changes that allow Asterisk to be built against the Hoardseanbright1-18/+313
2008-07-30Merged revisions 134649 via svnmerge from tilghman1-2/+2
2008-07-30Merged revisions 134536 via svnmerge from tilghman1-6/+8
2008-07-28This commit compensates for buggy poll(2)mmichelson1-1/+16
2008-07-22Merged revisions 132704 via svnmerge from kpfleming1-3/+13
2008-07-22Merged revisions 132641 via svnmerge from kpfleming1-28/+28
2008-07-21Remove libresample from the Asterisk source tree. It is now available in itsrussell1-6/+305
2008-07-11Merged revisions 130039 via svnmerge from kpfleming1-1/+263
2008-07-03some minor fixes found while working on issue #12911 (and block the rev from ...kpfleming1-101/+97
2008-07-01make the AIS checking a little more generic, and have a more useful configure...kpfleming1-861/+71
2008-06-29various minor fixes created while i worked on getting *every* Asterisk module...kpfleming1-9124/+3146
2008-06-28Merge in changes from my cdr-tds-conversion branch. This changes the internalseanbright1-2715/+9186
2008-06-25Merged revisions 125132 via svnmerge from kpfleming1-2/+5
2008-06-19Detect if the installed gcc version supports the warn_unused_result attribute.tilghman1-14/+1054