libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4.2-176-g303040a


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-176-g303040a
Date: Sun, 16 Sep 2012 11:19:24 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  303040ad8167d2e608b15a7b22e054659d6d409f (commit)
       via  864f33316d1d17ea1677fc0a4faa34a3d380d71e (commit)
       via  22f7f568aa24a7cc4764bec723c7531e69cee947 (commit)
       via  07316202db83c1730ee682115ba92dab1950da80 (commit)
       via  6370af6d4abaa9aa9d03984248229f1b8d143d52 (commit)
       via  fa69af3a6046d3764df3db9820d150adb77734c0 (commit)
       via  387ac2e7034259921e3b1469e3c0a4db4fe632da (commit)
       via  de56e14ea7b62cdecece2a7f4cc0417ad2502b1d (commit)
       via  8cbdff943473b6fd5c06a7e63786f3db6c76a106 (commit)
       via  6527d1aed281c23a7fc1cfb55bf858944779bfe2 (commit)
       via  8cbd148e02db7081ba63d780fb8ae96e2d80efdd (commit)
       via  88d01e008b53125073331a72ecab4cc07e125080 (commit)
       via  baae4ef776d3c8586b980d9aab18be226bf268af (commit)
       via  7039315a8c240196bd75552890ad7f25ab495a17 (commit)
      from  cf86b942c893da74d6e9faf0125364a9f114ea01 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 303040ad8167d2e608b15a7b22e054659d6d409f
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 17:43:05 2012 +0700

    syntax-check: fix texinfo formatting flagged by 
prohibit_undesirable_word_seq.
    
    * doc/libtool.text: Fix several misuses of @xref and @pxref so that
    the prohibit_undesirable_word_seq syntax check passes again.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 864f33316d1d17ea1677fc0a4faa34a3d380d71e
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 17:47:04 2012 +0700

    syntax-check: remove useless_braces_in_variable_derefs.
    
    * build-aux/general.m4sh: Remove spurious braces around
    ${ZSH_VERSION} dereference.
    * build-aux/ltmain.m4sh (func_mode_link): Likewise for ${wl}.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 22f7f568aa24a7cc4764bec723c7531e69cee947
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 17:23:49 2012 +0700

    syntax-check: skip prohibit_strncpy.
    
    * cfg.mk (local-checks-to-skip): sc_prohibit_strncpy.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 07316202db83c1730ee682115ba92dab1950da80
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 17:02:22 2012 +0700

    syntax-check: skip prohibit_always_true_header_tests rule.
    
    * cfg.mk (local-checks-to-skip): Add
    sc_prohibit_always_true_header_tests.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 6370af6d4abaa9aa9d03984248229f1b8d143d52
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 14:35:55 2012 +0700

    Revert "bootstrap: delete unneeded README-release patch"
    
    This reverts commit 11cd425e7d47111956381dba28f8c1b34e14653f.
    
    These instructions are hard to find for new maintainers, so it's
    good to keep them to hand with the release notes.
    
    And the additional distchecks are important prior to a release.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit fa69af3a6046d3764df3db9820d150adb77734c0
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 13:17:46 2012 +0700

    maint: remove unused cvsu script.
    
    * build-aux/cvsu: Remove. This script is not useful now that
    Libtool's repository is hosted in git.
    * Makefile.am (build_scripts): Remove cvsu reference.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 387ac2e7034259921e3b1469e3c0a4db4fe632da
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 13:10:09 2012 +0700

    maint: run update-copyright for missing 2011 and 2012 years.
    
    See maintain.texi (Copyright Notices) for rules for maintaining
    the years in copyright notices.
    * All Files (Copyright): Updated with missing 2011 and 2012.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit de56e14ea7b62cdecece2a7f4cc0417ad2502b1d
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 13:04:23 2012 +0700

    bootstrap: use gnulib update-copyright script.
    
    See maintain.texi (Copyright Notices) for rules for maintaining
    the years in copyright notices.
    * bootstrap.conf (gnulib_modules): Add update-copyright.
    * cfg.mk (update-copyright-env): Set environment variables for
    update-copyright script.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 8cbdff943473b6fd5c06a7e63786f3db6c76a106
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 11:47:22 2012 +0700

    bootstrap: update bootstrap script to latest upstream.
    
    * bootstrap, build-aux/options-parser: apply upstream fixes and
    enhancements.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 6527d1aed281c23a7fc1cfb55bf858944779bfe2
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 11:45:04 2012 +0700

    git: don't complain about new parallel tests driver and file droppings.
    
    * build-aux/.gitignore: Ignore parallel `test-driver' script.
    * tests/.gitignore: Ignore `test-driver' .trs file droppings.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 8cbd148e02db7081ba63d780fb8ae96e2d80efdd
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 11:40:16 2012 +0700

    gnulib: update local gnulib patches.
    
    * gl/build-aux/announce-gen.diff: Remove hunks adopted upstream.
    * gl/build-aux/do-release-commit-and-tag.diff: Refresh this patch
    to match current gnulib.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 88d01e008b53125073331a72ecab4cc07e125080
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 11:38:50 2012 +0700

    gnulib: update gnulib submodule.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit baae4ef776d3c8586b980d9aab18be226bf268af
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 16 11:34:19 2012 +0700

    bootstrap: ensure there is a ChangeLog before running automake.
    
    Automake refuses to run in GNU-mode unless there is a ChangeLog file
    in the top-level directory.
    * bootstrap.conf (libtool_force_changelog): Create a dummy ChangeLog.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 7039315a8c240196bd75552890ad7f25ab495a17
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Dec 11 18:31:56 2011 +0700

    libtoolize: improve verbose mode output.
    
    * libtoolize (func_require_seen_ltdl)
    (func_require_seen_libtool): Output success message in verbose
    mode.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 AUTHORS                                     |    3 +-
 ChangeLog.1996                              |    3 +-
 ChangeLog.1997                              |    4 +-
 ChangeLog.1998                              |    4 +-
 ChangeLog.1999                              |    4 +-
 ChangeLog.2000                              |    3 +-
 ChangeLog.2001                              |    3 +-
 ChangeLog.2002                              |    4 +-
 ChangeLog.2003                              |    3 +-
 ChangeLog.2004                              |    3 +-
 ChangeLog.2005                              |    3 +-
 ChangeLog.2006                              |    3 +-
 ChangeLog.2007                              |    3 +-
 ChangeLog.2008                              |    3 +-
 ChangeLog.2009                              |    3 +-
 ChangeLog.2010                              |    3 +-
 HACKING                                     |    3 +-
 Makefile.am                                 |    4 +-
 NEWS                                        |    3 +-
 README                                      |    2 +-
 THANKS                                      |    5 +-
 TODO                                        |    3 +-
 bootstrap                                   |   22 +-
 bootstrap.conf                              |   15 +-
 build-aux/.gitignore                        |    2 +
 build-aux/cvsu                              |  512 ---------------------------
 build-aux/edit-readme-alpha                 |    2 +-
 build-aux/extract-trace                     |    2 +-
 build-aux/general.m4sh                      |    5 +-
 build-aux/getopt.m4sh                       |    3 +-
 build-aux/ltmain.m4sh                       |    5 +-
 build-aux/options-parser                    |   47 ++-
 cfg.mk                                      |   11 +-
 configure.ac                                |    4 +-
 doc/libtool.texi                            |   23 +-
 gl/build-aux/announce-gen.diff              |    9 -
 gl/build-aux/do-release-commit-and-tag.diff |   20 +-
 gl/top/README-release.diff                  |   38 ++
 gnulib                                      |    2 +-
 libltdl/README                              |    2 +-
 libltdl/argz.c                              |    3 +-
 libltdl/argz_.h                             |    3 +-
 libltdl/configure.ac                        |    3 +-
 libltdl/libltdl/lt__alloc.h                 |    2 +-
 libltdl/libltdl/lt__dirent.h                |    3 +-
 libltdl/libltdl/lt__glibc.h                 |    3 +-
 libltdl/libltdl/lt__private.h               |    2 +-
 libltdl/libltdl/lt__strl.h                  |    2 +-
 libltdl/libltdl/lt_dlloader.h               |    3 +-
 libltdl/libltdl/lt_error.h                  |    3 +-
 libltdl/libltdl/lt_system.h                 |    2 +-
 libltdl/libltdl/slist.h                     |    3 +-
 libltdl/loaders/dld_link.c                  |    4 +-
 libltdl/loaders/dlopen.c                    |    4 +-
 libltdl/loaders/dyld.c                      |    4 +-
 libltdl/loaders/load_add_on.c               |    4 +-
 libltdl/loaders/loadlibrary.c               |    4 +-
 libltdl/loaders/preopen.c                   |    4 +-
 libltdl/loaders/shl_load.c                  |    4 +-
 libltdl/lt__alloc.c                         |    3 +-
 libltdl/lt__dirent.c                        |    2 +-
 libltdl/lt__strl.c                          |    2 +-
 libltdl/lt_dlloader.c                       |    3 +-
 libltdl/lt_error.c                          |    3 +-
 libltdl/ltdl.c                              |    4 +-
 libltdl/ltdl.h                              |    4 +-
 libltdl/ltdl.mk                             |    3 +-
 libltdl/slist.c                             |    3 +-
 libtoolize.m4sh                             |    7 +-
 m4/argz.m4                                  |    2 +-
 m4/autobuild.m4                             |    3 +-
 m4/libtool.m4                               |    4 +-
 m4/ltdl.m4                                  |    2 +-
 m4/ltoptions.m4                             |    4 +-
 m4/ltsugar.m4                               |    3 +-
 m4/ltversion.in                             |    2 +-
 m4/lt~obsolete.m4                           |    3 +-
 tests/.gitignore                            |    1 +
 tests/am-subdir.at                          |    2 +-
 tests/archive-in-archive.at                 |    2 +-
 tests/bindir.at                             |    2 +-
 tests/cmdline_wrap.at                       |    2 +-
 tests/configure-iface.at                    |    2 +-
 tests/convenience.at                        |    3 +-
 tests/ctor.at                               |    2 +-
 tests/cwrapper.at                           |    2 +-
 tests/darwin.at                             |    2 +-
 tests/defs.m4sh                             |    3 +-
 tests/deplib-in-subdir.at                   |    2 +-
 tests/deplibs-ident.at                      |    3 +-
 tests/deplibs-mingw.at                      |    2 +-
 tests/destdir.at                            |    2 +-
 tests/dlloader-api.at                       |    2 +-
 tests/dumpbin-symbols.at                    |    2 +-
 tests/duplicate_conv.at                     |    2 +-
 tests/duplicate_deps.at                     |    2 +-
 tests/duplicate_members.at                  |    3 +-
 tests/early-libtool.at                      |    2 +-
 tests/exceptions.at                         |    2 +-
 tests/execute-mode.at                       |    2 +-
 tests/exeext.at                             |    2 +-
 tests/export.at                             |    2 +-
 tests/fail.at                               |    3 +-
 tests/flags.at                              |    2 +-
 tests/getopt-m4sh.at                        |    2 +-
 tests/help.at                               |    2 +-
 tests/indirect_deps.at                      |    2 +-
 tests/infer-tag.at                          |    2 +-
 tests/inherited_flags.at                    |    2 +-
 tests/install.at                            |    2 +-
 tests/lalib-syntax.at                       |    2 +-
 tests/libtoolize.at                         |    3 +-
 tests/link-2.test                           |    2 +-
 tests/link-order.at                         |    3 +-
 tests/link-order2.at                        |    2 +-
 tests/link.test                             |    2 +-
 tests/loadlibrary.at                        |    2 +-
 tests/localization.at                       |    2 +-
 tests/lt_dladvise.at                        |    2 +-
 tests/lt_dlexit.at                          |    2 +-
 tests/lt_dlopen.at                          |    2 +-
 tests/lt_dlopen_a.at                        |    2 +-
 tests/lt_dlopenext.at                       |    2 +-
 tests/ltdl-api.at                           |    2 +-
 tests/ltdl-libdir.at                        |    2 +-
 tests/need_lib_prefix.at                    |    2 +-
 tests/no-executables.at                     |    2 +-
 tests/nocase.at                             |    2 +-
 tests/nomode.test                           |    2 +-
 tests/nonrecursive.at                       |    3 +-
 tests/objectlist.test                       |    2 +-
 tests/old-ltdl-iface.at                     |    2 +-
 tests/old-m4-iface.at                       |    3 +-
 tests/pic_flag.at                           |    2 +-
 tests/quote.test                            |    3 +-
 tests/recursive.at                          |    2 +-
 tests/resident.at                           |    2 +-
 tests/runpath-in-lalib.at                   |    2 +-
 tests/search-path.at                        |    2 +-
 tests/shlibpath.at                          |    2 +-
 tests/slist.at                              |    2 +-
 tests/standalone.at                         |    2 +-
 tests/static.at                             |    2 +-
 tests/stresstest.at                         |    2 +-
 tests/subproject.at                         |    2 +-
 tests/suffix.test                           |    3 +-
 tests/sysroot.at                            |    2 +-
 tests/tagtrace.test                         |    2 +-
 tests/template.at                           |    3 +-
 tests/testsuite.at                          |    3 +-
 tests/versioning.at                         |    2 +-
 tests/with-pic.at                           |    2 +-
 152 files changed, 325 insertions(+), 750 deletions(-)
 delete mode 100755 build-aux/cvsu
 create mode 100644 gl/top/README-release.diff

