Hi!

I'd like to know if we really need all those checks in configure.ac:

AC_HEADER_DIRENT
AC_HEADER_STDC
AC_HEADER_STDBOOL
AC_HEADER_TIME
AC_CHECK_HEADERS([limits.h malloc.h memory.h stddef.h stdint.h stdlib.h 
string.h unistd.h])

AC_C_CONST
AC_C_INLINE
AC_TYPE_SIZE_T
AC_STRUCT_TM

AC_FUNC_CLOSEDIR_VOID
AC_FUNC_MALLOC
AC_FUNC_MEMCMP
AC_FUNC_REALLOC
AC_FUNC_STAT
AC_FUNC_VPRINTF
AC_CHECK_FUNCS([gethostname memmove memset sqrt strchr strdup strncasecmp 
strrchr strstr])

If they are not required, I'd like to remove them as this speeds up config 
time greatly.
(Most of those checks look like ensuring that we have a complete C89 
environment, which we normally allways have...)

Thanks,
Dennis

Attachment: pgpTLXgAFlzGP.pgp
Description: PGP signature

_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to