aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
AgeCommit message (Collapse)AuthorFilesLines
2009-08-27Use autoconf to detect libcurl, as this enables cross-compilation checks, ↵tilghman1-0/+243
something we didn't allow before. (closes issue #15714) Reported by: pprindeville Patches: 20090813__issue15714.diff.txt uploaded by tilghman (license 14) Tested by: pprindeville git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@214517 f38db490-d61c-443f-a65b-d21fe96a405b
2009-08-27One more build system change, to make the descriptions look better, if we ↵tilghman1-13/+32
have better information. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@214436 f38db490-d61c-443f-a65b-d21fe96a405b
2009-08-27Make autoheader descriptions render correctly in our autoconfig.h file.tilghman1-1/+12
(Figured out while working with issue #14906) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@214357 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-18fix typo which broke configurejpeeler1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@182965 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-18Allow H.323 Plus library to be used in addition to the OpenH323 libraryjpeeler1-4/+8
Chan_h323 can now be compiled against both the previously supported versions of OpenH323 as well as the current H.323 Plus (version 1.20.2). The configure script has been modified to look in the default install location of h323 to hopefully help avoid using the environment variables OPENH323DIR and PWLIBDIR. Also, the CLI command "h323 show version" has been added which indicates which version of h323 is in use. (closes issue 0011261) Reported by: vhatz Patches: asterisk-1.6.0.6-h323plus.patch uploaded by jthurman (license 614) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@182963 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-10Make things happier when using autoconf 2.62+qwell2-11/+10
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@180941 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-18Modify h323 to build against PTLib as well as the older PWLibjpeeler2-9/+19
Several changes in PTLib have occurred requiring build time detection. Changes accounted for include the library name change, config option change, install location change, and a boolean type change which is handled by ast_ptlib.h. Also, the sed check has been modified to properly work with autoconf >= 2.62. (closes issue #14224) Reported by: bergolth Patches: asterisk-autoconf-sed.patch uploaded by bergolth (license 661) asterisk-pwlib-v3.patch uploaded by bergolth (license 661) Tested by: jpeeler git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@177160 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-29Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, iftilghman1-0/+2
Asterisk runs as a non-root user and the administrator does a 'restart now', Asterisk loses the ability to set QOS on packets. (closes issue #14004) Reported by: nemo Patches: 20090105__bug14004.diff.txt uploaded by Corydon76 (license 14) Tested by: Corydon76 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@172438 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-13revert this change... non-functional changes don't belong herekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@156510 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-13correct minor syntax error... no functional changekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@156485 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-20rename this macro to properly reflect what it doeskpfleming2-85/+85
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@151241 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-20break up acinclude.m4 into individual files, which will make it easier to ↵kpfleming13-0/+995
maintain, easier to add new macros (less patching) and will ease maintenance of these macros across Asterisk branches git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@151240 f38db490-d61c-443f-a65b-d21fe96a405b