Differences From Artifact [a97be3dfc9]:
- Executable file autogen.sh — part of check-in [4b47674079] at 2018-01-21 22:34:55 on branch trunk — Update buildsys (user: js, size: 188) [annotate] [blame] [check-ins using]
To Artifact [4f8a1648f4]:
- Executable file
autogen.sh
— part of check-in
[cd21ff1157]
at
2018-11-05 22:30:18
on branch trunk
— Kill #ifdef HAVE_CONFIG_H
There no longer is an Xcode project for which it is needed. (user: js, size: 188) [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 11 | #!/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 autoheader |