📄 configure.in
字号:
AC_PREREQ(2.52)# Process this file with autoconf to produce a configure script.AC_INIT([JSON C Library], 0.3, [michael@metaparadigm.com], [json-c])AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)# Checks for programs.# Checks for libraries.# Checks for header files.AM_CONFIG_HEADER(config.h)AC_HEADER_STDCAC_CHECK_HEADERS(fcntl.h limits.h strings.h syslog.h unistd.h [sys/param.h] stdarg.h)# Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTAC_TYPE_SIZE_T# Checks for library functions.AC_FUNC_VPRINTFAC_FUNC_MEMCMPAC_FUNC_MALLOCAC_FUNC_REALLOCAC_CHECK_FUNCS(strndup strerror vsnprintf vasprintf open vsyslog strncasecmp)AM_PROG_LIBTOOLAC_OUTPUT([Makefilejson.pc])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -