Update configure.ac with autscan results
This commit is contained in:
parent
a0873c9369
commit
5d60e46cd1
@ -20,6 +20,10 @@ AX_CHECK_COMPILE_FLAG([-std=c11],
|
|||||||
# Other tools
|
# Other tools
|
||||||
AC_PROG_RANLIB
|
AC_PROG_RANLIB
|
||||||
AM_PROG_AR
|
AM_PROG_AR
|
||||||
|
AC_PROG_INSTALL
|
||||||
|
AC_PROG_CPP
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
AC_PROG_RANLIB
|
||||||
|
|
||||||
# Checks for header files.
|
# Checks for header files.
|
||||||
AC_CHECK_HEADERS([assert.h math.h stdint.h stdlib.h stdbool.h stdio.h])
|
AC_CHECK_HEADERS([assert.h math.h stdint.h stdlib.h stdbool.h stdio.h])
|
||||||
@ -27,14 +31,13 @@ AC_CHECK_HEADERS([assert.h math.h stdint.h stdlib.h stdbool.h stdio.h])
|
|||||||
# Checks for typedefs, structures, and compiler characteristics.
|
# Checks for typedefs, structures, and compiler characteristics.
|
||||||
AC_CHECK_HEADER_STDBOOL
|
AC_CHECK_HEADER_STDBOOL
|
||||||
AC_C_INLINE
|
AC_C_INLINE
|
||||||
AC_TYPE_INT32_T
|
|
||||||
AC_TYPE_SIZE_T
|
AC_TYPE_SIZE_T
|
||||||
|
AC_TYPE_UINT16_T
|
||||||
AC_TYPE_UINT32_T
|
AC_TYPE_UINT32_T
|
||||||
|
AC_TYPE_UINT8_T
|
||||||
|
|
||||||
# Checks for library functions.
|
# Checks for library functions.
|
||||||
AC_FUNC_MALLOC
|
AC_FUNC_MALLOC
|
||||||
AC_FUNC_REALLOC
|
|
||||||
AC_CHECK_FUNCS([memmove memset mkdir pow strchr strdup strstr strtol])
|
|
||||||
|
|
||||||
# User defined options: debug
|
# User defined options: debug
|
||||||
AC_ARG_ENABLE([debug],
|
AC_ARG_ENABLE([debug],
|
||||||
|
Loading…
Reference in New Issue
Block a user