aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2010-06-18Fix a build problem on Mac OS X with DEBUG_THREADS enabled.russell1-0/+14
2010-06-04AC_CONFIG_SUBDIRS has a bad side-effect on cross-compiles.tilghman1-3/+0
2010-06-04Make the default install path appear to be /usr on Linux, instead of /usr/local.tilghman1-8/+12
2010-05-19Internal timing is now on by default, if you're using DAHDI 2.3 or above.tilghman1-1/+3
2010-04-28Add AC_CONFIG_AUX_DIR to configure script, so systems without install can use...qwell1-0/+2
2010-04-28Remove usage of `id` since it isn't useful and was causing breakge.qwell1-1/+0
2010-04-27Support the silly OSes that don't have ar and strip.qwell1-2/+2
2010-01-25Only rebuild parsers by an option in menuselecttilghman1-0/+10
2010-01-25Restore FreeBSD to able-to-compile-ish-modetilghman1-0/+33
2010-01-24Only rebuild bison and flex source files on demand, if bison and flex are det...tilghman1-0/+2
2010-01-21Fix configure check for PTHREAD_ONCE_INIT when manually adding -Wall to CFLAGS.seanbright1-2/+3
2009-12-28Try a test compile to see if PTHREAD_ONCE_INIT requires extra braces.seanbright1-0/+20
2009-12-18Revise verbiage, per #asterisk-dev discussiontilghman1-1/+1
2009-12-18Point to the typical missing package, not the cryptic "termcap support".tilghman1-1/+1
2009-10-26detect ARM Linux EABI OSARCH as linux-gnu instead of linux-gnueabitzafrir1-1/+4
2009-08-27Use autoconf to detect libcurl, as this enables cross-compilation checks, som...tilghman1-31/+1
2009-08-27One more build system change, to make the descriptions look better, if we hav...tilghman1-0/+3
2009-08-03Reverting index() fix, applying a different methodology, based upon developer...tilghman1-1/+1
2009-08-03Apparently, some platforms don't have the index() function.tilghman1-1/+1
2009-04-22Detect availability of pthread_rwlock_timedwrlock() before using it.tilghman1-0/+21
2009-04-21Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glo...dbailey1-0/+18
2009-03-19Remove the use of RTLD_NOLOAD, as it is not behaving like expected.russell1-9/+0
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell1-0/+7
2009-03-11Allow prefix to set localstatedir (when used and different from the default).qwell1-2/+4
2009-03-10Make things happier when using autoconf 2.62+qwell1-1/+0
2009-02-18Modify h323 to build against PTLib as well as the older PWLibjpeeler1-2/+2
2008-12-15Use autoconf logic to determine whether the system has timersub or not. Do no...file1-0/+9
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-4/+14
2008-11-25System call ioperm is non-portable, so check for its existence in autoconf.tilghman1-2/+2
2008-10-20rename this macro to properly reflect what it doeskpfleming1-1/+1
2008-10-17Correctly allow chan_dahdi to compile against older versions of Zaptel.qwell1-2/+0
2008-09-08Actually use Zaptel CFLAGS if using Zaptel instead of DAHDIrussell1-0/+4
2008-08-20Backport support for Zaptel/DAHDI channel-level alarms from trunk/1.6, becaus...kpfleming1-0/+9
2008-08-14add support for Zaptel versions that contain the new transcoder interfacekpfleming1-1/+22
2008-08-09Ensure PBX_DAHDI_TRANSCODE will evaluate to 0 if not found instead of empty.russell1-0/+1
2008-08-07change the required dependency for codec_dahdi to only be satisfied by DAHDI ...kpfleming1-25/+3
2008-07-30Qwell pointed out, via IRC, that the previous fix only worked when explicitlytilghman1-1/+1
2008-07-30Only override sysconfdir and mandir when prefix=/usrtilghman1-5/+7
2008-07-22make AST_C_COMPILE_CHECK able to print a 'pretty' description of what it is d...kpfleming1-1/+1
2008-07-22use renamed libpri API call for controlling this feature (was improperly name...kpfleming1-1/+1
2008-07-11add support for a configuration parameter for 'inband audio during RELEASE', ...kpfleming1-0/+2
2008-07-07use tzafrir's patch to fix this problem properly... i made the previous set o...kpfleming1-4/+4
2008-07-03ensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added in all the places neededkpfleming1-2/+2
2008-06-25allow tonezone to live in a different place than DAHDI/Zaptel, since dahdi-to...kpfleming1-0/+6
2008-06-13(closes issue #12846)jpeeler1-1/+1
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-3/+23
2008-05-09Improve res_ninit and res_ndestroy autoconf logic on the Darwin platform.file1-4/+26
2008-05-06Add in missing argument.file1-1/+1
2008-05-05Make sure that either the main speex library contains preprocess functions or...file1-0/+11
2008-05-02Add new "pri show version" command to show the libpri version for support rea...bbryant1-0/+2