1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

socketlib, sockets, sys_socket: Use AC_REQUIRE to pacify autoconf.

Without this change, in bleeding-edge fileutils Autoconf complains
that gl_SOCKETLIB etc. are AC_REQUIREd after being invoked.
* modules/socketlib (configure.ac): AC_REQUIRE gl_SOCKETLIB.
* modules/sockets (configure.ac): AC_REQUIRE gl_SOCKETS.
* modules/sys_socket (configure.ac): AC_REQUIRE gl_HEADER_SYS_SOCKET.
This commit is contained in:
Paul Eggert
2014-10-24 10:47:44 -07:00
parent facebc6bcf
commit 8415b6792e
4 changed files with 12 additions and 3 deletions
+9
View File
@@ -1,3 +1,12 @@
2014-10-24 Paul Eggert <eggert@cs.ucla.edu>
socketlib, sockets, sys_socket: Use AC_REQUIRE to pacify autoconf.
Without this change, in bleeding-edge fileutils Autoconf complains
that gl_SOCKETLIB etc. are AC_REQUIREd after being invoked.
* modules/socketlib (configure.ac): AC_REQUIRE gl_SOCKETLIB.
* modules/sockets (configure.ac): AC_REQUIRE gl_SOCKETS.
* modules/sys_socket (configure.ac): AC_REQUIRE gl_HEADER_SYS_SOCKET.
2014-10-24 Daiki Ueno <ueno@gnu.org>
iconv: avoid false detection of non-working iconv
+1 -1
View File
@@ -8,7 +8,7 @@ m4/sys_socket_h.m4
Depends-on:
configure.ac:
gl_SOCKETLIB
AC_REQUIRE([gl_SOCKETLIB])
Makefile.am:
+1 -1
View File
@@ -14,7 +14,7 @@ fd-hook
msvc-nothrow
configure.ac:
gl_SOCKETS
AC_REQUIRE([gl_SOCKETS])
Makefile.am:
lib_SOURCES += sockets.h sockets.c
+1 -1
View File
@@ -20,7 +20,7 @@ stdalign
sys_uio
configure.ac:
gl_HEADER_SYS_SOCKET
AC_REQUIRE([gl_HEADER_SYS_SOCKET])
AC_PROG_MKDIR_P
Makefile.am: