Update autogen.sh

FossilOrigin-Name: e98b322ac4533ed89c3028b99f00eece150ea2ae2dd8846d54ac24927253c49f
This commit is contained in:
Jonathan Schleifer 2024-05-05 00:40:24 +00:00
parent 12ea4586df
commit f8b7c02f29

View file

@ -1,4 +1,13 @@
#!/bin/sh
aclocal -I m4 || exit 1
autoconf || exit 1
autoheader || exit 1
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