Commits
- Commit:
1c2f8577ce1acf4b16371f61fe9a4cc2e53b7869
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
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.
- Commit:
f600ad7605fa8b629252e6b11daae241ebe0d135
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: OpenBSD support
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.
- Commit:
2f4dd2c2551a389a9e13498a806657a921679554
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portability: fix typos
Fix some typos.
From Christian "naddy" Weisgerber
- Commit:
7293142804d9e432cda75b24e7987b55640bcaab
- From:
- Thomas Adam <thomas@xteddy.org>
- Via:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
autoconf: add wrapper script
This adds a 'autogen.sh' wrapper script for generating configure.
README.portable is also updated accordingly.