aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Collapse)AuthorFilesLines
2007-07-25Fix autoconf logic for finding OpenH323 when it is not in the first place ↵file1-2/+14
searched (/usr/share/openh323). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@77071 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-09Use AC_CHECK_HEADER to check for ptlib/openh323 to allow for cross ↵file1-11/+15
compiling. (issue #9675 reported by zandbelt) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@74043 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-30Add linux-uclibc host arch..."thingy". Sorry, I don't know what it's called...qwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@59573 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-10don't display the --with-imap message unless --with-imap was specified ↵kpfleming1-2/+2
without a path use '-n' instead of '! -z' for tests git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53850 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Handle non-standard OpenH323/PWLib library namespcadach1-25/+66
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52807 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Allow x64 builds of H.323 (please, rebuild configure)pcadach1-6/+30
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51895 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Ensure that the locations given to the Asterisk configure script for ncurses,russell1-0/+1
curses, termcap, or tinfo are further passed along to the editline configure script. This fixes some cross-compilation environments. (issue #8637, reported by ovi, patch by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51262 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-15use the ACX_PTHREAD macro from the Autoconf macro archive for setting up ↵kpfleming1-0/+242
compiler pthreads support... should improve portability to platforms with unusual pthreads requirements git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@50867 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-05one more time...kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49715 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-05proper fix for r49712kpfleming1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49714 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-05if --with-foo=<path> is specific for a configure option, ensure that it is ↵kpfleming1-2/+2
used for header file checking as well git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49712 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-16use m4 quoting for AC_MSG_NOTICE calls, to keep these calls from thinking ↵kpfleming1-8/+8
they have multiple arguments git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48528 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13AC_PROG_SED is included in autoconf 2.60, but apparently it is not includedrussell1-1/+22
in 2.59. So, to maintain compatability with 2.59 since it is a small change, copy this macro into acinclude.m4 and rename it to AST_PROG_SED. (issue #8345) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47527 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-08Copy the macros from libtool.m4 to our own acinclude.m4 such that libtool isrussell1-0/+116
no longer required to be installed to be able to generated the configure script. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47327 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*mattf1-0/+314
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43281 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-31Update configure script to check for Zaptel VLDTMF support since this will ↵file1-1/+1
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: http://svn.digium.com/svn/asterisk/trunk@41505 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21use a customized configure macro to tell the script that uCLinux does not ↵kpfleming1-0/+60
have fork() that works drop all startup options and code related to forking if it is not available git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40790 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+13
- 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: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17a lot of systems use GNU Make 3.81beta4, so only consider the first two ↵russell1-1/+1
characters in the minor part of the version string git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40280 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17tabs to spaces to fix alignment ...russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40154 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17print a warning at the end of the configure script if the version of GNU Makerussell1-0/+4
in use is a version earlier than 3.81 This is for file :) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40153 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14support ./configure --silentrussell1-9/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39615 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05massive rework of configure script, and split of AST_EXT_LIB into separate ↵kpfleming1-38/+48
macros, reducing code duplication git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37066 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05match the change made to AST_EXT_LIB in asterisk-addonsrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36960 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)russell1-23/+23
- with contributions from miconda, jcollie, and sb - branch maintained by oej Thanks everyone! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29094 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19add support for more refined ability to set install paths using the standardrussell1-4/+4
options to configure such as --libdir, --sbindir, etc. All of the default paths are still the same. (issue #7057, jcollie) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28747 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-01don't put bogus paths like -L/lib into link commandskpfleming1-3/+7
do the QT check properly git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23897 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30remove attribute checking... it was an attempt to support older GCC ↵kpfleming1-15/+0
compilers but is not worth the effort :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23514 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-29and now with the correct filenameskpfleming1-2/+17
add basic support for checking for C compiler attribute support git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23380 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-29if the "action-if-found" is left empty, AC_CHECK_LIB will add a default resultrussell1-1/+1
instead which can break things in the rest of the script (issue #7043) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23335 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-27only define HAVE_SOMELIB if somelib's header file was found as wellrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22703 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25if an external library is found, but the associated header file is not, justrussell1-7/+14
move on without including support for this library. However, if --with-lib is explicitly specified, then error out noting the situation. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22415 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have ↵kpfleming1-0/+79
autoconf and menuselect tools for Asterisk! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b