ObjQt  Check-in [91fd570ae2]

Overview
Comment:Add autogen.sh
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 91fd570ae23ffadc94a1f0f259dc13349acce160b5c38798e58ad538f75a4f58
User & Date: js on 2018-03-10 23:01:37
Other Links: manifest | tags
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 version [b49a128683].





















>
>
>
>
>
>
>
>
>
>
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