aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2006-07-15Move curl version test to autoconf scripttilghman1-3/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37678 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07avoid an error from configure by not doing a cat on a file that doesn't existrussell1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37284 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07actually do proper searching for c-client and output the results so ↵kpfleming1-1/+83
app_voicemail can be built against it git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37278 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05allow codec_gsm to be built using internal GSM library again (oops!)kpfleming1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37105 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05update OSS so it works againkpfleming1-6/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37086 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05massive rework of configure script, and split of AST_EXT_LIB into separate ↵kpfleming1-324/+230
macros, reducing code duplication git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37066 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37027 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05match the change made to AST_EXT_LIB in asterisk-addonsrussell1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36960 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30add support for atomic operations provided by mac osxrussell1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36409 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-29move FreeTDS version check into configure scriptkpfleming1-0/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36255 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-24clean up some damage from today's commitkpfleming1-13/+13
convert codecs Makefile to new style git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35852 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 ↵kpfleming1-268/+338
minute train ride from Paris to London <G>) support the new location for zaptel.h and tonezone.h use the dependency information output by menuselect to build Makefile rules for each module for header files and libraries combine the common rules into a top-level Makefile.rules file remove all (now) unnecessary stuff from subdir Makefiles change translator API so that the newpvt() callback returns an int instead of a pointer (it no longer allocates memory) alphabetize --with-<foo> options in configure script enhance Net-SNMP support in configure script to provide a --with-netsnmp option fix support for --with-pq so that if pg-config is not found when --with-pq is specified, an error will be generated add 'optional package' usage to modules now that menuselect can output it allow res_snmp to build by default, since the new loader changes coming soon will solve the function naming problem (and users can disable it via menuselect anyway) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35832 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-24search for Zaptel and libtonezone separately in the configure scriptkpfleming1-6/+65
various other minor fixes git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35812 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23add basic autoconf support for res_snmprussell1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35607 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22revert my change to use the AC_PREFIX_DEFAULT macro since it is not somethingrussell1-2/+2
that is expanded inline, so it didn't do what I wanted it to. The --help output will be wrong again, but that's better than completely breaking it. :) (Thanks to jcollie for catching this!) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35439 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22use the AC_PREFIX_DEFAULT macro to set the default prefix instead of settingrussell1-2/+2
the variable directly, so that the configure --help information shows the correct default prefix git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35391 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-14use the proper test for compiler atomicskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33995 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-13use atomic operations provided by the compiler if they are available (yay ↵kpfleming1-0/+8
for gcc 4.1 users!) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33953 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-12Bug 7339 - check for duplication of strnlen functiontilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33690 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedkpfleming1-1/+1
install asterisk.h include the system's default include directory git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32860 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint ↵kpfleming1-0/+7
again :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25restore default paths for FreeBSD (reported by alphaque, fixed by jcollie)russell1-9/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30458 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22asterisk-xmpp merge inmogorman1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29553 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)russell1-13/+14
- with contributions from miconda, jcollie, and sb - branch maintained by oej Thanks everyone! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29094 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19add support for more refined ability to set install paths using the standardrussell1-5/+24
options to configure such as --libdir, --sbindir, etc. All of the default paths are still the same. (issue #7057, jcollie) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28747 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11change the CFLAGS controlled by menuselect to be placed in a header filerussell1-0/+4
instead of being added to the compiler commands. This header file will be installed and modules built outside of the main tree will be able to use the same build options used to build the rest of Asterisk. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26808 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09add default values for CPPFLAGS and LDFLAGS on FreeBSDrizzo1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26020 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09change the check for zaptel to only check for linux/zaptel.h on Linux, andrussell1-3/+4
zaptel.h otherwise If you did ./configure --with-tonezone=/usr/local/ on FreeBSD, it would run the first macro which would not find it, but it wouldn't make it to the second macro because the first check saw that --with-tonezone was specified and would exit with error git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25989 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08add smarter checking for termcap support, which fixes a build problem whenrussell1-5/+22
ncurses is statically compiled with term info support, which is provided in the statically compiled editline library that we are including. (issue #6948, original patch by casper, modified to use the features of AST_EXT_LIB) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25611 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-01don't put bogus paths like -L/lib into link commandskpfleming1-51/+64
do the QT check properly git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23897 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-01do the check for VoiceTronix support using C++kpfleming1-13/+17
set the library/header include parameters properly for the search git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23896 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-01do check for ixjuser.h in a way that can actually succeed :-)kpfleming1-6/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23875 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30use proper method of detecting OSS support on Linux and FreeBSDkpfleming1-3/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23736 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30fix a libtonezone detection issue on FreeBSDrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23704 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30remove unusable MFC/R2 supportkpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23670 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30remove attribute checking... it was an attempt to support older GCC ↵kpfleming1-3/+0
compilers but is not worth the effort :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23514 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-29and now with the correct filenameskpfleming1-0/+3
add basic support for checking for C compiler attribute support git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23380 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-27when doing the checks necessary for chan_phone, look for all of the linuxrussell1-1/+4
headers it uses, not just ixjuser.h (issue #7049, different fix) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22990 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-27- add missing IXJUSER to menuselect-deps.inrussell1-4/+3
- don't check for a private function when looking for nbs - fix the path to ixjuser.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22904 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25apparently some systems may have ncurses that doesn't provide backwards compatrussell1-0/+1
with curses. So, check for both and use whatever is found git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have ↵kpfleming1-0/+674
autoconf and menuselect tools for Asterisk! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b