mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-18 00:52:26 +02:00
* m4/gnulib-cache.m4: Add `getaddrinfo'. * libguile/Makefile.am (libguile_la_LDFLAGS): Add `$(GETADDRINFO_LIB) $(HOSTENT_LIB) $(SERVENT_LIB)'.
13 lines
434 B
Text
13 lines
434 B
Text
# xsize.m4 serial 4
|
|
dnl Copyright (C) 2003-2004, 2008-2010 Free Software Foundation, Inc.
|
|
dnl This file is free software; the Free Software Foundation
|
|
dnl gives unlimited permission to copy and/or distribute it,
|
|
dnl with or without modifications, as long as this notice is preserved.
|
|
|
|
AC_DEFUN([gl_XSIZE],
|
|
[
|
|
dnl Prerequisites of lib/xsize.h.
|
|
AC_REQUIRE([gl_SIZE_MAX])
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
AC_CHECK_HEADERS([stdint.h])
|
|
])
|