summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-03-22 08:45:53 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-03-22 08:45:53 +0000
commitc3dbbdaadff396bf25e2a99740dde9da8248ce02 (patch)
tree06b682a0ea365c42f58a44ee5d50f00a20eb79a4 /autogen.sh
parent643813c6ed902d885620c12ffecf87eefcc63a04 (diff)
Bump automake and autoconf versions.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index cbf6df1f..b27b92ee 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,8 @@
#!/bin/sh
if [ "x$(uname)" = "xOpenBSD" ]; then
- [ -z "$AUTOMAKE_VERSION" ] && export AUTOMAKE_VERSION=1.10
- [ -z "$AUTOCONF_VERSION" ] && export AUTOCONF_VERSION=2.65
+ [ -z "$AUTOMAKE_VERSION" ] && export AUTOMAKE_VERSION=1.15
+ [ -z "$AUTOCONF_VERSION" ] && export AUTOCONF_VERSION=2.69
fi
die()