buildsys  Diff

Differences From Artifact [3936c3cbbf]:

To Artifact [fd90c83211]:


1









2
3
4
#!/bin/sh









aclocal -I m4 || exit 1
autoconf || exit 1
autoheader || exit 1

>
>
>
>
>
>
>
>
>
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
set -e

# 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