Commit Briefs

Thomas Adam

portable: autogen: remove AUTO{MAKE,CONF}_VERSION

When running the bootstrapping shell script autogen.sh, no longer set the AUTO{MAKE,CONF}_VERSION env vars. Although these were guarded and only set to default values on OpenBSD if they weren't already set, these should ideally be set by individual users on OpenBSD themselves. Different versions of OpenBSD could well have different versions.


Thomas Adam

portable: OpenBSD support (ta/portable-openbsd)

Despite -portable existing to make the codebase compile on platforms other than OpenBSD, there's nothing wrong with making -portable still compile on that platform as well.


Thomas Adam

portability: fix typos

Fix some typos. From Christian "naddy" Weisgerber


Thomas Adam

autoconf: add wrapper script

This adds a 'autogen.sh' wrapper script for generating configure. README.portable is also updated accordingly.