diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/configure.ac b/configure.ac index 6cacb9c4..719d3cb8 100644 --- a/configure.ac +++ b/configure.ac @@ -375,32 +375,3 @@ AS_IF( #-------------------------------------------------------------------- AC_CONFIG_FILES([Makefile]) AC_OUTPUT - - - -# AC_CONFIG_SRCDIR([kconfig/menu.c]) -# AC_CONFIG_HEADERS([config.h]) -# -# # Checks for programs. -# -# # Checks for libraries. -# -# # Checks for header files. -# AC_CHECK_HEADERS([fcntl.h inttypes.h libintl.h limits.h locale.h malloc.h stddef.h stdlib.h string.h sys/time.h unistd.h]) -# -# # Checks for typedefs, structures, and compiler characteristics. -# AC_HEADER_STDBOOL -# AC_TYPE_INT16_T -# AC_TYPE_INT32_T -# AC_TYPE_INT8_T -# AC_TYPE_SIZE_T -# AC_TYPE_UINT16_T -# AC_TYPE_UINT32_T -# AC_TYPE_UINT8_T -# -# # Checks for library functions. -# AC_FUNC_MALLOC -# AC_FUNC_REALLOC -# AC_CHECK_FUNCS([bzero gettimeofday memmove memset mkdir regcomp setlocale strcasecmp strchr strcspn strdup strncasecmp strpbrk strrchr strspn strtol uname]) -# -# AC_OUTPUT |