]> diplodocus.org Git - nmh/blobdiff - autogen.sh
Replaced strtod() with strtof().
[nmh] / autogen.sh
index fd544c26c2450403cf99b55fbfb6149779550958..7502aee2f16036dee503e80f4bf22bcc5ee508cd 100755 (executable)
@@ -4,7 +4,11 @@
 # 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