X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4a6d6b0b6d7c306c3d73e39a6a76f016ff60a6b1..dffeac1b8759bbedb385d0d2003a6d4c6c008cd5:/autogen.sh diff --git a/autogen.sh b/autogen.sh index 29a02b95..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 -autoheader -autoconf -date > stamp-h.in +if [ `uname` = "OpenBSD" ] ; then + export AUTOCONF_VERSION=2.69 + export AUTOMAKE_VERSION=1.13 +fi + +set -x + +autoreconf -v -i