Differences From Artifact [b49a128683]:
- Executable file autogen.sh — part of check-in [74e02b19fa] at 2018-02-25 23:45:14 on branch trunk — Update buildsys (user: js, size: 177) [annotate] [blame] [check-ins using]
To Artifact [11497cc624]:
- Executable file autogen.sh — part of check-in [0ba26fcfe3] at 2024-05-04 22:22:22 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 |