Differences From Artifact [678dfa516c]:
- File configure.ac — part of check-in [d281965daf] at 2007-01-16 03:14:02 on branch trunk — libconfig 0.2.4 Added support for "double" and "float" types Moved the test config file into a user directory (user: rkeene, size: 1330) [annotate] [blame] [check-ins using]
To Artifact [891f8c83fd]:
- File configure.ac — part of check-in [956afb5655] at 2007-01-17 08:07:12 on branch trunk — libconfig 0.2.5 Corrected typo (Thanks to T. Hayfield of GMAIL.COM) (user: rkeene, size: 1330) [annotate] [blame] [check-ins using]
1 | AC_REVISION($Revision $) | | | 1 2 3 4 5 6 7 8 9 | AC_REVISION($Revision $) AC_INIT(libconfig, 0.2.5) AC_CONFIG_HEADER(config.h) dnl Find out about the host OS DC_CHK_OS_INFO dnl Checks for programs. AC_PROG_CC |
︙ | ︙ |