This commit is contained in:
biosvos
2026-08-07 17:38:18 +09:00
commit 873193a243
9613 changed files with 2755992 additions and 0 deletions
@@ -0,0 +1,14 @@
If you want to find the libmcrypt library in other projects
using autoconf/aclocal, put in your
aclocal.m4:
include(libmcrypt.m4)
configure.in:
AM_PATH_LIBMCRYPT( 2.4.11,, AC_MSG_ERROR([[*** libmcrypt was not found]]))
these macros define LIBMCRYPT_LIBS and LIBMCRYPT_CFLAGS.
If Libmcrypt version 2.2.x is found then LIBMCRYPT22 is defined,
otherwise LIBMCRYPT24.