summaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Expand)Author
2008-05-04Merged revisions 115282 via svnmerge from Joshua Colp
2008-05-04Merged revisions 115276 via svnmerge from Joshua Colp
2008-03-18ensure that dependencies on AST_C_DEFINE_CHECK symbols work properlyKevin P. Fleming
2008-03-17don't define Zaptel features as libraries, they aren't, and we don't want '--...Kevin P. Fleming
2008-03-14Do a link test in AST_EXT_TOOL_CHECK() to ensure we have all the required libsRussell Bryant
2008-01-16Change AST_EXT_TOOL_CHECK to attempt to build against <package>_LIB, per reco...Jason Parker
2008-01-04[commit message]Kevin P. Fleming
2008-01-02improve AC_C_DEFINE_CHECK to not try to evaluate the macro being checked for,...Kevin P. Fleming
2007-12-19Properly document AST_EXT_TOOL_CHECK() and use it to check forLuigi Rizzo
2007-11-20the 'version' is now $7 not $6Luigi Rizzo
2007-11-20add an argument for extra headers to AC_EXT_LIB_CHECK,Luigi Rizzo
2007-11-20comment a bit the code in acinclude.m4Luigi Rizzo
2007-11-17acinclude.m4: add a function to help checking sdl-config, gtk-configLuigi Rizzo
2007-07-25Merged revisions 77071 via svnmerge from Joshua Colp
2007-07-09Merged revisions 74043 via svnmerge from Joshua Colp
2007-05-14Remove an extra space from the macro that checks for C defines.Russell Bryant
2007-03-30Merged revisions 59573 via svnmerge from Jason Parker
2007-01-30Merged revisions 52807 via svnmerge from Paul Cadach
2007-01-18Merged revisions 51262 via svnmerge from Russell Bryant
2007-01-15Merged revisions 50867 via svnmerge from Kevin P. Fleming
2007-01-06Merged revisions 49714-49715 via svnmerge from Kevin P. Fleming
2007-01-05Merged revisions 49712 via svnmerge from Kevin P. Fleming
2006-12-16Merged revisions 48528 via svnmerge from Kevin P. Fleming
2006-11-13Merged revisions 47527 via svnmerge from Russell Bryant
2006-11-08Merged revisions 47327 via svnmerge from Russell Bryant
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