X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/07e7ce5969d56152bb7ea9d31ebe0695d6535377..7711f3fc00259e55f630cfe6104eff3083dc9d77:/autogen.sh diff --git a/autogen.sh b/autogen.sh index 0368cd75..7502aee2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,5 +4,11 @@ # Necessary if building from CVS; not needed if # building from a distributed tarball. +if [ `uname` = "OpenBSD" ] ; then + export AUTOCONF_VERSION=2.69 + export AUTOMAKE_VERSION=1.13 +fi + set -x + autoreconf -v -i