zoulasc / racoon2

The Racoon2 project is a joint effort which provides an implementation of key management system for IPsec. The implementation is called Racoon2, a successor of Racoon, which was developed by the KAME project. It supports IKEv1, IKEv2, and KINK protocols. It works on FreeBSD, NetBSD, Linux, and Mac OS X. Racoon2 is provided under a BSD-style license. To support various environments that use IPsec, we will develop various functions.
Other
20 stars 11 forks source link

Autotools? #7

Closed vanrein closed 4 years ago

vanrein commented 4 years ago

There is no more a configure script as indicated in doc/INSTALL; could you please give instructions of the right way of using autotools? I looked for tagged versions, or packages with a configure included, and found none. Is there perhaps a download site for recent stable versions that I missed?

zoulasc commented 4 years ago

configure is a generated file. Run 'autoreconf -f -i' on the top of the tree to regenerate it.

vanrein commented 4 years ago

Thanks. I found it later, in the CI script, but now they are in the docs it has a better place :)