Commit Graph

93 Commits (bdd29c22c2e29b946b99ee09128298c059e46e56)

Author SHA1 Message Date
Russell Bryant 06ff84b549 To be able to achieve the things that we would like to achieve with the
18 years ago
Jason Parker 40252c62c9 Add linux-uclibc host arch..."thingy". Sorry, I don't know what it's called...
18 years ago
Nadi Sarrar 980b0bc785 * mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, make chan_misdn use it.
18 years ago
Russell Bryant fed69df9cd Add configure script checking for GTK2 and some additional Makefile targets
18 years ago
Russell Bryant c474809cdf Merge changes from svn/asterisk/team/russell/LaTeX_docs.
18 years ago
Russell Bryant 5603ca69eb If we receive ZT_EVENT_REMOVED, destroy the specified channel.
18 years ago
Russell Bryant b59030489b Update the check that is used to determine whether zaptel transcoder support
18 years ago
Russell Bryant 137835c878 If the pg_config application is found, but there is probably executing it,
19 years ago
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
Paul Cadach 01c6b626c0 Handle non-standard OpenH323/PWLib library names
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
Russell Bryant d772b80b6b rebuild configure script to reflect last chan_h323 related changes.
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 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 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 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
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
Joshua Colp 6fbb04459c Regenerate configure from Qwell's last commit.
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 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
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 020e4f9725 regenerate configure script
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 3c4dc2033f Update configure and closest kin. *Hopes my branch doesn't break*
19 years ago
Matthew Fredrickson d4d7a8b132 Let's try this out. Seems silly, but we'll try it anyways
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
Kevin P. Fleming aa7b32d175 more optimizations for embedded systems:
19 years ago