Anthony Minessale
e42a8c3cab
add headers
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5088 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-04 21:27:54 +00:00
Anthony Minessale
e4f425ea10
STFU
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5087 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-04 21:11:27 +00:00
Michael Jerris
372bec6e31
you cant check for file existance when cross compiling
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5075 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-03 09:36:04 +00:00
Anthony Minessale
45b4ca291a
sigh
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5070 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-02 17:38:25 +00:00
Michael Jerris
dcb493b1ea
fix msvc build.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5059 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-01 23:09:06 +00:00
Anthony Minessale
d99b4bb86f
misc fixes
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5053 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-01 16:12:02 +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
3cc4a4d093
fix MODLANG-12 and proper fix for MODLANG-7
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5022 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-26 22:03:58 +00:00
Anthony Minessale
55655a0480
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5019 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-26 14:38:40 +00:00
Michael Jerris
e031ff4a49
resolve http://jira.freeswitch.org/browse/MDXMLINT-6
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5016 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-25 19:57:14 +00:00
Brian West
4b36882d7e
patch and tweak for mac
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5014 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-25 18:02:28 +00:00
Anthony Minessale
586ae93cad
update dingaling
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5005 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-23 19:03:06 +00:00
Michael Jerris
2077f45e96
force lib rebuild
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5004 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-23 18:12:08 +00:00
Michael Jerris
ae1a6184e2
Fix 2 errors in mod_spidermonkey on windows.
...
1. We need a pool for apr_stat. Expand api and create a pool when necessary.
2. Don't use -1 value in enum for no reason as they can be signed or unsigned (compiler defined) so there is an int overflow. This fixes an incorrect assert in the spidermonkey exception handling caused by an unsigned int overflow.
resolve http://jira.freeswitch.org/browse/MODLANG-7 .
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5002 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-23 15:33:25 +00:00
Anthony Minessale
deb4972610
Small tweaks so it actually compiles
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5001 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-22 19:11:22 +00:00
Michael Jerris
bb40700d84
fix udns/mod_enum msvc build.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5000 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-22 17:34:23 +00:00
Michael Jerris
b1d3ae83ab
inline vs __inline for msvc.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4992 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-20 20:59:21 +00:00
Michael Jerris
a687aada13
quiet a couple sctp warnings
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4989 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-20 20:14:02 +00:00
Michael Jerris
1fd705acc3
fix solaris build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4985 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-20 04:00:25 +00:00
Michael Jerris
5bcc83f32b
solaris porting
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4984 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-20 03:51:00 +00:00
Michael Jerris
2266c9b89e
formatting to quiet up some warnings
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4983 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-20 01:57:56 +00:00
Michael Jerris
c92486f19b
sync with sofia-sip darcs tree. Fix nua_respond docs and silence doxygen warnings so they don't affect the build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4982 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-20 00:48:51 +00:00
Michael Jerris
d70893d808
switch doxygen generation in sofia-sip around to use configure generated files. This should avoid some problems with warnings and errors when builing the manpages. You will probably need to autoreconf and configure sofia-sip for this
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4979 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-19 22:28:01 +00:00
Michael Jerris
bdaab6dbbd
remove AM_MAINTAINER_MODE macro from development coppies, should only be in release versions
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4976 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-19 19:30:24 +00:00
Michael Jerris
c84eaa5018
sync with sofia darcs tree
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4975 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-19 19:17:12 +00:00
Anthony Minessale
6e3698ac06
workaround explicit link warning from comment??
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4974 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-19 18:40:10 +00:00
Anthony Minessale
aaf85e1f84
workaround explicit link warning from comment??
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4973 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-19 18:30:14 +00:00
Michael Jerris
40bca110a8
consistent ifdef for DOXYGEN defined symbols
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4972 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-19 18:16:05 +00:00
Anthony Minessale
8a875e8ed3
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4969 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-18 17:26:58 +00:00
Anthony Minessale
fbf2a1cb79
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4968 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-18 16:10:46 +00:00
Brian West
d657014922
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4966 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-17 16:04:14 +00:00
Michael Jerris
4ad763132d
merge latest darcs changes from sofia-sip.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4963 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-17 13:43:45 +00:00
Michael Jerris
a310b580f8
silence windows warning.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4942 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-16 14:00:59 +00:00
Michael Jerris
1547637ba8
tweak some var types to silence warnings.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4941 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-16 13:33:45 +00:00
Michael Jerris
527ef0f588
fix xmlrpc build on msvc when source dir has a space in it. Thanks to Jasone Steele for report via the mailing list.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4940 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-16 13:05:10 +00:00
Michael Jerris
853936abd3
a little update to the sofia-sip library
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4939 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-15 02:03:41 +00:00
Michael Jerris
a483c238b9
move udns build directly into the mod_enum makefile so it gets all our cflags
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4919 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-11 14:37:40 +00:00
Michael Jerris
14b9a90906
no need to build the xml or expat stuff
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4917 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-11 06:13:08 +00:00
Michael Jerris
4bf309fa4e
remove a generated file, add libcurl.m4 back. this will require a fresh bootstrap and configure
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4916 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-11 05:36:29 +00:00
Michael Jerris
36055cf98d
remove docs and tests from our in tree libcurl. You will need to do a fresh bootstrap or autoreconf -fi in the libs/curl directory.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4915 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-11 05:00:38 +00:00
Michael Jerris
f4820a6b31
working nspr slimmed down build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4914 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-11 00:57:46 +00:00
Michael Jerris
fcd2da0d39
slim down nspr build on *nix
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4913 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-10 22:13:27 +00:00
Michael Jerris
e6c61c37e6
fix make clean
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4911 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-10 21:15:20 +00:00
Michael Jerris
8d8effeeb2
starting to slim down the nspr build in prep to merge with the libjs build.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4910 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-10 21:10:42 +00:00
Michael Jerris
83253d287c
fix some warnings.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4891 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-08 16:11:03 +00:00
Anthony Minessale
8f3249fce5
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4887 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-07 21:23:01 +00:00
Anthony Minessale
10ae6900b4
merge 2
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4886 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-07 21:14:21 +00:00
Anthony Minessale
46a282bda2
merge 1
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-07 21:13:54 +00:00
Anthony Minessale
cc30b8debc
add dl_debug api command
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4883 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-07 15:55:07 +00:00
Anthony Minessale
303c38cd7f
wtf
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4879 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-07 02:27:41 +00:00
Anthony Minessale
bd075f006e
restore order to the universe
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4878 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-07 02:19:15 +00:00
Anthony Minessale
b378d35534
merge 2
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4877 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-07 02:10:17 +00:00
Anthony Minessale
631e689eb1
merge 1
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4876 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-07 01:57:54 +00:00
Anthony Minessale
651b725288
wip
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4872 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-06 20:47:09 +00:00
Anthony Minessale
f6a3e8ce79
shrug
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4865 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-05 22:31:47 +00:00
Anthony Minessale
4fdf7af7b9
fix
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-05 20:29:14 +00:00
Anthony Minessale
e839a19000
remove unused struct member
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4861 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-05 15:08:54 +00:00
Michael Jerris
510dfbb95c
fix libdingaling build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4857 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-05 10:53:38 +00:00
Michael Jerris
7ae98b3f2c
var types, use zize_t for lengths.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4856 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-05 10:23:09 +00:00
Michael Jerris
225a063057
fix inline fun on windows.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4855 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-05 10:14:20 +00:00
Anthony Minessale
18b782a000
fix
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4853 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-04 23:21:19 +00:00
Anthony Minessale
552164b3f4
one less
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4852 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-04 22:36:33 +00:00
Anthony Minessale
098d7274a0
add avatars for dingalaing
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4850 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-04 22:22:55 +00:00
Anthony Minessale
79e54b1fd1
add odbc support for dingaling
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4848 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-04 17:32:56 +00:00
Michael Jerris
3939523cae
fix make -j build (currently only is useful for the core and core libs.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4838 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-03 04:42:48 +00:00
Michael Jerris
2847f41e70
fix nspr sun cc build on linux
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4829 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-01 23:12:57 +00:00
Michael Jerris
6c3abba824
fix srtp configure detection for byteswap.h to verify if bswap_64 is actually usable
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4822 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-01 19:28:34 +00:00
Anthony Minessale
001c552e26
doh
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4812 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-30 17:31:47 +00:00
Michael Jerris
6ba96a7913
spring cleaning on msvc build.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4801 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-30 01:22:45 +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
c5e0757737
use logger for iksemel logs too instead of stderr.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4775 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-27 05:15:16 +00:00
Michael Jerris
a409072a0f
reconnect on failure
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4774 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-27 04:14:48 +00:00
Michael Jerris
b65f2273d0
fix portaudio bsd build and remove gmakeisms from the portaudio lib makefile
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4765 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-25 01:11:03 +00:00
Michael Jerris
67acaefcec
fix windows build. you may need to delete libs/apr-util/xml/expat/lib/config.h for it to build.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4755 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-23 21:54:16 +00:00
Michael Jerris
f066800296
don't build curl client, we don't need it
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4753 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-23 18:38:55 +00:00
Anthony Minessale
848f8d43f8
temporary workaround for seg
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4747 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-23 03:09:03 +00:00
Michael Jerris
c539af4e44
missing #endif from yesterdays change
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4734 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-22 18:09:53 +00:00
Michael Jerris
55b0057eb2
some little cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4731 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-22 15:57:12 +00:00
Michael Jerris
dc205ae219
clean up the bootstrap warnings. you will need to re-run bootstrap and re-configure (or at least run the libs/apr-util/buildconf) and configure
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4719 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-21 21:14:31 +00:00
Michael Jerris
64aeee8e2f
correct which files are autogenerated by autoheader and which are not (continued)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4704 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 23:29:41 +00:00
Michael Jerris
1317571e6d
correct which files are autogenerated by autoheader and which are not
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4701 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 22:50:57 +00:00
Michael Jerris
30176455d9
fix broken build in srtp
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4700 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 22:17:53 +00:00
Michael Jerris
a592a0e8f2
remove generated files from tree
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4697 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 21:26:28 +00:00
Michael Jerris
22b2343275
fix linux 64 build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4687 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 18:38:06 +00:00
Anthony Minessale
ec23a61287
let multitone support unitone
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4685 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 18:10:21 +00:00
Michael Jerris
8bdbdfef95
remove more generated files
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4678 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 06:51:36 +00:00
Michael Jerris
6726bf4d34
make definition that should be static static
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4676 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 05:14:09 +00:00
Michael Jerris
6af0c8bec2
fix bootstrap
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4673 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 00:04:48 +00:00
Anthony Minessale
aa0621e2b5
fix occasional missing -ldl
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4672 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-19 23:49:56 +00:00
Michael Jerris
81e01f9f38
fix libsndfile bootstrap on machines that don't have pkgconfig installed
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4671 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-19 22:54:44 +00:00
Michael Jerris
52edc31e90
remove legacy file from tree
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4668 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-19 21:02:13 +00:00
Michael Jerris
ffa4e0c86c
svn ignore all the recently deleted generated files, and some tweaks to the bootstrap
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4666 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-19 20:20:09 +00:00
Michael Jerris
cc384fb515
removing most of the generated files from tree. You will need to run bootstrap.sh and configure again after you do this update and have autoconf, automake, and libtool installed on the box.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4662 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-19 19:26:25 +00:00
Michael Jerris
9c161b4829
check for header existance
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4656 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-19 14:54:56 +00:00
Michael Jerris
ff90de1555
make makefile more bsd make friendly
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4645 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-18 17:28:59 +00:00
Michael Jerris
8a90afdb4b
make libdingaling static and have it properly handle building it's own deps. Use in tree static apr, apr-utils, iksemel with libdingaling
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4634 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-17 22:21:27 +00:00
Michael Jerris
bbb2035ee5
ignore this commit.. for testing lib rebuilds.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4626 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-17 03:04:51 +00:00
Michael Jerris
4fcdb2c057
add .update files to the libs that we can use to force rebuilds of libs
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4622 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-16 21:22:04 +00:00
Michael Jerris
a5f1b6cafe
don't wipe out the DESTDIR
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4609 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-15 19:05:54 +00:00
Michael Jerris
f8d29a18fc
add macro in so we can bootstrap without having to find pkg.m4
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4605 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-15 17:17:44 +00:00