]> diplodocus.org Git - nmh/blobdiff - autogen.sh
Try using -man instead of -mandoc in test-manpages on OpenBSD
[nmh] / autogen.sh
index 9d4ef135639725840998afd4cca19a1030f3ba37..be3257e86c797af5e8ea92e157f1e7d1a81cae5a 100755 (executable)
@@ -4,7 +4,11 @@
 # Necessary if building from CVS; not needed if
 # building from a distributed tarball.
 
-set -e
-# aclocal -I m4
+set -x
+
+if [ "`uname`" = "OpenBSD" ] ; then
+       export AUTOCONF_VERSION=2.69
+       export AUTOMAKE_VERSION=1.13
+fi
+
 autoreconf -v -i
-date > stamp-h.in