]> diplodocus.org Git - nmh/blobdiff - autogen.sh
Fix iconv return value test warning.
[nmh] / autogen.sh
index 71a29127f29f224b3c43b72793197669b25262d6..7502aee2f16036dee503e80f4bf22bcc5ee508cd 100755 (executable)
@@ -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