aboutsummaryrefslogtreecommitdiffstats
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2009-10-26detect ARM Linux EABI OSARCH as linux-gnu instead of linux-gnueabitzafrir1-12/+9
2009-08-27Use autoconf to detect libcurl, as this enables cross-compilation checks, som...tilghman1-74/+407
2009-08-27One more build system change, to make the descriptions look better, if we hav...tilghman1-443/+575
2009-08-27Make autoheader descriptions render correctly in our autoconfig.h file.tilghman1-1/+281
2009-08-03Reverting index() fix, applying a different methodology, based upon developer...tilghman1-3/+2
2009-08-03Apparently, some platforms don't have the index() function.tilghman1-7637/+7164
2009-04-27Fix 'inconsistent line endings' when autoconf 2.63 is usedkpfleming1-7163/+7637
2009-04-22Detect availability of pthread_rwlock_timedwrlock() before using it.tilghman1-5/+76
2009-04-21Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glo...dbailey1-9/+113
2009-03-19Remove the use of RTLD_NOLOAD, as it is not behaving like expected.russell1-54/+0
2009-03-18fix typo which broke configurejpeeler1-1/+1
2009-03-18Allow H.323 Plus library to be used in addition to the OpenH323 libraryjpeeler1-188/+19
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell1-1/+150
2009-03-11Allow prefix to set localstatedir (when used and different from the default).qwell1-3/+5
2009-03-10Make things happier when using autoconf 2.62+qwell1-12/+12
2009-02-18Modify h323 to build against PTLib as well as the older PWLibjpeeler1-49/+26
2009-01-29Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, iftilghman1-3/+7
2008-12-15Use autoconf logic to determine whether the system has timersub or not. Do no...file1-5/+59
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-3/+18
2008-11-25System call ioperm is non-portable, so check for its existence in autoconf.tilghman1-3/+5
2008-11-13revert this change... non-functional changes don't belong herekpfleming1-7/+7
2008-11-13correct minor syntax error... no functional changekpfleming1-7/+7
2008-10-20break up acinclude.m4 into individual files, which will make it easier to mai...kpfleming1-1/+1
2008-10-17Correctly allow chan_dahdi to compile against older versions of Zaptel.qwell1-10/+8
2008-09-10Fix detection of PWLIB and OpenH323 version when spacing in the headersseanbright1-11/+7
2008-09-08Actually use Zaptel CFLAGS if using Zaptel instead of DAHDIrussell1-1/+5
2008-08-20Backport support for Zaptel/DAHDI channel-level alarms from trunk/1.6, becaus...kpfleming1-1/+113
2008-08-14add support for Zaptel versions that contain the new transcoder interfacekpfleming1-2/+61
2008-08-09Ensure PBX_DAHDI_TRANSCODE will evaluate to 0 if not found instead of empty.russell1-1/+2
2008-08-07change the required dependency for codec_dahdi to only be satisfied by DAHDI ...kpfleming1-64/+4
2008-07-30Qwell pointed out, via IRC, that the previous fix only worked when explicitlytilghman1-2/+2
2008-07-30Only override sysconfdir and mandir when prefix=/usrtilghman1-6/+8
2008-07-22make AST_C_COMPILE_CHECK able to print a 'pretty' description of what it is d...kpfleming1-2/+7
2008-07-22use renamed libpri API call for controlling this feature (was improperly name...kpfleming1-44/+44
2008-07-11add support for a configuration parameter for 'inband audio during RELEASE', ...kpfleming1-1/+268
2008-07-07use tzafrir's patch to fix this problem properly... i made the previous set o...kpfleming1-7/+7
2008-07-03ensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added in all the places neededkpfleming1-4771/+227
2008-06-25allow tonezone to live in a different place than DAHDI/Zaptel, since dahdi-to...kpfleming1-1/+7
2008-06-13(closes issue #12846)jpeeler1-2/+2
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-78/+212
2008-05-09Improve res_ninit and res_ndestroy autoconf logic on the Darwin platform.file1-5/+192
2008-05-06Add in missing argument.file1-79/+79
2008-05-05Make sure that either the main speex library contains preprocess functions or...file1-2/+422
2008-05-04Expand the test function for GCC attributes so that more complex attributes a...file1-6/+6
2008-05-04Treat warnings as errors when checking if a GCC attribute exists. We have to ...file1-1/+25
2008-05-02Add new "pri show version" command to show the libpri version for support rea...bbryant1-5/+418
2008-04-27When we don't explicitly pass a path to the --with-tds configure option, weseanbright1-12/+18
2008-03-11stop checking for mktime() in the configure script... we don't use it, and th...kpfleming1-518/+149
2008-03-11check for compiler support for -fno-strict-overflow before using it (tested w...kpfleming1-3/+18
2008-03-11fix small bug in IMAP toolkit testingkpfleming1-2/+2