Commit Graph

196 Commits

Author SHA1 Message Date
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
Stefan Knoblich a4a5262018 Fix --enable-debug / --disable-debug configure option (disable did not work)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8344 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 00:35:34 +00:00
Anthony Minessale 5b77843583 slim down iax build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8321 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 23:25:36 +00:00
Stefan Knoblich e8c88aa124 Try to use python provided by the system instead of a bundled version, adds --with-python and --with-python-config to configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8258 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 23:40:37 +00:00
Anthony Minessale ed96039297 make it so you can build commented out modules using make <modname>
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8251 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 18:36:01 +00:00
Michael Jerris 01379cd6bf but our trunk version (get new soundfiles)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8001 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-01 22:27:43 +00:00
Michael Jerris 6d66ecfd11 openbsd tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7727 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-22 23:11:08 +00:00
Michael Jerris d5aaa00001 switch to use mod_voipcodecs and pull old mod_g722, mod_g726, mod_gsm (mod_g711 should not be used now unless your not using mod_voipcodecs)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7664 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-18 16:10:34 +00:00
Michal Bielicki b552cb3a6c Make libdir and bindir being accepted by libs and modules
add a setting called --modinstdir to be able to define where modules get installed


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7663 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-18 14:58:41 +00:00
Michael Jerris 6cc890bfc1 add autoconf for openzap
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7662 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-17 21:53:47 +00:00
Brian West 2d29656bf2 Adding mod_voipcodecs using Steve Underwoods voipcodecs library. This isn't default yet.
/b



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7555 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-08 17:13:54 +00:00
Michael Jerris ad55545669 voipcodecs configure tweaks, add to build system
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7548 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-07 23:55:24 +00:00
Brian West 7561a30544 forgot to remove this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7490 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-02 01:45:47 +00:00
Stefan Knoblich 24248ae102 Add gentls_cert script to create a CA and certificate for mod_sofia TLS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7234 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 14:53:05 +00:00
Michael Jerris 37845b424d force debug cflags into sofia lib (SFSIP-42)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7196 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-12 22:17:41 +00:00
Anthony Minessale 2faabff764 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6904 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-19 21:13:09 +00:00
Michal Bielicki 99b12efefc Changed libedit to go into bootstrap.sh since its now default,
but still make the build and include selectable from configure
Chnaged libedit to use automake
Still need to update the leftover configure and .in files


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6746 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-13 14:36:14 +00:00
Michael Jerris 6d080c152c we don't do anything with mysql in tree
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6744 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-13 14:05:43 +00:00
Michael Jerris 3d5fcabea7 add 'make sounds' and 'make sounds-install' makefile targets to download and install soundfiles (FSBUILD-28)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6611 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-10 23:38:42 +00:00
Michael Jerris 4fb9901b25 push version number to 1.0.pre3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6610 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-10 22:00:56 +00:00
Anthony Minessale 7cd8c8c07e change default to enable libedit support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6525 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-05 20:28:25 +00:00
Anthony Minessale 28213aad14 detect ncurses or curses instead of hardcoding ncurses, fixing libedit build on some platforms
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6373 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-22 06:24:24 +00:00
Michael Jerris 564cd36849 fix for FSBUILD-26
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6354 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-20 03:58:32 +00:00
Michael Jerris f9072fd29b not in tree anymore.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6340 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-19 19:08:14 +00:00
Michael Jerris 60fc10a888 cleanup of unused stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6339 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-19 18:47:56 +00:00
Michael Jerris 5b2d20bf85 core builds with --enable-64 on suncc now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6291 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-15 21:28:26 +00:00
Michael Jerris ac729c3020 start adding solaris suncc 64 bit support native in the build system
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6287 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-15 20:07:34 +00:00
Michael Jerris 0f6a6c31a3 don't make 64 bit build default
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6240 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-13 20:03:56 +00:00
Anthony Minessale eb9f9fb263 some time changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-13 18:47:08 +00:00
Brian West 5b3f19fb30 these are required for automake 1.10 on OS X 10.5, Please test to ensure It doesn't break anywhere else. It shouldn't
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6047 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-24 15:11:46 +00:00
Michael Jerris b382c0a41f add -u and -g command line args to set user and group.
properly handle portability for mlockall and setrlimit
Tested on linux, Freebsd, solaris, mac.
FSCORE-47

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6033 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-23 15:56:23 +00:00
Michael Jerris e69fe7e336 initial import of mod_java from Damjan Jovanovic
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5755 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-09-25 13:21:17 +00:00
Michael Jerris e02f28a8df fix fresh build. We need to configure later becasue apr must be built before libopenmrcp configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5617 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 21:20:32 +00:00
Michael Jerris 8fa810c2a3 cleaner mod_openmrcp build in tree
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5615 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 20:22:00 +00:00
Michael Jerris 8ef2aa54c0 modify how we build switch_version.h so we can better handle releases
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5610 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 05:01:08 +00:00
Michael Jerris 7e81dbe5b0 use .so not .dylib for modules on OS-X, fix for MODENDP-16
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5573 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-06 18:10:30 +00:00
Michael Jerris 6d45f5f5cc add some helpers to build 64 bit on solaris amd 64
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5536 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-07-16 15:08:38 +00:00
Michael Jerris c33dc3eb42 add stuff for mod_radius_cdr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5386 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-18 15:40:34 +00:00
Michael Jerris f32f6f24d7 sun studio/solaris build fixes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5290 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-08 14:52:50 +00:00
Michael Jerris f0b58efbac fix bsd build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5227 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-28 17:20:57 +00:00
Anthony Minessale ab34a26079 make crash protection a runtime option instead of a compile-time option
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5123 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-10 16:56:29 +00:00
Michael Jerris 33d3c1c2d2 switch mod_sofia to use a Makefile.am instead of Makefile for better dependency tracking.. you may need to re-bootstrap after this update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5120 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-10 15:23:07 +00:00
Anthony Minessale c5c13c2668 add --enable-core-libedit-support configure flag in case you want nicer command line stuff in the debug console (I know I do when I am coding dunno about you)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5044 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-30 20:37:41 +00:00
Michael Jerris 5f053e183a proper -j support for the module builds
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4897 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-09 14:40:03 +00:00
Michael Jerris 778a82cc92 a bit better on the mysql detection
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4869 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-06 09:38:11 +00:00
Michael Jerris ec8e23dbea fix mysql configure check (reported by bblack via irc)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4866 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-06 08:23:54 +00:00
Anthony Minessale 4d62a1adb2 add core ODBC
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4846 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-04 03:08:17 +00:00
Michael Jerris 3de6a7e97e strip a few extra checks out of configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4825 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-01 20:52:29 +00:00
Michael Jerris c7753b06d4 some cleanup in the Makefiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4814 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-30 20:22:38 +00:00
Michael Jerris 92d726b995 use int64_t internally for storage of time_t values in the scheduler because at least then we know what format string to use to print them, and they are often that type anyways.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4802 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-30 01:40:50 +00:00
Anthony Minessale 3a54126261 spring cleaning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4795 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-29 22:31:56 +00:00
Michael Jerris 429ed0b811 even when the same size, we should use ld over d, because..... well who really knows?
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4791 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-29 12:53:12 +00:00
Michael Jerris bc8a4855a6 use autoconf determined time_t printf format specifier
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4787 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-29 04:08:18 +00:00
Michael Jerris 24b1a46ceb we should never include off the installed includes, only the source tree ones.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4784 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-28 21:48:06 +00:00
Michael Jerris 4341b8e6e4 add --disable-resample configure option to build without resampler support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4783 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-28 18:46:07 +00:00