tinc/m4
Guus Sliepen 6e6b037ef4 Check for EVP_EncryptInit_ex instead of SHA1_Version in OpenSSL.
The latter function disappeared, and wasn't actually used in tinc, so now we
check on a function that we do use.
2011-05-08 21:06:06 +02:00
..
attribute.m4 Remove autogen.sh, the autoreconf program does exactly that. 2004-01-10 23:21:36 +00: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 Check for EVP_EncryptInit_ex instead of SHA1_Version in OpenSSL. 2011-05-08 21:06:06 +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.