Commit Graph

17 Commits

Author SHA1 Message Date
Travis Cross e9e5f00de7 Enable automatic build support on FreeBSD
Thanks-to: <royj@yandex.ru>
2013-03-17 18:40:37 +00:00
Travis Cross 950a7b7a9a Make sure HAVE_DOXYGEN is defined
Thanks-to: <royj@yandex.ru>
2013-03-17 18:40:28 +00:00
Travis Cross a4b8a73989 Refactor doxygen check code 2013-03-17 18:40:21 +00:00
Travis Cross ce365948f4 Avoid using AM_CONF_IF
Apparently this is a fairly recent feature of automake and is not
present on at least CentOS5.
2013-03-04 17:24:24 +00:00
Travis Cross 9d953e2973 Cleanup whitespace 2013-03-04 17:24:16 +00:00
Travis Cross a3b9a404a9 Correct spelling in comment 2013-03-04 17:24:05 +00:00
Travis Cross b03636f0cf Always build with ECC support 2013-02-11 16:42:10 +00:00
Travis Cross fafd8f337c Optimize -O2 2013-02-11 16:42:08 +00:00
Travis Cross b3cfc73e13 Include debugging symbols 2013-02-11 16:42:07 +00:00
Travis Cross 25ca19218b Target C99 2013-02-11 16:42:07 +00:00
Travis Cross dcf7fff0f4 Set default CFLAGS to catch more issues 2013-02-11 16:42:06 +00:00
Werner Dittmann 85a35d67b1 Prepend to LIBS rather than replacing
Modified-by: Travis Cross <tc@traviscross.com>
2013-02-11 16:42:06 +00:00
Travis Cross e09a6a3579 Make libzrtp build non-recursive
This eliminates the recursive makefiles for libzrtp (we still
recurse to build bnlib).  Object files, library files, and
executables (including tests) are now produced in the root
directory.
2013-02-11 16:42:05 +00:00
Viktor Krykun ab4543d94f Improve some autoconf minutia
Modified-by: Travis Cross <tc@traviscross.com>
Signed-off-by: Travis Cross <tc@traviscross.com>
2013-02-11 16:42:00 +00:00
Viktor Krykun 1b642cae39 Build ZRTP docs with automake
Modified-by: Travis Cross <tc@traviscross.com>
Signed-off-by: Travis Cross <tc@traviscross.com>
2013-02-11 16:42:00 +00:00
Viktor Krykun 46ecb6f90b Update libzrtp version
Modified-by: Travis Cross <tc@traviscross.com>
Signed-off-by: Travis Cross <tc@traviscross.com>
2013-02-11 16:41:59 +00:00
Travis Cross fc40475037 Build from the root directory
Move all the GNU build files to the root directory so that we look
like a normal *NIX-centric project.

Thanks to Viktor Krikrun for an initial patch here.  For this commit,
I ended up redoing the move from scratch to separate out this move
from other changes.
2013-02-11 16:41:43 +00:00