# 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