On 08/19/17 14:48, Leandro Malaquias wrote: > Hi Guys, > This is my first time installing OpenSMTPD on OpenBSD 6.1 and I came across > an error, and hope you can help.
Personally I'd stick with smtpd supplied with version 6.1 and not custom compile. > > I downloaded the latest version from git and installed the following > dependencies: > > * autoconf > * automake > * bison > * libevent > * libtool > * libressl > * libasr > > But when I run ./bootstrap I get the attached error. The error is clear: Provide an AUTOCONF_VERSION environment variable, please OpenBSD supports multiple autoconf-versions (same for automake). running AUTOCONF_VERSION=2.69 ./bootstrap where 2.69 is the autoconf of your choosing and it will probably work. martijn@ -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
