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
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
antma
6b87e31277
fix some autoscan warnings
2014-01-13 17:28:24 +04:00
Vysheng
6b0d354e69
Added partial lua support
2014-01-12 04:43:29 +04:00
vysheng
649efc2737
configure.ac: fixed duplicate "no" answer
2013-12-21 15:46:25 +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