tinc/m4
Guus Sliepen ab0576a203 Fix autoconf check for function attributes.
GCC warns when a function attribute has no effect. The autoconf check
turns warnings about attributes into errors, therefore thinking that
they did not work. The reason was that the test function returned void,
which is not suitable for checking both __malloc__ and
__warn_unused_result__.
2015-06-07 22:25:22 +02:00
..
attribute.m4 Fix autoconf check for function attributes. 2015-06-07 22:25:22 +02: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
openssl.m4 We don't depend on ECDH functions from OpenSSL anymore. 2014-12-26 17:54:29 +01: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.