Differences From Artifact [018d009afd]:
- File configure.in — part of check-in [2eca7c583b] at 2004-10-29 03:01:26 on branch trunk — Updated to remove PRINTERR and PRINTERR_D (Mac OS X's c preprocessor doesn't handle variadic macros) Updated strtoull.c to work. Added config.guess/config.sub (needed for determining SHLIBEXT) A few misc changes. libconfig 0.0.7 (user: rkeene, size: 844) [annotate] [blame] [check-ins using]
To Artifact [f1ad2924cf]:
- File configure.in — part of check-in [1bde205ce1] at 2004-10-29 04:02:15 on branch trunk — Updated documentation added INSTALL document libconfig 0.1.0 (user: rkeene, size: 844) [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.0) AC_CONFIG_HEADER(config.h) dnl Find out about the host OS DC_CHK_OS_INFO dnl Checks for programs. AC_PROG_CC |
︙ | ︙ |