Differences From Artifact [2112946f72]:
- Executable file
autogen.sh
— part of check-in
[92aea1ca90]
at
2018-11-06 22:26:15
on branch trunk
— Readd autogen.sh
Some old autoconf versions do not work properly when using autoreconf,
but work fine when calling aclocal, autoconf and autoheader manually. (user: js, size: 177) [annotate] [blame] [check-ins using]
To Artifact [11497cc624]:
- Executable file autogen.sh — part of check-in [a13b2c4a76] at 2024-05-04 21:05:17 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 |