summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 6ca277df2..3497e24e6 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -17,6 +17,10 @@ case `uname -sr` in
MY_AC_VER=259
MY_AM_VER=19
;;
+ OpenBSD*)
+ export AUTOCONF_VERSION=2.63
+ export AUTOMAKE_VERSION=1.9
+ ;;
*'BSD'*)
MY_AC_VER=-2.62
MY_AM_VER=-1.9