Commit Graph

32 Commits

Author SHA1 Message Date
V V
a73ca70adf merged openssl switch 2015-10-02 12:32:16 +03:00
Vincent Castellano
0a1a3a9d7a Look for python3.2mu, specifically in Debian 7 2015-06-04 21:04:54 -07:00
Vincent Castellano
faec9c9251 Fix autoconf script for python detection. 2015-05-20 12:41:55 -07:00
Vincent Castellano
5576d7a094 Python build fixes 2015-05-20 10:55:06 -07:00
Vincent Castellano
77081999c4 Fixes to autotools for python detection 2015-05-17 15:58:32 -07:00
Vincent Castellano
e1d65dad8f Fix merge of configure 2015-05-15 09:26:45 -07:00
Vincent Castellano
2e62498539 Merge branch 'python-bindings' of github.com:datamachine/tg into python-bindings
Conflicts:
	Makefile.in
	config.h.in
	configure
	main.c
2015-05-15 09:24:25 -07:00
Vincent Castellano
8c00b44863 Implement Python >=3.3 support 2015-05-15 09:21:49 -07:00
Vincent Castellano
3c6b54c6e1 Merging to remove bad branch 2015-05-15 09:17:23 -07:00
vvaltman
402375ec43 added json support 2015-05-11 14:20:34 +03:00
Vincent Castellano
89d5b7f262 Implement Python >=3.3 support 2015-05-09 02:10:24 -07:00
Vincent Castellano
7d2cac9ea4 Merging to remove bad branch 2015-05-02 04:49:21 -07:00
vvaltman
f144d3ff30 added get message query 2015-04-27 13:43:31 +03:00
Vysheng
5308d0c6af Added --disable-extf to configure script 2014-10-21 20:47:57 +04:00
Vysheng
442f0911f2 Support for compilers without __builtin_bswap32 2014-09-09 15:34:59 +04:00
vvaltman
9f8828fc6a Try to add support of libevent 1.4.* 2014-09-07 23:12:39 +04:00
vvaltman
7d7a40a8b6 Fixed configure. Added fwd_media command 2014-09-07 19:17:35 +04:00
vvaltman
d33d24d1f0 changes 2014-08-21 07:24:52 +04:00
vvaltman
9efad0f349 fixes 2014-08-21 05:56:53 +04:00
Dmitrij D. Czarkoff
5dc4a61322 Add /usr/local/include and /usr/local/lib to CPPFLAGS and LDFLAGS
This allows to avoid extra options for BSDs and strangle Linux systems, where
some libraries may be installed under "/usr/local" prefix.
2014-02-27 01:06:44 +01:00
Dmitrij D. Czarkoff
f3fb958ce4 LUA_INCLUDE belongs to CPPFLAGS, not CFLAGS 2014-02-27 00:52:30 +01:00
Dmitrij D. Czarkoff
b64159aff7 When using libedit also search for curses 2014-02-27 00:46:44 +01:00
Dmitrij D. Czarkoff
0783d30362 Update ax_lua.m4
Updated ax_lua.m4 to current version from GNU Autoconf Archive's git
repository with additional patch to support OpenBSD.[1] Regenerated
``configure'' script. DOcumented changes.

---
[1] https://savannah.gnu.org/patch/index.php?8355
2014-02-25 16:45:50 +01:00
vysheng
befcaf077c Added --with-progname="progname" option to configure. 2014-02-06 18:12:43 +04:00
antma
8b632ed4d4 replace ENABLE_LIBCONFIG by HAVE_LIBCONFIG (use macro AC_CHECK_LIBdefault ACTION-IF-FOUND behavior)
fix unused write result in undefined HAVE_EXECINFO_H case
2014-02-05 15:07:58 +04:00
antma
7a76b66fe2 remove printf from signal handlers
use AC_SEARCH_LIB in configure.ac (shorter code)
replace '-lm -lcrypto -lz' by  @LIBS@ in Makefile.in and AC_CHECK_LIB macros in configure.ac
replace NO_BACKTRACE by HAVE_EXECINFO_H
2014-02-03 16:25:09 +04:00
Vysheng
50bec2d164 Added cygwin fixes 2014-01-30 15:01:16 +04:00
Vysheng
6b0d354e69 Added partial lua support 2014-01-12 04:43:29 +04:00
Li-Wen Hsu
0720432522 Use syntax that Bourne shell also supports 2013-12-21 04:13:53 +08:00
vysheng
25922000de Add -lexecinfo if no bt found 2013-12-20 18:25:22 +04:00
vysheng
65edc1789b Maybe it would compile on mac now 2013-11-11 15:34:45 +04:00
vysheng
6ce15fda97 Added configure script. Some interface fixes 2013-11-10 02:47:19 +04:00