Update buildsys
FossilOrigin-Name: 74e02b19fa51aab223bac5a819fe1220a20005f71862fb6bda23a396930984e1
This commit is contained in:
parent
0ba51a1ee3
commit
e5b9634a02
4 changed files with 373 additions and 186 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
|
Loading…
Add table
Add a link
Reference in a new issue