Artifact 4f8a1648f469639015f51fb3beb7527aa79b2952548ed2441d4fb99c4ca1763a:
- Executable file autogen.sh — part of check-in [dc4c0a3d6b] at 2018-11-04 13:29:14 on branch trunk — autogen.sh: Use automake 1.16 on OpenBSD (user: js, size: 188) [annotate] [blame] [check-ins using]
#!/bin/sh set -e # Set a version for OpenBSD : ${AUTOCONF_VERSION:=2.69} : ${AUTOMAKE_VERSION:=1.16} export AUTOCONF_VERSION AUTOMAKE_VERSION aclocal -I build-aux/m4 autoconf autoheader