New file, mostly with the new "bad" APIs from libtasn1.h.
[libtasn1.git] / doc / README.autoconf
blobbba695c2a9db61e534b67f2747714a33711e6d80
1 If you want to use the gnutls library in other projects
2 using autoconf/aclocal, put in your 
4 aclocal.m4:
5  include(libtasn1.m4)
7 configure.in:
8  AM_PATH_LIBTASN1( 0.2.10,, AC_MSG_ERROR([[
9 ***
10 *** libtasn1 was not found. You may want to get it from
11 *** ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
12 ]]))
14 these macros define LIBTASN1_LIBS and LIBTASN1_CFLAGS.