ObjFW  Check-in [e63c7f6f7d]

Overview
Comment:Branch for 0.8
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.8 | 0.8-release
Files: files | file ages | folders
SHA3-256: e63c7f6f7d1ffb6da7209b5ef041bedc07c81c8d891ee1c41036f20f8f4dc521
User & Date: js on 2015-08-14 16:43:18
Other Links: branch diff | manifest | tags
Context
2015-08-22
10:15
Fix compilation for an uncommon define combination check-in: dec1a50bb0 user: js tags: 0.8
2015-08-14
16:43
Branch for 0.8 check-in: e63c7f6f7d user: js tags: 0.8, 0.8-release
16:41
Update ChangeLog for 0.8 check-in: 6b8b7b6a7e user: js tags: trunk
Changes

Modified configure.ac from [f7868ab464] to [95c7fe84ef].

1
2
3
4
5
6
7
8
AC_INIT(ObjFW, 0.8-dev, js@webkeks.org)
BUILDSYS_INIT

AS_IF([test configure.ac -nt configure], [
	AC_MSG_ERROR([configure.ac is newer than configure! Run ./autogen.sh!])
])

AC_CONFIG_SRCDIR(src)
|







1
2
3
4
5
6
7
8
AC_INIT(ObjFW, 0.8, js@webkeks.org)
BUILDSYS_INIT

AS_IF([test configure.ac -nt configure], [
	AC_MSG_ERROR([configure.ac is newer than configure! Run ./autogen.sh!])
])

AC_CONFIG_SRCDIR(src)