aboutsummaryrefslogtreecommitdiffstats
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-19Don't look for launchd when cross compiling.file1-2/+5
2008-02-15Final round of changes for configure script logic for IMAPmmichelson1-1/+199
2008-02-15Fix a bit of wrong logic in the configure script that caused problems when tr...mmichelson1-5/+5
2008-02-15I apparently misunderstood one of the requirements of this configure change.mmichelson1-40/+26
2008-02-14Change to the configure logic regarding IMAP. Prior to this commit, if you wi...mmichelson1-6208/+2294
2008-02-04Cross-platform fix: OS X now deprecates the use of the daemon(3) API.tilghman1-1768/+6121
2008-02-01Change detection of getifaddrs to use AST_C_COMPILE_CHECK, backported from tr...tilghman1-365/+27
2008-02-01Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing list)tilghman1-1/+410
2008-01-16Add autoconf logic for speexdsp. Later versions use a separate library for so...file1-5/+494
2008-01-11Backport the ability to set the ToS bits on Linux when not running as root.russell1-10/+456
2008-01-10Remove pbx_kdeconsole from the tree. It hasn't worked in ages, and nobody hasrussell1-311/+6
2007-12-19Check for the existence of the soxmix application on the target platform and ...russell1-4/+110
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-6041/+2290
2007-12-12Test directly for the API that fixed AST-2007-026, to ensure that oldertilghman1-1742/+5956
2007-12-04Modify file.h to maintain API compatibility with earlier versions. If a recentrussell1-1/+53
2007-09-14Add checking for libusb here, so nobody has to deal with conflicts in therussell1-6/+440
2007-08-06(closes issue #10383)file1-3/+5
2007-08-01And for my last trick... make sure that if gethostbyname_r is exported by a l...file1-1/+85
2007-08-01Extend autoconf logic to determine which version of gethostbyname_r is on the...file1-51/+64
2007-07-25Fix autoconf logic for finding OpenH323 when it is not in the first place sea...file1-180/+33
2007-07-11Instead of figuring out kernel versions that have compiler.h and not... let's...file1-10/+141
2007-07-10Merged revisions 74373 via svnmerge from qwell1-1/+54
2007-07-09Update the configure script to check for a required function that is not presentrussell1-32/+48
2007-07-09Use AC_CHECK_HEADER to check for ptlib/openh323 to allow for cross compiling....file1-141/+1356
2007-06-30Tweak the configure script so that error output isn't spewed to the consolerussell1-6/+10