[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling asn1 library for pkinit
2004-09-27 kl. 12.41 skrev Prágai, Róbert:
> Hi ,
>
> I followed the instructions Love described on
> http://people.su.se/~lha/patches/heimdal/pkinit/, however the way to
> change the asn1 library remained unclear to me. I used the 20040917
> snapshot of heimdal and asn1-choice. Then I replaced the old asn1
> library with the new one. It is clear that some asn1 header files
> (e.g. cms_asn1.h, rfc2459_asn1.h and pkinit_asn1.h if as i recall)
> should be created. I used aclocal, autoheader, autoconf - they run
> without error, but automake reported errors:
You should get yourself the lastest version of autoconf/automake and
whatever libtool version that you feel should work.
To build the auto-magic files, just run "autoreconf -f"
Love