Differences From Artifact [2112946f72]:
- Executable file autogen.sh — part of check-in [5e202503fc] at 2020-08-24 21:44:39 on branch trunk — Initial commit (user: js, size: 177) [annotate] [blame] [check-ins using]
To Artifact [11497cc624]:
- Executable file autogen.sh — part of check-in [9c2ac71cea] at 2024-05-04 22:13:34 on branch trunk — Update buildsys (user: js, size: 225) [annotate] [blame] [check-ins using]
1 2 3 4 | #!/bin/sh set -e # Set a version for OpenBSD | > | | | > | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/sh set -e # Set a version for OpenBSD if test x"$(uname -s)" = x"OpenBSD"; then : ${AUTOCONF_VERSION:=2.71} : ${AUTOMAKE_VERSION:=1.16} export AUTOCONF_VERSION AUTOMAKE_VERSION fi aclocal -I build-aux/m4 autoconf |