Differences From Artifact [3936c3cbbf]:
- Executable file autogen.sh — part of check-in [1e891c8f56] at 2011-09-21 19:33:03 on branch trunk — Add a default autogen.sh. (user: js, size: 74) [annotate] [blame] [check-ins using]
To Artifact [fd90c83211]:
- Executable file autogen.sh — part of check-in [e98b322ac4] at 2024-05-05 00:40:24 on branch trunk — Update autogen.sh (user: js, size: 236) [annotate] [blame] [check-ins using]
1 | #!/bin/sh | > > > > > > > > > | | | | 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 |