summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-03-27 16:22:41 +0200
committerBruno Haible <bruno@clisp.org>2018-03-27 16:22:41 +0200
commit3b73fbad94305723dd2d20f7367c0d16c54d0000 (patch)
treee9f629fa059829f2d8ec901e2d191c9bf680629f
parentb078ee86542e6a5335b3e74429f79161ed5a5d89 (diff)
downloadlibunistring-3b73fbad94305723dd2d20f7367c0d16c54d0000.tar.gz
Add a comment.
-rw-r--r--ChangeLog4
-rw-r--r--m4/woe32-dll.m45
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 747198c..6c5da51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-29 Bruno Haible <bruno@clisp.org>
+
+ * m4/woe32-dll.m4: Add a comment.
+
2018-02-28 Daiki Ueno <ueno@gnu.org>
* version.sh: Bump version number and date.
diff --git a/m4/woe32-dll.m4 b/m4/woe32-dll.m4
index 6b5a037..a25f5ac 100644
--- a/m4/woe32-dll.m4
+++ b/m4/woe32-dll.m4
@@ -1,5 +1,5 @@
-# woe32-dll.m4 serial 2
-dnl Copyright (C) 2005-2006 Free Software Foundation, Inc.
+# woe32-dll.m4 serial 3
+dnl Copyright (C) 2005-2006, 2011, 2015-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,
dnl with or without modifications, as long as this notice is preserved.
@@ -25,6 +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.
AC_DEFUN([gl_WOE32_DLL],
[
AC_REQUIRE([AC_CANONICAL_HOST])