03b7118139
OpenSSL depends on libdl and libz. When linking dynamically, libcrypto will automatically link with the other two libraries. However, when linking statically, these libraries need to be specified explicitly while linking. By moving the autoconf checks for libdl and libz before those for libcrypto, we ensure the latter test will be done with the proper libraries. |
||
---|---|---|
.. | ||
attribute.m4 | ||
lzo.m4 | ||
Makefile.am | ||
openssl.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.