Differences From Artifact [9c0f5749ef]:
- File configure.ac — part of check-in [793852910f] at 2005-07-18 11:54:01 on branch trunk — Updated configure process on Win32 to use DLL base. Fixed "lc_cleanup" causing segfaults. (user: rkeene, size: 1270) [annotate] [blame] [check-ins using]
To Artifact [e806c2cabd]:
- File configure.ac — part of check-in [730308bffd] at 2005-09-30 08:27:32 on branch trunk — Added filename and line numbers to error messages. Began adding support for lists of options rather than just one option per item. libconfig 0.1.19 (user: rkeene, size: 1270) [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.1.19) AC_CONFIG_HEADER(config.h) dnl Find out about the host OS DC_CHK_OS_INFO dnl Checks for programs. AC_PROG_CC |
︙ | ︙ |