r23135: inet_ntop and inet_pton are now provided by libreplace
[Samba.git] / source / lib / json / configure.in
blobf0a7d3aa5cd1bda8fec71d3271320892be81d198
1 AC_PREREQ(2.52)
3 # Process this file with autoconf to produce a configure script.
4 AC_INIT([JSON C Library], 0.3, [michael@metaparadigm.com], [json-c])
6 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
8 # Checks for programs.
10 # Checks for libraries.
12 # Checks for header files.
13 AM_CONFIG_HEADER(config.h)
14 AC_HEADER_STDC
15 AC_CHECK_HEADERS(fcntl.h limits.h strings.h syslog.h unistd.h [sys/param.h] stdarg.h)
17 # Checks for typedefs, structures, and compiler characteristics.
18 AC_C_CONST
19 AC_TYPE_SIZE_T
21 # Checks for library functions.
22 AC_FUNC_VPRINTF
23 AC_FUNC_MEMCMP
24 AC_FUNC_MALLOC
25 AC_FUNC_REALLOC
26 AC_CHECK_FUNCS(strndup strerror vsnprintf vasprintf open vsyslog strncasecmp)
28 AM_PROG_LIBTOOL
30 AC_OUTPUT([
31 Makefile
32 json.pc