3 if [ "x$(uname)" = "xOpenBSD" ]; then
4 [ -z "$AUTOMAKE_VERSION" ] && export AUTOMAKE_VERSION
=1.15
5 [ -z "$AUTOCONF_VERSION" ] && export AUTOCONF_VERSION
=2.69
15 aclocal || die
"aclocal failed"
16 automake
--add-missing --force-missing --copy --foreign || die
"automake failed"
17 autoreconf || die
"autoreconf failed"