From: Paul Eggert Date: Tue, 15 Mar 2016 14:48:05 +0000 (-0700) Subject: select: port more to Intel 2016.1.150 compiler X-Git-Tag: v1.0~6792 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=f58b1739712d0c2c6ad86a735c136bac4a0a16f5;p=gnulib.git select: port more to Intel 2016.1.150 compiler Problem reported by Balázs Hajgató in: http://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00036.html * m4/select.m4 (gl_FUNC_SELECT): Require AC_C_RESTRICT. --- diff --git a/ChangeLog b/ChangeLog index d89c5f147a..c3470b535a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-03-15 Paul Eggert + + select: port more to Intel 2016.1.150 compiler + Problem reported by Balázs Hajgató in: + http://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00036.html + * m4/select.m4 (gl_FUNC_SELECT): Require AC_C_RESTRICT. + 2016-03-14 Paul Eggert select: try to port to 2016.1.150 compiler diff --git a/m4/select.m4 b/m4/select.m4 index 00182fde54..d19365541e 100644 --- a/m4/select.m4 +++ b/m4/select.m4 @@ -1,4 +1,4 @@ -# select.m4 serial 7 +# select.m4 serial 8 dnl Copyright (C) 2009-2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -7,6 +7,7 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_SELECT], [ AC_REQUIRE([gl_HEADER_SYS_SELECT]) + AC_REQUIRE([AC_C_RESTRICT]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_SOCKETS]) if test "$ac_cv_header_winsock2_h" = yes; then