Update buildsys

This commit is contained in:
Jonathan Schleifer 2018-01-21 23:34:55 +01:00
parent e0ff07860a
commit 6139e5b982
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
4 changed files with 361 additions and 169 deletions

11
autogen.sh Executable file
View file

@ -0,0 +1,11 @@
#!/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
autoheader