X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/03bf20a885b3953a0385e814ba4e0196b46f6159..a34ce71c09fe1d5dda955bbd987f3add2b3c368e:/autogen.sh diff --git a/autogen.sh b/autogen.sh index 71a29127..7502aee2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,6 +4,11 @@ # Necessary if building from CVS; not needed if # building from a distributed tarball. -set -e -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