Commit Graph

546 Commits (3a50311c17e4de1998a01bbe939d02fd418fc13a)

Author SHA1 Message Date
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
Tilghman Lesher d99e7d4f8e Move curl version test to autoconf script
19 years ago
Russell Bryant b8481e8103 avoid an error from configure by not doing a cat on a file that doesn't exist
19 years ago
Kevin P. Fleming 3be4c8d3eb actually do proper searching for c-client and output the results so app_voicemail can be built against it
19 years ago
Kevin P. Fleming 72c9c5def1 allow codec_gsm to be built using internal GSM library again (oops!)
19 years ago
Kevin P. Fleming d646abbab7 update OSS so it works again
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
Kevin P. Fleming f761d2f6f0 prepare Asterisk for new zaptel.h/tonezone.h installation locations
19 years ago
Russell Bryant 95c0ddd674 match the change made to AST_EXT_LIB in asterisk-addons
19 years ago
Russell Bryant 40bae2fba3 add support for atomic operations provided by mac osx
19 years ago
Kevin P. Fleming 98a465fc09 move FreeTDS version check into configure script
19 years ago
Kevin P. Fleming 51453628a0 clean up some damage from today's commit
19 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
19 years ago
Kevin P. Fleming df0ba5ff8b search for Zaptel and libtonezone separately in the configure script
19 years ago
Russell Bryant 268609aa68 add basic autoconf support for res_snmp
19 years ago
Russell Bryant a236f488be revert my change to use the AC_PREFIX_DEFAULT macro since it is not something
19 years ago
Russell Bryant fd0273875a use the AC_PREFIX_DEFAULT macro to set the default prefix instead of setting
19 years ago
Kevin P. Fleming cdfb60f9bc use the proper test for compiler atomics
19 years ago
Kevin P. Fleming eddf363a0e use atomic operations provided by the compiler if they are available (yay for gcc 4.1 users!)
19 years ago
Tilghman Lesher 1dd48ac34a Bug 7339 - check for duplication of strnlen function
19 years ago
Kevin P. Fleming 274ce731e2 move autoconfig.h to the include/asterisk directory so it will get installed
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant 1e61ba6699 restore default paths for FreeBSD (reported by alphaque, fixed by jcollie)
19 years ago
Matt O'Gorman 7aa1a77e75 asterisk-xmpp merge in
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
Russell Bryant 44d4ed1b37 change the CFLAGS controlled by menuselect to be placed in a header file
19 years ago
Luigi Rizzo 92b7543a8e add default values for CPPFLAGS and LDFLAGS on FreeBSD
19 years ago
Russell Bryant 10187179fb change the check for zaptel to only check for linux/zaptel.h on Linux, and
19 years ago
Russell Bryant 684df59844 add smarter checking for termcap support, which fixes a build problem when
19 years ago
Kevin P. Fleming ae685fd1b6 don't put bogus paths like -L/lib into link commands
19 years ago
Kevin P. Fleming 44b96e9ba6 do the check for VoiceTronix support using C++
19 years ago
Kevin P. Fleming 523d899f3d do check for ixjuser.h in a way that can actually succeed :-)
19 years ago
Kevin P. Fleming 0adfa8c635 use proper method of detecting OSS support on Linux and FreeBSD
19 years ago
Russell Bryant 48c659cf0e fix a libtonezone detection issue on FreeBSD
19 years ago
Kevin P. Fleming 26753f77b0 remove unusable MFC/R2 support
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 bfcab55f49 when doing the checks necessary for chan_phone, look for all of the linux
19 years ago
Russell Bryant 3f0d9eeed0 - add missing IXJUSER to menuselect-deps.in
19 years ago
Russell Bryant e386a192ee apparently some systems may have ncurses that doesn't provide backwards compat
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