autogen.sh : OpenBSD tweaks.

This commit is contained in:
Erik de Castro Lopo 2013-03-18 19:35:30 +11:00
parent c152d1adf9
commit 619b43df36
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@
# (not older than a few years...)
set -e
if test $(uname -s) = "OpenBSD" ; then
# OpenBSD needs these environment variables set.
AUTOCONF_VERSION=2.69
AUTOMAKE_VERSION=1.11
export AUTOCONF_VERSION
export AUTOMAKE_VERSION
fi
srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"