Differences From Artifact [b49a128683]:
- Executable file autogen.sh — part of check-in [f19bee8289] at 2017-12-28 01:04:32 on branch trunk — Update buildsys (user: js, size: 177) [annotate] [blame] [check-ins using]
To Artifact [2112946f72]:
- Executable file
autogen.sh
— part of check-in
[32bcbfa301]
at
2018-11-05 22:24:15
on branch trunk
— configure: Do not use pkg-config to find OpenSSL
This allows working with both OpenSSL and LibreSSL. (user: js, size: 177) [annotate] [blame] [check-ins using]
1 2 3 4 5 | #!/bin/sh set -e # Set a version for OpenBSD : ${AUTOCONF_VERSION:=2.69} | | | 1 2 3 4 5 6 7 8 9 10 | #!/bin/sh set -e # Set a version for OpenBSD : ${AUTOCONF_VERSION:=2.69} : ${AUTOMAKE_VERSION:=1.16} export AUTOCONF_VERSION AUTOMAKE_VERSION aclocal -I build-aux/m4 autoconf |