summaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Collapse)Author
2006-08-31Update configure script to check for Zaptel VLDTMF support since this will ↵Joshua Colp
now be required. If you build and don't have Zap stuff, upgrade your zaptel copy. As well - change some minor things so that we get "checking for" and not "checking checking for". git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21use a customized configure macro to tell the script that uCLinux does not ↵Kevin P. Fleming
have fork() that works drop all startup options and code related to forking if it is not available git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40790 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40722 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17a lot of systems use GNU Make 3.81beta4, so only consider the first two ↵Russell Bryant
characters in the minor part of the version string git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40280 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17tabs to spaces to fix alignment ...Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40154 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-17print a warning at the end of the configure script if the version of GNU MakeRussell Bryant
in use is a version earlier than 3.81 This is for file :) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40153 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-14support ./configure --silentRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39615 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-07-05massive rework of configure script, and split of AST_EXT_LIB into separate ↵Kevin P. Fleming
macros, reducing code duplication git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37066 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-07-05match the change made to AST_EXT_LIB in asterisk-addonsRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36960 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)Russell Bryant
- with contributions from miconda, jcollie, and sb - branch maintained by oej Thanks everyone! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19add support for more refined ability to set install paths using the standardRussell Bryant
options to configure such as --libdir, --sbindir, etc. All of the default paths are still the same. (issue #7057, jcollie) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28747 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-01don't put bogus paths like -L/lib into link commandsKevin P. Fleming
do the QT check properly git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23897 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-30remove attribute checking... it was an attempt to support older GCC ↵Kevin P. Fleming
compilers but is not worth the effort :-) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23514 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-29and now with the correct filenamesKevin P. Fleming
add basic support for checking for C compiler attribute support git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23380 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-29if the "action-if-found" is left empty, AC_CHECK_LIB will add a default resultRussell Bryant
instead which can break things in the rest of the script (issue #7043) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23335 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-27only define HAVE_SOMELIB if somelib's header file was found as wellRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-25if an external library is found, but the associated header file is not, justRussell Bryant
move on without including support for this library. However, if --with-lib is explicitly specified, then error out noting the situation. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22415 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have ↵Kevin P. Fleming
autoconf and menuselect tools for Asterisk! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22267 65c4cc65-6c06-0410-ace0-fbb531ad65f3