Commit Graph

91 Commits (dadf652e26064a9934d16e482790e9ebb1f1beaa)

Author SHA1 Message Date
Joshua Colp 329df6f95e Make the --without-oss argument work. (issue #9026 reported by puzzled)
19 years ago
Kevin P. Fleming 4eccecc891 don't display the --with-imap message unless --with-imap was specified without a path
19 years ago
Kevin P. Fleming 23fc99bc5f clarify the fact that voicemail IMAP storage cannot be built against a distro's binary c-client library package (at least not at this time)
19 years ago
Russell Bryant ff1ca74145 When we are checking for a system installed version of libgsm, we need to check
19 years ago
Tilghman Lesher 21ede1662d Suggested change to fix normal usage of --with-tds=/usr/local (Sean Bright, via asterisk-dev mailing list)
19 years ago
Russell Bryant f18b0c34d8 Remove libnsl as a required lib for libiksemel to work. This change was
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 708276e718 since we use AC_PATH_TOOL to find tools, we should use the results it provides for us (reported by Brian Capouch on the asterisk-dev list)
19 years ago
Kevin P. Fleming f195c5d622 check specifically for VLDTMF and transcoding support in the system's Zaptel installation, and make only the modules that need those features dependent on them (this will allow building the other Zaptel-using parts of Asterisk against older versions of Zaptel or those on other platforms that haven't caught up yet to the Linux version)
19 years ago
Joshua Colp 345968e6fb Backport support for read/write locks.
19 years ago
Joshua Colp 84a2b97b17 Clean up autoconf file (gets rid of warnings seen when rebuilding configure) and rebuild configure.
19 years ago
Jason Parker e755759a58 ctrl-w != w (nano search)
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
Jason Parker 7bad11f0b6 Fix curl version number testing to be much more friendly to non-bash shells.
19 years ago
Russell Bryant fee1970293 FreeBSD 6.1 does not include wget by default. However, it has fetch which will
19 years ago
Kevin P. Fleming ee6bf62ac5 check for pre-1.4 versions of Zaptel and abort the configure script if found with an appropriate error message
19 years ago
Russell Bryant c70fd559ac Copy the macros from libtool.m4 to our own acinclude.m4 such that libtool is
19 years ago
Luigi Rizzo 0726f75faf add proper environment vars to detect modules on freebsd.
19 years ago
Russell Bryant 468fbbf3ca Fixes for cross-compilation on mips
19 years ago
Russell Bryant af3e243994 Add a check in the configure script to determine whether ld is GNU ld or not.
19 years ago
Joshua Colp aa8099e50f Don't explicitly link in crypt as it is not used on some platforms.
19 years ago
Russell Bryant 456186af50 fix error output when checking for openh323 to refer to openh323 instead
19 years ago
Kevin P. Fleming 1944a9a07c use a configure script test for PMTU discovery control instead of just assuming it's available on Linux
19 years ago
Kevin P. Fleming ec2e4f2216 fix a few build system bugs, and convert Makefiles to be compatible with GNU make 3.80
19 years ago
Kevin P. Fleming 2ac0d927ae support --without-curl in configure script
19 years ago
Tilghman Lesher b727a4bde3 Merged revisions 43409 via svnmerge from
19 years ago
Matthew Fredrickson 2cc96500bd Mergeing in Paul Cadach's chan_h323 changes *holds breath*
19 years ago
Jason Parker ba1a158641 Let's order these better..
19 years ago
Jason Parker 52ad644087 Add a few more 'generic' platforms
19 years ago
Kevin P. Fleming 44f60a288d restore ability for Makefiles to use 'generic' platform names when needed
19 years ago
Jason Parker e3f0ca05e5 This totally worked when I tested it...
19 years ago
Jason Parker 3334bdebb7 This was silly. Nowhere else do we use [ or [[
19 years ago
Jason Parker 23def858f7 We have autoconf...let's actually use it.
19 years ago
Kevin P. Fleming fb23c753d3 handle config.guess name for FreeBSD properly
19 years ago
Jason Parker f18cbf77df Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.c
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
Russell Bryant 3a83fbed5b menuselect doesn't use asterisk's autoconfig.h anymore, so this ifdef can be
19 years ago
Kevin P. Fleming aa7b32d175 more optimizations for embedded systems:
19 years ago
Russell Bryant 3a6dfec6c3 fix redirect typo
19 years ago
Kevin P. Fleming aad5f19a12 fix a typo and clarify something else
19 years ago
Russell Bryant 3c886e6451 remove the make version check, and instead, check for the actual bug that
19 years ago
Russell Bryant 2eb7c010c7 we use autoconf 2.60.
19 years ago
Russell Bryant 5008225fcf get cflags for libcurl as well as libs (patch from qwell)
19 years ago
Kevin P. Fleming 7eecf0bfbc use RTLD_NOLOAD if it's available to make loading dynamic modules a little faster and less resource-intensive
19 years ago
Kevin P. Fleming 4cc09eb1e4 remove requirement for libtasn1, which appears to be a Debian thing
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
Matt O'Gorman 57ee805062 changes to configure to support older c-client than the
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