Commit Graph

111 Commits (3cc997694d65eb07e45b1f54130611a2223c145d)

Author SHA1 Message Date
Russell Bryant 5213f548f5 Add checking for libusb here, so nobody has to deal with conflicts in the
18 years ago
Joshua Colp 3e3aedb3c9 (closes issue #10383)
18 years ago
Joshua Colp 927a66c9ae And for my last trick... make sure that if gethostbyname_r is exported by a library that it is used.
18 years ago
Joshua Colp bc7150c380 Extend autoconf logic to determine which version of gethostbyname_r is on the system.
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 5f37fa26d2 Instead of figuring out kernel versions that have compiler.h and not... let's just use autoconf to check for it's presence. (issue #10174 reported by francesco_r)
18 years ago
Jason Parker d4a7eb584f Merged revisions 74373 via svnmerge from
18 years ago
Russell Bryant 1f96da91d4 Update the configure script to check for a required function that is not present
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
Russell Bryant 61a5a031f6 Tweak the configure script so that error output isn't spewed to the console
18 years ago
Joshua Colp 556b6b1267 Backport fix for GCC versions without support for declaration-after-statement.
18 years ago
Russell Bryant ef2ae2f856 regenerate the configure script for rizzo
18 years ago
Russell Bryant cbdc6b5b2d To prevent 92138749238754 more reports of "I have unixodbc installed, but
18 years ago
Russell Bryant 28d8f9ee6e Change the configure script to build a test program against libcurl to make
18 years ago
Kevin P. Fleming 12662b47ab have to check for OSP toolkit _after_ checking for OpenSSL
18 years ago
Kevin P. Fleming 5f9897ba56 handle the GNUTLS library properly in the configure script and build system
18 years ago
Jason Parker 27cb61f3e7 Rebuild configure script for previous ar fix.
18 years ago
Russell Bryant c061b86966 Checking for the strip application needs to be done with AC_PATH_TOOL
18 years ago
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