Check-in [60ed8780ab]
Overview
Comment:libconfig 0.3.0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 60ed8780abba972418c01774e91ccf609b23f8dc
User & Date: rkeene on 2014-11-24 19:16:03
Other Links: manifest | tags
Context
2014-11-24
19:32
Added missing call to autoheader check-in: aee32d778d user: rkeene tags: trunk
19:16
libconfig 0.3.0 check-in: 60ed8780ab user: rkeene tags: trunk
19:14
Updated to correctly handle out-of-directory builds check-in: adc5ae917e user: rkeene tags: trunk
Changes

Modified configure.ac from [22b42621c8] to [c75e33fc3a].

1
2
3
4
5
6
7
8
AC_INIT(libconfig, 0.2.6)
AC_CONFIG_HEADER(config.h)

dnl Find out about the host OS
DC_CHK_OS_INFO

dnl Checks for programs.
AC_PROG_CC
|







1
2
3
4
5
6
7
8
AC_INIT(libconfig, 0.3.0)
AC_CONFIG_HEADER(config.h)

dnl Find out about the host OS
DC_CHK_OS_INFO

dnl Checks for programs.
AC_PROG_CC