X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/da04deaf832ac32974a5bb9499a0ba8321eaf86b..a75b45f604c4e48b0f39be25ce59cd1955e5f9a4:/autogen.sh?ds=inline diff --git a/autogen.sh b/autogen.sh index 9d4ef135..be3257e8 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 +set -x + +if [ "`uname`" = "OpenBSD" ] ; then + export AUTOCONF_VERSION=2.69 + export AUTOMAKE_VERSION=1.13 +fi + autoreconf -v -i -date > stamp-h.in