tinc/m4
Guus Sliepen 6bc5d626a8 Drop libevent and use our own event handling again.
There are several reasons for this:

- MacOS/X doesn't support polling the tap device using kqueue, requiring a
  workaround to fall back to select().
- On Windows only sockets are properly handled, therefore tinc uses a second
  thread that does a blocking ReadFile() on the TAP-Win32/64 device. However,
  this does not mix well with libevent.
- Libevent, event just the core, is quite large, and although it is easy to get
  and install on many platforms, it can be a burden.
- Libev is more lightweight and seems technically superior, but it doesn't
  abstract away all the platform differences (for example, async events are not
  supported on Windows).
2012-11-29 12:28:23 +01:00
..
attribute.m4 Remove autogen.sh, the autoreconf program does exactly that. 2004-01-10 23:21:36 +00:00
curses.m4 Don't use AM_CONDITIONAL for CURSES. 2011-06-25 00:06:06 +02:00
lzo.m4 Add --disable-lzo configure option 2010-02-10 16:47:52 +01:00
Makefile.am Remove autogen.sh, the autoreconf program does exactly that. 2004-01-10 23:21:36 +00:00
openssl.m4 Add autoconf checks for OpenSSL's elliptic curve functions. 2012-04-16 01:14:59 +02:00
readline.m4 Libreadline might depend on libcurses. 2012-10-01 10:42:13 +02:00
README Initial revision 2000-03-26 00:33:07 +00:00
zlib.m4 Add --disable-zlib configure option 2010-02-10 16:47:52 +01:00

These files are used by a program called aclocal (part of the GNU automake
package).  aclocal uses these files to create aclocal.m4 which is in turn
used by autoconf to create the configure script at the the top level in
this distribution.

The Makefile.am file in this directory is automatically generated
from the template file, Makefile.am.in.  The generation will fail
if you don't have all the right tools.