X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/07e7ce5969d56152bb7ea9d31ebe0695d6535377..a75b45f604c4e48b0f39be25ce59cd1955e5f9a4:/autogen.sh?ds=sidebyside diff --git a/autogen.sh b/autogen.sh index 0368cd75..be3257e8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,4 +5,10 @@ # building from a distributed tarball. set -x + +if [ "`uname`" = "OpenBSD" ] ; then + export AUTOCONF_VERSION=2.69 + export AUTOMAKE_VERSION=1.13 +fi + autoreconf -v -i