Commit Graph

38 Commits (a07df230fa12d5576c4ae2e2bc66bb025ff9b41e)

Author SHA1 Message Date
Kevin P. Fleming 3b34ed635e ensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added in all the places needed
17 years ago
Jeff Peeler f9818af8dd Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow.
17 years ago
Joshua Colp 9ecb9277ad Expand the test function for GCC attributes so that more complex attributes are properly recognized.
17 years ago
Joshua Colp 65e2b0a8fb Treat warnings as errors when checking if a GCC attribute exists. We have to do this as GCC will just ignore the attribute and pop up a warning, it won't actually fail to compile.
17 years ago
Tilghman Lesher 1191559147 Change detection of getifaddrs to use AST_C_COMPILE_CHECK, backported from trunk (as suggested by kpfleming)
18 years ago
Joshua Colp bc9a0ea685 Fix autoconf logic for finding OpenH323 when it is not in the first place searched (/usr/share/openh323).
18 years ago
Joshua Colp 475e3be7c0 Use AC_CHECK_HEADER to check for ptlib/openh323 to allow for cross compiling. (issue #9675 reported by zandbelt)
18 years ago
Jason Parker 40252c62c9 Add linux-uclibc host arch..."thingy". Sorry, I don't know what it's called...
18 years ago
Kevin P. Fleming 4eccecc891 don't display the --with-imap message unless --with-imap was specified without a path
18 years ago
Paul Cadach 01c6b626c0 Handle non-standard OpenH323/PWLib library names
19 years ago
Paul Cadach 1b49688a74 Allow x64 builds of H.323 (please, rebuild configure)
19 years ago
Russell Bryant eedd121fbc Ensure that the locations given to the Asterisk configure script for ncurses,
19 years ago
Kevin P. Fleming dd357a71a7 use the ACX_PTHREAD macro from the Autoconf macro archive for setting up compiler pthreads support... should improve portability to platforms with unusual pthreads requirements
19 years ago
Kevin P. Fleming fb05d85ac2 one more time...
19 years ago
Kevin P. Fleming 7023f1cf8f proper fix for r49712
19 years ago
Kevin P. Fleming c63f9a3fe8 if --with-foo=<path> is specific for a configure option, ensure that it is used for header file checking as well
19 years ago
Kevin P. Fleming ee8ce744c3 use m4 quoting for AC_MSG_NOTICE calls, to keep these calls from thinking they have multiple arguments
19 years ago
Russell Bryant 69aa0e88ca AC_PROG_SED is included in autoconf 2.60, but apparently it is not included
19 years ago
Russell Bryant c70fd559ac Copy the macros from libtool.m4 to our own acinclude.m4 such that libtool is
19 years ago
Matthew Fredrickson 2cc96500bd Mergeing in Paul Cadach's chan_h323 changes *holds breath*
19 years ago
Joshua Colp 5418a7a1a8 Update configure script to check for Zaptel VLDTMF support since this will 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".
19 years ago
Kevin P. Fleming a394f4ad64 use a customized configure macro to tell the script that uCLinux does not have fork() that works
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Russell Bryant 98e1cbb957 a lot of systems use GNU Make 3.81beta4, so only consider the first two characters
19 years ago
Russell Bryant 4173d0fafd tabs to spaces to fix alignment ...
19 years ago
Russell Bryant 6ec6d652bd print a warning at the end of the configure script if the version of GNU Make
19 years ago
Russell Bryant 7d63b7d9ff support ./configure --silent
19 years ago
Kevin P. Fleming d5b7bf2ab7 massive rework of configure script, and split of AST_EXT_LIB into separate macros, reducing code duplication
19 years ago
Russell Bryant 95c0ddd674 match the change made to AST_EXT_LIB in asterisk-addons
19 years ago
Russell Bryant 1fcc86d905 Add support for logging CDR recrods to a radius server (issue #6639, phsultan)
19 years ago
Russell Bryant 9993d14f86 add support for more refined ability to set install paths using the standard
19 years ago
Kevin P. Fleming ae685fd1b6 don't put bogus paths like -L/lib into link commands
19 years ago
Kevin P. Fleming 1669a4b321 remove attribute checking... it was an attempt to support older GCC compilers but is not worth the effort :-)
19 years ago
Kevin P. Fleming 3878a2a9fb and now with the correct filenames
19 years ago
Russell Bryant 1209c0ea58 if the "action-if-found" is left empty, AC_CHECK_LIB will add a default result
19 years ago
Russell Bryant 74aecc640b only define HAVE_SOMELIB if somelib's header file was found as well
19 years ago
Russell Bryant 5b6e2d16e3 if an external library is found, but the associated header file is not, just
19 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
19 years ago