*** empty log message ***
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
AC_PREREQ(2.53)
|
||||
AC_INIT([xpkit], [deb-0.1.0])
|
||||
AC_REVISION([$Revision: 1.57 $])
|
||||
AC_REVISION([$Revision: 1.58 $])
|
||||
AC_CONFIG_HEADER([xp/config.h])
|
||||
|
||||
# Checks for programs.
|
||||
@ -42,6 +42,13 @@ AC_CHECK_MEMBER(struct sockaddr_in6.sin6_scope_id,
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>])
|
||||
|
||||
AC_CHECK_MEMBER(struct sockaddr_storage.ss_family,
|
||||
[AC_DEFINE([XP_HAVE_SS_FAMILY],[],[sockaddr_storage.ss_family])],
|
||||
[],
|
||||
[#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>])
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_C_BIGENDIAN(
|
||||
[AC_DEFINE([XP_ENDIAN_BIG],[],[Big Endian])],
|
||||
@ -76,8 +83,6 @@ AC_CHECK_SIZEOF(long double)
|
||||
#AC_FUNC_REALLOC
|
||||
#AC_CHECK_FUNCS([memset])
|
||||
|
||||
AC_CHECK_FUNC(getaddrinfo,[AC_DEFINE([XP_HAVE_GETADDRINFO],[],[getaddrinfo])])
|
||||
|
||||
AC_ARG_ENABLE([wchar], [AC_HELP_STRING([--enable-wchar],
|
||||
[use wchar_t a default charater type when enabled (default. yes)])],
|
||||
enable_wchar_is=$enableval,enable_wchar_is=yes)
|
||||
@ -100,7 +105,6 @@ AC_CONFIG_FILES([
|
||||
Makefile utils/Makefile xp/Makefile xpp/Makefile
|
||||
xp/bas/Makefile xp/net/Makefile xp/utl/Makefile xp/stx/Makefile
|
||||
xp/awk/Makefile xp/lsp/Makefile xp/mp/Makefile xp/lnx/Makefile
|
||||
xp/missing/Makefile
|
||||
xp/test/bas/Makefile xp/test/net/Makefile xp/test/utl/Makefile
|
||||
xp/test/stx/Makefile xp/test/awk/Makefile xp/test/lsp/Makefile
|
||||
xp/test/lnx/Makefile
|
||||
|
Reference in New Issue
Block a user