Commit graph

17 commits

Author SHA1 Message Date
vvaltman
8f50bab9f0 Try to add support of libevent 1.4.* 2014-09-07 23:12:39 +04:00
vvaltman
2e7d468397 Fixed configure. Added fwd_media command 2014-09-07 19:17:35 +04:00
vvaltman
0299a6375d changes 2014-08-21 07:24:52 +04:00
vvaltman
8c58fb7f00 fixes 2014-08-21 05:56:53 +04:00
Dmitrij D. Czarkoff
839e535f73 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
218048576c LUA_INCLUDE belongs to CPPFLAGS, not CFLAGS 2014-02-27 00:52:30 +01:00
Dmitrij D. Czarkoff
9e6efc5fa7 When using libedit also search for curses 2014-02-27 00:46:44 +01:00
Dmitrij D. Czarkoff
7db28cf9f4 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
b9a1ecf777 Added --with-progname="progname" option to configure. 2014-02-06 18:12:43 +04:00
antma
b091f978f1 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
47446009f9 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
0c6efc6234 Added cygwin fixes 2014-01-30 15:01:16 +04:00
Vysheng
90dd95392f Added partial lua support 2014-01-12 04:43:29 +04:00
Li-Wen Hsu
a0a628963e Use syntax that Bourne shell also supports 2013-12-21 04:13:53 +08:00
vysheng
0275f7e970 Add -lexecinfo if no bt found 2013-12-20 18:25:22 +04:00
vysheng
4fdb69a85f Maybe it would compile on mac now 2013-11-11 15:34:45 +04:00
vysheng
8c30413d6c Added configure script. Some interface fixes 2013-11-10 02:47:19 +04:00