Check-in [f92dcf40fe]
Overview
Comment:Removed extraneous check
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f92dcf40fe87b414d1124f24aa8fa4e99e036495
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].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AC_INIT(libconfig, 0.2.6)
AC_CONFIG_HEADER(config.h)

dnl Find out about the host OS
DC_CHK_OS_INFO

dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_RANLIB
AC_AIX
AC_CHECK_TOOL(AR, ar, true)

DC_DO_TYPE(uint64_t, unsigned, 8)








<







1
2
3
4
5
6
7
8

9
10
11
12
13
14
15
AC_INIT(libconfig, 0.2.6)
AC_CONFIG_HEADER(config.h)

dnl Find out about the host OS
DC_CHK_OS_INFO

dnl Checks for programs.
AC_PROG_CC

AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_RANLIB
AC_AIX
AC_CHECK_TOOL(AR, ar, true)

DC_DO_TYPE(uint64_t, unsigned, 8)