summaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Expand)Author
2006-10-05Basically, this commit only simplifies configure.ac and makes the Luigi Rizzo
2006-10-04small formatting fixLuigi Rizzo
2006-10-04when only checking headers, do not set $1_LIB.Luigi Rizzo
2006-10-04document, and extend a bit the macro AST_EXT_LIB_CHECK so thatLuigi Rizzo
2006-09-21Check for 64-bit OpenH323/PWLib versions too, thanks to Mithraen (please, re-...Paul Cadach
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*Matthew Fredrickson
2006-08-31Update configure script to check for Zaptel VLDTMF support since this will no...Joshua Colp
2006-08-21use a customized configure macro to tell the script that uCLinux does not hav...Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-17a lot of systems use GNU Make 3.81beta4, so only consider the first two chara...Russell Bryant
2006-08-17tabs to spaces to fix alignment ...Russell Bryant
2006-08-17print a warning at the end of the configure script if the version of GNU MakeRussell Bryant
2006-08-14support ./configure --silentRussell Bryant
2006-07-05massive rework of configure script, and split of AST_EXT_LIB into separate ma...Kevin P. Fleming
2006-07-05match the change made to AST_EXT_LIB in asterisk-addonsRussell Bryant
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)Russell Bryant
2006-05-19add support for more refined ability to set install paths using the standardRussell Bryant
2006-05-01don't put bogus paths like -L/lib into link commandsKevin P. Fleming
2006-04-30remove attribute checking... it was an attempt to support older GCC compilers...Kevin P. Fleming
2006-04-29and now with the correct filenamesKevin P. Fleming
2006-04-29if the "action-if-found" is left empty, AC_CHECK_LIB will add a default resultRussell Bryant
2006-04-27only define HAVE_SOMELIB if somelib's header file was found as wellRussell Bryant
2006-04-25if an external library is found, but the associated header file is not, justRussell Bryant
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming