+2011-01-28 Bruno Haible <bruno@clisp.org>
+
+ Add a comment.
+ * m4/woe32-dll.m4: Add a reference to the woe32dll writeup.
+
2010-12-10 Bruno Haible <bruno@clisp.org>
Update after gnulib changed.
+2011-01-28 Bruno Haible <bruno@clisp.org>
+
+ Add a comment.
+ * woe32dll/export.h: Add a reference to the woe32dll writeup.
+
2010-10-10 Bruno Haible <bruno@clisp.org>
Rely more on libtool.
/* Exporting symbols from Cygwin shared libraries.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2011 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
Note: --export-all-symbols is the default when no other symbol is explicitly
exported. This means, the use of an explicit export on the variables has
the effect of no longer exporting the functions! - until the option
- --export-all-symbols is used. */
+ --export-all-symbols is used.
+
+ See <http://www.haible.de/bruno/woe32dll.html> for more details. */
/* IMP(x) is a symbol that contains the address of x. */
#define IMP(x) _imp__##x
-# 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.
# 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])