Artifact a3165ccbfd4a2d411874574b0f59dfd3c971a16b0fe0bd378697eb3af17ab66c:
- Executable file autogen.sh — part of check-in [1fb13611f7] at 2023-04-16 17:19:17 on branch trunk — autogen.sh: Use autoconf 2.71 on OpenBSD (user: js, size: 188) [annotate] [blame] [check-ins using]
#!/bin/sh set -e # Set a version for OpenBSD : ${AUTOCONF_VERSION:=2.71} : ${AUTOMAKE_VERSION:=1.16} export AUTOCONF_VERSION AUTOMAKE_VERSION aclocal -I build-aux/m4 autoconf autoheader