Overview
Comment: | Add autogen.sh |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
91fd570ae23ffadc94a1f0f259dc1334 |
User & Date: | js 2018-03-10 23:01:37 |
Context
2018-03-10
| ||
23:07 | Update buildsys check-in: 6da64debaf user: js tags: trunk | |
23:01 | Add autogen.sh check-in: 91fd570ae2 user: js tags: trunk | |
22:46 | Update buildsys check-in: 9c3e11301a user: js tags: trunk | |
Changes
Added autogen.sh.
> > > > > > > > > > | 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.15} export AUTOCONF_VERSION AUTOMAKE_VERSION aclocal -I build-aux/m4 autoconf |