Update buildsys
This commit is contained in:
parent
e0ff07860a
commit
6139e5b982
4 changed files with 361 additions and 169 deletions
11
autogen.sh
Executable file
11
autogen.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue