]> diplodocus.org Git - nmh/blobdiff - autogen.sh
new.c: Order two return statements to match comment.
[nmh] / autogen.sh
index 9d4ef135639725840998afd4cca19a1030f3ba37..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
+if [ `uname` = "OpenBSD" ] ; then
+       export AUTOCONF_VERSION=2.69
+       export AUTOMAKE_VERSION=1.13
+fi
+
+set -x
+
 autoreconf -v -i
-date > stamp-h.in