X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ea753f01343768ef27bd27d5eca987a602e3949e..eb433de218fc35876757c356fcb709d9f9d10d09:/autogen.sh?ds=sidebyside diff --git a/autogen.sh b/autogen.sh index fd544c26..7502aee2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,11 @@ # Necessary if building from CVS; not needed if # building from a distributed tarball. -set -e -aclocal -I m4 -autoreconf -date > stamp-h.in +if [ `uname` = "OpenBSD" ] ; then + export AUTOCONF_VERSION=2.69 + export AUTOMAKE_VERSION=1.13 +fi + +set -x + +autoreconf -v -i