Differences From Artifact [ba3548887a]:
- File configure.ac — part of check-in [0febd33a2d] at 2004-12-25 19:45:14 on branch trunk — Updated Mac OS X support (7.7.0 with gcc 3.3 now works) Added a --enable-small that disables a few options to make a smaller library. Updated win32 build to make an i386 object explicitly (this may have been the default) libconfig 0.1.15 (user: rkeene, size: 1270) [annotate] [blame] [check-ins using]
To Artifact [4f70cf89d5]:
- File configure.ac — part of check-in [4d7bd96b4e] at 2004-12-25 20:00:47 on branch trunk — Fixed last fix for Mac OS X shared libraries, oops. libconfig 0.1.16 (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.16) AC_CONFIG_HEADER(config.h) dnl Find out about the host OS DC_CHK_OS_INFO dnl Checks for programs. AC_PROG_CC |
︙ | ︙ |