diff --git a/AUTHORS b/AUTHORS
index b810761..1813d89 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -29,8 +29,7 @@
     Noah Misch                 address@hidden
     Charles Wilson             address@hidden
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.1996 b/ChangeLog.1996
index ae9bee8..f17df50 100644
--- a/ChangeLog.1996
+++ b/ChangeLog.1996
@@ -167,8 +167,7 @@
 
        * For historical reasons: this is when I started writing libtool.
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.1997 b/ChangeLog.1997
index 992b1ba..59e1af0 100644
--- a/ChangeLog.1997
+++ b/ChangeLog.1997
@@ -1313,8 +1313,8 @@
 
 Continued in ChangeLog.1996
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software
+  Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.1998 b/ChangeLog.1998
index ca65524..2837f16 100644
--- a/ChangeLog.1998
+++ b/ChangeLog.1998
@@ -1333,8 +1333,8 @@ Thu May 28 18:59:08 1998  Ian Lance Taylor  
<address@hidden>
 
 Continued in ChangeLog.1997
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software
+  Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.1999 b/ChangeLog.1999
index ccabba9..33359a5 100644
--- a/ChangeLog.1999
+++ b/ChangeLog.1999
@@ -3494,8 +3494,8 @@
 
 Continued in ChangeLog.1998
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software
+  Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.2000 b/ChangeLog.2000
index 364716b..7a18bc8 100644
--- a/ChangeLog.2000
+++ b/ChangeLog.2000
@@ -1316,8 +1316,7 @@
 
 Continued in ChangeLog.1999
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.2001 b/ChangeLog.2001
index 25d1133..afec114 100644
--- a/ChangeLog.2001
+++ b/ChangeLog.2001
@@ -1564,8 +1564,7 @@
 
 Continued in ChangeLog.2000
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.2002 b/ChangeLog.2002
index d2c1fdd..c7644a0 100644
--- a/ChangeLog.2002
+++ b/ChangeLog.2002
@@ -725,8 +725,8 @@
 
 Continued in ChangeLog.2001
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software
+  Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.2003 b/ChangeLog.2003
index edf2386..93004c8 100644
--- a/ChangeLog.2003
+++ b/ChangeLog.2003
@@ -1295,8 +1295,7 @@
 
 Continued in ChangeLog.2002
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.2004 b/ChangeLog.2004
index 62e52c3..54f3f08 100644
--- a/ChangeLog.2004
+++ b/ChangeLog.2004
@@ -3567,8 +3567,7 @@
 
 Continued in ChangeLog.2003
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.2005 b/ChangeLog.2005
index 55c30a1..8c8971d 100644
--- a/ChangeLog.2005
+++ b/ChangeLog.2005
@@ -2792,8 +2792,7 @@
 
 Continued in ChangeLog.2004
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.2006 b/ChangeLog.2006
index a223ba2..849f0fd 100644
--- a/ChangeLog.2006
+++ b/ChangeLog.2006
@@ -812,8 +812,7 @@
 
 Continued in ChangeLog.2005
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.2007 b/ChangeLog.2007
index 0b2778b..f8752d6 100644
--- a/ChangeLog.2007
+++ b/ChangeLog.2007
@@ -1366,8 +1366,7 @@
 
 Continued in ChangeLog.2006
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.2008 b/ChangeLog.2008
index 5fa2699..b8a6cbc 100644
--- a/ChangeLog.2008
+++ b/ChangeLog.2008
@@ -1902,8 +1902,7 @@
 
 Continued in ChangeLog.2007
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.2009 b/ChangeLog.2009
index 0a43ab4..0764591 100644
--- a/ChangeLog.2009
+++ b/ChangeLog.2009
@@ -878,8 +878,7 @@ Continued in ChangeLog.2008
 
 vim:tw=72
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/ChangeLog.2010 b/ChangeLog.2010
index 4880098..50f8d29 100644
--- a/ChangeLog.2010
+++ b/ChangeLog.2010
@@ -2476,8 +2476,7 @@
 
 Continued in ChangeLog.2009
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/HACKING b/HACKING
index 8f83f1a..ce155ee 100644
--- a/HACKING
+++ b/HACKING
@@ -487,8 +487,7 @@ or obtained by writing to the Free Software Foundation, 
Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 -- 
-  Copyright (C) 2004, 2005, 2006, 2007, 2008, 2010 Free Software
-  Foundation, Inc.
+  Copyright (C) 2004-2008, 2010-2012 Free Software Foundation, Inc.
   Written by Gary V. Vaughan, 2004
 
   This file is part of GNU Libtool.
diff --git a/Makefile.am b/Makefile.am
index c55dfdd..359b394 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,6 @@
 ## Makefile.am -- Process this file with automake to produce Makefile.in
 ##
-##   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-##   Free Software Foundation, Inc.
+##   Copyright (C) 2003-2012 Free Software Foundation, Inc.
 ##   Written by Gary V. Vaughan, 2003
 ##
 ##   This file is part of GNU Libtool.
@@ -67,7 +66,6 @@ ltmain_m4sh   = $(srcdir)/$(m4sh_dir)/ltmain.m4sh
 
 sh_files       = $(general_m4sh) $(getopt_m4sh)
 build_scripts  = $(srcdir)/$(aux_dir)/announce-gen \
-                 $(srcdir)/$(aux_dir)/cvsu \
                  $(srcdir)/$(aux_dir)/do-release-commit-and-tag \
                  $(srcdir)/$(aux_dir)/gendocs.sh \
                  $(srcdir)/$(aux_dir)/git-version-gen \
diff --git a/NEWS b/NEWS
index ecd4fa1..8fe889e 100644
--- a/NEWS
+++ b/NEWS
@@ -1035,8 +1035,7 @@ New in 0.1:
 * First release of libtool
 * Support for: *-*-freebsd*, *-*-netbsd*, *-*-sunos4*, *-*-ultrix4*
 -- 
-  Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/README b/README
index f88901c..2d4483d 100644
--- a/README
+++ b/README
@@ -299,7 +299,7 @@ things:
     $ libtool --version
     ltmain.sh (GNU libtool 1.1603 2004/09/12 22:02:07) 2.1a
 
-    Copyright (C) 2004  Free Software Foundation, Inc.
+    Copyright (C) 2004, 2011-2012 Free Software Foundation, Inc.
     This is free software; see the source for copying conditions.  There is NO
     warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
diff --git a/THANKS b/THANKS
index 24f1c91..b16904c 100644
--- a/THANKS
+++ b/THANKS
@@ -203,9 +203,8 @@
   and small patches are credited for their contributions in the ChangeLogs.
 
 -- 
-  Copyright (C) 1996, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
-                2007, 2008, 2009, 2010, 2011 Free Software Foundation,
-                Inc.
+  Copyright (C) 1996, 1998-1999, 2001-2012 Free Software Foundation,
+  Inc.
   Written by Gord Matzigkeit, 1996
 
   This file is part of GNU Libtool.
diff --git a/TODO b/TODO
index acdf05c..d8e4582 100644
--- a/TODO
+++ b/TODO
@@ -329,7 +329,8 @@ GNU Libtool
   it easier to add new platforms.
 
 -- 
-  Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+  Copyright (C) 2004-2005, 2007-2008, 2011-2012 Free Software
+  Foundation, Inc.
   Written by Gary V. Vaughan, 2004
 
   This file is part of GNU Libtool.
diff --git a/bootstrap b/bootstrap
index 7b26d00..e6164ae 100755
--- a/bootstrap
+++ b/bootstrap
@@ -10,7 +10,7 @@ scriptversion=2011-11-21.09; # UTC
 # Bootstrap this package from checked-out sources.
 # Written by Gary V. Vaughan, 2010
 
-# Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
@@ -134,7 +134,6 @@ gnulib_modules=
 gnulib_non_module_files="
         build-aux/compile
         build-aux/install-sh
-        build-aux/missing
         build-aux/mdate-sh
         build-aux/texinfo.tex
         build-aux/depcomp
@@ -428,10 +427,10 @@ func_gnulib_tool ()
       gnulib_cmd=`echo $gnulib_tool $gnulib_tool_options`
 
       func_show_eval "$gnulib_cmd" 'exit $?'
-    }
 
-    # Use `gnulib-tool --copy-file' to install non-module files.
-    func_install_gnulib_non_module_files
+      # Use `gnulib-tool --copy-file' to install non-module files.
+      func_install_gnulib_non_module_files
+    }
 
     func_run_hooks func_gnulib_tool
 }
@@ -601,12 +600,18 @@ func_install_gnulib_non_module_files ()
         case $file in
           */COPYING*) dest=COPYING;;
           */INSTALL) dest=INSTALL;;
