diff -ruNp libtool-2.2.8/AUTHORS libtool-2.2.10/AUTHORS --- libtool-2.2.8/AUTHORS 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/AUTHORS 2010-06-09 18:00:48.000000000 +0700 @@ -28,3 +28,24 @@ Peter Rosin peda@lysator.liu.se Noah Misch noah@cs.caltech.edu Charles Wilson libtool@cwilson.fastmail.fm +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +GNU Libtool 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 2 of +the License, or (at your option) any later version. + +GNU Libtool 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 GNU Libtool; see the file COPYING. If not, a copy +can be downloaded from http://www.gnu.org/licenses/gpl.html, +or obtained by writing to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff -ruNp libtool-2.2.8/ChangeLog libtool-2.2.10/ChangeLog --- libtool-2.2.8/ChangeLog 2010-06-05 01:40:46.000000000 +0700 +++ libtool-2.2.10/ChangeLog 2010-06-09 20:04:52.000000000 +0700 @@ -1,5 +1,145 @@ +2010-06-09 Gary V. Vaughan + + Prepare for next release. + * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number + to 2.2.10. + * NEWS: Update version number. + + Fix a quoting bug with ./commit -a 'A U Thor'. + * clcommit.m4sh (func_commit): Use func_show_eval when calling + git, so that the previously func_quote_for_eval()ed $git_flags is + expanded properly. + +2009-09-15 Peter Rosin + + Don't try the MSYS libdir path on MinGW. + * libltdl/ltdl.c (parse_dotla_file) [mingw]: The absolute + libdir path in the .la file is recorded as an MSYS (POSIX + style) path. Make sure it isn't tried when locating the + shared library. + * NEWS: Updated. + +2010-06-09 Gary V. Vaughan + + Simplify license variations, and add missing license texts. + * ChangeLog, ChangeLog.1996, ChangeLog.1997, ChangeLog.1998, + ChangeLog.1999, ChangeLog.2000, ChangeLog.2001, ChangeLog.2002, + ChangeLog.2003, ChangeLog.2004, ChangeLog.2005, ChangeLog.2006, + ChangeLog.2007, ChangeLog.2008, ChangeLog.2009, NEWS: Add + all-permissive license. + * HACKING, README, README.alpha, TODO: Relax license to RMS + encouraged all-permissive terms. + * libltdl/README: Ditto. I added the original license text in + 2007, and there's no need for it to be so long for such a trivial + file. + * libltdl/config/getopt.m4sh, libltdl/general.m4sh: Cvs-utils is + dead, and I am the author of these files, so consolidated license + terms to match regular Libtool licensing. + * HACKING (Licensing Rules): Update wording, and list of files for + the all permissive license. + (GPL with CVS-Utils exception clause): Removed. No files have these + license any more. + (GPL with Libtool exception clause): Ditto, only libltdl/README + used to be distributed with this variation. + * AUTHORS: Add GPL license text. + + Fix a type in the 2.2.8 release notes. + * NEWS: s/ romoted/ promoted/ in the 2.2.8 release notes. + + Don't warn about the blank line inserted into git commit message. + * clcommit.m4sh: When searching for accidental commits of mutliple + changes, ignore the second line of the message, which we inserted + earlier to support "git log --oneline". + + Enable correct extraction of multiline copyright from --version. + * libltdl/config/getopt.m4sh: Wrap copyright notice at 76 + columns. + (func_version): Don't omit spaces when merging multiline copyright + notices. + * clcommit.m4sh, libtoolize.m4sh: Wrap copyright notice at 76 + columns. + + * NEWS (2.2.8): BlueGene compiler tests were performed on BG/P + systems, not BG/L. + Reported by Christian Rössel + +2010-06-08 Ralf Wildenhues + + Fix testsuite helper macros to not hide failure. + * tests/testsuite.at (LT_AT_CONFIGURE, LT_AT_MAKE): + Do not wrap AT_CHECK in a subshell, so that failures are + properly propagated; instead, move environment changes inside + the AT_CHECK code. + Report and analysis by Peter Rosin. + + Avoid autom4te warning about unnamed diversion. + * libltdl/config/getopt.m4sh: Use diversion name KILL not -1. + +2010-06-07 Ralf Wildenhues + + Make versioning test stricter for w32, enable shared libs. + * tests/versioning.at (versioning): Add -no-undefined to + LDFLAGS. + (test_uninstalled): Also move $bindir out of the way + temporarily. + + Fix versioning test for LDFLAGS=-Wl,--as-needed. + * tests/versioning.at (versioning): For the library update + hypotheses, ensure the unchanged library libb isn't accidentally + relinked against the new liba, by not reinstalling libb. + Fixes testsuite failure for the incompatible update case with + LDFLAGS=-Wl,--as-needed. + * THANKS: Update. + Report by Ryan Hill. + +2010-06-06 Ralf Wildenhues + + Rewrite manual intro to be gender-neutral. + * doc/libtool.texi (Introduction): Use gender-neutral + formulation when addressing developers. + 2010-06-05 Gary V. Vaughan + Update and simplify all m4sh scripts to use latest getopt.m4sh. + * clcommit.m4sh, libltdl/config/mailnotify.m4sh: Rewrite option + parsing loop over M4SH_GETOPTS macro, and adjust all clients of + option variables to use generated option names. + + Add missing quote for literal ? in a shell case statement. + * libltdl/config/getopt.m4sh (m4go_shortnoargs): Quote initial ? + correctly for use in a shell case statement. + + Quote command line arguments after --rcfile properly. + * libltdl/config/announce-gen.m4sh (--rcfile): Quote remaining + arguments shell variable expression correctly for eval. + + Shift correctly in numbered option argument collection. + * libltdl/config/getopt.m4sh (_m4go_option): Argument list also + needs to be `shift'ed in the shell option loop after processing a + numbered argument collection. + + Fetch from new upstream host for config.guess and config.sub. + * Makefile.maint (WGET_CGIT): Location of newest config.guess and + config.sub upstream. + (fetch): Fetch config.guess and config.sub from WGET_CGIT, rather + than no-longer-updating WGET_SGO location. + + Update generated upload directive file format to v1.1. + * Makefile.maint (git-dist, diffs): Update to generate v1.1 format + directive files for ftp://ftp-upload.gnu.org/incoming/ftp. + + Fix web manual generation details in release instructions. + * HACKING (Release Procedure): Move the instruction for generating + web manuals for a new release to before the instruction that bumps + the version numbers to the post release values. + + Set SCM version number to 2.2.9a. + * configure.ac, libltdl/configure.ac (AC_INIT): Bump version + number to 2.2.9a. + * NEWS: Updated. + + GNU Libtool 2.2.8 was released. + Prepare for next release. * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2.8. @@ -354,5 +494,15 @@ * libtoolize.m4sh: Likewise. Continued in ChangeLog.2009 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. vim:tw=72 diff -ruNp libtool-2.2.8/ChangeLog.1996 libtool-2.2.10/ChangeLog.1996 --- libtool-2.2.8/ChangeLog.1996 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.1996 2010-06-09 17:21:32.000000000 +0700 @@ -166,3 +166,13 @@ 1996-03-15 Gordon Matzigkeit * 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. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.1997 libtool-2.2.10/ChangeLog.1997 --- libtool-2.2.8/ChangeLog.1997 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.1997 2010-06-09 17:21:37.000000000 +0700 @@ -1312,3 +1312,13 @@ recognizes valid source file suffices. Continued in ChangeLog.1996 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.1998 libtool-2.2.10/ChangeLog.1998 --- libtool-2.2.8/ChangeLog.1998 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.1998 2010-06-09 17:21:52.000000000 +0700 @@ -1332,3 +1332,13 @@ Thu May 28 18:59:08 1998 Ian Lance Tayl warnings. Reported by François Pinard. Continued in ChangeLog.1997 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.1999 libtool-2.2.10/ChangeLog.1999 --- libtool-2.2.8/ChangeLog.1999 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.1999 2010-06-09 17:20:24.000000000 +0700 @@ -3493,3 +3493,13 @@ * libltdl/ltdl.h: use dllimport/export on Win32 Continued in ChangeLog.1998 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.2000 libtool-2.2.10/ChangeLog.2000 --- libtool-2.2.8/ChangeLog.2000 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.2000 2010-06-09 17:18:06.000000000 +0700 @@ -1315,3 +1315,13 @@ Reported by Jon Leichter Continued in ChangeLog.1999 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.2001 libtool-2.2.10/ChangeLog.2001 --- libtool-2.2.8/ChangeLog.2001 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.2001 2010-06-09 17:18:06.000000000 +0700 @@ -1563,3 +1563,13 @@ * libltdl/ltdl.h: formatting change. Continued in ChangeLog.2000 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.2002 libtool-2.2.10/ChangeLog.2002 --- libtool-2.2.8/ChangeLog.2002 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.2002 2010-06-09 17:18:06.000000000 +0700 @@ -724,3 +724,13 @@ ftp.gnu.org. Continued in ChangeLog.2001 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.2003 libtool-2.2.10/ChangeLog.2003 --- libtool-2.2.8/ChangeLog.2003 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.2003 2010-06-09 17:18:06.000000000 +0700 @@ -1294,3 +1294,13 @@ so that it can be conditional on the value of $module. Continued in ChangeLog.2002 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.2004 libtool-2.2.10/ChangeLog.2004 --- libtool-2.2.8/ChangeLog.2004 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.2004 2010-06-09 17:18:06.000000000 +0700 @@ -3566,3 +3566,13 @@ * NEWS: Next release will be in 2004. Continued in ChangeLog.2003 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.2005 libtool-2.2.10/ChangeLog.2005 --- libtool-2.2.8/ChangeLog.2005 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.2005 2010-06-09 17:18:06.000000000 +0700 @@ -2791,3 +2791,13 @@ ...and make use of new names. Continued in ChangeLog.2004 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.2006 libtool-2.2.10/ChangeLog.2006 --- libtool-2.2.8/ChangeLog.2006 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.2006 2010-06-09 17:18:06.000000000 +0700 @@ -811,3 +811,13 @@ * ChangeLog: ..here. Continued in ChangeLog.2005 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.2007 libtool-2.2.10/ChangeLog.2007 --- libtool-2.2.8/ChangeLog.2007 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.2007 2010-06-09 17:18:06.000000000 +0700 @@ -1365,3 +1365,13 @@ * TODO: Likewise. Continued in ChangeLog.2006 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.2008 libtool-2.2.10/ChangeLog.2008 --- libtool-2.2.8/ChangeLog.2008 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.2008 2010-06-09 17:18:06.000000000 +0700 @@ -1901,3 +1901,13 @@ libltdl/m4/libtool.m4: Bump copyright years. Continued in ChangeLog.2007 +-- + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/ChangeLog.2009 libtool-2.2.10/ChangeLog.2009 --- libtool-2.2.8/ChangeLog.2009 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/ChangeLog.2009 2010-06-09 17:18:06.000000000 +0700 @@ -877,3 +877,13 @@ 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. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/NEWS libtool-2.2.10/NEWS --- libtool-2.2.8/NEWS 2010-06-05 00:56:20.000000000 +0700 +++ libtool-2.2.10/NEWS 2010-06-09 21:02:19.000000000 +0700 @@ -1,10 +1,18 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 2.2.10 2010-06-10: git version 2.2.9a, Libtool team: + +* New features: + + - On non-cygwin Windows systems, we no longer try to lookup the POSIX + format path recorded in $libdir of a pseudo-library when looking up + the location of the library with the native tools. + New in 2.2.8 2010-06-05: git version 2.2.7c, Libtool team: * No new features: - - Bumped version number and romoted 2.2.7b release candidate to a full + - Bumped version number and promoted 2.2.7b release candidate to a full stable release. New in 2.2.7b 2010-05-20: git version 2.2.7a, Libtool team: @@ -40,7 +48,7 @@ New in 2.2.7b 2010-05-20: git version 2. - Improved support for 64bit Windows (mingw64). - Improved support for cegcc (Windows CE/PocketPC). - Support for GNU/kOpenSolaris (kopensolaris*-gnu). - - Initial support for compilers on BlueGene BG/L. + - Initial support for compilers on BlueGene BG/P. - Improved support for Atari FreeMiNT. - With binutils 2.19.50+, shared libraries can be built on AIX. - Initial support for the Cuda Compiler Driver on GNU/Linux. @@ -877,3 +885,13 @@ New in 0.2: 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. + + This file is part of GNU Libtool. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/README libtool-2.2.10/README --- libtool-2.2.8/README 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/README 2010-06-09 18:50:21.000000000 +0700 @@ -180,21 +180,10 @@ For more details about version numbers, This file is part of GNU Libtool. -GNU Libtool 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 2 -of the License, or (at your option) any later version. - -GNU Libtool 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 GNU Libtool; see the file COPYING. If not, a copy -can be downloaded from http://www.gnu.org/licenses/gpl.html, or -obtained by writing to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. Local Variables: diff -ruNp libtool-2.2.8/THANKS libtool-2.2.10/THANKS --- libtool-2.2.8/THANKS 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/THANKS 2010-06-08 13:33:40.000000000 +0700 @@ -158,6 +158,7 @@ Roland Mainz roland.mainz@nrubsig.org Roumen Petrov bugtrack@roumenpetrov.info Rudolf Leitgeb r.leitgeb@x-pin.com + Ryan Hill dirtyepic@gentoo.org Sam Thursfield ssssam@gmail.com Scott McCreary scottmc2@gmail.com Sebastian Wilhelmi wilhelmi@ira.uka.de diff -ruNp libtool-2.2.8/TODO libtool-2.2.10/TODO --- libtool-2.2.8/TODO 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/TODO 2010-06-09 17:13:40.000000000 +0700 @@ -285,21 +285,10 @@ GNU Libtool This file is part of GNU Libtool. -GNU Libtool 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 2 of -the License, or (at your option) any later version. - -GNU Libtool 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 GNU Libtool; see the file COPYING. If not, a copy -can be downloaded from http://www.gnu.org/licenses/gpl.html, -or obtained by writing to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. Local Variables: mode: text diff -ruNp libtool-2.2.8/configure libtool-2.2.10/configure --- libtool-2.2.8/configure 2010-06-05 00:57:16.000000000 +0700 +++ libtool-2.2.10/configure 2010-06-09 20:05:45.000000000 +0700 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.65 for libtool 2.2.8. +# Generated by GNU Autoconf 2.65 for libtool 2.2.10. # # Report bugs to . # @@ -566,8 +566,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libtool' PACKAGE_TARNAME='libtool' -PACKAGE_VERSION='2.2.8' -PACKAGE_STRING='libtool 2.2.8' +PACKAGE_VERSION='2.2.10' +PACKAGE_STRING='libtool 2.2.10' PACKAGE_BUGREPORT='bug-libtool@gnu.org' PACKAGE_URL='' @@ -1343,7 +1343,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libtool 2.2.8 to adapt to many kinds of systems. +\`configure' configures libtool 2.2.10 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1413,7 +1413,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libtool 2.2.8:";; + short | recursive ) echo "Configuration of libtool 2.2.10:";; esac cat <<\_ACEOF @@ -1521,7 +1521,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libtool configure 2.2.8 +libtool configure 2.2.10 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2181,7 +2181,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libtool $as_me 2.2.8, which was +It was created by libtool $as_me 2.2.10, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -2587,13 +2587,13 @@ AUTOTEST='$(AUTOM4TE) --language=autotes # http://www.gnu.org/software/libtool/contribute.html # First we break the version number up into its constituent parts. -lt_major=`echo "2.2.8" | sed 's,\..*$,,g'` -lt_minor=`echo "2.2.8" | sed 's,^[0-9]*\.\([0-9]*\).*$,\1,'` -lt_micro=`echo "2.2.8" | sed 's,^[0-9]*\.[0-9]*\(\.[0-9]*\).*$,\1,'` -lt_alpha=`echo "2.2.8" | sed 's,^[0-9.]*,,'` +lt_major=`echo "2.2.10" | sed 's,\..*$,,g'` +lt_minor=`echo "2.2.10" | sed 's,^[0-9]*\.\([0-9]*\).*$,\1,'` +lt_micro=`echo "2.2.10" | sed 's,^[0-9]*\.[0-9]*\(\.[0-9]*\).*$,\1,'` +lt_alpha=`echo "2.2.10" | sed 's,^[0-9.]*,,'` -test "$lt_minor" = "2.2.8" && lt_minor=0 -test "$lt_micro" = "2.2.8" && lt_micro="" +test "$lt_minor" = "2.2.10" && lt_minor=0 +test "$lt_micro" = "2.2.10" && lt_micro="" # Then we try to work out what the release before this one would have been # numbered. The only time we come unstuck is when this is the first release @@ -2610,9 +2610,9 @@ case $lt_alpha in esac ;; [cegikmoqsuwy]) - LASTRELEASE=`echo "2.2.8" | tr 'c-y' 'b-w'` ;; + LASTRELEASE=`echo "2.2.10" | tr 'c-y' 'b-w'` ;; [dfhjlnprtvxz]) - LASTRELEASE=`echo "2.2.8" | tr 'd-z' 'b-x'` ;; + LASTRELEASE=`echo "2.2.10" | tr 'd-z' 'b-x'` ;; *) # No lt_alpha component case $lt_micro in .0) @@ -2640,7 +2640,7 @@ case $lt_alpha in ;; esac sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX -## Configuring libtool${TIMESTAMP:+" (Build:$TIMESTAMP)"} 2.2.8 ## +## Configuring libtool${TIMESTAMP:+" (Build:$TIMESTAMP)"} 2.2.10 ## _ASBOX echo @@ -3089,7 +3089,7 @@ fi # Define the identity of the package. PACKAGE='libtool' - VERSION='2.2.8' + VERSION='2.2.10' cat >>confdefs.h <<_ACEOF @@ -4444,8 +4444,8 @@ esac -macro_version='2.2.8' -macro_revision='1.3169' +macro_version='2.2.10' +macro_revision='1.3175' @@ -24201,7 +24201,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libtool $as_me 2.2.8, which was +This file was extended by libtool $as_me 2.2.10, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -24267,7 +24267,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libtool config.status 2.2.8 +libtool config.status 2.2.10 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" diff -ruNp libtool-2.2.8/configure.ac libtool-2.2.10/configure.ac --- libtool-2.2.8/configure.ac 2010-06-05 00:54:18.000000000 +0700 +++ libtool-2.2.10/configure.ac 2010-06-09 20:00:04.000000000 +0700 @@ -30,7 +30,7 @@ dnl Oldest automake required for bootstr ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [2.2.8], [bug-libtool@gnu.org]) +AC_INIT([libtool], [2.2.10], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([libtoolize.in]) LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive]) diff -ruNp libtool-2.2.8/doc/libtool.1 libtool-2.2.10/doc/libtool.1 --- libtool-2.2.8/doc/libtool.1 2010-06-05 01:48:20.000000000 +0700 +++ libtool-2.2.10/doc/libtool.1 2010-06-09 20:08:53.000000000 +0700 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. -.TH LIBTOOL "1" "June 2010" "libtool 2.2.8" "User Commands" +.TH LIBTOOL "1" "June 2010" "libtool 2.2.10" "User Commands" .SH NAME -libtool \- manual page for libtool 2.2.8 +libtool \- manual page for libtool 2.2.10 .SH SYNOPSIS .B libtool [\fIOPTION\fR]... [\fIMODE-ARG\fR]... @@ -329,7 +329,7 @@ linker: /usr/libexec/gcc/i686\-apple\-darwin10/4.2.1/ld (gnu? no) .TP libtool: -(GNU libtool) 2.2.8 +(GNU libtool) 2.2.10 .TP automake: automake (GNU automake) 1.11.1 diff -ruNp libtool-2.2.8/doc/libtool.info libtool-2.2.10/doc/libtool.info --- libtool-2.2.8/doc/libtool.info 2010-06-05 01:11:00.000000000 +0700 +++ libtool-2.2.10/doc/libtool.info 2010-06-09 20:09:39.000000000 +0700 @@ -13,7 +13,7 @@ START-INFO-DIR-ENTRY * libtoolize: (libtool)Invoking libtoolize. Adding libtool support. END-INFO-DIR-ENTRY - This file documents GNU Libtool 2.2.8 + This file documents GNU Libtool 2.2.10 Copyright (C) 1996-2009 Free Software Foundation, Inc. @@ -26,106 +26,106 @@ Free Documentation License".  Indirect: -libtool.info-1: 1003 -libtool.info-2: 272636 +libtool.info-1: 1004 +libtool.info-2: 272647  Tag Table: (Indirect) -Node: Top1003 -Node: Introduction7494 -Node: Motivation9316 -Node: Issues10636 -Node: Other implementations12114 -Node: Postmortem12657 -Node: Libtool paradigm14277 -Node: Using libtool15222 -Node: Creating object files17325 -Node: Linking libraries21062 -Ref: Linking libraries-Footnote-124890 -Node: Linking executables25031 -Ref: Linking executables-Footnote-130282 -Ref: Linking executables-Footnote-230575 -Node: Wrapper executables30655 -Node: Debugging executables32878 -Node: Installing libraries35701 -Ref: Installing libraries-Footnote-138863 -Node: Installing executables38934 -Node: Static libraries39770 -Node: Invoking libtool43047 -Node: Compile mode48340 -Node: Link mode51301 -Node: Execute mode60466 -Node: Install mode61246 -Node: Finish mode63603 -Node: Uninstall mode64038 -Node: Clean mode64479 -Node: Integrating libtool64938 -Node: Autoconf macros65695 -Node: Makefile rules69542 -Node: Using Automake70645 -Ref: Using Automake-Footnote-172226 -Node: Configuring72622 -Node: LT_INIT73874 -Ref: LT_INIT-Footnote-187972 -Node: Configure notes88225 -Node: Distributing91400 -Node: Invoking libtoolize92317 -Node: Autoconf and LTLIBOBJS98505 -Node: Static-only libraries99249 -Ref: Static-only libraries-Footnote-1100576 -Node: Other languages100685 -Node: C++ libraries101393 -Node: Tags102831 -Node: Versioning104223 -Node: Interfaces105591 -Node: Libtool versioning106224 -Node: Updating version info108437 -Node: Release numbers111465 -Node: Library tips113321 -Node: C header files116127 -Ref: C header files-Footnote-1119801 -Node: Inter-library dependencies120010 -Node: Dlopened modules122674 -Node: Building modules124580 -Node: Dlpreopening125781 -Node: Linking with dlopened modules131339 -Node: Finding the dlname136268 -Ref: Finding the dlname-Footnote-1137586 -Node: Dlopen issues137639 -Node: Using libltdl138694 -Node: Libltdl interface140534 -Ref: Libltdl interface-Footnote-1154191 -Node: Modules for libltdl154485 -Node: Thread Safety in libltdl157011 -Node: User defined module data158024 -Node: Module loaders for libltdl165516 -Ref: Module loaders for libltdl-Footnote-1174759 -Node: Distributing libltdl174865 -Ref: Distributing libltdl-Footnote-1188647 -Ref: Distributing libltdl-Footnote-2188943 -Node: Trace interface189093 -Node: FAQ189929 -Node: Stripped link flags190267 -Node: Troubleshooting191713 -Node: Libtool test suite192236 -Node: Test descriptions193014 -Node: When tests fail204232 -Node: Reporting bugs205424 -Node: Maintaining207042 -Node: New ports207785 -Node: Information sources208478 -Node: Porting inter-library dependencies210946 -Node: Tested platforms213670 -Node: Platform quirks222100 -Node: References223080 -Node: Compilers223930 -Ref: Compilers-Footnote-1225506 -Node: Reloadable objects225822 -Node: Multiple dependencies226181 -Node: Archivers227078 -Node: libtool script contents227644 -Node: Cheap tricks245603 -Node: GNU Free Documentation License247470 -Node: Index272636 +Node: Top1004 +Node: Introduction7496 +Node: Motivation9323 +Node: Issues10643 +Node: Other implementations12121 +Node: Postmortem12664 +Node: Libtool paradigm14284 +Node: Using libtool15229 +Node: Creating object files17332 +Node: Linking libraries21071 +Ref: Linking libraries-Footnote-124899 +Node: Linking executables25040 +Ref: Linking executables-Footnote-130291 +Ref: Linking executables-Footnote-230584 +Node: Wrapper executables30664 +Node: Debugging executables32887 +Node: Installing libraries35710 +Ref: Installing libraries-Footnote-138872 +Node: Installing executables38943 +Node: Static libraries39779 +Node: Invoking libtool43056 +Node: Compile mode48349 +Node: Link mode51310 +Node: Execute mode60475 +Node: Install mode61255 +Node: Finish mode63612 +Node: Uninstall mode64047 +Node: Clean mode64488 +Node: Integrating libtool64947 +Node: Autoconf macros65704 +Node: Makefile rules69551 +Node: Using Automake70654 +Ref: Using Automake-Footnote-172235 +Node: Configuring72631 +Node: LT_INIT73883 +Ref: LT_INIT-Footnote-187982 +Node: Configure notes88235 +Node: Distributing91410 +Node: Invoking libtoolize92327 +Node: Autoconf and LTLIBOBJS98515 +Node: Static-only libraries99259 +Ref: Static-only libraries-Footnote-1100586 +Node: Other languages100695 +Node: C++ libraries101403 +Node: Tags102841 +Node: Versioning104233 +Node: Interfaces105601 +Node: Libtool versioning106234 +Node: Updating version info108447 +Node: Release numbers111475 +Node: Library tips113331 +Node: C header files116137 +Ref: C header files-Footnote-1119811 +Node: Inter-library dependencies120020 +Node: Dlopened modules122684 +Node: Building modules124591 +Node: Dlpreopening125792 +Node: Linking with dlopened modules131350 +Node: Finding the dlname136279 +Ref: Finding the dlname-Footnote-1137597 +Node: Dlopen issues137650 +Node: Using libltdl138705 +Node: Libltdl interface140545 +Ref: Libltdl interface-Footnote-1154202 +Node: Modules for libltdl154496 +Node: Thread Safety in libltdl157022 +Node: User defined module data158035 +Node: Module loaders for libltdl165527 +Ref: Module loaders for libltdl-Footnote-1174770 +Node: Distributing libltdl174876 +Ref: Distributing libltdl-Footnote-1188658 +Ref: Distributing libltdl-Footnote-2188954 +Node: Trace interface189104 +Node: FAQ189940 +Node: Stripped link flags190278 +Node: Troubleshooting191724 +Node: Libtool test suite192247 +Node: Test descriptions193025 +Node: When tests fail204243 +Node: Reporting bugs205435 +Node: Maintaining207053 +Node: New ports207796 +Node: Information sources208489 +Node: Porting inter-library dependencies210957 +Node: Tested platforms213681 +Node: Platform quirks222111 +Node: References223091 +Node: Compilers223941 +Ref: Compilers-Footnote-1225517 +Node: Reloadable objects225833 +Node: Multiple dependencies226192 +Node: Archivers227089 +Node: libtool script contents227655 +Node: Cheap tricks245614 +Node: GNU Free Documentation License247481 +Node: Index272647  End Tag Table diff -ruNp libtool-2.2.8/doc/libtool.info-1 libtool-2.2.10/doc/libtool.info-1 --- libtool-2.2.8/doc/libtool.info-1 2010-06-05 01:11:00.000000000 +0700 +++ libtool-2.2.10/doc/libtool.info-1 2010-06-09 20:09:39.000000000 +0700 @@ -13,7 +13,7 @@ START-INFO-DIR-ENTRY * libtoolize: (libtool)Invoking libtoolize. Adding libtool support. END-INFO-DIR-ENTRY - This file documents GNU Libtool 2.2.8 + This file documents GNU Libtool 2.2.10 Copyright (C) 1996-2009 Free Software Foundation, Inc. @@ -32,7 +32,7 @@ Shared library support for GNU This file documents GNU Libtool, a script that allows package developers to provide generic shared library support. This edition documents -version 2.2.8. +version 2.2.10. *Note Reporting bugs::, for information on how to report problems with GNU Libtool. @@ -183,13 +183,13 @@ File: libtool.info, Node: Introduction, 1 Introduction ************** -In the past, if a source code package developer wanted to take advantage -of the power of shared libraries, he needed to write custom support code -for each platform on which his package ran. He also had to design a -configuration interface so that the package installer could choose what -sort of libraries were built. +In the past, if you were a source code package developer and wanted to +take advantage of the power of shared libraries, you needed to write +custom support code for each platform on which your package ran. You +also had to design a configuration interface so that the package +installer could choose what sort of libraries were built. - GNU Libtool simplifies the developer's job by encapsulating both the + GNU Libtool simplifies your job by encapsulating both the platform-specific dependencies, and the user interface, in a single script. GNU Libtool is designed so that the complete functionality of each host type is available via a generic interface, but nasty quirks @@ -463,7 +463,7 @@ library. On `a23', only static librarie objects look like this: # foo.lo - a libtool object file - # Generated by ltmain.sh (GNU libtool) 2.2.8 + # Generated by ltmain.sh (GNU libtool) 2.2.10 # # Please DO NOT delete this file! # It is necessary for linking the library. @@ -492,7 +492,7 @@ to build them, Libtool has compiled a PI note of it in the libtool object: # foo.lo - a libtool object file - # Generated by ltmain.sh (GNU libtool) 2.2.8 + # Generated by ltmain.sh (GNU libtool) 2.2.10 # # Please DO NOT delete this file! # It is necessary for linking the library. @@ -1834,7 +1834,7 @@ a number of macros defined by Libtool: print an error message to the standard error output and exit with failure (exit status is 63). For example: - LT_PREREQ([2.2.8]) + LT_PREREQ([2.2.10]) -- Macro: LT_INIT (OPTIONS) -- Macro: AC_PROG_LIBTOOL @@ -3030,7 +3030,7 @@ interpreted language. In fact, dlopen c language interpreters to provide an efficient way to extend the language. - As of version 2.2.8, libtool provides support for dlopened modules. + As of version 2.2.10, libtool provides support for dlopened modules. However, you should indicate that your package is willing to use such support, by using the `LT_INIT' option `dlopen' in `configure.ac'. If this option is not given, libtool will assume no dlopening mechanism is Binary files libtool-2.2.8/doc/libtool.info-2 and libtool-2.2.10/doc/libtool.info-2 differ diff -ruNp libtool-2.2.8/doc/libtool.texi libtool-2.2.10/doc/libtool.texi --- libtool-2.2.8/doc/libtool.texi 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/doc/libtool.texi 2010-06-07 17:22:12.000000000 +0700 @@ -230,13 +230,13 @@ Platform quirks @node Introduction @chapter Introduction -In the past, if a source code package developer wanted to take advantage -of the power of shared libraries, he needed to write custom support code -for each platform on which his package ran. He also had to design a -configuration interface so that the package installer could choose what -sort of libraries were built. +In the past, if you were a source code package developer and wanted to +take advantage of the power of shared libraries, you needed to write +custom support code for each platform on which your package ran. You +also had to design a configuration interface so that the package +installer could choose what sort of libraries were built. -GNU Libtool simplifies the developer's job by encapsulating both the +GNU Libtool simplifies your job by encapsulating both the platform-specific dependencies, and the user interface, in a single script. GNU Libtool is designed so that the complete functionality of each host type is available via a generic interface, but nasty quirks diff -ruNp libtool-2.2.8/doc/libtoolize.1 libtool-2.2.10/doc/libtoolize.1 --- libtool-2.2.8/doc/libtoolize.1 2010-06-05 01:48:20.000000000 +0700 +++ libtool-2.2.10/doc/libtoolize.1 2010-06-09 18:45:27.000000000 +0700 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. -.TH LIBTOOLIZE "1" "June 2010" "libtoolize 2.2.7c" "User Commands" +.TH LIBTOOLIZE "1" "June 2010" "libtoolize 2.2.9a" "User Commands" .SH NAME -libtoolize \- manual page for libtoolize 2.2.7c +libtoolize \- manual page for libtoolize 2.2.9a .SH SYNOPSIS .B libtoolize [\fIOPTION\fR]... @@ -76,7 +76,7 @@ host\-triplet: x86_64\-apple\-darwin10.3.0 .TP libtoolize: -(GNU libtool 1.3168 2010\-05\-22) 2.2.7c +(GNU libtool 1.3173 2010\-06\-09) 2.2.9a .TP automake: automake (GNU automake) 1.11.1 diff -ruNp libtool-2.2.8/doc/stamp-vti libtool-2.2.10/doc/stamp-vti --- libtool-2.2.8/doc/stamp-vti 2010-06-05 01:10:14.000000000 +0700 +++ libtool-2.2.10/doc/stamp-vti 2010-06-09 20:08:53.000000000 +0700 @@ -1,4 +1,4 @@ -@set UPDATED 21 May 2010 -@set UPDATED-MONTH May 2010 -@set EDITION 2.2.8 -@set VERSION 2.2.8 +@set UPDATED 7 June 2010 +@set UPDATED-MONTH June 2010 +@set EDITION 2.2.10 +@set VERSION 2.2.10 diff -ruNp libtool-2.2.8/doc/version.texi libtool-2.2.10/doc/version.texi --- libtool-2.2.8/doc/version.texi 2010-06-05 01:10:14.000000000 +0700 +++ libtool-2.2.10/doc/version.texi 2010-06-09 20:08:53.000000000 +0700 @@ -1,4 +1,4 @@ -@set UPDATED 21 May 2010 -@set UPDATED-MONTH May 2010 -@set EDITION 2.2.8 -@set VERSION 2.2.8 +@set UPDATED 7 June 2010 +@set UPDATED-MONTH June 2010 +@set EDITION 2.2.10 +@set VERSION 2.2.10 diff -ruNp libtool-2.2.8/libltdl/README libtool-2.2.10/libltdl/README --- libtool-2.2.8/libltdl/README 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/libltdl/README 2010-06-09 17:47:18.000000000 +0700 @@ -14,24 +14,7 @@ It supports the following dlopen interfa This file is part of GNU Libtool. -GNU Libtool 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 2 of -the License, or (at your option) any later version. - -As a special exception to the GNU General Public License, -if you distribute this file as part of a program or library that -is built using GNU Libtool, you may include this file under the -same distribution terms that you use for the rest of that program. - -GNU Libtool 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 GNU Libtool; see the file COPYING. If not, a copy -can be downloaded from http://www.gnu.org/licenses/gpl.html, -or obtained by writing to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. diff -ruNp libtool-2.2.8/libltdl/config/general.m4sh libtool-2.2.10/libltdl/config/general.m4sh --- libtool-2.2.8/libltdl/config/general.m4sh 2010-06-05 01:48:07.000000000 +0700 +++ libtool-2.2.10/libltdl/config/general.m4sh 2010-06-09 18:43:54.000000000 +0700 @@ -1,40 +1,39 @@ -m4_if([general.m4sh -- general shell script boiler plate -*- Autoconf -*- +m4_divert_push([KILL]) -*- Autoconf -*- +# general.m4sh -- general shell script boiler plate +# +# Copyright (C) 2004, 2005, 2007, 2008, 2010 Free Software Foundation, Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file is part of GNU Libtool. +# +# GNU Libtool 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 2 of +# the License, or (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNES 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 GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, +# or obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. - Written by Gary V. Vaughan, 2004 - - This file is part of GNU Cvs-utils. - -GNU Cvs-utils 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 2 of -the License, or (at you option) any later version. - -As a special exception to the GNU General Public License, if you -distribute this file as part of a program or library that contains -a configuration script generated by Autoconf, you may include this -file under the same distribution terms that you use for the rest -of that program. - -GNU Cvs-utils is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNES 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 GNU Libtool; see the file COPYING. If not, a copy -can be downloaded from http://www.gnu.org/licenses/gpl.html, -or obtained by writing to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -])dnl - -m4_define([M4SH_VERBATIM], [$1])dnl +m4_define([M4SH_VERBATIM], [$1]) m4_ifndef([M4SH_IN_HEADER], [m4_define([M4SH_IN_HEADER], [m4_divert_text([HEADER-COPYRIGHT], [$1])])]) -M4SH_IN_HEADER([dnl +m4_divert_pop([KILL])M4SH_IN_HEADER([dnl # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special @@ -561,4 +560,3 @@ func_show_eval_locale () fi } ]]) - diff -ruNp libtool-2.2.8/libltdl/config/getopt.m4sh libtool-2.2.10/libltdl/config/getopt.m4sh --- libtool-2.2.8/libltdl/config/getopt.m4sh 2010-06-05 00:34:17.000000000 +0700 +++ libtool-2.2.10/libltdl/config/getopt.m4sh 2010-06-09 17:38:23.000000000 +0700 @@ -1,7 +1,8 @@ -m4_include([general.m4sh])m4_divert_push(-1) -# getopt.m4sh -- getopt helper functions -*- Autoconf -*- +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, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +# Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is part of GNU Libtool. @@ -9,7 +10,7 @@ m4_include([general.m4sh])m4_divert_push # GNU Libtool 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 2 of -# the License, or (at you option) any later version. +# the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program or library that contains @@ -135,7 +136,7 @@ m4_define([m4go_branches], []) # case br # OPTION, [|])' to insert the separator pipe symbols - which requires # that `m4go_shortargs' be undefined if the first option appended is not # prefixed by a leading `|'. -m4_define([m4go_shortnoargs], [-?*|-h*|-v*]) +m4_define([m4go_shortnoargs], [-\?*|-h*|-v*]) # M4SH_GETOPTS(SHORT-SPEC1, LONG-MATCH1, DEF1, INIT1, @@ -357,7 +358,7 @@ dnl only write the file_arg fragment whe m4_bmatch([$3], [@], [m4_bmatch([$3], [?], [], [m4_expand([m4go_file_arg([$1])]) ])])m4_n(m4go_unindent([$6]))[]dnl -m4_bmatch([$3], [[!+]], [ shift +m4_bmatch([$3], [[!+;]], [ shift ]) ;; ])], [m4_ifnblank([$2], @@ -496,7 +497,7 @@ m4go_validation # operation of the automatic `--version' and `--help' options, among # others. -m4_divert_pop(-1)M4SH_VERBATIM([[ +m4_divert_pop([KILL])M4SH_VERBATIM([[ # func_version # Echo version message to standard output and exit. func_version () @@ -505,7 +506,7 @@ func_version () :more /\./!{ N - s/\n# // + s/\n# / / b more } :go diff -ruNp libtool-2.2.8/libltdl/config/ltmain.sh libtool-2.2.10/libltdl/config/ltmain.sh --- libtool-2.2.8/libltdl/config/ltmain.sh 2010-06-05 01:48:19.000000000 +0700 +++ libtool-2.2.10/libltdl/config/ltmain.sh 2010-06-09 20:08:53.000000000 +0700 @@ -1,6 +1,6 @@ # Generated from ltmain.m4sh. -# libtool (GNU libtool) 2.2.8 +# libtool (GNU libtool) 2.2.10 # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, @@ -70,7 +70,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.2.8 +# $progname: (GNU libtool) 2.2.10 # automake: $automake_version # autoconf: $autoconf_version # @@ -78,9 +78,9 @@ PROGRAM=libtool PACKAGE=libtool -VERSION=2.2.8 +VERSION=2.2.10 TIMESTAMP="" -package_revision=1.3169 +package_revision=1.3175 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then @@ -124,10 +124,6 @@ export LANGUAGE LC_ALL $lt_unset CDPATH - - - - # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special @@ -655,7 +651,6 @@ func_show_eval_locale () } - # func_version # Echo version message to standard output and exit. func_version () @@ -664,7 +659,7 @@ func_version () :more /\./!{ N - s/\n# // + s/\n# / / b more } :go diff -ruNp libtool-2.2.8/libltdl/configure libtool-2.2.10/libltdl/configure --- libtool-2.2.8/libltdl/configure 2010-06-05 00:57:23.000000000 +0700 +++ libtool-2.2.10/libltdl/configure 2010-06-09 20:05:51.000000000 +0700 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.65 for libltdl 2.2.8. +# Generated by GNU Autoconf 2.65 for libltdl 2.2.10. # # Report bugs to . # @@ -562,8 +562,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libltdl' PACKAGE_TARNAME='libltdl' -PACKAGE_VERSION='2.2.8' -PACKAGE_STRING='libltdl 2.2.8' +PACKAGE_VERSION='2.2.10' +PACKAGE_STRING='libltdl 2.2.10' PACKAGE_BUGREPORT='bug-libtool@gnu.org' PACKAGE_URL='' @@ -1290,7 +1290,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libltdl 2.2.8 to adapt to many kinds of systems. +\`configure' configures libltdl 2.2.10 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1360,7 +1360,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libltdl 2.2.8:";; + short | recursive ) echo "Configuration of libltdl 2.2.10:";; esac cat <<\_ACEOF @@ -1460,7 +1460,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libltdl configure 2.2.8 +libltdl configure 2.2.10 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -1831,7 +1831,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libltdl $as_me 2.2.8, which was +It was created by libltdl $as_me 2.2.10, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -2655,7 +2655,7 @@ fi # Define the identity of the package. PACKAGE='libltdl' - VERSION='2.2.8' + VERSION='2.2.10' cat >>confdefs.h <<_ACEOF @@ -2714,8 +2714,8 @@ esac -macro_version='2.2.8' -macro_revision='1.3169' +macro_version='2.2.10' +macro_revision='1.3175' @@ -12290,7 +12290,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libltdl $as_me 2.2.8, which was +This file was extended by libltdl $as_me 2.2.10, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12356,7 +12356,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libltdl config.status 2.2.8 +libltdl config.status 2.2.10 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" diff -ruNp libtool-2.2.8/libltdl/configure.ac libtool-2.2.10/libltdl/configure.ac --- libtool-2.2.8/libltdl/configure.ac 2010-06-05 00:54:31.000000000 +0700 +++ libtool-2.2.10/libltdl/configure.ac 2010-06-09 20:00:19.000000000 +0700 @@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libltdl], [2.2.8], [bug-libtool@gnu.org]) +AC_INIT([libltdl], [2.2.10], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([ltdl.c]) AC_CONFIG_AUX_DIR([config]) diff -ruNp libtool-2.2.8/libltdl/ltdl.c libtool-2.2.10/libltdl/ltdl.c --- libtool-2.2.8/libltdl/ltdl.c 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/libltdl/ltdl.c 2010-06-09 19:17:57.000000000 +0700 @@ -1076,12 +1076,17 @@ parse_dotla_file(FILE *file, char **dlna { errors += trim (old_name, &line[sizeof (STR_OLD_LIBRARY) - 1]); } + + /* Windows native tools do not understand the POSIX paths we store + in libdir. */ +#ifndef __WINDOWS__ #undef STR_LIBDIR #define STR_LIBDIR "libdir=" else if (strncmp (line, STR_LIBDIR, sizeof (STR_LIBDIR) - 1) == 0) { errors += trim (libdir, &line[sizeof(STR_LIBDIR) - 1]); } +#endif #undef STR_DL_DEPLIBS #define STR_DL_DEPLIBS "dependency_libs=" diff -ruNp libtool-2.2.8/libltdl/m4/ltversion.m4 libtool-2.2.10/libltdl/m4/ltversion.m4 --- libtool-2.2.8/libltdl/m4/ltversion.m4 2010-06-05 00:57:09.000000000 +0700 +++ libtool-2.2.10/libltdl/m4/ltversion.m4 2010-06-09 20:05:38.000000000 +0700 @@ -9,15 +9,15 @@ # Generated from ltversion.in. -# serial 3169 ltversion.m4 +# serial 3175 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.2.8]) -m4_define([LT_PACKAGE_REVISION], [1.3169]) +m4_define([LT_PACKAGE_VERSION], [2.2.10]) +m4_define([LT_PACKAGE_REVISION], [1.3175]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.2.8' -macro_revision='1.3169' +[macro_version='2.2.10' +macro_revision='1.3175' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) diff -ruNp libtool-2.2.8/libtoolize.in libtool-2.2.10/libtoolize.in --- libtool-2.2.8/libtoolize.in 2010-06-05 01:48:20.000000000 +0700 +++ libtool-2.2.10/libtoolize.in 2010-06-09 18:45:26.000000000 +0700 @@ -5,7 +5,8 @@ # libtoolize (GNU @PACKAGE@@TIMESTAMP@) @VERSION@ # Written by Gary V. Vaughan , 2003 -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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. @@ -322,10 +323,6 @@ as_unset=as_fn_unset - - - - : ${CP="cp -f"} test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} : ${EGREP="@EGREP@"} @@ -844,7 +841,6 @@ func_show_eval_locale () } - # func_version # Echo version message to standard output and exit. func_version () @@ -853,7 +849,7 @@ func_version () :more /\./!{ N - s/\n# // + s/\n# / / b more } :go diff -ruNp libtool-2.2.8/libtoolize.m4sh libtool-2.2.10/libtoolize.m4sh --- libtool-2.2.8/libtoolize.m4sh 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/libtoolize.m4sh 2010-06-09 16:47:55.000000000 +0700 @@ -5,7 +5,8 @@ AS_INIT[]m4_divert_push([HEADER-COPYRIGH # libtoolize (GNU @PACKAGE@@TIMESTAMP@) @VERSION@ # Written by Gary V. Vaughan , 2003 -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 -ruNp libtool-2.2.8/tests/cdemo/configure libtool-2.2.10/tests/cdemo/configure --- libtool-2.2.8/tests/cdemo/configure 2010-06-05 00:57:29.000000000 +0700 +++ libtool-2.2.10/tests/cdemo/configure 2010-06-09 20:05:57.000000000 +0700 @@ -3574,8 +3574,8 @@ esac -macro_version='2.2.8' -macro_revision='1.3169' +macro_version='2.2.10' +macro_revision='1.3175' diff -ruNp libtool-2.2.8/tests/defs.in libtool-2.2.10/tests/defs.in --- libtool-2.2.8/tests/defs.in 2010-06-05 01:48:20.000000000 +0700 +++ libtool-2.2.10/tests/defs.in 2010-06-09 18:44:08.000000000 +0700 @@ -279,10 +279,6 @@ as_unset=as_fn_unset - - - - : ${CP="cp -f"} test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} : ${EGREP="@EGREP@"} @@ -803,7 +799,6 @@ func_show_eval_locale () - : ${AUTOCONF="autoconf"} : ${AUTORECONF="autoreconf"} : ${LIBTOOL="./libtool"} diff -ruNp libtool-2.2.8/tests/demo/configure libtool-2.2.10/tests/demo/configure --- libtool-2.2.8/tests/demo/configure 2010-06-05 00:57:34.000000000 +0700 +++ libtool-2.2.10/tests/demo/configure 2010-06-09 20:06:02.000000000 +0700 @@ -3579,8 +3579,8 @@ esac -macro_version='2.2.8' -macro_revision='1.3169' +macro_version='2.2.10' +macro_revision='1.3175' diff -ruNp libtool-2.2.8/tests/depdemo/configure libtool-2.2.10/tests/depdemo/configure --- libtool-2.2.8/tests/depdemo/configure 2010-06-05 00:57:39.000000000 +0700 +++ libtool-2.2.10/tests/depdemo/configure 2010-06-09 20:06:07.000000000 +0700 @@ -3576,8 +3576,8 @@ esac -macro_version='2.2.8' -macro_revision='1.3169' +macro_version='2.2.10' +macro_revision='1.3175' diff -ruNp libtool-2.2.8/tests/f77demo/configure libtool-2.2.10/tests/f77demo/configure --- libtool-2.2.8/tests/f77demo/configure 2010-06-05 00:57:45.000000000 +0700 +++ libtool-2.2.10/tests/f77demo/configure 2010-06-09 20:06:13.000000000 +0700 @@ -4545,8 +4545,8 @@ esac -macro_version='2.2.8' -macro_revision='1.3169' +macro_version='2.2.10' +macro_revision='1.3175' diff -ruNp libtool-2.2.8/tests/fcdemo/configure libtool-2.2.10/tests/fcdemo/configure --- libtool-2.2.8/tests/fcdemo/configure 2010-06-05 00:57:51.000000000 +0700 +++ libtool-2.2.10/tests/fcdemo/configure 2010-06-09 20:06:19.000000000 +0700 @@ -4645,8 +4645,8 @@ esac -macro_version='2.2.8' -macro_revision='1.3169' +macro_version='2.2.10' +macro_revision='1.3175' diff -ruNp libtool-2.2.8/tests/mdemo/configure libtool-2.2.10/tests/mdemo/configure --- libtool-2.2.8/tests/mdemo/configure 2010-06-05 00:57:56.000000000 +0700 +++ libtool-2.2.10/tests/mdemo/configure 2010-06-09 20:06:24.000000000 +0700 @@ -3608,8 +3608,8 @@ esac -macro_version='2.2.8' -macro_revision='1.3169' +macro_version='2.2.10' +macro_revision='1.3175' diff -ruNp libtool-2.2.8/tests/mdemo2/configure libtool-2.2.10/tests/mdemo2/configure --- libtool-2.2.8/tests/mdemo2/configure 2010-06-05 00:58:02.000000000 +0700 +++ libtool-2.2.10/tests/mdemo2/configure 2010-06-09 20:06:29.000000000 +0700 @@ -3574,8 +3574,8 @@ esac -macro_version='2.2.8' -macro_revision='1.3169' +macro_version='2.2.10' +macro_revision='1.3175' diff -ruNp libtool-2.2.8/tests/package.m4 libtool-2.2.10/tests/package.m4 --- libtool-2.2.8/tests/package.m4 2010-06-05 00:57:09.000000000 +0700 +++ libtool-2.2.10/tests/package.m4 2010-06-09 20:05:38.000000000 +0700 @@ -1,6 +1,6 @@ # Signature of the current package. m4_define([AT_PACKAGE_NAME], [libtool]) m4_define([AT_PACKAGE_TARNAME], [libtool]) -m4_define([AT_PACKAGE_VERSION], [2.2.8]) -m4_define([AT_PACKAGE_STRING], [libtool 2.2.8]) +m4_define([AT_PACKAGE_VERSION], [2.2.10]) +m4_define([AT_PACKAGE_STRING], [libtool 2.2.10]) m4_define([AT_PACKAGE_BUGREPORT], [bug-libtool@gnu.org]) diff -ruNp libtool-2.2.8/tests/pdemo/configure libtool-2.2.10/tests/pdemo/configure --- libtool-2.2.8/tests/pdemo/configure 2010-06-05 00:58:07.000000000 +0700 +++ libtool-2.2.10/tests/pdemo/configure 2010-06-09 20:06:34.000000000 +0700 @@ -3577,8 +3577,8 @@ esac -macro_version='2.2.8' -macro_revision='1.3169' +macro_version='2.2.10' +macro_revision='1.3175' diff -ruNp libtool-2.2.8/tests/tagdemo/configure libtool-2.2.10/tests/tagdemo/configure --- libtool-2.2.8/tests/tagdemo/configure 2010-06-05 00:58:12.000000000 +0700 +++ libtool-2.2.10/tests/tagdemo/configure 2010-06-09 20:06:40.000000000 +0700 @@ -4665,8 +4665,8 @@ esac -macro_version='2.2.8' -macro_revision='1.3169' +macro_version='2.2.10' +macro_revision='1.3175' diff -ruNp libtool-2.2.8/tests/testsuite libtool-2.2.10/tests/testsuite --- libtool-2.2.8/tests/testsuite 2010-06-05 00:57:10.000000000 +0700 +++ libtool-2.2.10/tests/testsuite 2010-06-09 20:05:39.000000000 +0700 @@ -953,7 +953,7 @@ fi # List of tests. if $at_list_p; then cat <<_ATEOF || at_write_fail=1 -libtool 2.2.8 test suite test groups: +libtool 2.2.10 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS @@ -1002,7 +1002,7 @@ _ATEOF exit $at_write_fail fi if $at_version_p; then - $as_echo "$as_me (libtool 2.2.8)" && + $as_echo "$as_me (libtool 2.2.10)" && cat <<\_ATEOF || at_write_fail=1 Copyright (C) 2009 Free Software Foundation, Inc. @@ -1236,15 +1236,15 @@ exec 5>>"$at_suite_log" # Banners and logs. cat <<\_ASBOX -## ------------------------- ## -## libtool 2.2.8 test suite. ## -## ------------------------- ## +## -------------------------- ## +## libtool 2.2.10 test suite. ## +## -------------------------- ## _ASBOX { cat <<\_ASBOX -## ------------------------- ## -## libtool 2.2.8 test suite. ## -## ------------------------- ## +## -------------------------- ## +## libtool 2.2.10 test suite. ## +## -------------------------- ## _ASBOX echo @@ -2120,7 +2120,7 @@ _ASBOX $as_echo "Please send $at_msg and all information you think might help: To: - Subject: [libtool 2.2.8] $as_me: $at_fail_list${at_fail_list:+ failed${at_xpass_list:+, }}$at_xpass_list${at_xpass_list:+ passed unexpectedly} + Subject: [libtool 2.2.10] $as_me: $at_fail_list${at_fail_list:+ failed${at_xpass_list:+, }}$at_xpass_list${at_xpass_list:+ passed unexpectedly} You may investigate any problem if you feel able to do so, in which case the test suite provides a good starting point. Its output may @@ -2149,7 +2149,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) LT_INIT @@ -2214,7 +2214,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) LT_INIT @@ -2276,7 +2276,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) LT_INIT @@ -2509,7 +2509,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) LT_INIT @@ -2798,7 +2798,7 @@ _ATEOF cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) LT_INIT @@ -2905,7 +2905,7 @@ _ATEOF cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([ltdl]) AC_CONFIG_AUX_DIR([ltdl/config]) AC_CONFIG_MACRO_DIR([ltdl/m4]) @@ -3019,7 +3019,7 @@ _ATEOF cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([ltdl]) AC_CONFIG_AUX_DIR([ltdl/config]) AC_CONFIG_MACRO_DIR([ltdl/m4]) @@ -3135,7 +3135,7 @@ _ATEOF cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([ltdl]) AC_CONFIG_AUX_DIR([ltdl/config]) AC_CONFIG_MACRO_DIR([ltdl/m4]) @@ -3188,7 +3188,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_AUX_DIR([build-aux]) LT_INIT AC_OUTPUT @@ -3239,7 +3239,7 @@ $at_traceon; } ## --------------------------------------- ## cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) LT_INIT @@ -3439,7 +3439,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) LT_INIT AC_OUTPUT _ATEOF @@ -3711,7 +3711,7 @@ _ATEOF cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([ltdl]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -3840,7 +3840,7 @@ _ATEOF cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([ltdl]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([acm4]) @@ -3893,7 +3893,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) LT_INIT @@ -4025,7 +4025,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([libtoolize-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtoolize-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) LT_INIT @@ -11934,6 +11934,7 @@ _ATEOF inst=`pwd`/inst libdir=$inst/lib bindir=$inst/bin +LDFLAGS="$LDFLAGS -no-undefined" mkdir $inst $libdir $bindir for file in liba1.c liba2.c liba3.c liba4.c libb.c; do @@ -11947,28 +11948,28 @@ done # Hypothesis: -version-info is ignored for convenience archives. { set +x -$as_echo "$at_srcdir/versioning.at:118: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba1.lo -version-info 0:0:0" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info 0:0:0" "versioning.at:118" +$as_echo "$at_srcdir/versioning.at:119: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba1.lo -version-info 0:0:0" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info 0:0:0" "versioning.at:119" ( $at_check_trace; $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info 0:0:0 ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; tee stderr <"$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:118" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:119" $at_failed && at_fn_log_failure $at_traceon; } { set +x -$as_echo "$at_srcdir/versioning.at:120: grep 'version-info.*ignored for convenience' stderr" -at_fn_check_prepare_trace "versioning.at:120" +$as_echo "$at_srcdir/versioning.at:121: grep 'version-info.*ignored for convenience' stderr" +at_fn_check_prepare_trace "versioning.at:121" ( $at_check_trace; grep 'version-info.*ignored for convenience' stderr ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter at_fn_diff_devnull "$at_stderr" || at_failed=: echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:120" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:121" $at_failed && at_fn_log_failure $at_traceon; } @@ -11977,15 +11978,15 @@ $at_traceon; } # Be sure not to use zero here, it's not portable. for version_number in 1 1:1 2:1 1:1:1 3:2:1; do { set +x -$as_echo "$at_srcdir/versioning.at:125: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba1.lo -version-number \$version_number -rpath \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-number $version_number -rpath $libdir" "versioning.at:125" +$as_echo "$at_srcdir/versioning.at:126: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba1.lo -version-number \$version_number -rpath \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-number $version_number -rpath $libdir" "versioning.at:126" ( $at_check_trace; $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-number $version_number -rpath $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:125" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:126" $at_failed && at_fn_log_failure $at_traceon; } @@ -11997,15 +11998,15 @@ done # for `version_type's of `irix', `nonstopux', or `osf'. for version_info in 1 1:2 0:0:0 1:1:1 13:241:7; do { set +x -$as_echo "$at_srcdir/versioning.at:134: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba1.lo -version-info \$version_info -rpath \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info $version_info -rpath $libdir" "versioning.at:134" +$as_echo "$at_srcdir/versioning.at:135: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba1.lo -version-info \$version_info -rpath \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info $version_info -rpath $libdir" "versioning.at:135" ( $at_check_trace; $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info $version_info -rpath $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:134" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:135" $at_failed && at_fn_log_failure $at_traceon; } @@ -12013,28 +12014,28 @@ done # Hypothesis: we diagnose when AGE is higher than CURRENT. { set +x -$as_echo "$at_srcdir/versioning.at:139: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba1.lo -version-info 1:3:2 -rpath \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info 1:3:2 -rpath $libdir" "versioning.at:139" +$as_echo "$at_srcdir/versioning.at:140: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba1.lo -version-info 1:3:2 -rpath \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info 1:3:2 -rpath $libdir" "versioning.at:140" ( $at_check_trace; $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info 1:3:2 -rpath $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; tee stderr <"$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 1 $at_status "$at_srcdir/versioning.at:139" +at_fn_check_status 1 $at_status "$at_srcdir/versioning.at:140" $at_failed && at_fn_log_failure $at_traceon; } { set +x -$as_echo "$at_srcdir/versioning.at:141: grep 'AGE.*is greater than' stderr" -at_fn_check_prepare_trace "versioning.at:141" +$as_echo "$at_srcdir/versioning.at:142: grep 'AGE.*is greater than' stderr" +at_fn_check_prepare_trace "versioning.at:142" ( $at_check_trace; grep 'AGE.*is greater than' stderr ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter at_fn_diff_devnull "$at_stderr" || at_failed=: echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:141" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:142" $at_failed && at_fn_log_failure $at_traceon; } @@ -12042,15 +12043,15 @@ $at_traceon; } # Hypothesis: we diagnose invalid values. for version_info in 1:2:3:4 -1 0:-1 0:0:-1; do { set +x -$as_echo "$at_srcdir/versioning.at:145: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba1.lo -version-info \$version_info -rpath \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info $version_info -rpath $libdir" "versioning.at:145" +$as_echo "$at_srcdir/versioning.at:146: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba1.lo -version-info \$version_info -rpath \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info $version_info -rpath $libdir" "versioning.at:146" ( $at_check_trace; $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info $version_info -rpath $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 1 $at_status "$at_srcdir/versioning.at:145" +at_fn_check_status 1 $at_status "$at_srcdir/versioning.at:146" $at_failed && at_fn_log_failure $at_traceon; } @@ -12065,38 +12066,40 @@ test_uninstalled () { # temporarily move installed libraries out of the way in order to avoid # skewing test results: - mv $libdir temp + mv $libdir temp-lib + mv $bindir temp-bin lt_exe=./prog1; if test -f "./prog1$EXEEXT"; then lt_exe=$lt_exe$EXEEXT; fi { set +x -$as_echo "$at_srcdir/versioning.at:159: if \"\$lt_exe\" ; then :; else lt_status=\$?; test \"X\$host\" != \"X\$build\" && test -x \"\$lt_exe\" && exit 77; exit \$lt_status; fi" -at_fn_check_prepare_dynamic "if \"$lt_exe\" ; then :; else lt_status=$?; test \"X$host\" != \"X$build\" && test -x \"$lt_exe\" && exit 77; exit $lt_status; fi" "versioning.at:159" +$as_echo "$at_srcdir/versioning.at:161: if \"\$lt_exe\" ; then :; else lt_status=\$?; test \"X\$host\" != \"X\$build\" && test -x \"\$lt_exe\" && exit 77; exit \$lt_status; fi" +at_fn_check_prepare_dynamic "if \"$lt_exe\" ; then :; else lt_status=$?; test \"X$host\" != \"X$build\" && test -x \"$lt_exe\" && exit 77; exit $lt_status; fi" "versioning.at:161" ( $at_check_trace; if "$lt_exe" ; then :; else lt_status=$?; test "X$host" != "X$build" && test -x "$lt_exe" && exit 77; exit $lt_status; fi ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter at_fn_diff_devnull "$at_stderr" || at_failed=: at_fn_diff_devnull "$at_stdout" || at_failed=: -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:159" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:161" $at_failed && at_fn_log_failure $at_traceon; } lt_exe=./prog2; if test -f "./prog2$EXEEXT"; then lt_exe=$lt_exe$EXEEXT; fi { set +x -$as_echo "$at_srcdir/versioning.at:160: if \"\$lt_exe\" ; then :; else lt_status=\$?; test \"X\$host\" != \"X\$build\" && test -x \"\$lt_exe\" && exit 77; exit \$lt_status; fi" -at_fn_check_prepare_dynamic "if \"$lt_exe\" ; then :; else lt_status=$?; test \"X$host\" != \"X$build\" && test -x \"$lt_exe\" && exit 77; exit $lt_status; fi" "versioning.at:160" +$as_echo "$at_srcdir/versioning.at:162: if \"\$lt_exe\" ; then :; else lt_status=\$?; test \"X\$host\" != \"X\$build\" && test -x \"\$lt_exe\" && exit 77; exit \$lt_status; fi" +at_fn_check_prepare_dynamic "if \"$lt_exe\" ; then :; else lt_status=$?; test \"X$host\" != \"X$build\" && test -x \"$lt_exe\" && exit 77; exit $lt_status; fi" "versioning.at:162" ( $at_check_trace; if "$lt_exe" ; then :; else lt_status=$?; test "X$host" != "X$build" && test -x "$lt_exe" && exit 77; exit $lt_status; fi ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter at_fn_diff_devnull "$at_stderr" || at_failed=: at_fn_diff_devnull "$at_stdout" || at_failed=: -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:160" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:162" $at_failed && at_fn_log_failure $at_traceon; } - mv temp $libdir + mv temp-lib $libdir + mv temp-bin $bindir } test_installed () @@ -12106,30 +12109,30 @@ test_installed () mv $objdir temp lt_exe=$bindir/prog1; if test -f "$bindir/prog1$EXEEXT"; then lt_exe=$lt_exe$EXEEXT; fi { set +x -$as_echo "$at_srcdir/versioning.at:169: if \"\$lt_exe\" ; then :; else lt_status=\$?; test \"X\$host\" != \"X\$build\" && test -x \"\$lt_exe\" && exit 77; exit \$lt_status; fi" -at_fn_check_prepare_dynamic "if \"$lt_exe\" ; then :; else lt_status=$?; test \"X$host\" != \"X$build\" && test -x \"$lt_exe\" && exit 77; exit $lt_status; fi" "versioning.at:169" +$as_echo "$at_srcdir/versioning.at:172: if \"\$lt_exe\" ; then :; else lt_status=\$?; test \"X\$host\" != \"X\$build\" && test -x \"\$lt_exe\" && exit 77; exit \$lt_status; fi" +at_fn_check_prepare_dynamic "if \"$lt_exe\" ; then :; else lt_status=$?; test \"X$host\" != \"X$build\" && test -x \"$lt_exe\" && exit 77; exit $lt_status; fi" "versioning.at:172" ( $at_check_trace; if "$lt_exe" ; then :; else lt_status=$?; test "X$host" != "X$build" && test -x "$lt_exe" && exit 77; exit $lt_status; fi ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter at_fn_diff_devnull "$at_stderr" || at_failed=: at_fn_diff_devnull "$at_stdout" || at_failed=: -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:169" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:172" $at_failed && at_fn_log_failure $at_traceon; } lt_exe=$bindir/prog2; if test -f "$bindir/prog2$EXEEXT"; then lt_exe=$lt_exe$EXEEXT; fi { set +x -$as_echo "$at_srcdir/versioning.at:170: if \"\$lt_exe\" ; then :; else lt_status=\$?; test \"X\$host\" != \"X\$build\" && test -x \"\$lt_exe\" && exit 77; exit \$lt_status; fi" -at_fn_check_prepare_dynamic "if \"$lt_exe\" ; then :; else lt_status=$?; test \"X$host\" != \"X$build\" && test -x \"$lt_exe\" && exit 77; exit $lt_status; fi" "versioning.at:170" +$as_echo "$at_srcdir/versioning.at:173: if \"\$lt_exe\" ; then :; else lt_status=\$?; test \"X\$host\" != \"X\$build\" && test -x \"\$lt_exe\" && exit 77; exit \$lt_status; fi" +at_fn_check_prepare_dynamic "if \"$lt_exe\" ; then :; else lt_status=$?; test \"X$host\" != \"X$build\" && test -x \"$lt_exe\" && exit 77; exit $lt_status; fi" "versioning.at:173" ( $at_check_trace; if "$lt_exe" ; then :; else lt_status=$?; test "X$host" != "X$build" && test -x "$lt_exe" && exit 77; exit $lt_status; fi ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter at_fn_diff_devnull "$at_stderr" || at_failed=: at_fn_diff_devnull "$at_stdout" || at_failed=: -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:170" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:173" $at_failed && at_fn_log_failure $at_traceon; } @@ -12138,152 +12141,152 @@ $at_traceon; } } { set +x -$as_echo "$at_srcdir/versioning.at:174: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba1.lo -version-info 0:0:0 -rpath \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info 0:0:0 -rpath $libdir" "versioning.at:174" +$as_echo "$at_srcdir/versioning.at:177: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba1.lo -version-info 0:0:0 -rpath \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info 0:0:0 -rpath $libdir" "versioning.at:177" ( $at_check_trace; $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba1.lo -version-info 0:0:0 -rpath $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:174" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:177" $at_failed && at_fn_log_failure $at_traceon; } { set +x -$as_echo "$at_srcdir/versioning.at:176: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o libb.la libb.lo liba.la -version-info 0:0:0 -rpath \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o libb.la libb.lo liba.la -version-info 0:0:0 -rpath $libdir" "versioning.at:176" +$as_echo "$at_srcdir/versioning.at:179: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o libb.la libb.lo liba.la -version-info 0:0:0 -rpath \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o libb.la libb.lo liba.la -version-info 0:0:0 -rpath $libdir" "versioning.at:179" ( $at_check_trace; $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o libb.la libb.lo liba.la -version-info 0:0:0 -rpath $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:176" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:179" $at_failed && at_fn_log_failure $at_traceon; } { set +x -$as_echo "$at_srcdir/versioning.at:178: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o prog1\$EXEEXT prog1.\$OBJEXT liba.la" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o prog1$EXEEXT prog1.$OBJEXT liba.la" "versioning.at:178" +$as_echo "$at_srcdir/versioning.at:181: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o prog1\$EXEEXT prog1.\$OBJEXT liba.la" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o prog1$EXEEXT prog1.$OBJEXT liba.la" "versioning.at:181" ( $at_check_trace; $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o prog1$EXEEXT prog1.$OBJEXT liba.la ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:178" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:181" $at_failed && at_fn_log_failure $at_traceon; } { set +x -$as_echo "$at_srcdir/versioning.at:180: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o prog2\$EXEEXT prog2.\$OBJEXT libb.la" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o prog2$EXEEXT prog2.$OBJEXT libb.la" "versioning.at:180" +$as_echo "$at_srcdir/versioning.at:183: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o prog2\$EXEEXT prog2.\$OBJEXT libb.la" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o prog2$EXEEXT prog2.$OBJEXT libb.la" "versioning.at:183" ( $at_check_trace; $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o prog2$EXEEXT prog2.$OBJEXT libb.la ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:180" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:183" $at_failed && at_fn_log_failure $at_traceon; } test_uninstalled { set +x -$as_echo "$at_srcdir/versioning.at:183: \$LIBTOOL --mode=install cp liba.la libb.la \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=install cp liba.la libb.la $libdir" "versioning.at:183" +$as_echo "$at_srcdir/versioning.at:186: \$LIBTOOL --mode=install cp liba.la libb.la \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=install cp liba.la libb.la $libdir" "versioning.at:186" ( $at_check_trace; $LIBTOOL --mode=install cp liba.la libb.la $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:183" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:186" $at_failed && at_fn_log_failure $at_traceon; } { set +x -$as_echo "$at_srcdir/versioning.at:185: \$LIBTOOL --mode=install cp prog1\$EXEEXT prog2\$EXEEXT \$bindir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=install cp prog1$EXEEXT prog2$EXEEXT $bindir" "versioning.at:185" +$as_echo "$at_srcdir/versioning.at:188: \$LIBTOOL --mode=install cp prog1\$EXEEXT prog2\$EXEEXT \$bindir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=install cp prog1$EXEEXT prog2$EXEEXT $bindir" "versioning.at:188" ( $at_check_trace; $LIBTOOL --mode=install cp prog1$EXEEXT prog2$EXEEXT $bindir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:185" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:188" $at_failed && at_fn_log_failure $at_traceon; } { set +x -$as_echo "$at_srcdir/versioning.at:187: \$LIBTOOL --mode=clean rm -f liba.la" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=clean rm -f liba.la" "versioning.at:187" +$as_echo "$at_srcdir/versioning.at:190: \$LIBTOOL --mode=clean rm -f liba.la" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=clean rm -f liba.la" "versioning.at:190" ( $at_check_trace; $LIBTOOL --mode=clean rm -f liba.la ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:187" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:190" $at_failed && at_fn_log_failure $at_traceon; } test_installed { set +x -$as_echo "$at_srcdir/versioning.at:189: \$LIBTOOL --mode=uninstall rm -f \$libdir/liba.la" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=uninstall rm -f $libdir/liba.la" "versioning.at:189" +$as_echo "$at_srcdir/versioning.at:192: \$LIBTOOL --mode=uninstall rm -f \$libdir/liba.la" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=uninstall rm -f $libdir/liba.la" "versioning.at:192" ( $at_check_trace; $LIBTOOL --mode=uninstall rm -f $libdir/liba.la ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:189" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:192" $at_failed && at_fn_log_failure $at_traceon; } # Hypothesis: library revision updates do not require (uninstalled -# nor installed) programs to be relinked. +# nor installed) programs or libraries to be relinked. { set +x -$as_echo "$at_srcdir/versioning.at:194: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba2.lo -version-info 0:1:0 -rpath \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba2.lo -version-info 0:1:0 -rpath $libdir" "versioning.at:194" +$as_echo "$at_srcdir/versioning.at:197: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba2.lo -version-info 0:1:0 -rpath \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba2.lo -version-info 0:1:0 -rpath $libdir" "versioning.at:197" ( $at_check_trace; $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba2.lo -version-info 0:1:0 -rpath $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:194" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:197" $at_failed && at_fn_log_failure $at_traceon; } test_uninstalled { set +x -$as_echo "$at_srcdir/versioning.at:197: \$LIBTOOL --mode=install cp liba.la libb.la \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=install cp liba.la libb.la $libdir" "versioning.at:197" -( $at_check_trace; $LIBTOOL --mode=install cp liba.la libb.la $libdir +$as_echo "$at_srcdir/versioning.at:200: \$LIBTOOL --mode=install cp liba.la \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=install cp liba.la $libdir" "versioning.at:200" +( $at_check_trace; $LIBTOOL --mode=install cp liba.la $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:197" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:200" $at_failed && at_fn_log_failure $at_traceon; } { set +x -$as_echo "$at_srcdir/versioning.at:199: \$LIBTOOL --mode=clean rm -f liba.la" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=clean rm -f liba.la" "versioning.at:199" +$as_echo "$at_srcdir/versioning.at:201: \$LIBTOOL --mode=clean rm -f liba.la" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=clean rm -f liba.la" "versioning.at:201" ( $at_check_trace; $LIBTOOL --mode=clean rm -f liba.la ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:199" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:201" $at_failed && at_fn_log_failure $at_traceon; } @@ -12291,7 +12294,7 @@ test_installed # do not uninstall here: the library may be reused in the next test. # Hypothesis: backward compatible library updates do not require -# (uninstalled nor installed) programs to be relinked. +# (uninstalled nor installed) programs or libraries to be relinked. # This can have one of several reasons: # - the soname is the difference between $current and $age, thus # unchanged; in this case, the newly installed library will be used, @@ -12300,42 +12303,42 @@ test_installed # - the numbers are not encoded at all, in which case the newly installed # library will be used. { set +x -$as_echo "$at_srcdir/versioning.at:212: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba3.lo -version-info 1:0:1 -rpath \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba3.lo -version-info 1:0:1 -rpath $libdir" "versioning.at:212" +$as_echo "$at_srcdir/versioning.at:214: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba3.lo -version-info 1:0:1 -rpath \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba3.lo -version-info 1:0:1 -rpath $libdir" "versioning.at:214" ( $at_check_trace; $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba3.lo -version-info 1:0:1 -rpath $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:212" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:214" $at_failed && at_fn_log_failure $at_traceon; } # Do not test the uninstalled program, it may be broken (in the second case). { set +x -$as_echo "$at_srcdir/versioning.at:215: \$LIBTOOL --mode=install cp liba.la libb.la \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=install cp liba.la libb.la $libdir" "versioning.at:215" -( $at_check_trace; $LIBTOOL --mode=install cp liba.la libb.la $libdir +$as_echo "$at_srcdir/versioning.at:217: \$LIBTOOL --mode=install cp liba.la \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=install cp liba.la $libdir" "versioning.at:217" +( $at_check_trace; $LIBTOOL --mode=install cp liba.la $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:215" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:217" $at_failed && at_fn_log_failure $at_traceon; } { set +x -$as_echo "$at_srcdir/versioning.at:217: \$LIBTOOL --mode=clean rm -f liba.la" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=clean rm -f liba.la" "versioning.at:217" +$as_echo "$at_srcdir/versioning.at:218: \$LIBTOOL --mode=clean rm -f liba.la" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=clean rm -f liba.la" "versioning.at:218" ( $at_check_trace; $LIBTOOL --mode=clean rm -f liba.la ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:217" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:218" $at_failed && at_fn_log_failure $at_traceon; } @@ -12344,50 +12347,52 @@ test_installed # Hypothesis: with shared libraries, incompatible library updates -# will not cause old installed programs (linked against the old +# will not cause old installed programs or libraries (linked against the old # library version) to break. # This can have one of several reasons: # - the soname has changed, so the old installed library will still be # available, # - we are linking statically, so the old library code will still be used. +# In order to be sure we are still linking against the old library version, +# we must ensure that libb is not relinked, so we must not reinstall libb here. { set +x -$as_echo "$at_srcdir/versioning.at:229: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba4.lo -version-info 2:0:0 -rpath \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba4.lo -version-info 2:0:0 -rpath $libdir" "versioning.at:229" +$as_echo "$at_srcdir/versioning.at:232: \$LIBTOOL --mode=link \$CC \$CFLAGS \$LDFLAGS -o liba.la liba4.lo -version-info 2:0:0 -rpath \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba4.lo -version-info 2:0:0 -rpath $libdir" "versioning.at:232" ( $at_check_trace; $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba4.lo -version-info 2:0:0 -rpath $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:229" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:232" $at_failed && at_fn_log_failure $at_traceon; } # We do not guarantee that old versions of an uninstalled library are still # available, so test_uninstalled will not necessarily work here any more. { set +x -$as_echo "$at_srcdir/versioning.at:233: \$LIBTOOL --mode=install cp liba.la libb.la \$libdir" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=install cp liba.la libb.la $libdir" "versioning.at:233" -( $at_check_trace; $LIBTOOL --mode=install cp liba.la libb.la $libdir +$as_echo "$at_srcdir/versioning.at:236: \$LIBTOOL --mode=install cp liba.la \$libdir" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=install cp liba.la $libdir" "versioning.at:236" +( $at_check_trace; $LIBTOOL --mode=install cp liba.la $libdir ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:233" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:236" $at_failed && at_fn_log_failure $at_traceon; } { set +x -$as_echo "$at_srcdir/versioning.at:235: \$LIBTOOL --mode=clean rm -f liba.la" -at_fn_check_prepare_dynamic "$LIBTOOL --mode=clean rm -f liba.la" "versioning.at:235" +$as_echo "$at_srcdir/versioning.at:237: \$LIBTOOL --mode=clean rm -f liba.la" +at_fn_check_prepare_dynamic "$LIBTOOL --mode=clean rm -f liba.la" "versioning.at:237" ( $at_check_trace; $LIBTOOL --mode=clean rm -f liba.la ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter echo stderr:; cat "$at_stderr" echo stdout:; cat "$at_stdout" -at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:235" +at_fn_check_status 0 $at_status "$at_srcdir/versioning.at:237" $at_failed && at_fn_log_failure $at_traceon; } @@ -12836,11 +12841,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/old-m4-iface.at:90: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "old-m4-iface.at:90" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/old-m4-iface.at:90: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "old-m4-iface.at:90" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -12850,15 +12854,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all - do - { set +x -$as_echo "$at_srcdir/old-m4-iface.at:90: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "old-m4-iface.at:90" -( $at_check_trace; $MAKE $target +for target in all +do + { set +x +$as_echo "$at_srcdir/old-m4-iface.at:90: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "old-m4-iface.at:90" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -12868,7 +12870,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -13124,11 +13126,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/old-m4-iface.at:160: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options --with-included-ltdl" -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --with-included-ltdl" "old-m4-iface.at:160" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --with-included-ltdl +{ set +x +$as_echo "$at_srcdir/old-m4-iface.at:160: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options --with-included-ltdl" +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "old-m4-iface.at:160" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options --with-included-ltdl ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -13138,15 +13139,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all - do - { set +x -$as_echo "$at_srcdir/old-m4-iface.at:160: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "old-m4-iface.at:160" -( $at_check_trace; $MAKE $target +for target in all +do + { set +x +$as_echo "$at_srcdir/old-m4-iface.at:160: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "old-m4-iface.at:160" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -13156,7 +13155,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -13199,7 +13198,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([subdir-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([subdir-demo], 2.2.10, bug-libtool@gnu.org) AM_INIT_AUTOMAKE LT_INIT([win32-dll]) AC_PROG_CC @@ -13312,11 +13311,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/am-subdir.at:78: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "am-subdir.at:78" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/am-subdir.at:78: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "am-subdir.at:78" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -13326,15 +13324,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all - do - { set +x -$as_echo "$at_srcdir/am-subdir.at:78: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "am-subdir.at:78" -( $at_check_trace; $MAKE $target +for target in all +do + { set +x +$as_echo "$at_srcdir/am-subdir.at:78: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "am-subdir.at:78" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -13344,7 +13340,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -13441,7 +13437,7 @@ $at_traceon; } cat >configure.ac <<'_ATEOF' -AC_INIT([subdir-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([subdir-demo], 2.2.10, bug-libtool@gnu.org) AM_INIT_AUTOMAKE AC_PROG_CC AM_PROG_CC_C_O @@ -13562,11 +13558,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/am-subdir.at:146: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "am-subdir.at:146" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/am-subdir.at:146: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "am-subdir.at:146" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -13576,15 +13571,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all - do - { set +x -$as_echo "$at_srcdir/am-subdir.at:146: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "am-subdir.at:146" -( $at_check_trace; $MAKE $target +for target in all +do + { set +x +$as_echo "$at_srcdir/am-subdir.at:146: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "am-subdir.at:146" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -13594,7 +13587,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -16992,11 +16985,10 @@ $at_failed && at_fn_log_failure $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/standalone.at:34: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "standalone.at:34" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/standalone.at:34: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "standalone.at:34" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17006,15 +16998,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all $tst_dist - do - { set +x -$as_echo "$at_srcdir/standalone.at:35: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "standalone.at:35" -( $at_check_trace; $MAKE $target +for target in all $tst_dist +do + { set +x +$as_echo "$at_srcdir/standalone.at:35: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "standalone.at:35" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17024,7 +17014,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done { set +x @@ -17078,11 +17068,10 @@ $at_failed && at_fn_log_failure $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/standalone.at:49: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "standalone.at:49" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/standalone.at:49: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "standalone.at:49" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17092,15 +17081,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all $tst_dist - do - { set +x -$as_echo "$at_srcdir/standalone.at:50: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "standalone.at:50" -( $at_check_trace; $MAKE $target +for target in all $tst_dist +do + { set +x +$as_echo "$at_srcdir/standalone.at:50: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "standalone.at:50" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17110,7 +17097,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done { set +x @@ -17166,11 +17153,10 @@ $at_failed && at_fn_log_failure $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/standalone.at:66: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options --enable-ltdl-install --prefix=\$prefix" -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix" "standalone.at:66" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix +{ set +x +$as_echo "$at_srcdir/standalone.at:66: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options --enable-ltdl-install --prefix=\$prefix" +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "standalone.at:66" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17180,15 +17166,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all install $tst_dist - do - { set +x -$as_echo "$at_srcdir/standalone.at:67: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "standalone.at:67" -( $at_check_trace; $MAKE $target +for target in all install $tst_dist +do + { set +x +$as_echo "$at_srcdir/standalone.at:67: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "standalone.at:67" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17198,7 +17182,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done { set +x @@ -17366,13 +17350,12 @@ $at_failed && at_fn_log_failure $at_traceon; } -( $unset LIBTOOL LIBTOOLIZE - for target in all - do - { set +x -$as_echo "$at_srcdir/standalone.at:83: \$MAKE \$target CC=\"\$CC\" LIBTOOLFLAGS=\"\$LIBTOOLFLAGS\" CPPFLAGS=\"\$CPPFLAGS\" CFLAGS=\"\$CFLAGS\" LDFLAGS=\"\$LDFLAGS\" CONFIGURE_OPTIONS=\"\$configure_options\"" -at_fn_check_prepare_dynamic "$MAKE $target CC=\"$CC\" LIBTOOLFLAGS=\"$LIBTOOLFLAGS\" CPPFLAGS=\"$CPPFLAGS\" CFLAGS=\"$CFLAGS\" LDFLAGS=\"$LDFLAGS\" CONFIGURE_OPTIONS=\"$configure_options\"" "standalone.at:83" -( $at_check_trace; $MAKE $target CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" CONFIGURE_OPTIONS="$configure_options" +for target in all +do + { set +x +$as_echo "$at_srcdir/standalone.at:83: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target CC=\"\$CC\" LIBTOOLFLAGS=\"\$LIBTOOLFLAGS\" CPPFLAGS=\"\$CPPFLAGS\" CFLAGS=\"\$CFLAGS\" LDFLAGS=\"\$LDFLAGS\" CONFIGURE_OPTIONS=\"\$configure_options\"" +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target CC=\"$CC\" LIBTOOLFLAGS=\"$LIBTOOLFLAGS\" CPPFLAGS=\"$CPPFLAGS\" CFLAGS=\"$CFLAGS\" LDFLAGS=\"$LDFLAGS\" CONFIGURE_OPTIONS=\"$configure_options\"" "standalone.at:83" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" CONFIGURE_OPTIONS="$configure_options" ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17382,7 +17365,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done lt_exe=./ltdldemo; if test -f "./ltdldemo$EXEEXT"; then lt_exe=$lt_exe$EXEEXT; fi @@ -17424,7 +17407,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([subproject-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([subproject-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([sub/ltdl]) AC_CONFIG_AUX_DIR([sub/ltdl/config]) AC_CONFIG_MACRO_DIR([sub/ltdl/m4]) @@ -17515,11 +17498,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/subproject.at:61: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "subproject.at:61" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/subproject.at:61: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "subproject.at:61" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17529,15 +17511,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all $tst_dist - do - { set +x -$as_echo "$at_srcdir/subproject.at:61: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "subproject.at:61" -( $at_check_trace; $MAKE $target +for target in all $tst_dist +do + { set +x +$as_echo "$at_srcdir/subproject.at:61: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "subproject.at:61" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17547,7 +17527,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -17588,7 +17568,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([subproject-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([subproject-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([sub/ltdl]) AC_CONFIG_AUX_DIR([sub/ltdl/config]) AC_CONFIG_MACRO_DIR([sub/ltdl/m4]) @@ -17679,11 +17659,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/subproject.at:77: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "subproject.at:77" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/subproject.at:77: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "subproject.at:77" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17693,15 +17672,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all $tst_dist - do - { set +x -$as_echo "$at_srcdir/subproject.at:77: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "subproject.at:77" -( $at_check_trace; $MAKE $target +for target in all $tst_dist +do + { set +x +$as_echo "$at_srcdir/subproject.at:77: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "subproject.at:77" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17711,7 +17688,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -17754,7 +17731,7 @@ echo "# -*- prefix=`pwd`/_inst cat >configure.ac <<'_ATEOF' -AC_INIT([subproject-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([subproject-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([sub/ltdl]) AC_CONFIG_AUX_DIR([sub/ltdl/config]) AC_CONFIG_MACRO_DIR([sub/ltdl/m4]) @@ -17845,11 +17822,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/subproject.at:95: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options --enable-ltdl-install --prefix=\$prefix" -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix" "subproject.at:95" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix +{ set +x +$as_echo "$at_srcdir/subproject.at:95: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options --enable-ltdl-install --prefix=\$prefix" +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "subproject.at:95" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17859,15 +17835,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all install $tst_dist - do - { set +x -$as_echo "$at_srcdir/subproject.at:95: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "subproject.at:95" -( $at_check_trace; $MAKE $target +for target in all install $tst_dist +do + { set +x +$as_echo "$at_srcdir/subproject.at:95: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "subproject.at:95" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -17877,7 +17851,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -18031,13 +18005,12 @@ EOF $LIBTOOLIZE --copy --ltdl=sub/ltdl -( $unset LIBTOOL LIBTOOLIZE - for target in all - do - { set +x -$as_echo "$at_srcdir/subproject.at:113: \$MAKE \$target CC=\"\$CC\" LIBTOOLFLAGS=\"\$LIBTOOLFLAGS\" CPPFLAGS=\"\$CPPFLAGS\" CFLAGS=\"\$CFLAGS\" LDFLAGS=\"\$LDFLAGS\" SHELL=\"\$SHELL\" MAKE=\"\${MAKE-make}\" CONFIGURE_OPTIONS=\"\$configure_options\"" +for target in all +do + { set +x +$as_echo "$at_srcdir/subproject.at:113: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target CC=\"\$CC\" LIBTOOLFLAGS=\"\$LIBTOOLFLAGS\" CPPFLAGS=\"\$CPPFLAGS\" CFLAGS=\"\$CFLAGS\" LDFLAGS=\"\$LDFLAGS\" SHELL=\"\$SHELL\" MAKE=\"\${MAKE-make}\" CONFIGURE_OPTIONS=\"\$configure_options\"" at_fn_check_prepare_notrace 'a ${...} parameter expansion' "subproject.at:113" -( $at_check_trace; $MAKE $target CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" SHELL="$SHELL" MAKE="${MAKE-make}" CONFIGURE_OPTIONS="$configure_options" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" SHELL="$SHELL" MAKE="${MAKE-make}" CONFIGURE_OPTIONS="$configure_options" ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -18047,7 +18020,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done lt_exe=./ltdldemo; if test -f "./ltdldemo$EXEEXT"; then lt_exe=$lt_exe$EXEEXT; fi @@ -18090,7 +18063,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([subdirectory-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([subdirectory-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([ltdl]) AC_CONFIG_AUX_DIR([ltdl/config]) AC_CONFIG_MACRO_DIR([ltdl/m4]) @@ -18236,11 +18209,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/nonrecursive.at:90: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "nonrecursive.at:90" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/nonrecursive.at:90: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "nonrecursive.at:90" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -18250,15 +18222,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all $tst_dist - do - { set +x -$as_echo "$at_srcdir/nonrecursive.at:90: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "nonrecursive.at:90" -( $at_check_trace; $MAKE $target +for target in all $tst_dist +do + { set +x +$as_echo "$at_srcdir/nonrecursive.at:90: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "nonrecursive.at:90" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -18268,7 +18238,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -18310,7 +18280,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([subdirectory-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([subdirectory-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([ltdl]) AC_CONFIG_AUX_DIR([ltdl/config]) AC_CONFIG_MACRO_DIR([ltdl/m4]) @@ -18456,11 +18426,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/nonrecursive.at:114: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "nonrecursive.at:114" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/nonrecursive.at:114: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "nonrecursive.at:114" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -18470,15 +18439,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all $tst_dist - do - { set +x -$as_echo "$at_srcdir/nonrecursive.at:114: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "nonrecursive.at:114" -( $at_check_trace; $MAKE $target +for target in all $tst_dist +do + { set +x +$as_echo "$at_srcdir/nonrecursive.at:114: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "nonrecursive.at:114" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -18488,7 +18455,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -18530,7 +18497,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([subdirectory-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([subdirectory-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([ltdl]) AC_CONFIG_AUX_DIR([ltdl/config]) AC_CONFIG_MACRO_DIR([ltdl/m4]) @@ -18678,11 +18645,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/nonrecursive.at:140: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options --enable-ltdl-install --prefix=\$prefix" -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix" "nonrecursive.at:140" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix +{ set +x +$as_echo "$at_srcdir/nonrecursive.at:140: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options --enable-ltdl-install --prefix=\$prefix" +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "nonrecursive.at:140" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -18692,15 +18658,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all install $tst_dist - do - { set +x -$as_echo "$at_srcdir/nonrecursive.at:140: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "nonrecursive.at:140" -( $at_check_trace; $MAKE $target +for target in all install $tst_dist +do + { set +x +$as_echo "$at_srcdir/nonrecursive.at:140: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "nonrecursive.at:140" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -18710,7 +18674,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -18762,7 +18726,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([subdirectory-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([subdirectory-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([ltdl]) AC_CONFIG_AUX_DIR([ltdl/config]) AC_CONFIG_MACRO_DIR([ltdl/m4]) @@ -18837,11 +18801,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/recursive.at:68: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "recursive.at:68" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/recursive.at:68: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "recursive.at:68" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -18851,15 +18814,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all $tst_dist - do - { set +x -$as_echo "$at_srcdir/recursive.at:69: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "recursive.at:69" -( $at_check_trace; $MAKE $target +for target in all $tst_dist +do + { set +x +$as_echo "$at_srcdir/recursive.at:69: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "recursive.at:69" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -18869,7 +18830,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done { set +x @@ -18907,7 +18868,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([subdirectory-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([subdirectory-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([ltdl]) AC_CONFIG_AUX_DIR([ltdl/config]) AC_CONFIG_MACRO_DIR([ltdl/m4]) @@ -18982,11 +18943,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/recursive.at:88: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "recursive.at:88" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/recursive.at:88: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "recursive.at:88" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -18996,15 +18956,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all $tst_dist - do - { set +x -$as_echo "$at_srcdir/recursive.at:89: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "recursive.at:89" -( $at_check_trace; $MAKE $target +for target in all $tst_dist +do + { set +x +$as_echo "$at_srcdir/recursive.at:89: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "recursive.at:89" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -19014,7 +18972,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done { set +x @@ -19052,7 +19010,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([subdirectory-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([subdirectory-demo], 2.2.10, bug-libtool@gnu.org) LT_CONFIG_LTDL_DIR([ltdl]) AC_CONFIG_AUX_DIR([ltdl/config]) AC_CONFIG_MACRO_DIR([ltdl/m4]) @@ -19129,11 +19087,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/recursive.at:110: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options --enable-ltdl-install --prefix=\$prefix" -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix" "recursive.at:110" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix +{ set +x +$as_echo "$at_srcdir/recursive.at:110: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options --enable-ltdl-install --prefix=\$prefix" +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "recursive.at:110" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -19143,15 +19100,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all install $tst_dist - do - { set +x -$as_echo "$at_srcdir/recursive.at:111: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "recursive.at:111" -( $at_check_trace; $MAKE $target +for target in all install $tst_dist +do + { set +x +$as_echo "$at_srcdir/recursive.at:111: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "recursive.at:111" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -19161,7 +19116,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done { set +x @@ -20499,7 +20454,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([libtool-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtool-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_MACRO_DIR([m4]) LT_INIT AC_CONFIG_FILES([Makefile]) @@ -20611,11 +20566,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/early-libtool.at:111: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "early-libtool.at:111" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/early-libtool.at:111: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "early-libtool.at:111" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -20625,15 +20579,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all - do - { set +x -$as_echo "$at_srcdir/early-libtool.at:112: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "early-libtool.at:112" -( $at_check_trace; $MAKE $target +for target in all +do + { set +x +$as_echo "$at_srcdir/early-libtool.at:112: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "early-libtool.at:112" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -20643,7 +20595,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done lt_exe=./hell; if test -f "./hell$EXEEXT"; then lt_exe=$lt_exe$EXEEXT; fi @@ -20710,7 +20662,7 @@ echo "# -*- cat >configure.ac <<'_ATEOF' -AC_INIT([libtool-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([libtool-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_MACRO_DIR([m4]) LT_INIT LT_OUTPUT @@ -20835,11 +20787,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/early-libtool.at:218: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "early-libtool.at:218" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/early-libtool.at:218: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "early-libtool.at:218" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -20849,15 +20800,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all - do - { set +x -$as_echo "$at_srcdir/early-libtool.at:219: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "early-libtool.at:219" -( $at_check_trace; $MAKE $target +for target in all +do + { set +x +$as_echo "$at_srcdir/early-libtool.at:219: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "early-libtool.at:219" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -20867,7 +20816,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done lt_exe=./hell; if test -f "./hell$EXEEXT"; then lt_exe=$lt_exe$EXEEXT; fi @@ -21036,11 +20985,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/no-executables.at:75: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "no-executables.at:75" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/no-executables.at:75: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "no-executables.at:75" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -21050,13 +20998,11 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/no-executables.at:76: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options test_ac_libtool_dlopen=:" -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options test_ac_libtool_dlopen=:" "no-executables.at:76" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options test_ac_libtool_dlopen=: +{ set +x +$as_echo "$at_srcdir/no-executables.at:76: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options test_ac_libtool_dlopen=:" +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "no-executables.at:76" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options test_ac_libtool_dlopen=: ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -21066,7 +21012,6 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) set +x @@ -21309,7 +21254,7 @@ esac cat >configure.ac <<'_ATEOF' -AC_INIT([installable-ltdl-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([installable-ltdl-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_AUX_DIR([libltdl/config]) AC_CONFIG_MACRO_DIR([libltdl/m4]) AC_CONFIG_HEADERS([config.h:config.hin]) @@ -21429,11 +21374,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/configure-iface.at:144: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options --with-included-ltdl --prefix=\$prefix" -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --with-included-ltdl --prefix=$prefix" "configure-iface.at:144" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --with-included-ltdl --prefix=$prefix +{ set +x +$as_echo "$at_srcdir/configure-iface.at:144: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options --with-included-ltdl --prefix=\$prefix" +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "configure-iface.at:144" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options --with-included-ltdl --prefix=$prefix ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -21443,15 +21387,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all install - do - { set +x -$as_echo "$at_srcdir/configure-iface.at:144: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "configure-iface.at:144" -( $at_check_trace; $MAKE $target +for target in all install +do + { set +x +$as_echo "$at_srcdir/configure-iface.at:144: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "configure-iface.at:144" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -21461,7 +21403,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -21541,11 +21483,10 @@ $LIBTOOLIZE --copy --ltdl=ltdl (cd ltdl -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/configure-iface.at:171: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options --enable-ltdl-install --prefix=\$prefix" -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix" "configure-iface.at:171" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix +{ set +x +$as_echo "$at_srcdir/configure-iface.at:171: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options --enable-ltdl-install --prefix=\$prefix" +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "configure-iface.at:171" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -21555,15 +21496,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all install - do - { set +x -$as_echo "$at_srcdir/configure-iface.at:172: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "configure-iface.at:172" -( $at_check_trace; $MAKE $target +for target in all install +do + { set +x +$as_echo "$at_srcdir/configure-iface.at:172: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "configure-iface.at:172" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -21573,7 +21512,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done ) @@ -21682,7 +21621,7 @@ esac cat >configure.ac <<'_ATEOF' -AC_INIT([configure-iface-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([configure-iface-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_MACRO_DIR([_inst/aclocal]) AC_CONFIG_HEADERS([config.h:config.hin]) AM_INIT_AUTOMAKE([foreign]) @@ -21809,11 +21748,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/configure-iface.at:227: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options --with-ltdl-lib=\$prefix/lib --with-ltdl-include=\$prefix/include" -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --with-ltdl-lib=$prefix/lib --with-ltdl-include=$prefix/include" "configure-iface.at:227" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --with-ltdl-lib=$prefix/lib --with-ltdl-include=$prefix/include +{ set +x +$as_echo "$at_srcdir/configure-iface.at:227: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options --with-ltdl-lib=\$prefix/lib --with-ltdl-include=\$prefix/include" +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "configure-iface.at:227" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options --with-ltdl-lib=$prefix/lib --with-ltdl-include=$prefix/include ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -21823,15 +21761,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all - do - { set +x -$as_echo "$at_srcdir/configure-iface.at:227: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "configure-iface.at:227" -( $at_check_trace; $MAKE $target +for target in all +do + { set +x +$as_echo "$at_srcdir/configure-iface.at:227: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "configure-iface.at:227" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -21841,7 +21777,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -21963,7 +21899,7 @@ esac cat >configure.ac <<'_ATEOF' -AC_INIT([configure-iface-demo], 2.2.8, bug-libtool@gnu.org) +AC_INIT([configure-iface-demo], 2.2.10, bug-libtool@gnu.org) AC_CONFIG_AUX_DIR([libltdl/config]) AC_CONFIG_MACRO_DIR([libltdl/m4]) AC_CONFIG_HEADERS([config.h:config.hin]) @@ -22080,11 +22016,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/configure-iface.at:282: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options --with-included-ltdl" -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --with-included-ltdl" "configure-iface.at:282" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --with-included-ltdl +{ set +x +$as_echo "$at_srcdir/configure-iface.at:282: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options --with-included-ltdl" +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "configure-iface.at:282" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options --with-included-ltdl ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -22094,15 +22029,13 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) -( $unset LIBTOOL LIBTOOLIZE - for target in all - do - { set +x -$as_echo "$at_srcdir/configure-iface.at:282: \$MAKE \$target " -at_fn_check_prepare_dynamic "$MAKE $target " "configure-iface.at:282" -( $at_check_trace; $MAKE $target +for target in all +do + { set +x +$as_echo "$at_srcdir/configure-iface.at:282: \$unset LIBTOOL LIBTOOLIZE; \$MAKE \$target " +at_fn_check_prepare_dynamic "$unset LIBTOOL LIBTOOLIZE; $MAKE $target " "configure-iface.at:282" +( $at_check_trace; $unset LIBTOOL LIBTOOLIZE; $MAKE $target ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -22112,7 +22045,7 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - done ) +done @@ -22241,11 +22174,10 @@ $at_traceon; } -( SHELL=${CONFIG_SHELL-/bin/sh} - { set +x -$as_echo "$at_srcdir/configure-iface.at:321: CONFIG_SHELL=\$SHELL \$SHELL ./configure \$configure_options " -at_fn_check_prepare_dynamic "CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options " "configure-iface.at:321" -( $at_check_trace; CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options +{ set +x +$as_echo "$at_srcdir/configure-iface.at:321: : \${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; \$CONFIG_SHELL ./configure \$configure_options " +at_fn_check_prepare_notrace 'a ${...} parameter expansion' "configure-iface.at:321" +( $at_check_trace; : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options ) >>"$at_stdout" 2>>"$at_stderr" at_status=$? at_failed=false $at_check_filter @@ -22255,7 +22187,6 @@ at_fn_check_status 0 $at_status "$at_src $at_failed && at_fn_log_failure $at_traceon; } - ) diff -ruNp libtool-2.2.8/tests/testsuite.at libtool-2.2.10/tests/testsuite.at --- libtool-2.2.8/tests/testsuite.at 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/tests/testsuite.at 2010-06-09 16:20:59.000000000 +0700 @@ -151,21 +151,19 @@ AT_KEYWORDS([autoconf automake]) # LT_AT_CONFIGURE([OPTIONS]) # -------------------------- m4_define([LT_AT_CONFIGURE], -[( SHELL=${CONFIG_SHELL-/bin/sh} - AT_CHECK([CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options $1], - [0], [ignore], [ignore]) - ) +[AT_CHECK([: ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; ]dnl + [$CONFIG_SHELL ./configure $configure_options $1], + [0], [ignore], [ignore]) ]) # LT_AT_MAKE([TGTS], [VARS]) # -------------------------- m4_define([LT_AT_MAKE], -[( $unset LIBTOOL LIBTOOLIZE - for target in m4_default([$1], [all]) - do - AT_CHECK([$MAKE $target $2], [0], [ignore], [ignore]) - done ) +[for target in m4_default([$1], [all]) +do + AT_CHECK([$unset LIBTOOL LIBTOOLIZE; $MAKE $target $2], [0], [ignore], [ignore]) +done ]) diff -ruNp libtool-2.2.8/tests/versioning.at libtool-2.2.10/tests/versioning.at --- libtool-2.2.8/tests/versioning.at 2010-05-21 04:18:41.000000000 +0700 +++ libtool-2.2.10/tests/versioning.at 2010-06-08 13:33:40.000000000 +0700 @@ -1,6 +1,6 @@ # versioning.at -- test libtool versioning -*- Autotest -*- # -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Libtool. # @@ -103,6 +103,7 @@ int main (void) inst=`pwd`/inst libdir=$inst/lib bindir=$inst/bin +LDFLAGS="$LDFLAGS -no-undefined" mkdir $inst $libdir $bindir for file in liba1.c liba2.c liba3.c liba4.c libb.c; do @@ -155,10 +156,12 @@ test_uninstalled () { # temporarily move installed libraries out of the way in order to avoid # skewing test results: - mv $libdir temp + mv $libdir temp-lib + mv $bindir temp-bin LT_AT_EXEC_CHECK([./prog1]) LT_AT_EXEC_CHECK([./prog2]) - mv temp $libdir + mv temp-lib $libdir + mv temp-bin $bindir } test_installed () @@ -190,18 +193,17 @@ AT_CHECK([$LIBTOOL --mode=uninstall rm - # Hypothesis: library revision updates do not require (uninstalled -# nor installed) programs to be relinked. +# nor installed) programs or libraries to be relinked. AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba2.lo ]dnl [-version-info 0:1:0 -rpath $libdir], [], [ignore], [ignore]) test_uninstalled -AT_CHECK([$LIBTOOL --mode=install cp liba.la libb.la $libdir], - [], [ignore], [ignore]) +AT_CHECK([$LIBTOOL --mode=install cp liba.la $libdir], [], [ignore], [ignore]) AT_CHECK([$LIBTOOL --mode=clean rm -f liba.la], [], [ignore], [ignore]) test_installed # do not uninstall here: the library may be reused in the next test. # Hypothesis: backward compatible library updates do not require -# (uninstalled nor installed) programs to be relinked. +# (uninstalled nor installed) programs or libraries to be relinked. # This can have one of several reasons: # - the soname is the difference between $current and $age, thus # unchanged; in this case, the newly installed library will be used, @@ -212,26 +214,26 @@ test_installed AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba3.lo ]dnl [-version-info 1:0:1 -rpath $libdir], [], [ignore], [ignore]) # Do not test the uninstalled program, it may be broken (in the second case). -AT_CHECK([$LIBTOOL --mode=install cp liba.la libb.la $libdir], - [], [ignore], [ignore]) +AT_CHECK([$LIBTOOL --mode=install cp liba.la $libdir], [], [ignore], [ignore]) AT_CHECK([$LIBTOOL --mode=clean rm -f liba.la], [], [ignore], [ignore]) test_installed # do not uninstall here: the library may be reused in the next test. # Hypothesis: with shared libraries, incompatible library updates -# will not cause old installed programs (linked against the old +# will not cause old installed programs or libraries (linked against the old # library version) to break. # This can have one of several reasons: # - the soname has changed, so the old installed library will still be # available, # - we are linking statically, so the old library code will still be used. +# In order to be sure we are still linking against the old library version, +# we must ensure that libb is not relinked, so we must not reinstall libb here. AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la liba4.lo ]dnl [-version-info 2:0:0 -rpath $libdir], [], [ignore], [ignore]) # We do not guarantee that old versions of an uninstalled library are still # available, so test_uninstalled will not necessarily work here any more. -AT_CHECK([$LIBTOOL --mode=install cp liba.la libb.la $libdir], - [], [ignore], [ignore]) +AT_CHECK([$LIBTOOL --mode=install cp liba.la $libdir], [], [ignore], [ignore]) AT_CHECK([$LIBTOOL --mode=clean rm -f liba.la], [], [ignore], [ignore]) test_installed