m4.include/gnulib/stat-size.m4: shorten https://lists.gnu.org/archive/html/... link.

Sync with gnulib 2a3dbe99a2aeb058ecb033d7d830e6600e16c91c.

/archive/html/ part can be replace with /r/.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2020-09-27 12:00:45 +03:00
parent b0dba0a2b5
commit d640a1630a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#serial 1
# Copyright (C) 2011-2016 Free Software Foundation, Inc.
# Copyright (C) 2011-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@ -9,6 +9,6 @@
AC_DEFUN([gl_STAT_SIZE],
[
# Don't call AC_STRUCT_ST_BLOCKS because it causes bugs. Details at
# http://lists.gnu.org/archive/html/bug-gnulib/2011-06/msg00051.html
# https://lists.gnu.org/r/bug-gnulib/2011-06/msg00051.html
AC_CHECK_HEADERS_ONCE([sys/param.h])
])