commit 1c2f8577ce1acf4b16371f61fe9a4cc2e53b7869 from: Thomas Adam date: Fri Mar 10 22:46:56 2023 UTC 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 - 8ed5d26b5e897da8368ecc8e8edf2e8587c77480 commit + 1c2f8577ce1acf4b16371f61fe9a4cc2e53b7869 blob - 0cc503bf70cc7f6f19895fa993236ff4c89f35f2 blob + af198ec9988098a35e267d1372afaf35b2c0c9aa --- autogen.sh +++ autogen.sh @@ -1,11 +1,5 @@ #!/bin/sh -if [ "x$(uname)" = "xOpenBSD" ]; then - [ -z "$AUTOMAKE_VERSION" ] && export AUTOMAKE_VERSION=1.16 - [ -z "$AUTOCONF_VERSION" ] && export AUTOCONF_VERSION=2.69 -fi - - die() { echo "$1" >&2