# HG changeset patch # User "Yann E. MORIN" # Date 1349644557 -7200 # Node ID 3bc371c2881fe2179808a0ebaceb1cbe4d8215bd # Parent 43ace4bb005eef085437e3d4fbaef528ef0ef005 configure: remove trailing cruft Remove trailing cruft left after the migration to autoconf. Signed-off-by: "Yann E. MORIN" diff -r 43ace4bb005e -r 3bc371c2881f configure.ac --- a/configure.ac Wed Sep 26 16:37:31 2012 +0200 +++ b/configure.ac Sun Oct 07 23:15:57 2012 +0200 @@ -375,32 +375,3 @@ #-------------------------------------------------------------------- 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