tinc/m4
Guus Sliepen 53b00f8c1a Add our own autoconf check for libgcrypt.
This one doesn't require one to have libgcrypt installed while running
autoreconf, making life easier for people who compile tinc from git.
2013-12-10 11:18:04 +01:00
..
attribute.m4 Remove autogen.sh, the autoreconf program does exactly that. 2004-01-10 23:21:36 +00:00
ax_check_compile_flag.m4 Enable compiler hardening flags by default. 2013-12-10 10:48:00 +01:00
ax_check_link_flag.m4 Enable compiler hardening flags by default. 2013-12-10 10:48:00 +01:00
curses.m4 Prefer ncurses over curses. 2013-12-07 22:59:37 +01:00
libgcrypt.m4 Add our own autoconf check for libgcrypt. 2013-12-10 11:18:04 +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 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.