mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-11 15:00:08 +08:00
maint: update bootstrap, gnulib, copyright dates
* gnulib: Update to the latest git version. * gl-mod/bootstrap: Likewise. * bootstrap: Regenerate. * gl/top/README-release.diff: Update the patch for the latest changes in gnulib's README-release.
This commit is contained in:
parent
99bd0948e2
commit
b88cebd510
2
AUTHORS
2
AUTHORS
@ -30,7 +30,7 @@
|
||||
Charles Wilson libtool@cwilson.fastmail.fm
|
||||
Brooks Moses bmoses@google.com
|
||||
--
|
||||
Copyright (C) 1996, 1998-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996, 1998-2018 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Libtool.
|
||||
|
||||
|
2
HACKING
2
HACKING
@ -444,7 +444,7 @@ or obtained by writing to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
--
|
||||
Copyright (C) 2004-2008, 2010-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004-2008, 2010-2018 Free Software Foundation, Inc.
|
||||
Written by Gary V. Vaughan, 2004
|
||||
|
||||
This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Makefile.am -- Process this file with automake to produce Makefile.in
|
||||
##
|
||||
## Copyright (C) 2003-2017 Free Software Foundation, Inc.
|
||||
## Copyright (C) 2003-2018 Free Software Foundation, Inc.
|
||||
## Written by Gary V. Vaughan, 2003
|
||||
##
|
||||
## This file is part of GNU Libtool.
|
||||
|
2
NEWS
2
NEWS
@ -1216,7 +1216,7 @@ New in 0.1:
|
||||
* Support for: *-*-freebsd*, *-*-netbsd*, *-*-sunos4*, *-*-ultrix4*
|
||||
--
|
||||
|
||||
Copyright (C) 1996, 1998-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996, 1998-2018 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Libtool.
|
||||
|
||||
|
@ -241,7 +241,7 @@ revision hash string in hexadecimal appended to all of that:
|
||||
2.4.2.418.3-30eaa
|
||||
|
||||
--
|
||||
Copyright (C) 2004-2010, 2015-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004-2010, 2015-2018 Free Software Foundation, Inc.
|
||||
|
||||
Written by Gary V. Vaughan, 2004
|
||||
|
||||
|
2
TODO
2
TODO
@ -329,7 +329,7 @@ GNU Libtool
|
||||
it easier to add new platforms.
|
||||
|
||||
--
|
||||
Copyright (C) 2004-2005, 2007-2008, 2011-2017 Free Software
|
||||
Copyright (C) 2004-2005, 2007-2008, 2011-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Gary V. Vaughan, 2004
|
||||
|
||||
|
22
bootstrap
22
bootstrap
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
## DO NOT EDIT - This file generated from build-aux/bootstrap.in
|
||||
## by inline-source v2016-02-21.11
|
||||
## by inline-source v2018-07-24.06
|
||||
|
||||
# Bootstrap an Autotooled package from checked-out sources.
|
||||
# Written by Gary V. Vaughan, 2010
|
||||
@ -9,7 +9,7 @@
|
||||
# This is free software. There is NO warranty; not even for
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
# Copyright (C) 2010-2017 Bootstrap Authors
|
||||
# Copyright (C) 2010-2018 Bootstrap Authors
|
||||
#
|
||||
# This file is dual licensed under the terms of the MIT license
|
||||
# <https://opensource.org/license/MIT>, and GPL version 3 or later
|
||||
@ -224,7 +224,7 @@ vc_ignore=
|
||||
|
||||
# Source required external libraries:
|
||||
# Set a version string for this script.
|
||||
scriptversion=2017-04-19.12; # UTC
|
||||
scriptversion=2018-07-24.06; # UTC
|
||||
|
||||
# General shell script boiler plate, and helper functions.
|
||||
# Written by Gary V. Vaughan, 2004
|
||||
@ -232,7 +232,7 @@ scriptversion=2017-04-19.12; # UTC
|
||||
# This is free software. There is NO warranty; not even for
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
# Copyright (C) 2004-2017 Bootstrap Authors
|
||||
# Copyright (C) 2004-2018 Bootstrap Authors
|
||||
#
|
||||
# This file is dual licensed under the terms of the MIT license
|
||||
# <https://opensource.org/license/MIT>, and GPL version 3 or later
|
||||
@ -1657,7 +1657,7 @@ func_lt_ver ()
|
||||
# This is free software. There is NO warranty; not even for
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
# Copyright (C) 2010-2017 Bootstrap Authors
|
||||
# Copyright (C) 2010-2018 Bootstrap Authors
|
||||
#
|
||||
# This file is dual licensed under the terms of the MIT license
|
||||
# <https://opensource.org/license/MIT>, and GPL version 3 or later
|
||||
@ -1670,7 +1670,7 @@ func_lt_ver ()
|
||||
# <https://github.com/gnulib-modules/bootstrap/issues>
|
||||
|
||||
# Set a version string for this script.
|
||||
scriptversion=2016-03-06.01; # UTC
|
||||
scriptversion=2018-07-24.06; # UTC
|
||||
|
||||
|
||||
## ------ ##
|
||||
@ -2331,7 +2331,7 @@ func_version ()
|
||||
# mode: shell-script
|
||||
# sh-indentation: 2
|
||||
# eval: (add-hook 'before-save-hook 'time-stamp)
|
||||
# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
|
||||
# time-stamp-pattern: "30/scriptversion=%:y-%02m-%02d.%02H; # UTC"
|
||||
# time-stamp-time-zone: "UTC"
|
||||
# End:
|
||||
#! /bin/sh
|
||||
@ -2342,7 +2342,7 @@ func_version ()
|
||||
# This is free software. There is NO warranty; not even for
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
# Copyright (C) 2010-2017 Bootstrap Authors
|
||||
# Copyright (C) 2010-2018 Bootstrap Authors
|
||||
#
|
||||
# This file is dual licensed under the terms of the MIT license
|
||||
# <https://opensource.org/license/MIT>, and GPL version 3 or later
|
||||
@ -2359,7 +2359,7 @@ test -z "$progpath" && . `echo "$0" |${SED-sed} 's|[^/]*$||'`/funclib.sh
|
||||
test extract-trace = "$progname" && . `echo "$0" |${SED-sed} 's|[^/]*$||'`/options-parser
|
||||
|
||||
# Set a version string.
|
||||
scriptversion=2016-02-22.14; # UTC
|
||||
scriptversion=2018-07-24.06; # UTC
|
||||
|
||||
|
||||
## ------ ##
|
||||
@ -2817,12 +2817,12 @@ test extract-trace = "$progname" && func_main "$@"
|
||||
# mode: shell-script
|
||||
# sh-indentation: 2
|
||||
# eval: (add-hook 'before-save-hook 'time-stamp)
|
||||
# time-stamp-pattern: "20/scriptversion=%:y-%02m-%02d.%02H; # UTC"
|
||||
# time-stamp-pattern: "50/scriptversion=%:y-%02m-%02d.%02H; # UTC"
|
||||
# time-stamp-time-zone: "UTC"
|
||||
# End:
|
||||
|
||||
# Set a version string for *this* script.
|
||||
scriptversion=2017-01-09.18; # UTC
|
||||
scriptversion=2018-07-24.06; # UTC
|
||||
|
||||
|
||||
## ------------------- ##
|
||||
|
@ -1,6 +1,6 @@
|
||||
# bootstrap.conf (GNU Libtool) version 2014-11-18
|
||||
#
|
||||
# Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2010
|
||||
|
||||
# This is free software; see the source for copying conditions. There is NO
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
# edit-readme-alpha - edit README file for alpha releases
|
||||
# Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2010
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -4,7 +4,7 @@
|
||||
# or Copyright-paperwork-exempt lines in the commit message.
|
||||
# Written by Gary V. Vaughan <gary@gnu.org>, 2011
|
||||
|
||||
# Copyright (C) 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2011-2018 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.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Provide generalized library-building support services.
|
||||
# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
|
||||
|
||||
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1996-2018 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.
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
# current package 'aclocal.m4'. Currently used by 'make dist'
|
||||
# and by ./bootstrap (bootstrap.conf).
|
||||
#
|
||||
# Copyright (C) 2015-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
#
|
||||
|
2
cfg.mk
2
cfg.mk
@ -1,6 +1,6 @@
|
||||
# cfg.mk -- Configuration for maintainer-makefile
|
||||
#
|
||||
# Copyright (c) 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (c) 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2011
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Process this file with autoconf to create configure. -*- autoconf -*-
|
||||
|
||||
# Copyright (C) 2001, 2004-2005, 2008, 2010-2017 Free Software
|
||||
# Copyright (C) 2001, 2004-2005, 2008, 2010-2018 Free Software
|
||||
# Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2001
|
||||
#
|
||||
|
@ -20,7 +20,7 @@
|
||||
@copying
|
||||
This manual is for GNU Libtool (version @value{VERSION}, @value{UPDATED}).
|
||||
|
||||
Copyright @copyright{} 1996-2017 Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1996-2018 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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit dedcfb7f4b75bdbd289e6983398b7ec8be9db96d
|
||||
Subproject commit 5dd7fff57e840ec81600ab0ebb0165c54254d0ae
|
@ -1,5 +1,5 @@
|
||||
--- gnulib/top/README-release 2013-01-01 16:56:11.111973500 +0100
|
||||
+++ gl/top/README-release 2013-01-01 16:55:31.423573500 +0100
|
||||
--- gnulib/top/README-release
|
||||
+++ README-release
|
||||
@@ -1,5 +1,9 @@
|
||||
Here are most of the steps we (maintainers) follow when making a release.
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
* Start from a clean, up-to-date git directory on "master":
|
||||
|
||||
make -k maintainer-clean || { ./configure && make maintainer-clean; }
|
||||
@@ -27,9 +31,24 @@
|
||||
@@ -27,10 +31,25 @@ Here are most of the steps we (maintainers) follow when making a release.
|
||||
|
||||
./bootstrap && ./configure
|
||||
|
||||
@ -23,9 +23,10 @@
|
||||
+
|
||||
+* Run "./bootstrap && ./configure".
|
||||
+
|
||||
* Pre-release testing: ensure that the following command succeeds:
|
||||
* Pre-release testing: ensure that the following commands succeed:
|
||||
|
||||
make check syntax-check distcheck
|
||||
c=check ve=check-very-expensive; git grep -q "^$ve:\$" && c=$ve
|
||||
make $c 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
|
||||
|
2
gnulib
2
gnulib
@ -1 +1 @@
|
||||
Subproject commit 2112962abddd971a395c70611ca86caa86e7b391
|
||||
Subproject commit b4f88b3c1163e6cbc6f63b76ee9f002d701031ed
|
@ -9,7 +9,7 @@ It supports the following dlopen interfaces:
|
||||
* dyld (darwin/Mac OS X)
|
||||
* libtool's dlpreopen
|
||||
--
|
||||
Copyright (C) 1999, 2003, 2011-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 1999, 2003, 2011-2018 Free Software Foundation, Inc.
|
||||
Written by Thomas Tanner, 1999
|
||||
|
||||
This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Process this file with autoconf to create configure. -*- autoconf -*-
|
||||
#
|
||||
# Copyright (C) 2004-2005, 2007-2008, 2011-2017 Free Software
|
||||
# Copyright (C) 2004-2005, 2007-2008, 2011-2018 Free Software
|
||||
# Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2004
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt__alloc.h -- internal memory management interface
|
||||
|
||||
Copyright (C) 2004, 2011-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2011-2018 Free Software Foundation, Inc.
|
||||
Written by Gary V. Vaughan, 2004
|
||||
|
||||
NOTE: The canonical source of this file is maintained with the
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt__argz.h -- internal argz interface for non-glibc systems
|
||||
|
||||
Copyright (C) 2004, 2007-2008, 2011-2017 Free Software Foundation,
|
||||
Copyright (C) 2004, 2007-2008, 2011-2018 Free Software Foundation,
|
||||
Inc.
|
||||
Written by Gary V. Vaughan, 2004
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt__dirent.h -- internal directory entry scanning interface
|
||||
|
||||
Copyright (C) 2001, 2004, 2006, 2011-2017 Free Software Foundation,
|
||||
Copyright (C) 2001, 2004, 2006, 2011-2018 Free Software Foundation,
|
||||
Inc.
|
||||
Written by Bob Friesenhahn, 2001
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt__glibc.h -- support for non glibc environments
|
||||
|
||||
Copyright (C) 2004, 2006-2007, 2011-2017 Free Software Foundation,
|
||||
Copyright (C) 2004, 2006-2007, 2011-2018 Free Software Foundation,
|
||||
Inc.
|
||||
Written by Gary V. Vaughan, 2004
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt__private.h -- internal apis for libltdl
|
||||
|
||||
Copyright (C) 2004-2008, 2011-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004-2008, 2011-2018 Free Software Foundation, Inc.
|
||||
Written by Gary V. Vaughan, 2004
|
||||
|
||||
NOTE: The canonical source of this file is maintained with the
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt__strl.h -- size-bounded string copying and concatenation
|
||||
|
||||
Copyright (C) 2004, 2006, 2011-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2006, 2011-2018 Free Software Foundation, Inc.
|
||||
Written by Bob Friesenhahn, 2004
|
||||
|
||||
NOTE: The canonical source of this file is maintained with the
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt_dlloader.h -- dynamic library loader interface
|
||||
|
||||
Copyright (C) 2004, 2007-2008, 2011-2017 Free Software Foundation,
|
||||
Copyright (C) 2004, 2007-2008, 2011-2018 Free Software Foundation,
|
||||
Inc.
|
||||
Written by Gary V. Vaughan, 2004
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt_error.h -- error propagation interface
|
||||
|
||||
Copyright (C) 1999-2001, 2004, 2007, 2011-2017 Free Software
|
||||
Copyright (C) 1999-2001, 2004, 2007, 2011-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Thomas Tanner, 1999
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt_system.h -- system portability abstraction layer
|
||||
|
||||
Copyright (C) 2004, 2007, 2010-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2007, 2010-2018 Free Software Foundation, Inc.
|
||||
Written by Gary V. Vaughan, 2004
|
||||
|
||||
NOTE: The canonical source of this file is maintained with the
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* slist.h -- generalised singly linked lists
|
||||
|
||||
Copyright (C) 2000, 2004, 2009, 2011-2017 Free Software Foundation,
|
||||
Copyright (C) 2000, 2004, 2009, 2011-2018 Free Software Foundation,
|
||||
Inc.
|
||||
Written by Gary V. Vaughan, 2000
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* loader-dld_link.c -- dynamic linking with dld
|
||||
|
||||
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2017 Free Software
|
||||
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Thomas Tanner, 1998
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* loader-dlopen.c -- dynamic linking with dlopen/dlsym
|
||||
|
||||
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2017 Free Software
|
||||
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Thomas Tanner, 1998
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* loader-dyld.c -- dynamic linking on darwin and OS X
|
||||
|
||||
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2017 Free Software
|
||||
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Peter O'Gorman, 1998
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* loader-load_add_on.c -- dynamic linking for BeOS
|
||||
|
||||
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2017 Free Software
|
||||
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Thomas Tanner, 1998
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* loader-loadlibrary.c -- dynamic linking for Win32
|
||||
|
||||
Copyright (C) 1998-2000, 2004-2008, 2010-2017 Free Software
|
||||
Copyright (C) 1998-2000, 2004-2008, 2010-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Thomas Tanner, 1998
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* loader-preopen.c -- emulate dynamic linking using preloaded_symbols
|
||||
|
||||
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2017 Free Software
|
||||
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Thomas Tanner, 1998
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* loader-shl_load.c -- dynamic linking with shl_load (HP-UX)
|
||||
|
||||
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2017 Free Software
|
||||
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Thomas Tanner, 1998
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt__alloc.c -- internal memory management interface
|
||||
|
||||
Copyright (C) 2004, 2006-2007, 2011-2017 Free Software Foundation,
|
||||
Copyright (C) 2004, 2006-2007, 2011-2018 Free Software Foundation,
|
||||
Inc.
|
||||
Written by Gary V. Vaughan, 2004
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt__argz.c -- argz implementation for non-glibc systems
|
||||
|
||||
Copyright (C) 2004, 2006-2008, 2011-2017 Free Software Foundation,
|
||||
Copyright (C) 2004, 2006-2008, 2011-2018 Free Software Foundation,
|
||||
Inc.
|
||||
Written by Gary V. Vaughan, 2004
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt__dirent.c -- internal directory entry scanning interface
|
||||
|
||||
Copyright (C) 2001, 2004, 2011-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2004, 2011-2018 Free Software Foundation, Inc.
|
||||
Written by Bob Friesenhahn, 2001
|
||||
|
||||
NOTE: The canonical source of this file is maintained with the
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt__strl.c -- size-bounded string copying and concatenation
|
||||
|
||||
Copyright (C) 2004, 2011-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2011-2018 Free Software Foundation, Inc.
|
||||
Written by Bob Friesenhahn, 2004
|
||||
|
||||
NOTE: The canonical source of this file is maintained with the
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt_dlloader.c -- dynamic library loader interface
|
||||
|
||||
Copyright (C) 2004, 2007-2008, 2011-2017 Free Software Foundation,
|
||||
Copyright (C) 2004, 2007-2008, 2011-2018 Free Software Foundation,
|
||||
Inc.
|
||||
Written by Gary V. Vaughan, 2004
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* lt_error.c -- error propagation interface
|
||||
|
||||
Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2017 Free Software
|
||||
Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Thomas Tanner, 1999
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* ltdl.c -- system independent dlopen wrapper
|
||||
|
||||
Copyright (C) 1998-2000, 2004-2008, 2011-2017 Free Software
|
||||
Copyright (C) 1998-2000, 2004-2008, 2011-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Thomas Tanner, 1998
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* ltdl.h -- generic dlopen functions
|
||||
|
||||
Copyright (C) 1998-2000, 2004-2005, 2007-2008, 2011-2017 Free
|
||||
Copyright (C) 1998-2000, 2004-2005, 2007-2008, 2011-2018 Free
|
||||
Software Foundation, Inc.
|
||||
Written by Thomas Tanner, 1998
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
## ltdl.mk -- includable Makefile snippet
|
||||
##
|
||||
## Copyright (C) 2003-2005, 2007, 2011-2017 Free Software Foundation,
|
||||
## Copyright (C) 2003-2005, 2007, 2011-2018 Free Software Foundation,
|
||||
## Inc.
|
||||
## Written by Gary V. Vaughan, 2003
|
||||
##
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* slist.c -- generalised singly linked lists
|
||||
|
||||
Copyright (C) 2000, 2004, 2007-2009, 2011-2017 Free Software
|
||||
Copyright (C) 2000, 2004, 2007-2009, 2011-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Gary V. Vaughan, 2000
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Prepare a package to use libtool.
|
||||
# Written by Gary V. Vaughan <gary@gnu.org>, 2003
|
||||
|
||||
# Copyright (C) 2003-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2003-2018 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.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# autobuild.m4 serial 7
|
||||
dnl Copyright (C) 2004, 2006-2017 Free Software Foundation, Inc.
|
||||
dnl Copyright (C) 2004, 2006-2018 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
dnl with or without modifications, as long as this notice is preserved.
|
||||
|
2
m4/libtool.m4
vendored
2
m4/libtool.m4
vendored
@ -1,6 +1,6 @@
|
||||
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
|
||||
#
|
||||
# Copyright (C) 1996-2001, 2003-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1996-2001, 2003-2018 Free Software Foundation, Inc.
|
||||
# Written by Gordon Matzigkeit, 1996
|
||||
#
|
||||
# This file is free software; the Free Software Foundation gives
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Portability macros for glibc argz. -*- Autoconf -*-
|
||||
#
|
||||
# Copyright (C) 2004-2007, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2004-2007, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Gary V. Vaughan <gary@gnu.org>
|
||||
#
|
||||
# This file is free software; the Free Software Foundation gives
|
||||
|
@ -1,6 +1,6 @@
|
||||
# ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
|
||||
#
|
||||
# Copyright (C) 1999-2008, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1999-2008, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Thomas Tanner, 1999
|
||||
#
|
||||
# This file is free software; the Free Software Foundation gives
|
||||
|
2
m4/ltoptions.m4
vendored
2
m4/ltoptions.m4
vendored
@ -1,6 +1,6 @@
|
||||
# Helper functions for option handling. -*- Autoconf -*-
|
||||
#
|
||||
# Copyright (C) 2004-2005, 2007-2009, 2011-2017 Free Software
|
||||
# Copyright (C) 2004-2005, 2007-2009, 2011-2018 Free Software
|
||||
# Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2004
|
||||
#
|
||||
|
2
m4/ltsugar.m4
vendored
2
m4/ltsugar.m4
vendored
@ -1,6 +1,6 @@
|
||||
# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
|
||||
#
|
||||
# Copyright (C) 2004-2005, 2007-2008, 2011-2017 Free Software
|
||||
# Copyright (C) 2004-2005, 2007-2008, 2011-2018 Free Software
|
||||
# Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2004
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# ltversion.m4 -- version numbers -*- Autoconf -*-
|
||||
#
|
||||
# Copyright (C) 2004, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2004, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Scott James Remnant, 2004
|
||||
#
|
||||
# This file is free software; the Free Software Foundation gives
|
||||
|
2
m4/lt~obsolete.m4
vendored
2
m4/lt~obsolete.m4
vendored
@ -1,6 +1,6 @@
|
||||
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
|
||||
#
|
||||
# Copyright (C) 2004-2005, 2007, 2009, 2011-2017 Free Software
|
||||
# Copyright (C) 2004-2005, 2007, 2009, 2011-2018 Free Software
|
||||
# Foundation, Inc.
|
||||
# Written by Scott James Remnant, 2004.
|
||||
#
|
||||
|
2
m4/m4.m4
2
m4/m4.m4
@ -1,6 +1,6 @@
|
||||
# m4.m4 serial 12
|
||||
|
||||
# Copyright (C) 2000, 2006-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2000, 2006-2018 Free Software Foundation, Inc.
|
||||
|
||||
# Copying and distribution of this file, with or without modification,
|
||||
# are permitted in any medium without royalty provided the copyright
|
||||
|
@ -1,6 +1,6 @@
|
||||
# am-subdir.at -- libtool subdir-objects support -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2004, 2008, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2004, 2008, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2004
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# dmacks.at -- test for dmacks bug -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2007-2008, 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2007-2008, 2010-2018 Free Software Foundation, Inc.
|
||||
# Written by Peter O'Gorman, 2007
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# bindir.at - Test the -bindir option
|
||||
#
|
||||
# Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
|
||||
# Written by Dave Korn, 2009
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# cdemo.at -- Using Automake to build a program and library -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2003-2004, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2003-2004, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2003
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# cmdline_wrap.at -- run tests with low max_cmd_len -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2007, 2009, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2007, 2009, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Ralf Wildenhues, 2007
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# configure-functions.at -- shared shell functions. -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2015-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# configure-iface.at -- test ltdl configure interface -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2007-2008, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2007-2008, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2007
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# convenience.at -- testing C convenience archives -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2005, 2007-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2005, 2007-2018 Free Software Foundation, Inc.
|
||||
# Written by Ralf Wildenhues, 2005
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# ctor.at -- Test constructors via C++ -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2007-2008, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2007-2008, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Noah Misch, 2007
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# cwrapper.at -- test cwrapper compliance with standards -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
|
||||
# Written by Charles Wilson, 2009
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# darwin.at - tests specific to Mac OS X
|
||||
#
|
||||
# Copyright (C) 2008-2009, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2008-2009, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Peter O'Gorman, 2008
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# demo.at -- Linking and loading. -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2003-2004, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2003-2004, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2003
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# depdemo.at -- Library interdependencies -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2003-2004, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2003-2004, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2003
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# deplib-in-subdir.at -- -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# deplibs-ident.at -- detecting identical deplibs -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2005, 2007-2008, 2011-2017 Free Software Foundation,
|
||||
# Copyright (C) 2005, 2007-2008, 2011-2018 Free Software Foundation,
|
||||
# Inc.
|
||||
# Written by Ralf Wildenhues, 2005
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# deplibs-mingw.at -- -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# destdir.at -- test various DESTDIR issues -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2006-2007, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2006-2007, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Ralf Wildenhues, 2006
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# dlloader.at -- test dlloader functionality -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
||||
# This file is part of GNU Libtool.
|
||||
#
|
||||
# GNU Libtool is free software; you can redistribute it and/or
|
||||
|
@ -1,6 +1,6 @@
|
||||
# dumpbin-symbols.at -- libtool "dumpbin -symbols" support -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# duplicate_conv.at -- duplicate convenience archive names -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2006, 2008, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2006, 2008, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Ralf Wildenhues, 2006
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# duplicate_deps.at -- preserve duplicate convenience deps -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2006-2008, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2006-2008, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Ralf Wildenhues, 2006
|
||||
$
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# duplicate_members.at -- duplicate members in archive tests -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2005, 2007-2009, 2011-2017 Free Software Foundation,
|
||||
# Copyright (C) 2005, 2007-2009, 2011-2018 Free Software Foundation,
|
||||
# Inc.
|
||||
# Written by Alexandre Oliva & Peter O'Gorman, 2005
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# early-libtool.at -- early libtool script generation -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2005-2008, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2005-2008, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2005
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# exception.at -- test C++ exception handling with libtool -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# execute-mode.at -- libtool --mode=execute -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2008-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2008-2018 Free Software Foundation, Inc.
|
||||
# Written by Ralf Wildenhues, 2008
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# exeext.at -- ensure that exeext handling works -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
||||
# Written by Peter Rosin
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# export-def.at -- test module-definition files -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2013-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2013-2018 Free Software Foundation, Inc.
|
||||
# Written by Peter Rosin, 2013
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# export.at -- test symbol exports -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2007-2008, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2007-2008, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Ralf Wildenhues, 2007
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# f77demo.at -- Fortran 77 language support. -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2003, 2005-2006, 2011-2017 Free Software Foundation,
|
||||
# Copyright (C) 2003, 2005-2006, 2011-2018 Free Software Foundation,
|
||||
# Inc.
|
||||
# Written by Eric Lindahl, 2002
|
||||
# Written by Gary V. Vaughan, 2003
|
||||
|
@ -1,6 +1,6 @@
|
||||
# fail.at -- test that libtool really fail when it should -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2005, 2008-2009, 2011-2017 Free Software Foundation,
|
||||
# Copyright (C) 2005, 2008-2009, 2011-2018 Free Software Foundation,
|
||||
# Inc.
|
||||
# Written by Ralf Wildenhues, 2005
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# fcdemo.at -- Fortran 90/95 language support. -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2003, 2005-2006, 2011-2017 Free Software Foundation,
|
||||
# Copyright (C) 2003, 2005-2006, 2011-2018 Free Software Foundation,
|
||||
# Inc.
|
||||
# Written by Eric Lindahl, 2002
|
||||
# Written by Gary V. Vaughan, 2003
|
||||
|
@ -1,6 +1,6 @@
|
||||
# flags.at -- libtool passing of flags -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# help.at -- standard command line options -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# indirect_deps.at -- support for link_all_deplibs=no -*- Autotest -*-
|
||||
|
||||
# Copyright (C) 2007-2008, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2007-2008, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Ralf Wildenhues, 2007.
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# infer-tag.at -- libtool without --tag -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2008, 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2008, 2010-2018 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# inherited_flags.at -- test inherited_linker_flags -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2005-2008, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2005-2008, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Peter O'Garman, 2005
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# install.at -- install mode tests -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2008-2009, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2008-2009, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Ralf Wildenhues, 2008
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# lalib-syntax.at -- parsing .la files robustly -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# libtool.at -- basic libtool operation tests -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2003-2005, 2008, 2011-2017 Free Software Foundation,
|
||||
# Copyright (C) 2003-2005, 2008, 2011-2018 Free Software Foundation,
|
||||
# Inc.
|
||||
# Written by Gary V. Vaughan, 2003
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# libtoolize.at -- test libtoolize operation -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2005, 2007-2008, 2011-2017 Free Software Foundation,
|
||||
# Copyright (C) 2005, 2007-2008, 2011-2018 Free Software Foundation,
|
||||
# Inc.
|
||||
# Written by Gary V. Vaughan, 2005
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# link-order.at -- ensure that library linking order matches -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2005, 2007-2008, 2011-2017 Free Software Foundation,
|
||||
# Copyright (C) 2005, 2007-2008, 2011-2018 Free Software Foundation,
|
||||
# Inc.
|
||||
# Written by Alexandre Oliva & Ralf Wildenhues, 2005
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
# link-order2.at -- test link order of deplibs -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2006-2008, 2011-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2006-2008, 2011-2018 Free Software Foundation, Inc.
|
||||
# Written by Ralf Wildenhues, 2006
|
||||
#
|
||||
# This file is part of GNU Libtool.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# loadlibrary.at -- test loadlibrary functionality -*- Autotest -*-
|
||||
#
|
||||
# Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
||||
# This file is part of GNU Libtool.
|
||||
#
|
||||
# GNU Libtool is free software; you can redistribute it and/or
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user