Update buildsys

This commit is contained in:
Jonathan Schleifer 2017-12-28 02:04:32 +01:00
parent fefe0e570d
commit e0511a8615
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
2 changed files with 68 additions and 5 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