*** 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.56 $])
|
||||
AC_REVISION([$Revision: 1.57 $])
|
||||
AC_CONFIG_HEADER([xp/config.h])
|
||||
|
||||
# Checks for programs.
|
||||
@ -76,6 +76,8 @@ 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)
|
||||
@ -98,6 +100,7 @@ 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