tinc/m4
Guus Sliepen a39154ecac 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-26 20:11:30 +02:00
..
attribute.m4 Fix autoconf check for function attributes. 2015-06-26 20:11:30 +02:00
ax_check_compile_flag.m4
ax_check_link_flag.m4
curses.m4
libgcrypt.m4
lzo.m4
openssl.m4 We don't depend on ECDH functions from OpenSSL anymore. 2014-12-26 17:54:29 +01:00
readline.m4
README
zlib.m4

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.