ObjFW  Check-in [bedfe5a994]

Overview
Comment:Set AUTO{CONF,MAKE}_VERSION for OpenBSD
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bedfe5a9942ca50d39abe3f608f801c5b9deae5ba574142c2baed22f1a123442
User & Date: js on 2017-09-10 21:04:26
Other Links: manifest | tags
Context
2017-09-10
22:32
Add OFInvocation check-in: d6553b4578 user: js tags: trunk
21:04
Set AUTO{CONF,MAKE}_VERSION for OpenBSD check-in: bedfe5a994 user: js tags: trunk
21:01
configure: Try egcc before trying gcc check-in: a9975c16ed user: js tags: trunk
Changes

Modified autogen.sh from [6770b6de4f] to [a97be3dfc9].

1
2






3
4
5
#!/bin/sh
set -e






aclocal -I build-aux/m4
autoconf
autoheader


>
>
>
>
>
>



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.15}
export AUTOCONF_VERSION AUTOMAKE_VERSION

aclocal -I build-aux/m4
autoconf
autoheader