]> diplodocus.org Git - nmh/blobdiff - autogen.sh
Fix invalid pointer arithmetic.
[nmh] / autogen.sh
index 29a02b957358d18a1edde760dfffe15baf76abc1..7502aee2f16036dee503e80f4bf22bcc5ee508cd 100755 (executable)
@@ -4,7 +4,11 @@
 # Necessary if building from CVS; not needed if
 # building from a distributed tarball.
 
 # 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