diff options
author | Bruno Haible <bruno@clisp.org> | 2018-09-17 11:05:27 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2018-09-17 11:56:13 +0200 |
commit | 89e580a80935bce446a3a5526a25caf151bca297 (patch) | |
tree | 4b2f3476fc398af3f78a731ec79d4473a2cc1227 /m4 | |
parent | f6f4d970296f5d4a7782a33b353b976ca8a68a68 (diff) | |
download | libunistring-89e580a80935bce446a3a5526a25caf151bca297.tar.gz |
Prefer https URLs where possible.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/woe32-dll.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/woe32-dll.m4 b/m4/woe32-dll.m4 index a25f5ac..261401f 100644 --- a/m4/woe32-dll.m4 +++ b/m4/woe32-dll.m4 @@ -1,5 +1,5 @@ -# woe32-dll.m4 serial 3 -dnl Copyright (C) 2005-2006, 2011, 2015-2016 Free Software Foundation, Inc. +# woe32-dll.m4 serial 4 +dnl Copyright (C) 2005-2006, 2011, 2015-2018 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. @@ -25,7 +25,7 @@ dnl From Bruno Haible. # exported struct variable, or to a particular element of an exported # array variable), requiring code modifications. One platform # dictates code modifications on all platforms. -# See <http://www.haible.de/bruno/woe32dll.html> for more details. +# See <https://haible.de/bruno/woe32dll.html> for more details. AC_DEFUN([gl_WOE32_DLL], [ AC_REQUIRE([AC_CANONICAL_HOST]) |