Overview
Comment: | libconfig 0.3.2 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.3.2 |
Files: | files | file ages | folders |
SHA1: |
760bcd50bccd409fc5a858b8e9720595 |
User & Date: | rkeene on 2014-11-24 19:56:15 |
Other Links: | manifest | tags |
Context
2014-11-24
| ||
20:12 | Updated to build man pages into wiki check-in: 8659e921b0 user: rkeene tags: trunk | |
19:56 | libconfig 0.3.2 check-in: 760bcd50bc user: rkeene tags: trunk, 0.3.2 | |
19:55 | Updated to search for gethostbyname check-in: dcd817161e user: rkeene tags: trunk | |
Changes
Modified configure.ac from [27a4228195] to [8e05c222f7].
1 2 3 4 5 6 7 8 |
AC_INIT(libconfig, 0.3.1)
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.2)
AC_CONFIG_HEADER(config.h)
dnl Find out about the host OS
DC_CHK_OS_INFO
dnl Checks for programs.
AC_PROG_CC
|