mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
Replace WGET_* m4 macros by gnulib modules
* bootstrap.conf: Add hostent, inet_ntop, nanosleep, utimens * configure.ac: Remove WGET_STRUCT_UTIMBUF, WGET_FNMATCH, WGET_NANOSLEEP, WGET_POSIX_CLOCK, WGET_NSL_SOCKET * m4/wget.m4: Likewise * src/Makefile.am: Add $(LIB_NANOSLEEP) $(LIB_POSIX_SPAWN) to LDADD * tests/Makefile.am: Likewise * src/host.c (print_address): Use inet_ntop also for IPV4
This commit is contained in:
@@ -290,15 +290,6 @@ AC_DEFINE([HAVE_STRNCASECMP], 1, [Define to 1 if you have the `strncasecmp' func
|
||||
AC_DEFINE([HAVE_STRDUP], 1, [Define to 1 if you have the `strdup' function.])
|
||||
AC_DEFINE([HAVE_ISATTY], 1, [Define to 1 if you have the `isatty' function.])
|
||||
|
||||
dnl
|
||||
dnl Call Wget-specific macros defined in aclocal.
|
||||
dnl
|
||||
WGET_STRUCT_UTIMBUF
|
||||
WGET_FNMATCH
|
||||
WGET_NANOSLEEP
|
||||
WGET_POSIX_CLOCK
|
||||
WGET_NSL_SOCKET
|
||||
|
||||
dnl Deal with specific hosts
|
||||
case $host_os in
|
||||
*mingw32* )
|
||||
|
||||
Reference in New Issue
Block a user