Artifact fd90c832110ef337b627228ecb4ea4b9b12d0e8113c5ab0c3b2d73a8a9cd3bb2:
- Executable file autogen.sh — part of check-in [9de73dcb86] at 2023-06-20 18:35:14 on branch trunk — Only set AUTO{CONF,MAKE}_VERSION on OpenBSD (user: js, size: 236) [annotate] [blame] [check-ins using] [more...]
#!/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 autoheader