tinc/m4
Guus Sliepen 7944cce19e Don't use AM_CONDITIONAL for CURSES.
For some reason, this doesn't work when cross-compiling for Windows.
2011-06-25 00:06:06 +02: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
libevent.m4 Better integration of libevent in build system. 2009-11-07 14:35:48 +01: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 Reorder checks for libraries to allow ./configure LDFLAGS=-static. 2011-05-13 12:37:26 +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.