Overview
Comment: | Removed extraneous check |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f92dcf40fe87b414d1124f24aa8fa4e9 |
User & Date: | rkeene on 2014-11-24 18:22:39 |
Other Links: | manifest | tags |
Context
2014-11-24
| ||
18:23 | Added more authors check-in: 6389f923c5 user: rkeene tags: trunk | |
18:22 | Removed extraneous check check-in: f92dcf40fe user: rkeene tags: trunk | |
18:21 | Updated to use individual m4 files from upstream repo, and many other cleanups check-in: 5e72879d0d user: rkeene tags: trunk | |
Changes
Modified configure.ac from [3eed12d89e] to [10d96ac7ab].
2 2 AC_CONFIG_HEADER(config.h) 3 3 4 4 dnl Find out about the host OS 5 5 DC_CHK_OS_INFO 6 6 7 7 dnl Checks for programs. 8 8 AC_PROG_CC 9 -AC_PROG_MAKE_SET 10 9 AC_PROG_INSTALL 11 10 AC_PROG_LN_S 12 11 AC_PROG_RANLIB 13 12 AC_AIX 14 13 AC_CHECK_TOOL(AR, ar, true) 15 14 16 15 DC_DO_TYPE(uint64_t, unsigned, 8)