+         build-aux/missing) dest=
+            func_warning settings "\
+Please remove build-aux/missing from gnulib_module_files in
+\`bootstrap.conf', as it may clash with Automake's version."
+            ;;
           build-aux/*) dest=$build_aux/`expr "$file" : 'build-aux/\(.*\)'`;;
           *) dest=$file;;
         esac
 
         # Be sure to show all copying errors before bailing out
-       func_gnulib_tool_copy_file "$file" "$dest" \
+       test -z "$dest" \
+           || func_gnulib_tool_copy_file "$file" "$dest" \
            || maybe_exit_cmd="exit $EXIT_FAILURE"
       done
 
@@ -1257,7 +1262,7 @@ func_require_gnulib_merge_changelog ()
     test -f ChangeLog && {
       $require_git
 
-      test true = "$GIT" || {
+      func_grep_q '^\(/\|\)ChangeLog$' .gitignore || test true = "$GIT" || {
         if $GIT config merge.merge-changelog.driver >/dev/null ; then
           :
         elif (git-merge-changelog --version) >/dev/null 2>&1 ; then
@@ -2380,7 +2385,7 @@ bootstrap_options_prep ()
 {
     $debug_cmd
 
-    warning_func=func_error
+    warning_func=func_warn
 
     # Option defaults:
     opt_copy=${copy-'false'}
@@ -2495,6 +2500,7 @@ bootstrap_validate_options ()
     func_quote_for_eval ${1+"$@"}
     bootstrap_validate_options_result=$func_quote_for_eval_result
 }
+func_add_hook func_validate_options bootstrap_validate_options
 
 
 ## -------------------------------------------------- ##
diff --git a/bootstrap.conf b/bootstrap.conf
index f7bc1ac..572a07e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,6 +1,6 @@
 # bootstrap.conf (GNU Libtool) version 2011-11-21
 #
-# Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012 Free Software Foundation, Inc.
 # Written by Gary V. Vaughan, 2010
 
 # This is free software; see the source for copying conditions.  There is NO
@@ -73,6 +73,7 @@ gnulib_modules='
         gnupload
         maintainer-makefile
         readme-release
+        update-copyright
 '
 
 # Extra gnulib files that are not in modules, which override files of
@@ -342,6 +343,18 @@ libtool_build_prerequisites ()
 func_add_hook func_gnulib_tool libtool_build_prerequisites
 
 
+# libtool_force_changelog
+# -----------------------
+# Automake requires that ChangeLog exist.
+libtool_force_changelog ()
+{
+    $debug_cmd
+
+    echo "Autogenerated by \`make dist'" > ChangeLog || exit 1
+}
+func_add_hook func_gnulib_tool libtool_force_changelog
+
+
 # libtool_readme_release_package_substitutions
 # --------------------------------------------
 # Show our own package details instead of generic strings.
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index e2c12dd..cd69b8c 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -12,7 +12,9 @@
 /mdate-sh
 /missing
 /mkinstalldirs
+/test-driver
 /texinfo.tex
 /useless-if-before-free
 /vc-list-files
 /gitlog-to-changelog
+/update-copyright
diff --git a/build-aux/cvsu b/build-aux/cvsu
deleted file mode 100755
index 741f6b2..0000000
--- a/build-aux/cvsu
+++ /dev/null
@@ -1,512 +0,0 @@
-#! /usr/bin/perl -w
-
-# cvsu - do a quick check to see what files are out of date.
-#
-# Copyright (C) 2000-2005  Pavel Roskin <address@hidden>
-# Initially written by Tom Tromey <address@hidden>
-# Completely rewritten by Pavel Roskin <address@hidden>
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-require 5.004;
-use Getopt::Long;
-use File::Basename;
-use Time::Local;
-use strict;
-
-use vars qw($list_types %messages %options @batch_list $batch_cmd
-            $no_recurse $explain_type $find_mode $short_print
-            $no_cvsignore $nolinks $file $single_filename $curr_dir
-            @common_ignores $ignore_rx %entries %subdirs %removed);
-
-use constant SUBDIR_FOUND => 1;
-use constant SUBDIR_CVS   => 2;
-
-# This list comes from the CVS manual.
-use constant STANDARD_IGNORES =>
-        ('RCS', 'SCCS', 'CVS', 'CVS.adm', 'RCSLOG', 'cvslog.*', 'tags',
-         'TAGS', '.make.state', '.nse_depinfo', '*~', '#*', '.#*', ',*',
-         "_\$*", "*\$", '*.old', '*.bak', '*.BAK', '*.orig', '*.rej',
-         '.del-*', '*.a', '*.olb', '*.o', '*.obj', '*.so', '*.exe',
-         '*.Z', '*.elc', '*.ln', 'core');
-
-# 3-letter month names in POSIX locale, for fast date decoding
-my %months = (
-    "Jan" => 0,
-    "Feb" => 1,
-    "Mar" => 2,
-    "Apr" => 3,
-    "May" => 4,
-    "Jun" => 5,
-    "Jul" => 6,
-    "Aug" => 7,
-    "Sep" => 8,
-    "Oct" => 9,
-    "Nov" => 10,
-    "Dec" => 11
-);
-
-# print usage information and exit
-sub usage ()
-{
-    print "Usage:\n" .
-        "  cvsu [OPTIONS] [FILE] ...\n" .
-        "Options:\n" .
-        "  --local             Disable recursion\n" .
-        "  --explain           Verbosely print status of files\n" .
-        "  --find              Emulate find - filenames only\n" .
-        "  --short             Don't print paths\n" .
-        "  --ignore            Don't read .cvsignore\n" .
-        "  --messages          List known file types and long messages\n" .
-        "  --nolinks           Disable recognizing hard and soft links\n" .
-        "  --types=[^]LIST     Print only file types [not] from LIST\n" .
-        "  --batch=COMMAND     Execute this command on files\n" .
-        "  --help              Print this usage information\n" .
-        "  --version           Print version number\n" .
-        "Abbreviations and short options are supported\n";
-    exit 0;
-}
-
-# print version information and exit
-sub version ()
-{
-    print "cvsu - CVS offline examiner, version 0.2.3\n";
-    exit 0;
-}
-
-# If types begin with '^', make inversion
-sub adjust_types ()
-{
-    if ($list_types =~ m{^\^(.*)$}) {
-        $list_types = "";
-        foreach (keys %messages) {
-            $list_types .= $_
-                if (index ($1, $_) < 0);
-        }
-    }
-}
-
-# list known messages and exit
-sub list_messages ()
-{
-    my $default_mark;
-    print "Recognizable file types are:\n";
-    foreach (sort keys %messages) {
-        if (index($list_types, $_) >= 0) {
-            $default_mark = "*";
-        } else {
-            $default_mark = " ";
-        }
-        print "  $default_mark $_ $messages{$_}\n";
-    }
-    print "* indicates file types listed by default\n";
-    exit 0;
-}
-
-# Initialize @common_ignores
-# Also read $HOME/.cvsignore and append it to @common_ignores
-sub init_ignores ()
-{
-    my $HOME = $ENV{"HOME"};
-
-    push @common_ignores, STANDARD_IGNORES;
-
-    unless (defined($HOME)) {
-        return;
-    }
-
-    my $home_cvsignore = "${HOME}/.cvsignore";
-
-    if (-f "$home_cvsignore") {
-
-        unless (open (CVSIGNORE, "< $home_cvsignore")) {
-            error ("couldn't open $home_cvsignore: $!");
-        }
-
-        while (<CVSIGNORE>) {
-            push (@common_ignores, split);
-        }
-
-        close (CVSIGNORE);
-    }
-
-    my $CVSIGNOREENV = $ENV{"CVSIGNORE"};
-
-    unless (defined($CVSIGNOREENV)) {
-        return;
-    }
-
-    my @ignores_var = split (/ /, $CVSIGNOREENV);
-    push (@common_ignores, @ignores_var);
-
-}
-
-# Print message and exit (like "die", but without raising an exception).
-# Newline is added at the end.
-sub error ($)
-{
-        print STDERR "cvsu: ERROR: " . shift(@_) . "\n";
-        exit 1;
-}
-
-# execute commands from @exec_list with $exec_cmd
-sub do_batch ()
-{
-        my @cmd_list = split (' ', $batch_cmd);
-        system (@cmd_list,  @batch_list);
-}
-
-# print files status
-# Parameter 1: status in one-letter representation
-sub file_status ($)
-{
-    my $type = shift (@_);
-    my $item;
-    my $pathfile;
-
-    return
-        if $ignore_rx ne '' && $type =~ /[?SLD]/ && $file =~ /$ignore_rx/;
-
-    return
-        if (index($list_types, $type) < 0);
-
-    $pathfile = $curr_dir . $file;
-
-    if (defined($batch_cmd)) {
-        push (@batch_list, $pathfile);
-        # 1000 items in the command line might be too much for HP-UX
-        if ($#batch_list > 1000) {
-            do_batch();
-            undef @batch_list;
-        }
-    }
-
-    if ($short_print) {
-        $item = $file;
-    } else {
-        $item = $pathfile;
-    }
-
-    if ($find_mode) {
-        print "$item\n";
-    } else {
-        $type = $messages{$type}
-            if ($explain_type);
-        print "$type $item\n";
-    }
-}
-
-# load entries from CVS/Entries and CVS/Entries.Log
-# Parameter 1: file name for CVS/Entries
-# Return: list of entries in the format used in CVS/Entries
-sub load_entries ($);
-sub load_entries ($)
-{
-    my $entries_file = shift (@_);
-    my $entries_log_file = "$entries_file.Log";
-    my %ent = ();
-
-    unless (open (ENTRIES, "< $entries_file")) {
-        error ("couldn't open $entries_file: $!");
-    }
-    while (<ENTRIES>) {
-        chomp;
-        $ent{$_} = 1;
-    }
-    close (ENTRIES);
-
-    if (open (ENTRIES, "< $entries_log_file")) {
-        while (<ENTRIES>) {
-            chomp;
-            if ( m{^A (.+)} ) {
-                $ent{$1} = 1;
-            } elsif ( m{^R (.+)} ) {
-                delete $ent{$1};
-            } else {
-                # Note: "cvs commit" helps even when you are offline
-                error ("$entries_log_file:$.: unrecognizable line, " .
-                        "try \"cvs commit\"");
-            }
-        }
-        close (ENTRIES);
-    }
-
-    return keys %ent;
-}
-
-# process one directory
-# Parameter 1: directory name
-sub process_arg ($);
-sub process_arg ($)
-{
-    my $arg = shift (@_);
-    my %found_files = ();
-
-    # $file, $curr_dir, and $ignore_rx must be seen in file_status
-    local $file = "";
-    local $ignore_rx = "";
-    local $single_filename = 0;
-
-    if ( $arg eq "" or -d $arg ) {
-        $curr_dir = $arg;
-        my $real_curr_dir = $curr_dir eq "" ? "." : $curr_dir;
-
-        error ("$real_curr_dir is not a directory")
-            unless ( -d $real_curr_dir );
-
-        # Scan present files.
-        file_status (".");
-        opendir (DIR, $real_curr_dir) ||
-            error ("couldn't open directory $real_curr_dir: $!");
-        foreach (readdir (DIR)) {
-            $found_files {$_} = 1;
-        }
-        closedir (DIR);
-    } else {
-        $single_filename = basename $arg;
-        $curr_dir = dirname $arg;
-        $found_files{$single_filename} = 1 if lstat $arg;
-    }
-
-    $curr_dir .= "/"
-        unless ( $curr_dir eq "" || $curr_dir =~ m{/$} );
-
-    # Scan CVS/Entries.
-    my %entries = ();
-    my %subdirs = ();
-    my %removed = ();
-
-    foreach ( load_entries ("${curr_dir}CVS/Entries") ) {
-        if ( m{^D/([^/]+)/} ) {
-            $subdirs{$1} = SUBDIR_FOUND if !$single_filename;
-        } elsif ( m{^/([^/]+)/([^/])[^/]*/([^/]*)/} ) {
-            if ( !$single_filename or $single_filename eq $1 ) {
-                $entries{$1} = $3;
-                $removed{$1} = 1
-                    if $2 eq '-';
-            }
-        } elsif ( m{^D$} ) {
-            next;
-        } else {
-            error ("${curr_dir}CVS/Entries: unrecognizable line");
-        }
-    }
-
-    if ( $single_filename && !$entries{$single_filename} &&
-         !$found_files{$single_filename} ) {
-        error ("nothing known about $arg");
-    }
-
-    # Scan .cvsignore if any
-    unless ($no_cvsignore) {
-        my (@ignore_list) = ();
-
-        if (-f "${curr_dir}.cvsignore") {
-            open (CVSIGNORE, "< ${curr_dir}.cvsignore")
-                || error ("couldn't open ${curr_dir}.cvsignore: $!");
-            while (<CVSIGNORE>) {
-                push (@ignore_list, split);
-            }
-            close (CVSIGNORE);
-        }
-
-        my ($iter);
-        foreach $iter (@ignore_list, @common_ignores) {
-            if ($iter eq '!') {
-                $ignore_rx = ''
-            } else {
-                if ($ignore_rx eq '') {
-                    $ignore_rx = '^(';
-                } else {
-                    $ignore_rx .= '|';
-                }
-                $ignore_rx .= glob_to_rx ($iter);
-            }
-        }
-        $ignore_rx .= ')$'
-            if $ignore_rx ne '';
-    }
-
-    # File is missing
-    foreach $file (sort keys %entries) {
-        unless ($found_files{$file}) {
-            if ($removed{$file}) {
-                file_status("R");
-            } else {
-                file_status("U");
-            }
-        }
-    }
-
-    foreach $file (sort keys %found_files) {
-        next if ($file eq '.' || $file eq '..');
-        lstat ($curr_dir . $file) ||
-            error ("lstat() failed on $curr_dir . $file");
-        if (! $nolinks && -l _) {
-            file_status ("L");
-        } elsif (-d _) {
-            if ($file eq 'CVS') {
-                file_status ("C");
-            } elsif ($subdirs{$file}) {
-                $subdirs{$file} = SUBDIR_CVS;
-            } else {
-                file_status ("D"); # Unknown directory
-            }
-        } elsif (! (-f _) && ! (-l _)) {
-            file_status ("S"); # This must be something very special
-        } elsif (! $nolinks && (stat _) [3] > 1 ) {
-            file_status ("H"); # Hard link
-        } elsif (! $entries{$file}) {
-            file_status ("?");
-        } elsif ($entries{$file} =~ /^Initial |^dummy /) {
-            file_status ("A");
-        } elsif ($entries{$file} =~ /^Result of merge/) {
-            file_status ("G");
-        } elsif ($entries{$file} !~
-                /^(...) (...) (..) (..):(..):(..) (....)$/) {
-            error ("Invalid timestamp for $curr_dir$file: $entries{$file}");
-        } else {
-            my $cvtime = timegm($6, $5, $4, $3, $months{$2}, $7 - 1900);
-            my $mtime = (stat _) [9];
-            if ($cvtime == $mtime) {
-                file_status ("F");
-            } elsif ($cvtime < $mtime) {
-                file_status ("M");
-            } else {
-                file_status ("O");
-            }
-        }
-    }
-
-    # Now do directories.
-    unless ($no_recurse) {
-        my $save_curr_dir = $curr_dir;
-        foreach $file (sort keys %subdirs) {
-            if ($subdirs{$file} == SUBDIR_FOUND) {
-                $curr_dir = $save_curr_dir;
-                file_status ("X");
-            } elsif ($subdirs{$file} == SUBDIR_CVS) {
-                process_arg ($save_curr_dir . $file)
-            }
-        }
-    }
-}
-
-# Turn a glob into a regexp without recognizing square brackets.
-sub glob_to_rx_simple ($)
-{
-    my ($expr) = @_;
-    # Quote all non-word characters, convert ? to . and * to .*
-    $expr =~ s/(\W)/\\$1/g;
-    $expr =~ s/\\\*/.*/g;
-    $expr =~ s/\\\?/./g;
-    return $expr;
-}
-
-# Turn a glob into a regexp
-sub glob_to_rx ($)
-{
-    my $result = '';
-    my ($expr) = @_;
-    # Find parts in square brackets and copy them literally
-    # Text outside brackets is processed by glob_to_rx_simple()
-    while ($expr ne '') {
-        if ($expr =~ /^(.*?)(\[.*?\])(.*)/) {
-            $expr = $3;
-            $result .= glob_to_rx_simple ($1) . $2;
-        } else {
-            $result .= glob_to_rx_simple ($expr);
-            last;
-        }
-    }
-    return $result;
-}
-
-sub Main ()
-{
-    # types of files to be listed
-    $list_types = "^.FCL";
-
-    # long status messages
-    %messages = (
-        "?" => "Unlisted file",
-        "." => "Known directory",
-        "F" => "Up-to-date file",
-        "C" => "CVS admin directory",
-        "M" => "Modified file",
-        "S" => "Special file",
-        "D" => "Unlisted directory",
-        "L" => "Symbolic link",
-        "H" => "Hard link",
-        "U" => "Lost file",
-        "X" => "Lost directory",
-        "A" => "Newly added",
-        "O" => "Older copy",
-        "G" => "Result of merge",
-        "R" => "Removed file"
-    );
-
-    undef @batch_list;         # List of files for batch processing
-    undef $batch_cmd;          # Command to be executed on files
-    $no_recurse = 0;           # If this is set, do only local files
-    $explain_type = 0;         # Verbosely print status of files
-    $find_mode = 0;            # Don't print status at all
-    $short_print = 0;          # Print only filenames without path
-    $no_cvsignore = 0;         # Ignore .cvsignore
-    $nolinks = 0;              # Do not test for soft- or hard-links
-    my $want_msg = 0;          # List possible filetypes and exit
-    my $want_help = 0;         # Print help and exit
-    my $want_ver = 0;          # Print version and exit
-
-    my %options = (
-        "types=s"  => \$list_types,
-        "batch=s"  => \$batch_cmd,
-        "local"           => \$no_recurse,
-        "explain"  => \$explain_type,
-        "find"    => \$find_mode,
-        "short"           => \$short_print,
-        "ignore"   => \$no_cvsignore,
-        "messages" => \$want_msg,
-        "nolinks"  => \$nolinks,
-        "help"     => \$want_help,
-        "version"  => \$want_ver
-    );
-
-    GetOptions(%options);
-
-    adjust_types();
-
-    list_messages() if $want_msg;
-    usage() if $want_help;
-    version() if $want_ver;
-
-    unless ($no_cvsignore) {
-        init_ignores();
-    }
-
-    if ($#ARGV < 0) {
-        @ARGV = ("");
-    }
-
-    foreach (@ARGV) {
-        process_arg ($_);
-    }
-
-    if ($#batch_list >= 0) {
-            do_batch();
-    }
-}
-
-Main();
diff --git a/build-aux/edit-readme-alpha b/build-aux/edit-readme-alpha
index c759998..f9d8927 100755
--- a/build-aux/edit-readme-alpha
+++ b/build-aux/edit-readme-alpha
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 #   edit-readme-alpha - edit README file for alpha releases
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2010
 #
 #   This file is part of GNU Libtool.
diff --git a/build-aux/extract-trace b/build-aux/extract-trace
index ee3f284..f88f342 100755
--- a/build-aux/extract-trace
+++ b/build-aux/extract-trace
@@ -9,7 +9,7 @@ scriptversion=2011-11-21.10; # UTC
 # Extract macro arguments from autotools input with GNU M4.
 # Written by Gary V. Vaughan, 2010
 #
-# Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
diff --git a/build-aux/general.m4sh b/build-aux/general.m4sh
index 3cfecee..82d932c 100644
--- a/build-aux/general.m4sh
+++ b/build-aux/general.m4sh
@@ -1,7 +1,8 @@
 m4_divert_push([KILL])                                 -*- Autoconf -*-
 # general.m4sh -- general shell script boiler plate
 #
-#   Copyright (C) 2004, 2005, 2007, 2008, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2004-2005, 2007-2008, 2010-2012 Free Software
+#   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2004
 #
 #   This file is part of GNU Libtool.
@@ -77,7 +78,7 @@ basename='s|^.*/||'
 # We should try to minimise forks, especially on Windows where they are
 # unreasonably slow, so skip the feature probes when bash or zsh are
 # being used:
-if test set = "${BASH_VERSION+set}${ZSH_VERSION}"; then
+if test set = "${BASH_VERSION+set}$ZSH_VERSION"; then
     : ${lt_HAVE_ARITH_OP="yes"}
     : ${lt_HAVE_XSI_OPS="yes"}
     # The += operator was introduced in bash 3.1
diff --git a/build-aux/getopt.m4sh b/build-aux/getopt.m4sh
index e5e9771..3ba78a6 100644
--- a/build-aux/getopt.m4sh
+++ b/build-aux/getopt.m4sh
@@ -1,8 +1,7 @@
 m4_include([general.m4sh])m4_divert_push([KILL])       -*- Autoconf -*-
 # getopt.m4sh -- getopt helper functions
 #
-#    Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-#    Foundation, Inc.
+#    Copyright (C) 2004-2012 Free Software Foundation, Inc.
 #    Written by Gary V. Vaughan, 2004
 #
 #    This file is part of GNU Libtool.
diff --git a/build-aux/ltmain.m4sh b/build-aux/ltmain.m4sh
index 1d71f0e..14f3c37 100644
--- a/build-aux/ltmain.m4sh
+++ b/build-aux/ltmain.m4sh
@@ -3,8 +3,7 @@ m4_divert_push([SCRIPT])
 # libtool (GNU @PACKAGE@) @VERSION@
 # Written by Gordon Matzigkeit <address@hidden>, 1996
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
-# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 1996-2001, 2003-2012 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
@@ -6649,7 +6648,7 @@ func_mode_link ()
           # On Darwin other compilers
           case $CC in
               nagfor*)
-                  verstring="${wl}-compatibility_version ${wl}$minor_current 
${wl}-current_version ${wl}$minor_current.$revision"
+                  verstring="$wl-compatibility_version $wl$minor_current 
$wl-current_version $wl$minor_current.$revision"
                   ;;
               *)
                   verstring="-compatibility_version $minor_current 
-current_version $minor_current.$revision"
diff --git a/build-aux/options-parser b/build-aux/options-parser
index 9d42418..14e6741 100644
--- a/build-aux/options-parser
+++ b/build-aux/options-parser
@@ -6,7 +6,7 @@ scriptversion=2011-11-20.12; # UTC
 # A pluggable option parser for Bourne shell.
 # Written by Gary V. Vaughan, 2010
 
-# Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
@@ -462,6 +462,9 @@ func_parse_options ()
       # Adjust func_parse_options positional parameters to match
       eval set dummy $func_run_hooks_result; shift
 
+      # Break out of the loop if we already parsed every option.
+      test $# -gt 0 || break
+
       _G_opt=$1
       shift
       case $_G_opt in
@@ -476,7 +479,7 @@ func_parse_options ()
         --help)       func_help ;;
 
        # Separate optargs to long options (plugins may need this):
-       --*=*)        func_split_equals "$opt"
+       --*=*)        func_split_equals "$_G_opt"
                      set dummy "$func_split_equals_lhs" \
                           "$func_split_equals_rhs" ${1+"$@"}
                       shift
@@ -587,27 +590,47 @@ func_echo ()
 }
 
 
-# func_error ARG...
-# -----------------
-# Echo program name prefixed message to standard error.
-func_error ()
+# func_echo_infix_1 INFIX ARG...
+# ------------------------------
+# Echo program name, followed by INFIX on the first line, with any
+# additional lines not showing INFIX.
+func_echo_infix_1 ()
 {
     $require_term_colors
 
+    _G_infix=$1; shift
+    _G_prefix="$progname: $tc_standout$tc_red$_G_infix$tc_reset: "
     _G_message=$*
-    _G_prefix="$progname: $tc_standout${tc_red}error$tc_reset: "
 
     save_IFS=$IFS
     IFS=$nl
     for _G_line in $_G_message; do
       IFS=$save_IFS
       $bs_echo "$_G_prefix$tc_bold$_G_line$tc_reset" 1>&2
-      _G_prefix="$progname:        "
+      _G_prefix="$progname: `echo $_G_infix | sed 's|.| |g'`  "
     done
     IFS=$save_IFS
 }
 
 
+# func_warn ARG...
+# ----------------
+# Echo program name (and 'warning') prefixed message to standard error.
+func_warn ()
+{
+    func_echo_infix_1 warning "$*"
+}
+
+
+# func_error ARG...
+# -----------------
+# Echo program name prefixed message to standard error.
+func_error ()
+{
+    func_echo_infix_1 error "$*"
+}
+
+
 # func_fatal_error ARG...
 # -----------------------
 # Echo program name prefixed message to standard error, and exit.
@@ -626,8 +649,8 @@ func_fatal_help ()
 {
     $debug_cmd
 
-    eval $bs_echo \""Usage: $usage"\"
-    eval $bs_echo \""$fatal_help"\"
+    eval \$bs_echo \""Usage: $usage"\"
+    eval \$bs_echo \""$fatal_help"\"
     func_error ${1+"$@"}
     exit $EXIT_FAILURE
 }
@@ -777,11 +800,11 @@ func_usage_message ()
 {
     $debug_cmd
 
-    eval $bs_echo \""$usage"\"
+    eval \$bs_echo \""$usage"\"
     echo
     $SED -n 's|^# ||;/^Written by/{x;p;x;};h' < "$progpath"
     echo
-    eval $bs_echo \""$usage_message"\"
+    eval \$bs_echo \""$usage_message"\"
 }
 
 
diff --git a/cfg.mk b/cfg.mk
index ef1637a..fcaf39f 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,6 +1,6 @@
 # cfg.mk -- Configuration for maintainer-makefile
 #
-#   Copyright (c) 2011 Free Software Foundation, Inc.
+#   Copyright (c) 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2011
 #
 #   This file is part of GNU Libtool.
@@ -21,6 +21,8 @@
 # or obtained by writing to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Boston, # MA 02111-1301, USA.
 
+update-copyright-env := UPDATE_COPYRIGHT_FORCE=1 
UPDATE_COPYRIGHT_USE_INTERVALS=1
+
 # Set format of NEWS
 old_NEWS_hash := d41d8cd98f00b204e9800998ecf8427e
 
@@ -46,6 +48,8 @@ local-checks-to-skip =                                \
        sc_GPL_version                          \
        sc_cast_of_x_alloc_return_value         \
        sc_prohibit_always-defined_macros       \
+       sc_prohibit_always_true_header_tests    \
+       sc_prohibit_strncpy                     \
        sc_trailing_blank                       \
        sc_unmarked_diagnostics
 
@@ -55,6 +59,11 @@ local-checks-to-skip =                               \
 # prohibit_always-defined_macros:
 #      we have our own argz and dirent, which use the same macros but
 #      which are not always-defined in our case.
+# prohibit_always_true_header_tests:
+#      we have our own argz and dirent, which are not *always* true,
+#      so the guards cannot be removed in our case.
+# prohibit_strncpy:
+#      what's so bad about strncpy anyway?
 # trailing_blank: flags valid rfc3676 separators
 # unmarked_diagnostics: libtool isn't internationalized
 
diff --git a/configure.ac b/configure.ac
index 0fe1802..517f706 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Process this file with autoconf to create configure. -*- autoconf -*-
 
-#   Copyright (C) 2001, 2004, 2005, 2008, 2010 Free Software Foundation,
-#   Inc.
+#   Copyright (C) 2001, 2004-2005, 2008, 2010-2012 Free Software
+#   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2001
 #
 #   This file is part of GNU Libtool.
diff --git a/doc/libtool.texi b/doc/libtool.texi
index da5497e..77d65bc 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -20,7 +20,7 @@
 @copying
 This manual is for GNU Libtool (version @value{VERSION}, @value{UPDATED}).
 
-Copyright @copyright{} 1996--2011 Free Software Foundation, Inc.
+Copyright @copyright{} 1996--2012 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3
@@ -935,7 +935,7 @@ lives.  So, let's try again, by invoking GDB directly on 
the executable:
 @example
 burger$ @kbd{gdb @value{objdir}/hell}
 GNU gdb 5.3 (i386-unknown-netbsd)
-Copyright 2002 Free Software Foundation, Inc.
+Copyright 2002, 2011-2012 Free Software Foundation, Inc.
 GDB is free software, covered by the GNU General Public License,
 and you are welcome to change it and/or distribute copies of it
 under certain conditions.  Type "show copying" to see the conditions.
@@ -3780,7 +3780,7 @@ libltdl supports currently the following dynamic linking 
mechanisms:
 @item
 GNU DLD (emulates dynamic linking for static libraries)
 @item
-libtool's dlpreopen (see @pxref{Dlpreopening})
+libtool's dlpreopen (@pxref{Dlpreopening})
 @end itemize
 
 @noindent
@@ -3869,8 +3869,8 @@ loader is used.
 @end deftp
 
 @deftp {Type} lt_dlsymlist
address@hidden is a symbol list for dlpreopened modules.
-This structure is described in @pxref{Dlpreopening}.
address@hidden is a symbol list for dlpreopened modules
+(@pxref{Dlpreopening}).
 @end deftp
 
 @page
@@ -6063,8 +6063,7 @@ Z:\var\tmp\BUILD\lib
 to the @env{PATH}.  libtool contains support for path conversions of this
 type, for a certain limited set of build and host platform combinations. In
 this case, libtool will invoke Wine's @command{winepath} utility to ensure that
-the correct @env{PATH} value is used.  For more information, see
address@hidden name conversion}.
+the correct @env{PATH} value is used.  @xref{File name conversion}.
 
 @node File name conversion
 @subsection File name conversion
@@ -6100,16 +6099,16 @@ libtool supports file name conversion in the following 
scenarios:
 @tab @pxref{Cygwin/Windows File Name Conversion}
 
 @item Unix + Wine @tab MinGW (Windows)
address@hidden Requires Wine. @pxref{Unix/Windows File Name Conversion}
address@hidden Requires Wine. @xref{Unix/Windows File Name Conversion}
 
 @item MinGW (MSYS) @tab Cygwin
address@hidden Requires @env{LT_CYGPATH}. @pxref{LT_CYGPATH}. Provided for 
testing
address@hidden Requires @env{LT_CYGPATH}. @xref{LT_CYGPATH}. Provided for 
testing
 purposes only.
 
 @item Unix + Wine @tab Cygwin
 @tab Requires both Wine and @env{LT_CYGPATH}, but does not yet work with
 Cygwin 1.7.7 and Wine-1.2.
-See @pxref{Unix/Windows File Name Conversion} and @pxref{LT_CYGPATH}.
address@hidden/Windows File Name Conversion}, and @ref{LT_CYGPATH}.
 @end multitable
 
 @menu
@@ -6200,8 +6199,8 @@ platform is MinGW.
 When the host platform is Cygwin, but the build platform is MSYS or some Unix
 system, libtool also uses @command{cygpath} to convert from Windows to Cygwin
 format (after first converting from the build platform format to Windows 
format;
-see @pxref{Native MinGW File Name Conversion} and
address@hidden/Windows File Name Conversion}).  Because the build platform is 
not
address@hidden MinGW File Name Conversion}, and
address@hidden/Windows File Name Conversion}.)  Because the build platform is 
not
 Cygwin, @command{cygpath} is not (and should not be) in the @env{PATH}.
 Therefore, in this configuration the environment variable @env{LT_CYGPATH} is
 required. @xref{LT_CYGPATH}.
diff --git a/gl/build-aux/announce-gen.diff b/gl/build-aux/announce-gen.diff
index 937918a..d39e8e2 100644
--- a/gl/build-aux/announce-gen.diff
+++ b/gl/build-aux/announce-gen.diff
@@ -1,14 +1,5 @@
 --- gnulib/build-aux/announce-gen      2011-10-19 01:26:27.000000000 +0700
 +++ gl/build-aux/announce-gen  2011-10-19 16:54:12.000000000 +0700
-@@ -102,7 +102,7 @@
-   my %res;
-   foreach my $f (@file)
-     {
--      my $cmd = "du --human $f";
-+      my $cmd = "du -h $f";
-       my $t = `$cmd`;
-       # FIXME-someday: give a better diagnostic, a la $PROCESS_STATUS
-       $@
 @@ -449,7 +449,14 @@
  
  <\#secure method=pgpmime mode=sign>
diff --git a/gl/build-aux/do-release-commit-and-tag.diff 
b/gl/build-aux/do-release-commit-and-tag.diff
index 9dfa795..0496bed 100644
--- a/gl/build-aux/do-release-commit-and-tag.diff
+++ b/gl/build-aux/do-release-commit-and-tag.diff
@@ -1,22 +1,22 @@
---- gnulib/build-aux/do-release-commit-and-tag 2011-10-19 22:37:21.000000000 
+0700
-+++ gl/build-aux/do-release-commit-and-tag     2011-10-21 15:09:12.000000000 
+0700
-@@ -74,6 +74,10 @@
-   esac
- }
+--- gnulib/build-aux/do-release-commit-and-tag 2012-09-16 10:56:58.000000000 
+0700
++++ gl/build-aux/do-release-commit-and-tag     2012-09-16 11:01:14.000000000 
+0700
+@@ -86,6 +86,10 @@
+ branch=$(git branch | sed -ne '/^\* /{s///;p;q;}')
+ builddir=.
  
 +for gsort in $SORT gsort sort; do
 +  echo 1|$gsort -V >/dev/null 2>/dev/null && break
 +done
 +
- branch=master
- case $1 in
-   --branch) shift; branch=$1; shift ;;
-@@ -95,7 +99,7 @@
+ while test $# != 0
+ do
+   # Handle --option=value by splitting apart and putting back on argv.
+@@ -125,7 +129,7 @@
    || die 'failed to determine previous version number from .prev-version'
  
  # Verify that $ver is sensible (> .prev-version).
 -case $(printf "$prev_ver\n$ver\n"|sort -V -u|tr '\n' ':') in
 +case $(printf "$prev_ver\n$ver\n"|$gsort -V -u|tr '\n' ':') in
    "$prev_ver:$ver:") ;;
-   *) die "invalid version: $ver";;
+   *) die "invalid version: $ver (<= $prev_ver)";;
  esac
diff --git a/gl/top/README-release.diff b/gl/top/README-release.diff
new file mode 100644
index 0000000..19cc3ec
--- /dev/null
+++ b/gl/top/README-release.diff
@@ -0,0 +1,38 @@
+--- gnulib/top/README-release  2012-09-16 10:57:02.000000000 +0700
++++ gl/top/README-release      2012-09-16 14:51:58.000000000 +0700
+@@ -1,5 +1,9 @@
+ Here are most of the steps we (maintainers) follow when making a release.
+ 
++* If you don't yet have gnu ftp upload rights, read this:
++
++    
https://www.gnu.org/prep/maintain/html_node/Automated-Upload-Registration.html#Automated-Upload-Registration
++
+ * Start from a clean, up-to-date git directory on "master":
+ 
+     make -k maintainer-clean || { ./configure && make maintainer-clean; }
+@@ -27,10 +31,25 @@
+ 
+     ./bootstrap && ./configure
+ 
++* Double check that serial number updates in public m4 files weren't
++  forgotten since last release (they should be updated in git along with
++  commits that require it so that users can work with git snapshots).
++
++* Update the LTDL_VERSION_INFO in libltdl/Makefile.inc for changes since
++  the last release.
++
++* Run "./bootstrap && ./configure".
++
+ * Pre-release testing: ensure that the following command succeeds:
+ 
+     make check syntax-check distcheck
++    make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-ltdl-install
++    make distcheck DISTCHECK_CONFIGURE_FLAGS=--program-prefix=g
++    make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-shared
++    make distcheck CC=g++
+ 
++  If there are any problems, fix them and start again.
++ 
+ * To (i) set the date, version number, and release type [stable/alpha/beta]
+   on line 3 of NEWS, (ii) commit that, and (iii) tag the release, run
+ 
diff --git a/gnulib b/gnulib
index 576e46c..c3d1ccf 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 576e46cb89ee781ec9f8352723b5dc96d3c7fd1f
+Subproject commit c3d1ccfdb375b4cb1b912116c084a61422ef47e3
diff --git a/libltdl/README b/libltdl/README
index 90a0aef..f095752 100644
--- a/libltdl/README
+++ b/libltdl/README
@@ -9,7 +9,7 @@ It supports the following dlopen interfaces:
 * dyld (darwin/Mac OS X)
 * libtool's dlpreopen
 --
-   Copyright (C) 1999, 2003, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2011-2012 Free Software Foundation, Inc.
    Written by Thomas Tanner, 1999
 
    This file is part of GNU Libtool.
diff --git a/libltdl/argz.c b/libltdl/argz.c
index c30276b..1f2f597 100644
--- a/libltdl/argz.c
+++ b/libltdl/argz.c
@@ -1,6 +1,7 @@
 /* argz.c -- argz implementation for non-glibc systems
 
-   Copyright (C) 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2006-2008, 2011-2012 Free Software Foundation,
+   Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/argz_.h b/libltdl/argz_.h
index 25d3e56..59d36bf 100644
--- a/libltdl/argz_.h
+++ b/libltdl/argz_.h
@@ -1,6 +1,7 @@
 /* lt__argz.h -- internal argz interface for non-glibc systems
 
-   Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007-2008, 2011-2012 Free Software Foundation,
+   Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/configure.ac b/libltdl/configure.ac
index 58cfac9..6658482 100644
--- a/libltdl/configure.ac
+++ b/libltdl/configure.ac
@@ -1,6 +1,7 @@
 # Process this file with autoconf to create configure. -*- autoconf -*-
 #
-#    Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+#    Copyright (C) 2004-2005, 2007-2008, 2011-2012 Free Software
+#    Foundation, Inc.
 #    Written by Gary V. Vaughan, 2004
 #
 #    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/libltdl/lt__alloc.h b/libltdl/libltdl/lt__alloc.h
index 23807c8..90d4a47 100644
--- a/libltdl/libltdl/lt__alloc.h
+++ b/libltdl/libltdl/lt__alloc.h
@@ -1,6 +1,6 @@
 /* lt__alloc.h -- internal memory management interface
 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2011-2012 Free Software Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/libltdl/lt__dirent.h b/libltdl/libltdl/lt__dirent.h
index b455422..b1563ee 100644
--- a/libltdl/libltdl/lt__dirent.h
+++ b/libltdl/libltdl/lt__dirent.h
@@ -1,6 +1,7 @@
 /* lt__dirent.h -- internal directory entry scanning interface
 
-   Copyright (C) 2001, 2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2006, 2011-2012 Free Software Foundation,
+   Inc.
    Written by Bob Friesenhahn, 2001
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/libltdl/lt__glibc.h b/libltdl/libltdl/lt__glibc.h
index a8f0bc3..47a4b81 100644
--- a/libltdl/libltdl/lt__glibc.h
+++ b/libltdl/libltdl/lt__glibc.h
@@ -1,6 +1,7 @@
 /* lt__glibc.h -- support for non glibc environments
 
-   Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2006-2007, 2011-2012 Free Software Foundation,
+   Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/libltdl/lt__private.h b/libltdl/libltdl/lt__private.h
index 5fb489e..68a01a9 100644
--- a/libltdl/libltdl/lt__private.h
+++ b/libltdl/libltdl/lt__private.h
@@ -1,6 +1,6 @@
 /* lt__private.h -- internal apis for libltdl
 
-   Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2004-2008, 2011-2012 Free Software Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/libltdl/lt__strl.h b/libltdl/libltdl/lt__strl.h
index 915a688..a02b7b5 100644
--- a/libltdl/libltdl/lt__strl.h
+++ b/libltdl/libltdl/lt__strl.h
@@ -1,6 +1,6 @@
 /* lt__strl.h -- size-bounded string copying and concatenation
 
-   Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2006, 2011-2012 Free Software Foundation, Inc.
    Written by Bob Friesenhahn, 2004
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/libltdl/lt_dlloader.h b/libltdl/libltdl/lt_dlloader.h
index ed9b489..c9b9d0e 100644
--- a/libltdl/libltdl/lt_dlloader.h
+++ b/libltdl/libltdl/lt_dlloader.h
@@ -1,6 +1,7 @@
 /* lt_dlloader.h -- dynamic library loader interface
 
-   Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007-2008, 2011-2012 Free Software Foundation,
+   Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/libltdl/lt_error.h b/libltdl/libltdl/lt_error.h
index 5c2dab2..21f7873 100644
--- a/libltdl/libltdl/lt_error.h
+++ b/libltdl/libltdl/lt_error.h
@@ -1,6 +1,7 @@
 /* lt_error.h -- error propogation interface
 
-   Copyright (C) 1999, 2000, 2001, 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1999-2001, 2004, 2007, 2011-2012 Free Software
+   Foundation, Inc.
    Written by Thomas Tanner, 1999
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/libltdl/lt_system.h b/libltdl/libltdl/lt_system.h
index 2d65eb5..1a0de98 100644
--- a/libltdl/libltdl/lt_system.h
+++ b/libltdl/libltdl/lt_system.h
@@ -1,6 +1,6 @@
 /* lt_system.h -- system portability abstraction layer
 
-   Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/libltdl/slist.h b/libltdl/libltdl/slist.h
index 0cd7f0c..c38661f 100644
--- a/libltdl/libltdl/slist.h
+++ b/libltdl/libltdl/slist.h
@@ -1,6 +1,7 @@
 /* slist.h -- generalised singly linked lists
 
-   Copyright (C) 2000, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2009, 2011-2012 Free Software Foundation,
+   Inc.
    Written by Gary V. Vaughan, 2000
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/loaders/dld_link.c b/libltdl/loaders/dld_link.c
index 97aad1e..b899bd2 100644
--- a/libltdl/loaders/dld_link.c
+++ b/libltdl/loaders/dld_link.c
@@ -1,7 +1,7 @@
 /* loader-dld_link.c -- dynamic linking with dld
 
-   Copyright (C) 1998, 1999, 2000, 2004, 2006,
-                 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2012 Free Software
+   Foundation, Inc.
    Written by Thomas Tanner, 1998
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/loaders/dlopen.c b/libltdl/loaders/dlopen.c
index 2866e62..e8180e1 100644
--- a/libltdl/loaders/dlopen.c
+++ b/libltdl/loaders/dlopen.c
@@ -1,7 +1,7 @@
 /* loader-dlopen.c --  dynamic linking with dlopen/dlsym
 
-   Copyright (C) 1998, 1999, 2000, 2004, 2006,
-                 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2012 Free Software
+   Foundation, Inc.
    Written by Thomas Tanner, 1998
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/loaders/dyld.c b/libltdl/loaders/dyld.c
index ee60cfe..a4259c5 100644
--- a/libltdl/loaders/dyld.c
+++ b/libltdl/loaders/dyld.c
@@ -1,7 +1,7 @@
 /* loader-dyld.c -- dynamic linking on darwin and OS X
 
-   Copyright (C) 1998, 1999, 2000, 2004, 2006,
-                 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2012 Free Software
+   Foundation, Inc.
    Written by Peter O'Gorman, 1998
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/loaders/load_add_on.c b/libltdl/loaders/load_add_on.c
index 379f9ba..5bb7f07 100644
--- a/libltdl/loaders/load_add_on.c
+++ b/libltdl/loaders/load_add_on.c
@@ -1,7 +1,7 @@
 /* loader-load_add_on.c --  dynamic linking for BeOS
 
-   Copyright (C) 1998, 1999, 2000, 2004, 2006,
-                 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2012 Free Software
+   Foundation, Inc.
    Written by Thomas Tanner, 1998
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/loaders/loadlibrary.c b/libltdl/loaders/loadlibrary.c
index 2c2dc75..cfdeba3 100644
--- a/libltdl/loaders/loadlibrary.c
+++ b/libltdl/loaders/loadlibrary.c
@@ -1,7 +1,7 @@
 /* loader-loadlibrary.c --  dynamic linking for Win32
 
-   Copyright (C) 1998, 1999, 2000, 2004, 2005, 2006,
-                 2007, 2008, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1998-2000, 2004-2008, 2010-2012 Free Software
+   Foundation, Inc.
    Written by Thomas Tanner, 1998
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/loaders/preopen.c b/libltdl/loaders/preopen.c
index 1fe4127..1670085 100644
--- a/libltdl/loaders/preopen.c
+++ b/libltdl/loaders/preopen.c
@@ -1,7 +1,7 @@
 /* loader-preopen.c -- emulate dynamic linking using preloaded_symbols
 
-   Copyright (C) 1998, 1999, 2000, 2004, 2006,
-                 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2012 Free Software
+   Foundation, Inc.
    Written by Thomas Tanner, 1998
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/loaders/shl_load.c b/libltdl/loaders/shl_load.c
index 7ebfeec..1b59310 100644
--- a/libltdl/loaders/shl_load.c
+++ b/libltdl/loaders/shl_load.c
@@ -1,7 +1,7 @@
 /* loader-shl_load.c --  dynamic linking with shl_load (HP-UX)
 
-   Copyright (C) 1998, 1999, 2000, 2004, 2006,
-                 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2012 Free Software
+   Foundation, Inc.
    Written by Thomas Tanner, 1998
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/lt__alloc.c b/libltdl/lt__alloc.c
index d39e17e..a9c68cd 100644
--- a/libltdl/lt__alloc.c
+++ b/libltdl/lt__alloc.c
@@ -1,6 +1,7 @@
 /* lt__alloc.c -- internal memory management interface
 
-   Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2006-2007, 2011-2012 Free Software Foundation,
+   Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/lt__dirent.c b/libltdl/lt__dirent.c
index 6da267c..dcb7e3c 100644
--- a/libltdl/lt__dirent.c
+++ b/libltdl/lt__dirent.c
@@ -1,6 +1,6 @@
 /* lt__dirent.c -- internal directory entry scanning interface
 
-   Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2011-2012 Free Software Foundation, Inc.
    Written by Bob Friesenhahn, 2001
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/lt__strl.c b/libltdl/lt__strl.c
index e79a0d2..9569916 100644
--- a/libltdl/lt__strl.c
+++ b/libltdl/lt__strl.c
@@ -1,6 +1,6 @@
 /* lt__strl.c -- size-bounded string copying and concatenation
 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2011-2012 Free Software Foundation, Inc.
    Written by Bob Friesenhahn, 2004
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/lt_dlloader.c b/libltdl/lt_dlloader.c
index 699a504..b458129 100644
--- a/libltdl/lt_dlloader.c
+++ b/libltdl/lt_dlloader.c
@@ -1,6 +1,7 @@
 /* lt_dlloader.c -- dynamic library loader interface
 
-   Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007-2008, 2011-2012 Free Software Foundation,
+   Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/lt_error.c b/libltdl/lt_error.c
index d7af36d..033bc76 100644
--- a/libltdl/lt_error.c
+++ b/libltdl/lt_error.c
@@ -1,6 +1,7 @@
 /* lt_error.c -- error propogation interface
 
-   Copyright (C) 1999, 2000, 2001, 2004, 2005, 2007 Free Software Foundation, 
Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2012 Free Software
+   Foundation, Inc.
    Written by Thomas Tanner, 1999
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c
index 7f94696..0dea0c8 100644
--- a/libltdl/ltdl.c
+++ b/libltdl/ltdl.c
@@ -1,7 +1,7 @@
 /* ltdl.c -- system independent dlopen wrapper
 
-   Copyright (C) 1998, 1999, 2000, 2004, 2005, 2006,
-                2007, 2008, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1998-2000, 2004-2008, 2011-2012 Free Software
+   Foundation, Inc.
    Written by Thomas Tanner, 1998
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/ltdl.h b/libltdl/ltdl.h
index 010bb03..07eca87 100644
--- a/libltdl/ltdl.h
+++ b/libltdl/ltdl.h
@@ -1,7 +1,7 @@
 /* ltdl.h -- generic dlopen functions
 
-   Copyright (C) 1998-2000, 2004, 2005,
-                 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1998-2000, 2004-2005, 2007-2008, 2011-2012 Free
+   Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/ltdl.mk b/libltdl/ltdl.mk
index dd3fc62..a35ed96 100644
--- a/libltdl/ltdl.mk
+++ b/libltdl/ltdl.mk
@@ -1,6 +1,7 @@
 ## ltdl.mk -- includable Makefile snippet
 ##
-##   Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+##   Copyright (C) 2003-2005, 2007, 2011-2012 Free Software Foundation,
+##   Inc.
 ##   Written by Gary V. Vaughan, 2003
 ##
 ##   NOTE: The canonical source of this file is maintained with the
diff --git a/libltdl/slist.c b/libltdl/slist.c
index 189c2c3..5c5f87a 100644
--- a/libltdl/slist.c
+++ b/libltdl/slist.c
@@ -1,6 +1,7 @@
 /* slist.c -- generalised singly linked lists
 
-   Copyright (C) 2000, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2007-2009, 2011-2012 Free Software
+   Foundation, Inc.
    Written by Gary V. Vaughan, 2000
 
    NOTE: The canonical source of this file is maintained with the
diff --git a/libtoolize.m4sh b/libtoolize.m4sh
index 624fd56..bd63a3a 100644
--- a/libtoolize.m4sh
+++ b/libtoolize.m4sh
@@ -3,8 +3,7 @@ AS_INIT[]m4_divert_push([HEADER-COPYRIGHT])
 # libtoolize (GNU @PACKAGE@) @VERSION@
 # Written by Gary V. Vaughan <address@hidden>, 2003
 
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-# Free Software Foundation, Inc.
+# Copyright (C) 2003-2012 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
@@ -1716,6 +1715,8 @@ func_require_seen_ltdl ()
     fi
     test -n "$seen_ltdl" || seen_ltdl=false
 
+    $seen_ltdl && func_verbose "found LTDL_INIT invocation"
+
     require_seen_ltdl=:
 }
 
@@ -1737,6 +1738,8 @@ func_require_seen_libtool ()
     fi
     test -n "$seen_libtool" || seen_libtool=false
 
+    $seen_libtool && func_verbose "found LT_INIT invocation"
+
     require_seen_libtool=:
 }
 
diff --git a/m4/argz.m4 b/m4/argz.m4
index 1722e0f..ad1743e 100644
--- a/m4/argz.m4
+++ b/m4/argz.m4
@@ -1,6 +1,6 @@
 # Portability macros for glibc argz.                    -*- Autoconf -*-
 #
-#   Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+#   Copyright (C) 2004-2007, 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan <address@hidden>
 #
 # This file is free software; the Free Software Foundation gives
diff --git a/m4/autobuild.m4 b/m4/autobuild.m4
index 93ccb54..284dc60 100644
--- a/m4/autobuild.m4
+++ b/m4/autobuild.m4
@@ -1,6 +1,5 @@
 # autobuild.m4 serial 7
-dnl Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 2004, 2006-2012 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.
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index bd0bb9e..4413a6d 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -1,8 +1,6 @@
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 #
-#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
-#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-#                 Foundation, Inc.
+#   Copyright (C) 1996-2001, 2003-2012 Free Software Foundation, Inc.
 #   Written by Gordon Matzigkeit, 1996
 #
 # This file is free software; the Free Software Foundation gives
diff --git a/m4/ltdl.m4 b/m4/ltdl.m4
index 6cb5727..28c39a9 100644
--- a/m4/ltdl.m4
+++ b/m4/ltdl.m4
@@ -1,6 +1,6 @@
 # ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
 #
-#   Copyright (C) 1999-2006, 2007, 2008, 2011 Free Software Foundation, Inc.
+#   Copyright (C) 1999-2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Thomas Tanner, 1999
 #
 # This file is free software; the Free Software Foundation gives
diff --git a/m4/ltoptions.m4 b/m4/ltoptions.m4
index e255a04..13da361 100644
--- a/m4/ltoptions.m4
+++ b/m4/ltoptions.m4
@@ -1,7 +1,7 @@
 # Helper functions for option handling.                    -*- Autoconf -*-
 #
-#   Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
-#   Inc.
+#   Copyright (C) 2004-2005, 2007-2009, 2011-2012 Free Software
+#   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2004
 #
 # This file is free software; the Free Software Foundation gives
diff --git a/m4/ltsugar.m4 b/m4/ltsugar.m4
index 9000a05..ad88093 100644
--- a/m4/ltsugar.m4
+++ b/m4/ltsugar.m4
@@ -1,6 +1,7 @@
 # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
 #
-# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2004-2005, 2007-2008, 2011-2012 Free Software
+# Foundation, Inc.
 # Written by Gary V. Vaughan, 2004
 #
 # This file is free software; the Free Software Foundation gives
diff --git a/m4/ltversion.in b/m4/ltversion.in
index 9793b48..1d0ba80 100644
--- a/m4/ltversion.in
+++ b/m4/ltversion.in
@@ -1,6 +1,6 @@
 # ltversion.m4 -- version numbers                      -*- Autoconf -*-
 #
-#   Copyright (C) 2004 Free Software Foundation, Inc.
+#   Copyright (C) 2004, 2011-2012 Free Software Foundation, Inc.
 #   Written by Scott James Remnant, 2004
 #
 # This file is free software; the Free Software Foundation gives
diff --git a/m4/lt~obsolete.m4 b/m4/lt~obsolete.m4
index ffeab56..1d2f2db 100644
--- a/m4/lt~obsolete.m4
+++ b/m4/lt~obsolete.m4
@@ -1,6 +1,7 @@
 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 #
-#   Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2004-2005, 2007, 2009, 2011-2012 Free Software
+#   Foundation, Inc.
 #   Written by Scott James Remnant, 2004.
 #
 # This file is free software; the Free Software Foundation gives
diff --git a/tests/.gitignore b/tests/.gitignore
index 0712f71..b7bfb69 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,3 +1,4 @@
 /defs
 /defs.in
 /package.m4
+/*.trs
diff --git a/tests/am-subdir.at b/tests/am-subdir.at
index 6455b1e..bf9d7cf 100644
--- a/tests/am-subdir.at
+++ b/tests/am-subdir.at
@@ -1,6 +1,6 @@
 # am-subdir.at -- libtool subdir-objects support              -*- Autotest -*-
 
-#   Copyright (C) 2004, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2004, 2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2004
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/archive-in-archive.at b/tests/archive-in-archive.at
index 5cd6d77..1e2fbc9 100644
--- a/tests/archive-in-archive.at
+++ b/tests/archive-in-archive.at
@@ -1,6 +1,6 @@
 # dmacks.at --  test for dmacks bug  -*- Autotest -*-
 #
-#   Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
 #   Written by Peter O'Gorman, 2007
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/bindir.at b/tests/bindir.at
index 33fd1da..063404b 100644
--- a/tests/bindir.at
+++ b/tests/bindir.at
@@ -1,6 +1,6 @@
 # bindir.at -  Test the -bindir option
 #
-#   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 #   Written by Dave Korn, 2009
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/cmdline_wrap.at b/tests/cmdline_wrap.at
index 79a3931..6206fec 100644
--- a/tests/cmdline_wrap.at
+++ b/tests/cmdline_wrap.at
@@ -1,6 +1,6 @@
 # cmdline_wrap.at -- run tests with low max_cmd_len           -*- Autotest -*-
 
-#   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2007, 2009, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2007
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/configure-iface.at b/tests/configure-iface.at
index e63b5c6..1bfd292 100644
--- a/tests/configure-iface.at
+++ b/tests/configure-iface.at
@@ -1,6 +1,6 @@
 # configure-iface.at -- test ltdl configure interface         -*- Autotest -*-
 #
-#   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2007
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/convenience.at b/tests/convenience.at
index 0f6a0e2..f71f175 100644
--- a/tests/convenience.at
+++ b/tests/convenience.at
@@ -1,7 +1,6 @@
 # convenience.at -- testing C convenience archives            -*- Autotest -*-
 
-#   Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation,
-#   Inc.
+#   Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/ctor.at b/tests/ctor.at
index 29ec39a..7d90203 100644
--- a/tests/ctor.at
+++ b/tests/ctor.at
@@ -1,6 +1,6 @@
 # ctor.at -- Test constructors via C++                        -*- Autotest -*-
 #
-#   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Noah Misch, 2007
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/cwrapper.at b/tests/cwrapper.at
index b08a61a..e5cd5da 100644
--- a/tests/cwrapper.at
+++ b/tests/cwrapper.at
@@ -1,6 +1,6 @@
 # cwrapper.at -- test cwrapper compliance with standards -*- Autotest -*-
 
-#   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 #   Written by Charles Wilson, 2009
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/darwin.at b/tests/darwin.at
index 4b0d789..3d25e05 100644
--- a/tests/darwin.at
+++ b/tests/darwin.at
@@ -1,6 +1,6 @@
 # darwin.at - tests specific to Mac OS X
 #
-#   Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+#   Copyright (C) 2008-2009, 2011-2012 Free Software Foundation, Inc.
 #   Written by Peter O'Gorman, 2008
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/defs.m4sh b/tests/defs.m4sh
index 31089a8..0b9ed38 100644
--- a/tests/defs.m4sh
+++ b/tests/defs.m4sh
@@ -1,8 +1,7 @@
 AS_INIT[]m4_divert_push([HEADER-COPYRIGHT])
 # defs -- Defines for Libtool testing environment.
 #
-#   Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
-#   Foundation, Inc.
+#   Copyright (C) 2003-2005, 2007-2012 Free Software Foundation, Inc.
 #   Written by Gord Matzigkeit, 1996
 #   Rewritten by Gary V. Vaughan, 2003
 #
diff --git a/tests/deplib-in-subdir.at b/tests/deplib-in-subdir.at
index 048512a..9ace6f2 100644
--- a/tests/deplib-in-subdir.at
+++ b/tests/deplib-in-subdir.at
@@ -1,6 +1,6 @@
 # deplib-in-subdir.at --                         -*- Autotest -*-
 
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/deplibs-ident.at b/tests/deplibs-ident.at
index 5758311..92372ec 100644
--- a/tests/deplibs-ident.at
+++ b/tests/deplibs-ident.at
@@ -1,6 +1,7 @@
 # deplibs-ident.at -- detecting identical deplibs              -*- Autotest -*-
 
-#   Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2007-2008, 2011-2012 Free Software Foundation,
+#   Inc.
 #   Written by Ralf Wildenhues, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/deplibs-mingw.at b/tests/deplibs-mingw.at
index 45aa032..6973c4f 100644
--- a/tests/deplibs-mingw.at
+++ b/tests/deplibs-mingw.at
@@ -1,6 +1,6 @@
 # deplibs-mingw.at --                         -*- Autotest -*-
 
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/destdir.at b/tests/destdir.at
index cfceb23..dac5351 100644
--- a/tests/destdir.at
+++ b/tests/destdir.at
@@ -1,6 +1,6 @@
 # destdir.at -- test various DESTDIR issues                   -*- Autotest -*-
 
-#   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+#   Copyright (C) 2006-2007, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/dlloader-api.at b/tests/dlloader-api.at
index c277e08..f570f6f 100644
--- a/tests/dlloader-api.at
+++ b/tests/dlloader-api.at
@@ -1,6 +1,6 @@
 # dlloader.at -- test dlloader functionality                -*- Autotest -*-
 #
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
diff --git a/tests/dumpbin-symbols.at b/tests/dumpbin-symbols.at
index 19e61ba..c1bac59 100644
--- a/tests/dumpbin-symbols.at
+++ b/tests/dumpbin-symbols.at
@@ -1,6 +1,6 @@
 # dumpbin-symbols.at -- libtool "dumpbin -symbols" support    -*- Autotest -*-
 
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/duplicate_conv.at b/tests/duplicate_conv.at
index 8b79a9e..b1035f8 100644
--- a/tests/duplicate_conv.at
+++ b/tests/duplicate_conv.at
@@ -1,6 +1,6 @@
 # duplicate_conv.at -- duplicate convenience archive names   -*- Autotest -*-
 
-#   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2006, 2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/duplicate_deps.at b/tests/duplicate_deps.at
index 2178440..f265e10 100644
--- a/tests/duplicate_deps.at
+++ b/tests/duplicate_deps.at
@@ -1,6 +1,6 @@
 # duplicate_deps.at -- preserve duplicate convenience deps    -*- Autotest -*-
 
-#   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2006-2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 $
 #   This file is part of GNU Libtool.
diff --git a/tests/duplicate_members.at b/tests/duplicate_members.at
index 4f054f7..a7dd33a 100755
--- a/tests/duplicate_members.at
+++ b/tests/duplicate_members.at
@@ -1,6 +1,7 @@
 # duplicate_members.at -- duplicate members in archive tests  -*- Autotest -*-
 
-#   Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2007-2009, 2011-2012 Free Software Foundation,
+#   Inc.
 #   Written by Alexandre Oliva & Peter O'Gorman, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/early-libtool.at b/tests/early-libtool.at
index 7cc40b9..51ff6ef 100644
--- a/tests/early-libtool.at
+++ b/tests/early-libtool.at
@@ -1,6 +1,6 @@
 # early-libtool.at -- early libtool script generation         -*- Autotest -*-
 
-#   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2005-2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/exceptions.at b/tests/exceptions.at
index fdb341f..310adda 100644
--- a/tests/exceptions.at
+++ b/tests/exceptions.at
@@ -1,6 +1,6 @@
 # exception.at -- test C++ exception handling with libtool  -*- Autotest -*-
 #
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/execute-mode.at b/tests/execute-mode.at
index 55f776c..f37cf9f 100644
--- a/tests/execute-mode.at
+++ b/tests/execute-mode.at
@@ -1,6 +1,6 @@
 # execute-mode.at -- libtool --mode=execute             -*- Autotest -*-
 #
-#   Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2008-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2008
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/exeext.at b/tests/exeext.at
index ee5d755..a9df3d1 100644
--- a/tests/exeext.at
+++ b/tests/exeext.at
@@ -1,6 +1,6 @@
 # exeext.at -- ensure that exeext handling works  -*- Autotest -*-
 #
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #   Written by Peter Rosin
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/export.at b/tests/export.at
index eaf4123..d04c856 100644
--- a/tests/export.at
+++ b/tests/export.at
@@ -1,6 +1,6 @@
 # export.at -- test symbol exports                           -*- Autotest -*-
 
-#   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2007
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/fail.at b/tests/fail.at
index baa0fbc..90454a2 100644
--- a/tests/fail.at
+++ b/tests/fail.at
@@ -1,6 +1,7 @@
 # fail.at -- test that libtool really fail when it should     -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2008-2009, 2011-2012 Free Software Foundation,
+#   Inc.
 #   Written by Ralf Wildenhues, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/flags.at b/tests/flags.at
index 7eebb36..dec4e3a 100644
--- a/tests/flags.at
+++ b/tests/flags.at
@@ -1,6 +1,6 @@
 # flags.at -- libtool passing of flags             -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/getopt-m4sh.at b/tests/getopt-m4sh.at
index 370eb0f..8da48ed 100644
--- a/tests/getopt-m4sh.at
+++ b/tests/getopt-m4sh.at
@@ -1,6 +1,6 @@
 # getopts-m4sh.at -- test getopts.m4sh option parsers       -*- Autotest -*-
 #
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2010
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/help.at b/tests/help.at
index 2585b58..3d80900 100644
--- a/tests/help.at
+++ b/tests/help.at
@@ -1,6 +1,6 @@
 # help.at -- standard command line options          -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/indirect_deps.at b/tests/indirect_deps.at
index 7665dc5..4ac38d6 100644
--- a/tests/indirect_deps.at
+++ b/tests/indirect_deps.at
@@ -1,6 +1,6 @@
 # indirect_deps.at -- support for link_all_deplibs=no   -*- Autotest -*-
 
-#   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2007.
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/infer-tag.at b/tests/infer-tag.at
index 57dd728..0aade29 100644
--- a/tests/infer-tag.at
+++ b/tests/infer-tag.at
@@ -1,6 +1,6 @@
 # infer-tag.at -- libtool without --tag             -*- Autotest -*-
 #
-#   Copyright (C) 2008, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/inherited_flags.at b/tests/inherited_flags.at
index 65c0c3e..8472477 100644
--- a/tests/inherited_flags.at
+++ b/tests/inherited_flags.at
@@ -1,6 +1,6 @@
 # inherited_flags.at -- test inherited_linker_flags          -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2005-2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Peter O'Garman, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/install.at b/tests/install.at
index 5b6c73e..1f9e72f 100644
--- a/tests/install.at
+++ b/tests/install.at
@@ -1,6 +1,6 @@
 # install.at -- install mode tests             -*- Autotest -*-
 #
-#   Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2008-2009, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2008
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/lalib-syntax.at b/tests/lalib-syntax.at
index eca9ba5..de156de 100644
--- a/tests/lalib-syntax.at
+++ b/tests/lalib-syntax.at
@@ -1,6 +1,6 @@
 # lalib-syntax.at -- parsing .la files robustly  -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/libtoolize.at b/tests/libtoolize.at
index 9bc3770..dd5f918 100644
--- a/tests/libtoolize.at
+++ b/tests/libtoolize.at
@@ -1,6 +1,7 @@
 # libtoolize.at -- test libtoolize operation                  -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2007-2008, 2011-2012 Free Software Foundation,
+#   Inc.
 #   Written by Gary V. Vaughan, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/link-2.test b/tests/link-2.test
index 565bede..d7c1895 100755
--- a/tests/link-2.test
+++ b/tests/link-2.test
@@ -1,7 +1,7 @@
 #! /bin/sh
 # link-2.test - check that .lo files aren't made into programs.
 #
-#   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+#   Copyright (C) 2003-2004, 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/link-order.at b/tests/link-order.at
index 05ce776..d75f584 100644
--- a/tests/link-order.at
+++ b/tests/link-order.at
@@ -1,6 +1,7 @@
 # link-order.at -- ensure that library linking order matches  -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2007-2008, 2011-2012 Free Software Foundation,
+#   Inc.
 #   Written by Alexandre Oliva & Ralf Wildenhues, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/link-order2.at b/tests/link-order2.at
index 298f615..abf4492 100644
--- a/tests/link-order2.at
+++ b/tests/link-order2.at
@@ -1,6 +1,6 @@
 # link-order2.at -- test link order of deplibs                -*- Autotest -*-
 #
-#   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2006-2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/link.test b/tests/link.test
index 83d0673..fec376c 100755
--- a/tests/link.test
+++ b/tests/link.test
@@ -1,7 +1,7 @@
 #! /bin/sh
 # link.test - make sure that linking against libraries is legal.
 #
-#   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+#   Copyright (C) 2003-2004, 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/loadlibrary.at b/tests/loadlibrary.at
index 58b8463..c6bccf2 100644
--- a/tests/loadlibrary.at
+++ b/tests/loadlibrary.at
@@ -1,6 +1,6 @@
 # loadlibrary.at -- test loadlibrary functionality          -*- Autotest -*-
 #
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
diff --git a/tests/localization.at b/tests/localization.at
index 392511e..2432333 100644
--- a/tests/localization.at
+++ b/tests/localization.at
@@ -1,6 +1,6 @@
 # localization.at -- libtool and locales                -*- Autotest -*-
 #
-#   Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2008-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/lt_dladvise.at b/tests/lt_dladvise.at
index 9bcc73d..56a7987 100644
--- a/tests/lt_dladvise.at
+++ b/tests/lt_dladvise.at
@@ -1,6 +1,6 @@
 # lt_dladvise.at -- test libltdl functionality                -*- Autotest -*-
 #
-#   Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2009, 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2007
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/lt_dlexit.at b/tests/lt_dlexit.at
index d2fc58e..723a8d9 100644
--- a/tests/lt_dlexit.at
+++ b/tests/lt_dlexit.at
@@ -1,6 +1,6 @@
 # lt_dlexit.at -- test libltdl functionality                  -*- Autotest -*-
 #
-#   Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
 #   Written by Dave Brolley & Ralf Wildenhues, 2007
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/lt_dlopen.at b/tests/lt_dlopen.at
index 0aae2f8..6c5e089 100644
--- a/tests/lt_dlopen.at
+++ b/tests/lt_dlopen.at
@@ -1,6 +1,6 @@
 # lt_dlopen.at -- test libltdl functionality                -*- Autotest -*-
 #
-#   Copyright (C) 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
diff --git a/tests/lt_dlopen_a.at b/tests/lt_dlopen_a.at
index f1c82b5..fdd9d77 100644
--- a/tests/lt_dlopen_a.at
+++ b/tests/lt_dlopen_a.at
@@ -1,6 +1,6 @@
 # lt_dlopen_a.at -- test libltdl functionality                -*- Autotest -*-
 #
-#   Copyright (C) 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
diff --git a/tests/lt_dlopenext.at b/tests/lt_dlopenext.at
index fd17112..36906ba 100644
--- a/tests/lt_dlopenext.at
+++ b/tests/lt_dlopenext.at
@@ -1,6 +1,6 @@
 # lt_dlopenext.at -- test libltdl functionality             -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
diff --git a/tests/ltdl-api.at b/tests/ltdl-api.at
index 465a513..2ccbf0a 100644
--- a/tests/ltdl-api.at
+++ b/tests/ltdl-api.at
@@ -1,6 +1,6 @@
 # ltdl-api.at -- test libltdl API                -*- Autotest -*-
 #
-#   Copyright (C) 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2008.
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/ltdl-libdir.at b/tests/ltdl-libdir.at
index 01c9e70..bc9f74a 100644
--- a/tests/ltdl-libdir.at
+++ b/tests/ltdl-libdir.at
@@ -1,6 +1,6 @@
 # ltdl-libdir.at -- test libltdl functionality             -*- Autotest -*-
 #
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
diff --git a/tests/need_lib_prefix.at b/tests/need_lib_prefix.at
index 5d72e57..0994c24 100644
--- a/tests/need_lib_prefix.at
+++ b/tests/need_lib_prefix.at
@@ -1,6 +1,6 @@
 # need-lib-prefix.at -- test libltdl functionality            -*- Autotest -*-
 #
-#   Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2007
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/no-executables.at b/tests/no-executables.at
index 0216852..e7b99d1 100644
--- a/tests/no-executables.at
+++ b/tests/no-executables.at
@@ -1,6 +1,6 @@
 # no-executables.at -- Libtool usage in GCC        -*- Autotest -*-
 
-#   Copyright (C) 2008, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/nocase.at b/tests/nocase.at
index 5764249..c749d18 100644
--- a/tests/nocase.at
+++ b/tests/nocase.at
@@ -1,6 +1,6 @@
 # nocase.at --  test for nocase lib search  -*- Autotest -*-
 #
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #   Written by Peter Rosin, 2007
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/nomode.test b/tests/nomode.test
index 779b03d..e1044ff 100755
--- a/tests/nomode.test
+++ b/tests/nomode.test
@@ -1,7 +1,7 @@
 #! /bin/sh
 # nomode.test - check that we can actually get help
 #
-#   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+#   Copyright (C) 2003-2004, 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/nonrecursive.at b/tests/nonrecursive.at
index 92af12f..e582bbb 100644
--- a/tests/nonrecursive.at
+++ b/tests/nonrecursive.at
@@ -1,6 +1,7 @@
 # nonrecursive.at -- test nonrecursive Automake Libltdl       -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2008-2009, 2011-2012 Free Software Foundation,
+#   Inc.
 #   Written by Gary V. Vaughan, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/objectlist.test b/tests/objectlist.test
index 1b4c69a..351c7e9 100755
--- a/tests/objectlist.test
+++ b/tests/objectlist.test
@@ -2,7 +2,7 @@
 # objectlist.test - make sure that a nonexisting objectlist file is properly
 #                   mentioned and that the argument may contain spaces.
 #
-#   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+#   Copyright (C) 2003-2004, 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/old-ltdl-iface.at b/tests/old-ltdl-iface.at
index deb9dcd..a2d0a22 100644
--- a/tests/old-ltdl-iface.at
+++ b/tests/old-ltdl-iface.at
@@ -1,6 +1,6 @@
 # old-ltdl-iface.at -- exercise old libtoolize interface to libltdl
 #
-#   Copyright (C) 2011 Free Software Foundation, Inc.
+#   Copyright (C) 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2011
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/old-m4-iface.at b/tests/old-m4-iface.at
index cb823a2..7403eea 100644
--- a/tests/old-m4-iface.at
+++ b/tests/old-m4-iface.at
@@ -1,6 +1,7 @@
 # old-m4-iface.at -- exercise old m4 interface to libtool     -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2008-2009, 2011-2012 Free Software Foundation,
+#   Inc.
 #   Written by Gary V. Vaughan, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/pic_flag.at b/tests/pic_flag.at
index f3ee29d..20beec0 100644
--- a/tests/pic_flag.at
+++ b/tests/pic_flag.at
@@ -1,6 +1,6 @@
 # pic_flag.at -- override the pic_flag at configure time   -*- Autotest -*-
 
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/quote.test b/tests/quote.test
index 7723be7..bff8280 100755
--- a/tests/quote.test
+++ b/tests/quote.test
@@ -1,7 +1,8 @@
 #! /bin/sh
 # quote.test - make sure that shell metacharacters do not blow up libtool
 #
-#   Copyright (C) 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2003-2005, 2008, 2011-2012 Free Software Foundation,
+#   Inc.
 #   Written by Gary V. Vaughan, 2003
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/recursive.at b/tests/recursive.at
index eec9e63..29f6639 100644
--- a/tests/recursive.at
+++ b/tests/recursive.at
@@ -1,6 +1,6 @@
 # recursive.at -- test recursive Automake libltdl build       -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/resident.at b/tests/resident.at
index 508cbfe..1d8388b 100644
--- a/tests/resident.at
+++ b/tests/resident.at
@@ -1,6 +1,6 @@
 # resident.at -- test resident modules              -*- Autotest -*-
 
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/runpath-in-lalib.at b/tests/runpath-in-lalib.at
index f7667f2..bdd1279 100644
--- a/tests/runpath-in-lalib.at
+++ b/tests/runpath-in-lalib.at
@@ -1,6 +1,6 @@
 # runpath-in-lalib.at --                         -*- Autotest -*-
 
-#   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2007
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/search-path.at b/tests/search-path.at
index 8f32225..5a01977 100644
--- a/tests/search-path.at
+++ b/tests/search-path.at
@@ -1,6 +1,6 @@
 # search-path.at -- test sys_lib_search_path_spec             -*- Autotest -*-
 #
-#   Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2006, 2008, 2010-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/shlibpath.at b/tests/shlibpath.at
index 38e66ee..ad82fdf 100644
--- a/tests/shlibpath.at
+++ b/tests/shlibpath.at
@@ -1,6 +1,6 @@
 # shlibpath.at -- Test shlibpath settings                     -*- Autotest -*-
 #
-#   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2006, 2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/slist.at b/tests/slist.at
index 68907e6..1b090b7 100644
--- a/tests/slist.at
+++ b/tests/slist.at
@@ -1,6 +1,6 @@
 # slist.at -- test slist.c                   -*- Autotest -*-
 #
-#   Copyright (C) 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/standalone.at b/tests/standalone.at
index 50c98d6..b9574e1 100644
--- a/tests/standalone.at
+++ b/tests/standalone.at
@@ -1,6 +1,6 @@
 # standalone.at -- test standalone libltdl builds             -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2006
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/static.at b/tests/static.at
index 87d9c51..44fa616 100644
--- a/tests/static.at
+++ b/tests/static.at
@@ -1,6 +1,6 @@
 # static.at -- test flags for static/dynamic linking          -*- Autotest -*-
 #
-#   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2006-2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/stresstest.at b/tests/stresstest.at
index 28e7191..ab1fd4e 100644
--- a/tests/stresstest.at
+++ b/tests/stresstest.at
@@ -1,6 +1,6 @@
 # stresstest.at -- Libtool stress test                       -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2005-2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/subproject.at b/tests/subproject.at
index 11c0d69..c89a0f4 100644
--- a/tests/subproject.at
+++ b/tests/subproject.at
@@ -1,6 +1,6 @@
 # subproject.at -- test subproject Libltdl builds             -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2008, 2011-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/suffix.test b/tests/suffix.test
index aa1df67..b06cb22 100755
--- a/tests/suffix.test
+++ b/tests/suffix.test
@@ -1,7 +1,8 @@
 #! /bin/sh
 # suffix.test - check that libtool knows how to transform source suffices.
 #
-#   Copyright (C) 2003, 2004, 2007, 2008  Free Software Foundation, Inc.
+#   Copyright (C) 2003-2004, 2007-2008, 2011-2012 Free Software
+#   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/sysroot.at b/tests/sysroot.at
index 3c01278..e96ea0e 100644
--- a/tests/sysroot.at
+++ b/tests/sysroot.at
@@ -1,6 +1,6 @@
 # static.at -- test flags for sysrooting          -*- Autotest -*-
 #
-#   Copyright (C) 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc.
 #   Written by Paolo Bonzini, 2009
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/tagtrace.test b/tests/tagtrace.test
index 32d708d..d9a9f1c 100755
--- a/tests/tagtrace.test
+++ b/tests/tagtrace.test
@@ -1,7 +1,7 @@
 #! /bin/sh
 # tagtrace.test - check the LT_SUPPORTED_TAGS interface
 #
-#   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+#   Copyright (C) 2004-2005, 2011-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/template.at b/tests/template.at
index 4a549da..621137d 100644
--- a/tests/template.at
+++ b/tests/template.at
@@ -1,6 +1,7 @@
 # template.at -- test C++ templates with libtool              -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2007-2008, 2011-2012 Free Software Foundation,
+#   Inc.
 #   Written by Markus Christen, 2005
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 093efd6..b74b96b 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,7 +1,6 @@
 # Process with autom4te to create an -*- Autotest -*- test suite.
 #
-#   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-#   Foundation, Inc.
+#   Copyright (C) 2004-2012 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2004
 #
 #   This file is part of GNU Libtool.
diff --git a/tests/versioning.at b/tests/versioning.at
index 1d75f62..b66c816 100644
--- a/tests/versioning.at
+++ b/tests/versioning.at
@@ -1,6 +1,6 @@
 # versioning.at -- test libtool versioning           -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/tests/with-pic.at b/tests/with-pic.at
index c50c540..cee5e32 100644
--- a/tests/with-pic.at
+++ b/tests/with-pic.at
@@ -1,6 +1,6 @@
 # with-pic.at -- test the --with-pic flag -*- Autotest -*-
 
-#   Copyright (C) 2010 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2012 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]