Artifact 2112946f72a6f538f2acbf7d7f9d27de2081cbcdc08f37b135dbba9574b143b0:
- Executable file
autogen.sh
— part of check-in
[92aea1ca90]
at
2018-11-06 22:26:15
on branch trunk
— Readd autogen.sh
Some old autoconf versions do not work properly when using autoreconf,
but work fine when calling aclocal, autoconf and autoheader manually. (user: js, size: 177) [annotate] [blame] [check-ins using]
#!/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