Commit Graph

150 Commits

Author SHA1 Message Date
Brian West 861bd2093e ZRTP Support please download your SDK from http://www.zfone.com and use build/buildzrtp.sh to build the lib.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13406 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-20 23:04:05 +00:00
Michael Jerris bf98847191 attempt to remove regression caused by r13362
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13401 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-20 14:21:54 +00:00
Michael Jerris 21159328e7 add configure checks for tm->tm_gmtoff and tm->tm_zone (FSBUILD-160)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13362 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-15 18:19:30 +00:00
Stefan Knoblich 9611486742 Disable suncc visibility completely, still too many problems
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13148 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-25 18:10:27 +00:00
Michael Jerris 38b02f8bf6 make libtool version detection more robust
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12979 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-09 23:04:50 +00:00
Stefan Knoblich 0c0a4a5321 Add a fallback check in case libtool is not yet available in the builddir (get the version from build/config/ltmain.sh instead). print an error message and exit configure if that fails too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12933 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 23:29:41 +00:00
Stefan Knoblich 771bc514c2 hmm, enclosing the libtool var in {} does not work? remove them for now...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12931 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 22:26:27 +00:00
Stefan Knoblich 4a77854bbc libtool detection code working now, put both checks together, add some info messages and a short note
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12929 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 21:59:48 +00:00
Michael Jerris d39c47d896 add libtool major version detection to configure in prep for supporting both libtool 2.x and 1.5.x at the same time
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12927 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 21:28:00 +00:00
Michael Jerris 75adcf8c46 add libtool major version detection to configure in prep for supporting both libtool 2.x and 1.5.x at the same time
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12926 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 21:25:28 +00:00
Michael Jerris 02141e3048 add libtool major version detection to configure in prep for supporting both libtool 2.x and 1.5.x at the same time
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12922 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 19:54:30 +00:00
Andrew Thompson ea0316b80f FSBUILD-142 (with approval from MikeJ)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12587 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-12 19:54:20 +00:00
Michael Jerris 99913ce3e4 silence some useless sun cc warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12462 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-05 16:14:35 +00:00
Michael Jerris bb33c4e703 fix fs_cli build on solaris
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12160 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-19 05:32:49 +00:00
Michael Jerris 900907a205 fix suncc visibility support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12109 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 19:25:42 +00:00
Michael Jerris 5bc860ac6a disable visibility on suncc for now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12106 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 18:22:41 +00:00
Michael Jerris 749114b704 swap to new ilbc library
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12095 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 16:28:01 +00:00
Michael Jerris ffe2ad4bbd API visibility support (GCC/SUNCC) (FSCORE-264)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12061 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-16 18:17:01 +00:00
Michael Jerris 11aeae3874 remove libresample
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12025 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-15 03:32:52 +00:00
Brian West b4d1959d36 removing libresample
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12019 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-15 02:40:43 +00:00
Michael Jerris 1953ac5c5d tweak odbc detection
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11666 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-06 18:23:14 +00:00
Michael Jerris cd788c1a7c change configure check order so auto-detected odbc still adds CoreFoundation on OS-X
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 02:03:26 +00:00
Michael Jerris 753fa8fb2f autoconf detect odbc library FSBUILD-8
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11615 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 20:31:24 +00:00
Michael Jerris 40f18d3014 fail configure if you don't have a working c++ compiler
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11603 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 23:04:08 +00:00
Brian West 9a9ba4c37e try to fix osx build when you --enable-core-odbc-support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11323 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-20 21:55:27 +00:00
Michael Jerris 3ec59cdb34 fix esl solaris build (FSBUILD-104)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11310 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-20 16:29:32 +00:00
Brian West 5e85f13165 doh, remove mrcp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11257 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-16 16:52:23 +00:00
Stefan Knoblich 7da7790b8b C&P fail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10669 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-09 09:41:37 +00:00
Michael Jerris 911e4a0944 FSBUILD-84 add support for --switchconfdir
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10665 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-09 00:50:32 +00:00
Anthony Minessale 80eec6e5f3 detect c++ compile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9539 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-12 15:31:29 +00:00
Anthony Minessale 0214292463 don't require another configure when you just change the sound files version
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9480 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-08 18:10:28 +00:00
Anthony Minessale e1fe36f182 fix freeswitch build if no libtiff installed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9433 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 06:32:23 +00:00
Michael Jerris c986bb4406 spandsp build integration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9426 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 19:44:49 +00:00
Brian West 3647b9d51a bump sounds version
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9336 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-20 23:41:40 +00:00
Michael Jerris 4fa611e5c9 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9080 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 21:25:17 +00:00
Michael Jerris 286362ca64 let configure figure out if we have the header files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8889 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-03 17:08:46 +00:00
Michael Jerris d811f46f4e don't error in spec file and set a version on trunk (FSBUILD-48)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8871 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-01 16:48:11 +00:00
Michal Bielicki 872c349fec tweak for gcc build on solaris
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8847 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-26 02:27:32 +00:00
Anthony Minessale 49ff246b7c bump to new sound files version
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8685 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-27 03:06:59 +00:00
Stefan Knoblich ba892c27f8 Fix libpython detection in non-standard locations
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8588 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-25 00:52:37 +00:00
Anthony Minessale 4062b636e2 xmlrpc-c build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8578 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-24 03:35:44 +00:00
Anthony Minessale 56008e2b8f generate libs/xmlrpc-c/include/xmlrpc-c/config.h from our configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8572 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-24 02:15:05 +00:00
Anthony Minessale 5297a2c982 don't configure xmlrpc-c anymore (we will merge with ours
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8562 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-23 23:09:08 +00:00
Michael Jerris 8e17e4107a switch to independent sound file version numbers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8495 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-20 19:24:23 +00:00
Stefan Knoblich baf944eba9 Drop python-config support, use non-platform-specific site-packages dir
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8455 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 19:58:16 +00:00
Stefan Knoblich f08ac86252 Non-bash and m4 quoting fixes, improve site-packages detection with distutils
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8454 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 19:29:26 +00:00
Stefan Knoblich 2d14539e47 Enhance python detection. Several OS do not include a python-config script (e.g. Centos, Fedora, OpenSolaris), so use the distutils module directly (like python-config does) to extract the required information. I am keeping the python-config support for now (used when distutils is not found). Several minor cleanups of the code too...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8450 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 18:49:52 +00:00
Stefan Knoblich 2bcd991b46 Add AS_HELP_STRING to options missing it, fix --disable-core-libedit-support value handling after rename (oops)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8371 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 19:12:37 +00:00
Stefan Knoblich 89dc2f8361 Fix AC_ARG_ENABLE value handling and rename --enable-resampler to --disable-resampler in help output since it is default enabled
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8355 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 22:50:48 +00:00
Stefan Knoblich fcd2a7b045 Rename --enable-debug to --disable-debug since the default is enabled
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8345 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 00:39:12 +00:00