summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-01-29 03:19:33 +0100
committerBruno Haible <bruno@clisp.org>2011-06-07 23:39:45 +0200
commita4582bcdba90b473aa77ba5b1e43f15d95df3fbc (patch)
tree40901c63f4e400ac6102ae5f3fb16c0c500138a9 /m4
parenta21071793ee67c877c9038154a296162c8c23d92 (diff)
downloadexternal_gettext-a4582bcdba90b473aa77ba5b1e43f15d95df3fbc.zip
external_gettext-a4582bcdba90b473aa77ba5b1e43f15d95df3fbc.tar.gz
external_gettext-a4582bcdba90b473aa77ba5b1e43f15d95df3fbc.tar.bz2
Add a comment.
Diffstat (limited to 'm4')
-rw-r--r--m4/woe32-dll.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/woe32-dll.m4 b/m4/woe32-dll.m4
index 6b5a037..fc2ae07 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 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])