Update buildsys

FossilOrigin-Name: 74e02b19fa51aab223bac5a819fe1220a20005f71862fb6bda23a396930984e1
This commit is contained in:
Jonathan Schleifer 2018-02-25 23:45:14 +00:00
parent 0ba51a1ee3
commit e5b9634a02
4 changed files with 373 additions and 186 deletions

10
autogen.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
set -e
# Set a version for OpenBSD
: ${AUTOCONF_VERSION:=2.69}
: ${AUTOMAKE_VERSION:=1.15}
export AUTOCONF_VERSION AUTOMAKE_VERSION
aclocal -I build-aux/m4
autoconf