Update autogen.sh
FossilOrigin-Name: e98b322ac4533ed89c3028b99f00eece150ea2ae2dd8846d54ac24927253c49f
This commit is contained in:
parent
12ea4586df
commit
f8b7c02f29
1 changed files with 12 additions and 3 deletions
15
autogen.sh
15
autogen.sh
|
@ -1,4 +1,13 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
aclocal -I m4 || exit 1
|
set -e
|
||||||
autoconf || exit 1
|
|
||||||
autoheader || exit 1
|
# Set a version for OpenBSD
|
||||||
|
if test x"$(uname -s)" = x"OpenBSD"; then
|
||||||
|
: ${AUTOCONF_VERSION:=2.71}
|
||||||
|
: ${AUTOMAKE_VERSION:=1.16}
|
||||||
|
export AUTOCONF_VERSION AUTOMAKE_VERSION
|
||||||
|
fi
|
||||||
|
|
||||||
|
aclocal -I build-aux/m4
|
||||||
|
autoconf
|
||||||
|
autoheader
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue