Update buildsys
This commit is contained in:
parent
fefe0e570d
commit
e0511a8615
2 changed files with 68 additions and 5 deletions
10
autogen.sh
Executable file
10
autogen.sh
Executable 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
|
Reference in a new issue