]> git.ipfire.org Git - thirdparty/libtool.git/log
thirdparty/libtool.git
14 years agoLTO: consistently accept -fwhopr* and -flto* for GCC. lto
Ralf Wildenhues [Fri, 17 Sep 2010 19:47:18 +0000 (21:47 +0200)] 
LTO: consistently accept -fwhopr* and -flto* for GCC.

* libltdl/config/ltmain.m4sh (func_mode_link): Accept -fwhopr*.
* libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Also match
-flto*.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoMerge branch 'master' into lto
Ralf Wildenhues [Thu, 2 Sep 2010 19:06:43 +0000 (21:06 +0200)] 
Merge branch 'master' into lto

14 years agotests: avoid spurious test failure due to library mode on HP-UX.
Ralf Wildenhues [Thu, 2 Sep 2010 06:18:12 +0000 (08:18 +0200)] 
tests: avoid spurious test failure due to library mode on HP-UX.

* tests/help.at (debug tracing): Use $lt_INSTALL not cp for
install mode, the latter will not overwrite an existing library
with mode 555.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agotests: avoid spurious pic_flag test failure on HP-UX 10.20.
Ralf Wildenhues [Wed, 1 Sep 2010 20:24:37 +0000 (22:24 +0200)] 
tests: avoid spurious pic_flag test failure on HP-UX 10.20.

* tests/pic_flag.at (override pic_flag at configure time):
Match HP-UX 10.20 cc warning about unknown options, to skip
the test.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agotests: fix localization test for GCC on HP-UX 11.00.
Ralf Wildenhues [Wed, 1 Sep 2010 20:12:13 +0000 (22:12 +0200)] 
tests: fix localization test for GCC on HP-UX 11.00.

* tests/localization.at (localized compiler messages): Be sure
to switch the locale only for the actual compiler commands, so
we don't pick up warnings from helper tools such as diff which
may not have the locale installed.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoAvoid leaking make flags into testsuite results.
Ralf Wildenhues [Wed, 1 Sep 2010 19:30:30 +0000 (21:30 +0200)] 
Avoid leaking make flags into testsuite results.

* tests/defs.m4sh: Unset MFLAGS, MAKEFLAGS, MAKELEVEL, __MKLVL__
and MAKE_JOBS_FIFO.
* tests/testsuite.at: Likewise.
Fixes warnings in test logs when the user uses 'make -jN check'
and inner $MAKE invocations can't connect to the job server.
Fixes spurious failures of configure-iface.at and of
demo-noinst-link tests with BSD and Tru64 make if the user uses
'make -k', as the exit status of the latter is not reliable.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoRemove announce-gen.m4sh and mailnotify.m4sh.
Gary V. Vaughan [Wed, 1 Sep 2010 05:13:47 +0000 (12:13 +0700)] 
Remove announce-gen.m4sh and mailnotify.m4sh.

* libltdl/config/announce-gen.m4sh: Removed.  This script has
no apparent connection to libtool functionality, and mostly
duplicates the better maintained gnulib announce-gen script.
* libltdl/config/mailnotify.sh: Removed. This script was used
by only clcommit.m4sh and announce-gen.m4sh, both of which are
now removed too.
* Makefile.maint (announce-gen, libltdl/config/mailnotify):
Targets removed.
* bootstrap: Remove the mailnotify regeneration warning.
* HACKING (Release Procedure): Remove references to
announce-gen.
(Alpha release note template, Full release note template):
Reinstated from before announce-gen was introduced.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
14 years agoRemove clcommit.m4sh.
Gary V. Vaughan [Wed, 1 Sep 2010 03:11:40 +0000 (10:11 +0700)] 
Remove clcommit.m4sh.

* clcommit.m4sh: Removed. This script was written to help keep
ChangeLog and commit messages in sync when committing to CVS,
and is an anachronism now that Libtool uses git.
* Makefile.maint (commit): Target removed.
* bootstrap: Don't generate commit.
* HACKING (Release Procedure): Adjusted.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
14 years agoarchive-in-archive.at passes with Microsoft lib.
Peter Rosin [Tue, 31 Aug 2010 18:59:11 +0000 (20:59 +0200)] 
archive-in-archive.at passes with Microsoft lib.

* tests/archive-in-archive.at: Tighten test to check that the desired
object files are indeed part of the archive. Microsoft lib still
passes, so remove the expected failure for that case.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
14 years agoDump archiver output to the log when testing @file support.
Peter Rosin [Tue, 31 Aug 2010 17:04:22 +0000 (19:04 +0200)] 
Dump archiver output to the log when testing @file support.

* libltdl/m4/libtool.m4 (_LT_PROG_AR): Redirect stdout to config.log
when testing for @file support.
Suggested by Ralf Wildenhues.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
14 years agoSilence archiver output when testing @file support.
Peter Rosin [Tue, 31 Aug 2010 10:40:01 +0000 (12:40 +0200)] 
Silence archiver output when testing @file support.

* libltdl/m4/libtool.m4 (_LT_PROG_AR): Redirect stdout and stderr
to the bit bucket when testing for @file support.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
14 years agoRemove double `Generated from foo.m4sh' lines.
Gary V. Vaughan [Tue, 31 Aug 2010 10:54:10 +0000 (17:54 +0700)] 
Remove double `Generated from foo.m4sh' lines.

We now require a modern Autoconf to bootstrap libtool, which
will add the `Generated by ...' boiler-plate automatically,
so we can remove the hand-rolled @configure_input@
substitutions we had been doing:
* clcommit.m4sh, libtoolize.m4sh, tests/defs.sh,
libltdl/config/announce-gen.m4sh, libltdl/config/ltmain.m4sh,
libltdl/config/mailnotify.m4sh: Remove @configure_input@.
* Makefile.am (edit): Remove configure_input substitution.
(libtoolize, libltdl/config/ltmain.sh, libltdl/m4/ltversion.m4)
(tests/defs): Don't set `$input' shell variable.
* Makefile.maint (announce_gen, libltdl/config/mailnotify)
(commit): Likewise.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
14 years agoExtract the archive name from the .la file and use $AR (not ar).
Peter Rosin [Tue, 31 Aug 2010 09:48:28 +0000 (11:48 +0200)] 
Extract the archive name from the .la file and use $AR (not ar).

* Makefile.am: Pass AR through to the testsuite.
* tests/archive-in-archive.at: Bump copyright year. Extract archive
name from the .la file instead of hardcoding the name, and allow
different archivers. Also clarify that the tested functionality is
currently broken.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
14 years agotests: skip -Wall -Werror with Tru64 cc in cwrapper test.
Ralf Wildenhues [Mon, 30 Aug 2010 21:04:03 +0000 (23:04 +0200)] 
tests: skip -Wall -Werror with Tru64 cc in cwrapper test.

* tests/cwrapper.at (cwrapper for uninstalled executables):
Use a link test rather than a compile test to flesh out unknown
compiler flags starting with -W; Tru64/OSF1 cc will happily
accept `-Wall -Werror' as indication to pass flags on to
subprocesses.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agotests: avoid getopt-m4sh failures when autom4te is not available.
Ralf Wildenhues [Mon, 30 Aug 2010 20:51:02 +0000 (22:51 +0200)] 
tests: avoid getopt-m4sh failures when autom4te is not available.

* tests/getopt-m4sh.at (_LT_AT_GETOPT_M4SH_SETUP):
Check $M4SH --version, skip on failure.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agotests: mark 'syntax of .la files' as XFAIL, expose failure.
Ralf Wildenhues [Mon, 30 Aug 2010 20:42:11 +0000 (22:42 +0200)] 
tests: mark 'syntax of .la files' as XFAIL, expose failure.

* tests/lalib-syntax.at (syntax of .la files): Assert that the
string returned by lt_dlerror after a failure is non-NULL, so
the failure shows up on systems other than Solaris.  Mark test
as expected to fail.
Suggested by Bob Friesenhahn.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoSimplify recent configure quoting portability workaround.
Eric Blake [Mon, 30 Aug 2010 19:32:35 +0000 (21:32 +0200)] 
Simplify recent configure quoting portability workaround.

* configure.ac: Simplify setting of timestamp_string.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoUpdate path conversion warning messages
Charles Wilson [Mon, 30 Aug 2010 06:04:33 +0000 (02:04 -0400)] 
Update path conversion warning messages

* libltdl/config/ltmain.m4sh (func_convert_file_check): Update
comments and warning message.
(func_convert_path_check): Update warning message.

Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
14 years agoFix typo when renaming path conversion functions.
Peter Rosin [Sun, 29 Aug 2010 16:17:45 +0000 (18:17 +0200)] 
Fix typo when renaming path conversion functions.

* tests/testsuite.at: Ensure to_host_file_cmd is passed as a
variable setting on the configure line for (new testsuite) tests.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
14 years agoSupport GCC LTO on GNU/Linux.
Ralf Wildenhues [Sun, 29 Aug 2010 15:31:29 +0000 (17:31 +0200)] 
Support GCC LTO on GNU/Linux.

* libltdl/config/ltmain.m4sh (func_mode_link): Allow through
flags matching -O*, -flto*, -fwhopr, -fuse-linker-plugin.
* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Drop symbols
starting with __gnu_lto.
(_LT_LINKER_SHLIBS) [linux] <archive_cmds, archive_expsyms_cmds>:
Add $pic_flag for GCC.
(_LT_LANG_CXX_CONFIG) [linux] <archive_cmds, archive_expsyms_cmds>:
Likewise.
(_LT_SYS_HIDDEN_LIBDEPS): Ignore files matching *.lto.o.
* NEWS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoDisable GCC LTO for verbose library extraction.
Ralf Wildenhues [Sun, 29 Aug 2010 15:30:19 +0000 (17:30 +0200)] 
Disable GCC LTO for verbose library extraction.

* libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Temporarily
append -fno-lto or -fno-whopr to CFLAGS if CC or CFLAGS (which
are substituted with the per-language variables here) contain
-flto or match -fwhopr*, respectively.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoSave and restore CFLAGS properly inside libtool.m4 macros.
Ralf Wildenhues [Sun, 29 Aug 2010 15:28:29 +0000 (17:28 +0200)] 
Save and restore CFLAGS properly inside libtool.m4 macros.

* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Use different
temporary variables for saved and restored values of $LIBS,
$CFLAGS, to avoid overlap with the *_CONFIG macros.
(_LT_LANG_CXX_CONFIG, _LT_LANG_F77_CONFIG, _LT_LANG_FC_CONFIG)
(_LT_LANG_GCJ_CONFIG, _LT_LANG_RC_CONFIG): Also save and restore
$CFLAGS, and override it with per-language flags, so that in
case output_verbose_link_cmd uses $CFLAGS, the right flags are
used.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoWork around yet another shell quoting portability issue.
Ralf Wildenhues [Sun, 29 Aug 2010 14:54:33 +0000 (16:54 +0200)] 
Work around yet another shell quoting portability issue.

* configure.ac: Avoid nonportable quoted alternate variable
value in unquoted here document, so Solaris 10 sh and Tru64
ksh do not print spurious extra quotes.

14 years agoMerge branch 'parallel-tests'
Ralf Wildenhues [Sun, 29 Aug 2010 07:12:28 +0000 (09:12 +0200)] 
Merge branch 'parallel-tests'

* parallel-tests:
  Silence order-only configure test for AIX make.

14 years agoSilence order-only configure test for AIX make. parallel-tests
Ralf Wildenhues [Sun, 29 Aug 2010 07:00:53 +0000 (09:00 +0200)] 
Silence order-only configure test for AIX make.

* configure.ac: Also drop standard output, for AIX 5.1 make.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoMerge branch 'sysroot'
Charles Wilson [Sun, 29 Aug 2010 00:16:02 +0000 (20:16 -0400)] 
Merge branch 'sysroot'

* sysroot:
  Minor sysroot fixups.

14 years agoMinor sysroot fixups. sysroot
Charles Wilson [Sat, 28 Aug 2010 22:27:15 +0000 (18:27 -0400)] 
Minor sysroot fixups.

* libltdl/m4/libtool.m4 (_LT_WITH_SYSROOT): Fix typo.
* tests/sysroot.at: Search also for crt0.o to accommodate cygwin.

Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
14 years agoMerge remote branch 'origin/master'
Charles Wilson [Sat, 28 Aug 2010 21:41:32 +0000 (17:41 -0400)] 
Merge remote branch 'origin/master'

14 years agoFix symlist variable path to use _WIN32 instead of __WINDOWS__.
Ralf Wildenhues [Sat, 28 Aug 2010 15:30:01 +0000 (17:30 +0200)] 
Fix symlist variable path to use _WIN32 instead of __WINDOWS__.

* libltdl/config/ltmain.m4sh, libltdl/libltdl/lt_system.h,
libltdl/m4/libtool.m4, tests/demo/foo.h, tests/pdemo/foo.h:
Change __WINDOWS__ to _WIN32.
Report by Charles Wilson.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoAdd $pic_flag to archive_cmds and archive_expsym_cmds.
Ralf Wildenhues [Sun, 4 Apr 2010 08:57:04 +0000 (10:57 +0200)] 
Add $pic_flag to archive_cmds and archive_expsym_cmds.

* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS)
<archive_cmds, archive_expsym_cmds>
[GNU ld, netbsd]: Add $pic_flag if ELF.
[GNU ld, solaris]: Likewise.
[GNU ld, default case]: Likewise.
[!GNU ld, freebsd, dragonfly]: Add $pic_flag.
[!GNU ld, GCC, hpux9]: Add $pic_flag.
[!GNU ld, GCC, hpux10]: Replace -fPIC with $pic_flag
[!GNU ld, GCC, hpux11, !hppa*64]: Replace -fPIC with $pic_flag.
[!GNU ld, GCC, irix5, irix6, nonstopux]: Add $pic_flag.
[!GNU ld, GCC, osf4, osf5]: Likewise.
[!GNU ld, GCC, solaris]: Likewise.
(_LT_LANG_CXX_CONFIG) <archive_cmds, archive_expsym_cmds>
[hpux9]: Add $pic_flag if $GXX.
[hpux10, hpux11, !hppa*64]: Replace -fPIC with $pic_flag.
[irix5, irix6]: Add $pic_flag if $GXX.
[osf4, osf5]: Likewise.
[solaris]: Add $pic_flag if $GXX and not GCC 2.7.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoUniform const'ness of symlist variable lt_preloaded_symbols.
Ralf Wildenhues [Sun, 4 Apr 2010 08:56:47 +0000 (10:56 +0200)] 
Uniform const'ness of symlist variable lt_preloaded_symbols.

On some systems, lt_preloaded_symbols may not be declared
const due to relocation issues.  C99 requires qualification to
match for compatible declarations, so ensure we declare
const'ness in the same way everywhere; link-time optimization
may otherwise rightfully complain about inconsistencies.
Since ltdl.h may not depend upon config.h, rely on system
defines for choosing const'ness.

* NEWS: Update.
* doc/libtool.texi (Dlpreopening): Document this issue.
* libltdl/config/ltmain.m4sh (func_generate_dlsyms):
[__WINDOWS__, __CYGWIN__, _WIN32_WCE]: Define LT_DLSYM_CONST
according to system defines.  Remove old shell cruft.  Use
LT_DLSYM_CONST for lt_${my_prefix}_LTX_preloaded_symbols.
* libltdl/libltdl/lt_system.h (LT_DLSYM_CONST): Likewise,
define LT_DLSYM_CONST according to system defines.
* tests/demo/foo.h (LT_DLSYM_CONST): Likewise.
* tests/pdemo/foo.h (LT_DLSYM_CONST): Likewise.
* tests/demo/dlmain.c (lt_dlsymlist): Use LT_DLSYM_CONST.
* tests/pdemo/longer_file_name_dlmain.c (lt_dlsymlist):
Likewise.
* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Likewise
for configure test code.
* libltdl/ltdl.c (preloaded_symbols): Use LT_DLSYM_CONST.
* libltdl/ltdl.h (LTDL_SET_PRELOADED_SYMBOLS): Likewise.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoEnsure cwrapper magic string is not optimized away.
Dave Korn [Sat, 28 Aug 2010 12:43:02 +0000 (14:43 +0200)] 
Ensure cwrapper magic string is not optimized away.

* libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src):
Declare MAGIC_EXE as volatile.
Report by Charles Wilson.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoFix quoting in non-XSI func_xform, for IRIX sh.
Ralf Wildenhues [Sat, 28 Aug 2010 12:17:20 +0000 (14:17 +0200)] 
Fix quoting in non-XSI func_xform, for IRIX sh.

* libltdl/config/ltmain.m4sh (func_xform): Remove spurious extra
M4 quotes.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoFix response file test for unreliable exit status of IRIX ar.
Ralf Wildenhues [Sat, 28 Aug 2010 10:22:36 +0000 (12:22 +0200)] 
Fix response file test for unreliable exit status of IRIX ar.

* libltdl/m4/libtool.m4 (_LT_PROG_AR): IRIX ar will not fail
over a command-line argument specifying a nonexistent file (such
as `@FILE'), so ensure failure with a reponse file containing
a nonexistent file.  Also, use lt_* variable prefix for
temporary variables.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoFix AC_LANG_PROGRAM warnings from git Autoconf.
Ralf Wildenhues [Sat, 28 Aug 2010 09:34:24 +0000 (11:34 +0200)] 
Fix AC_LANG_PROGRAM warnings from git Autoconf.

* libltdl/m4/libtool.m4 (_LT_SYS_MODULE_PATH_AIX): Fix
underquoted AC_LANG_PROGRAM call.
(LT_PROG_AR): Use AC_LANG_PROGRAM.
(_LT_LINKER_SHLIBS) [irix, GCC]: Use the right source for the
given language.
* NEWS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoMerge branch 'sysroot'
Ralf Wildenhues [Sat, 28 Aug 2010 08:39:40 +0000 (10:39 +0200)] 
Merge branch 'sysroot'

* sysroot:
  Add ChangeLog entries for the sysroot branch.
  fix AIX testsuite regression
  fix --mode=finish
  improve code for sysroot --mode=finish
  add libtool --mode=finish mode for sysroot
  reorganize parsing of --mode=finish arguments
  fix sysroot handling for deplibs of preopened libtool libs
  fix sysroot tests to pass on Fedora 13
  initial version of the NEWS entry
  add sysroot test
  emit sysrooted paths when installing .la files
  process postdeps to include sysrooted paths
  handle sysrooted paths when reading dependencies to la files
  teach libtool -L= and -R=
  add --with-sysroot
  handle sysroot flags

14 years agoMerge branch 'parallel-tests'
Ralf Wildenhues [Sat, 28 Aug 2010 08:24:33 +0000 (10:24 +0200)] 
Merge branch 'parallel-tests'

* parallel-tests:
  Fix NEWS entry for bootstrapping requirements.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoFix NEWS entry for bootstrapping requirements.
Ralf Wildenhues [Fri, 27 Aug 2010 17:34:57 +0000 (19:34 +0200)] 
Fix NEWS entry for bootstrapping requirements.

* NEWS: Only bootstrapping needs new Automake and Autoconf.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoAdd ChangeLog entries for the sysroot branch.
Ralf Wildenhues [Sat, 28 Aug 2010 08:16:50 +0000 (10:16 +0200)] 
Add ChangeLog entries for the sysroot branch.

14 years ago[cygwin|mingw|cross-compile]: Path conversion support.
Charles Wilson [Mon, 19 Jul 2010 01:07:01 +0000 (21:07 -0400)] 
[cygwin|mingw|cross-compile]: Path conversion support.

* configure.ac: Ensure to_host_file_cmd is available to Makefile.
* TODO: Document QoI issue with file name conversion functions.
* libltdl/m4/libtool.m4 (_LT_PATH_CONVERSION_FUNCTIONS): New function
sets libtool variable $to_host_file_cmd, and employs cache.
(_LT_SETUP): Require it.
* tests/testsuite.at: Ensure to_host_file_cmd is passed as a
variable setting on the configure line for (new testsuite) tests.
* Makefile.am (TESTS_ENVIRONMENT): Ensure to_host_file_cmd is
included so that it is passed to (old testsuite) tests.
* libltdl/config/general.m4sh: Define $lt_sed_naive_backslashify here.
* libltdl/config/ltmain.m4sh ($to_host_file_cmd, $to_host_path_cmd):
New variables.
(func_cygpath): New function.
(func_init_to_host_path_cmd): New function.
(func_to_host_path): Renamed to...
(func_to_host_file): Refactored to... (now uses $to_host_file_cmd).
(func_convert_core_file_wine_to_w32): Here. New function.
(func_convert_core_msys_to_w32): Here. New function.
(func_convert_file_check): Here. New function.
(func_convert_file_noop): Here. New function.
(func_convert_file_msys_to_w32): Here. New function.
(func_convert_file_cygwin_to_w32): Here. New function.
(func_convert_file_nix_to_w32): Here. New function.
(func_convert_file_msys_to_cygwin): New function.
(func_convert_file_nix_to_cygwin): New function.
(func_to_host_pathlist): Renamed to...
(func_to_host_path): Refactored to... (now uses $to_host_path_cmd
and func_init_to_host_path_cmd).
(func_convert_path_check): Here. New function.
(func_convert_path_front_back_pathsep): Here. New function.
(func_convert_core_path_wine_to_w32): Here. New function.
(func_convert_path_noop): Here. New function.
(func_convert_path_msys_to_w32): Here. New function.
(func_convert_path_cygwin_to_w32): Here. New function.
(func_convert_path_nix_to_w32): Here. New function.
(func_convert_path_msys_to_cygwin): New function.
(func_convert_path_nix_to_cygwin): New function.

Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
14 years agoMerge branch 'parallel-tests'
Ralf Wildenhues [Fri, 27 Aug 2010 05:31:49 +0000 (07:31 +0200)] 
Merge branch 'parallel-tests'

* parallel-tests:
  check-interactive and check-noninteractive for both testsuites.
  Adjust docs for renaming and for parallel-tests.
  Update VERBOSE handling for parallel-tests driver.
  Enable parallel-tests test driver for the old testsuite.
  New alias scripts for old tests run more than once.
  Require Automake 1.11.1 for Libtool, enable color-tests.

14 years agoFix syntax for cygwin-cross
Charles Wilson [Mon, 23 Aug 2010 05:18:18 +0000 (01:18 -0400)] 
Fix syntax for cygwin-cross

libltdl/m4/argz.m4: Add quotes around variable, which
may contain the multiword value 'guessing no'.

Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
14 years agoconfigure: use Autobuild AB_INIT if available.
Ralf Wildenhues [Sun, 22 Aug 2010 18:33:49 +0000 (20:33 +0200)] 
configure: use Autobuild AB_INIT if available.

* configure.ac: Call AB_INIT if it is defined, with
$autobuild_mode as argument, to be set at configure time.
Set AB_VERSION to the Libtool version string.
* HACKING: Update.
* libltdl/m4/.gitignore: Ignore autobuild.m4.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoFix getopt tests to skip with Autoconf < 2.61.
Ralf Wildenhues [Sat, 21 Aug 2010 04:56:37 +0000 (06:56 +0200)] 
Fix getopt tests to skip with Autoconf < 2.61.

* tests/getopt-m4sh.at (_LT_AT_GETOPT_M4SH_SETUP): Skip the test
if 'autom4te --language=m4sh' exits 63 because version 2.61 is
required.  Allows the testsuite to complete successfully with
Autoconf 2.59 and Automake 1.9.6.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agocheck-interactive and check-noninteractive for both testsuites.
Ralf Wildenhues [Sun, 22 Aug 2010 04:32:39 +0000 (06:32 +0200)] 
check-interactive and check-noninteractive for both testsuites.

* Makefile.am (COMMON_TESTS, TESTS): Split into ...
(NONINTERACTIVE_TESTS, INTERACTIVE_TESTS): ... these new
variables.
(check-interactive-new): Rename from check-interactive.
(check-noninteractive-new): Rename from check-noninteractive.
(check-interactive-old, check-noninteractive-old): New targets.
(check-interactive, check-noninteractive): Depend on the
respective targets for the old and the new test suites.
* doc/libtool.texi (Test descriptions): Simplify description
about check-interactive and check-noninteractive.  Add index
entries.
* NEWS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoAdjust docs for renaming and for parallel-tests.
Ralf Wildenhues [Sun, 22 Aug 2010 04:31:27 +0000 (06:31 +0200)] 
Adjust docs for renaming and for parallel-tests.

* README: Update example TESTS setting.
* README.alpha: Likewise.
* NEWS: Update.
* doc/libtool.texi (Test descriptions): Update for test renaming,
adjust descriptions accordingly.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoTidy and fix clean and distclean rules for old testsuite.
Ralf Wildenhues [Sun, 22 Aug 2010 04:14:06 +0000 (06:14 +0200)] 
Tidy and fix clean and distclean rules for old testsuite.

* Makefile.am (clean-local-legacy): Use $(CONF_SUBDIRS) instead
of hard-coding the list of test directories.  Use
$(AM_MAKEFLAGS).
(fake-distclean-legacy): New phony rule, to create fake Makefile
files if needed so that the automake-generated
distclean-recursive rule can work properly.
(distclean_recursive): New helper variable.
(distclean-recursive): Depend on fake-distclean-legacy.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoMerge branch 'master' into sysroot
Paolo Bonzini [Sun, 22 Aug 2010 07:54:55 +0000 (09:54 +0200)] 
Merge branch 'master' into sysroot

14 years agoFix sed_make_literal_regex.
Paolo Bonzini [Sun, 15 Aug 2010 17:04:08 +0000 (19:04 +0200)] 
Fix sed_make_literal_regex.

* libltdl/config/general.m4sh (sed_make_literal_regex): Fix
definition.

14 years agofix AIX testsuite regression
Ralf Wildenhues [Sun, 22 Aug 2010 07:42:51 +0000 (09:42 +0200)] 
fix AIX testsuite regression

* libltdl/config/ltmain.m4sh (func_resolve_sysroot): Partly
revert v2.2.10-83-gc45a288: Do not absolutize path here, only do
sysroot replacement.
(func_mode_link): Adjust.

14 years agoMerge remote branch 'origin/master' into sysroot
Paolo Bonzini [Sun, 22 Aug 2010 07:29:24 +0000 (09:29 +0200)] 
Merge remote branch 'origin/master' into sysroot

* libltdl/config/ltmain.m4sh (func_mode_finish): Use sed_make_literal_regex.

14 years agofix --mode=finish
Charles Wilson [Sun, 22 Aug 2010 07:39:21 +0000 (09:39 +0200)] 
fix --mode=finish

* libltdl/config/ltmain.m4sh (func_mode_finish): Invert then/else
blocks of the "if $opt_dry_run" conditional.

14 years agoFactor the sed command used to make a regex from a literal.
Paolo Bonzini [Sun, 15 Aug 2010 17:04:08 +0000 (19:04 +0200)] 
Factor the sed command used to make a regex from a literal.

* libltdl/config/general.m4sh (sed_make_literal_regex): New.
* libltdl/config/ltmain.m4sh (func_generate_dlsyms,
func_cygming_dll_for_implib_fallback_core): Use it.  Suggested
by Ralf Wildenhues.

14 years agoUpdate VERBOSE handling for parallel-tests driver.
Ralf Wildenhues [Sun, 22 Aug 2010 04:30:25 +0000 (06:30 +0200)] 
Update VERBOSE handling for parallel-tests driver.

* tests/defs.m4sh: Default to verbose output, drop now-unneeded
handling of 'VERBOSE=no'.
* README: Update example usage.
* README.alpha: Likewise.
* doc/libtool.texi (Test descriptions, When tests fail): Remove
unneeded VERBOSE recommendations.  Point to per-test log files
and test-suite.log summary file.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoEnable parallel-tests test driver for the old testsuite.
Ralf Wildenhues [Sun, 22 Aug 2010 04:29:41 +0000 (06:29 +0200)] 
Enable parallel-tests test driver for the old testsuite.

* configure.ac: New configure test to find out whether `make'
supports order-only prerequisites; set @ORDER@ accordingly.
(AM_INIT_AUTOMAKE): Enable parallel-tests option.
* tests/defs.m4sh (prefix): Derive install prefix for tests
from the test name, to avoid clashes.
* Makefile.am (CXX_TESTS, F77_TESTS, FC_TESTS, COMMON_TESTS):
Reformat.  Adjust for renamed tests.  Add dependencies between
the respective log files of the tests, to ensure proper ordering.
Use order-only dependencies if possible, between test groups that
use the same directory.
(clean-local-legacy): Remove `_inst-*' directories as well.
Prompted by suggestion from Bob Friesenhahn.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoNew alias scripts for old tests run more than once.
Ralf Wildenhues [Sun, 22 Aug 2010 04:28:30 +0000 (06:28 +0200)] 
New alias scripts for old tests run more than once.

* tests/cdemo-shared-exec.test, tests/cdemo-shared-make.test,
tests/cdemo-static-exec.test, tests/cdemo-static-make.test,
tests/cdemo-undef-exec.test, tests/cdemo-undef-make.test,
tests/demo-nofast-exec.test, tests/demo-nofast-inst.test,
tests/demo-nofast-make.test, tests/demo-nofast-unst.test,
tests/demo-nopic-exec.test, tests/demo-nopic-make.test,
tests/demo-pic-exec.test, tests/demo-pic-make.test,
tests/demo-shared-exec.test, tests/demo-shared-inst.test,
tests/demo-shared-make.test, tests/demo-shared-unst.test,
tests/demo-static-exec.test, tests/demo-static-inst.test,
tests/demo-static-make.test, tests/demo-static-unst.test,
tests/depdemo-nofast-exec.test, tests/depdemo-nofast-inst.test,
tests/depdemo-nofast-make.test, tests/depdemo-nofast-unst.test,
tests/depdemo-shared-exec.test, tests/depdemo-shared-inst.test,
tests/depdemo-shared-make.test, tests/depdemo-shared-unst.test,
tests/depdemo-static-exec.test, tests/depdemo-static-inst.test,
tests/depdemo-static-make.test, tests/depdemo-static-unst.test,
tests/f77demo-shared-exec.test, tests/f77demo-shared-make.test,
tests/f77demo-static-exec.test, tests/f77demo-static-make.test,
tests/fcdemo-shared-exec.test, tests/fcdemo-shared-make.test,
tests/fcdemo-static-exec.test, tests/fcdemo-static-make.test,
tests/mdemo-shared-exec.test, tests/mdemo-shared-inst.test,
tests/mdemo-shared-make.test, tests/mdemo-shared-unst.test,
tests/mdemo-static-exec.test, tests/mdemo-static-inst.test,
tests/mdemo-static-make.test, tests/mdemo-static-unst.test,
tests/tagdemo-shared-exec.test, tests/tagdemo-shared-make.test,
tests/tagdemo-static-exec.test, tests/tagdemo-static-make.test,
tests/tagdemo-undef-exec.test, tests/tagdemo-undef-make.test:
New files.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoRequire Automake 1.11.1 for Libtool, enable color-tests.
Ralf Wildenhues [Sun, 22 Aug 2010 04:26:50 +0000 (06:26 +0200)] 
Require Automake 1.11.1 for Libtool, enable color-tests.

* configure.ac (AM_INIT_AUTOMAKE): Require 1.11.1.  Enable
color-tests.
(LTDL_SUBDIR_LIBOBJS): Remove now-obsolete conditional and
feature test for Autoconf 2.59 and Automake 1.9.x workaround.
* Makefile.am: Simplify accordingly.
* bootstrap: Remove obsolete WORKING_LIBOBJ_SUPPORT workarounds
for Autoconf 2.59 and Automake 1.9.6.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoAvoid issues with AIX resident shared libraries in old testsuite.
Rainer Tammer [Sat, 21 Aug 2010 08:02:29 +0000 (10:02 +0200)] 
Avoid issues with AIX resident shared libraries in old testsuite.

* tests/defs.m4sh [aix]: Remove file mode permission for others,
so shared libraries are not kept in memory after execution.
Fixes failures of repeated mdemo-inst.test with on AIX 5.3.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoSkip part of versioning test on AIX.
Ralf Wildenhues [Fri, 6 Aug 2010 22:23:22 +0000 (00:23 +0200)] 
Skip part of versioning test on AIX.

* tests/versioning.at (versioning): The AIX linker always
records the unversioned library name, even with runtimelinking,
so skip the execution test for the incompatibly upgraded
library.
Report by Rainer Tammer.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoRemove dead code from versioning test.
Ralf Wildenhues [Fri, 6 Aug 2010 21:45:23 +0000 (23:45 +0200)] 
Remove dead code from versioning test.

* tests/versioning.at (versioning): No need to build unused
prog3.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoDon't hide the table of contents in the manual.
Ralf Wildenhues [Fri, 20 Aug 2010 05:02:46 +0000 (07:02 +0200)] 
Don't hide the table of contents in the manual.

* doc/libtool.texi: Move the table of contents to the beginning.
Prompted by patch from Bruno Haible against Automake.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoRemove superfluous dependency in Makefile.am.
Ralf Wildenhues [Fri, 20 Aug 2010 05:06:58 +0000 (07:06 +0200)] 
Remove superfluous dependency in Makefile.am.

* Makefile.am (tests/demo-conf.test): Remove dependency on
libtool, this test is a primary source and not generated.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoBump copyright years in manual.
Ralf Wildenhues [Fri, 20 Aug 2010 05:01:20 +0000 (07:01 +0200)] 
Bump copyright years in manual.

* doc/libtool.texi: Bump copyright years.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoimprove code for sysroot --mode=finish
Paolo Bonzini [Sun, 15 Aug 2010 16:54:02 +0000 (18:54 +0200)] 
improve code for sysroot --mode=finish

* libltdl/config/ltmain.m4sh (func_mode_finish): Change sysroot_regex
and sysroot_cmd delimiter from pipe to slash.  Wrap the entire for
loop with "if $opt_dry_run...fi" and print an explanatory message
for the --dry-run case.

14 years agoadd libtool --mode=finish mode for sysroot
Paolo Bonzini [Wed, 11 Aug 2010 19:35:54 +0000 (15:35 -0400)] 
add libtool --mode=finish mode for sysroot

* doc/libtool.texi (Finish mode): Document behavior when *.la files
are passed.
* libltdl/config/ltmain.m4sh (func_mode_finish): Eliminate sysroot
or `=' signs representing it from files in $libs.
* tests/sysroot.at (SYSROOT_TESTS): Test for presence of sysroot
references before running libtool --mode=finish, and for absence
afterwards.

14 years agoreorganize parsing of --mode=finish arguments
Paolo Bonzini [Wed, 11 Aug 2010 19:10:50 +0000 (15:10 -0400)] 
reorganize parsing of --mode=finish arguments

* libltdl/config/ltmain.m4sh (func_mode_finish): Split arguments for
directories and *.la files.

14 years agofix sysroot handling for deplibs of preopened libtool libs
Paolo Bonzini [Thu, 12 Aug 2010 16:06:07 +0000 (12:06 -0400)] 
fix sysroot handling for deplibs of preopened libtool libs

* libltdl/config/ltmain.m4sh: Pass $dependency_libs of preopened libtool
through func_resolve_sysroot.

14 years agofix sysroot tests to pass on Fedora 13
Paolo Bonzini [Fri, 13 Aug 2010 01:04:06 +0000 (21:04 -0400)] 
fix sysroot tests to pass on Fedora 13

* tests/sysroot.at: Link $prefix/include into the sysroot as well, as
required by newer GCC.

14 years agoAllow the use of a listing file if the archiver supports it.
Peter Rosin [Fri, 13 Aug 2010 11:11:54 +0000 (13:11 +0200)] 
Allow the use of a listing file if the archiver supports it.

* libltdl/m4/libtool.m4 (_LT_CMD_OLD_ARCHIVE): Move detection
of a suitable archiver...
(_LT_PROG_AR): ...to here. New macro, also detect if the
archiver supports a listing file with the new variable
archiver_list_spec.
* libltdl/config/ltmain.m4sh: If the archiver supports a listing
file, use it when max_cmd_len is exceeded.  This is needed for
tool chains such as MSVC which do not support piece by piece
linking (-r -o).
* doc/libtool.texi (libtool script contents): Update with
archiver_list_spec description.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
14 years agoinitial version of the NEWS entry
Paolo Bonzini [Wed, 28 Jul 2010 22:36:21 +0000 (00:36 +0200)] 
initial version of the NEWS entry

* NEWS: Document sysroot support.

14 years agoadd sysroot test
Paolo Bonzini [Wed, 28 Jul 2010 21:56:28 +0000 (23:56 +0200)] 
add sysroot test

* Makefile.am (TESTSUITE_AT): Add tests/sysroot.at.
* tests/sysroot.at: New.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
14 years agoemit sysrooted paths when installing .la files
Paolo Bonzini [Wed, 28 Jul 2010 22:02:59 +0000 (00:02 +0200)] 
emit sysrooted paths when installing .la files

* libltdl/config/ltmain.m4sh (func_replace_sysroot): New.
(func_mode_link): Prepend paths in $libdir with the sysroot.  Further,
replace the sysroot with = (using func_replace_sysroot) whenever
such a path is written in a .la file.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
14 years agoprocess postdeps to include sysrooted paths
Paolo Bonzini [Wed, 28 Jul 2010 22:02:15 +0000 (00:02 +0200)] 
process postdeps to include sysrooted paths

* libltdl/m4/libtool.m4 (_LT_FUNC_STRIPNAME_CNF): New (from Charles Wilson).
(_LT_SYS_HIDDEN_LIBDEPS): Require it.  Use func_stripname_cnf to convert
sysroot (-L= and -R=) usage in postdeps.  Adjust the code because -L, -R
and -l flags will now always be separated from the rest of the argument.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
14 years agohandle sysrooted paths when reading dependencies to la files
Paolo Bonzini [Wed, 28 Jul 2010 22:00:12 +0000 (00:00 +0200)] 
handle sysrooted paths when reading dependencies to la files

* libltdl/config/ltmain.m4sh (func_mode_execute, func_mode_install,
func_mode_link): Whenever a .la file occurs in another .la file,
expand the sysroot path in it.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
14 years agoteach libtool -L= and -R=
Paolo Bonzini [Wed, 28 Jul 2010 21:59:30 +0000 (23:59 +0200)] 
teach libtool -L= and -R=

* libltdl/config/ltmain.m4sh (func_resolve_sysroot): New.
(func_mode_link): Always pass result of stripping -L and -R to
func_resolve_sysroot before using it.  Remove absolute path expansion
when func_resolve_sysroot subsumes it.  Expand sysroot in -rpath.
When processing dependent libraries also resolve sysroot paths there.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
14 years agoadd --with-sysroot
Paolo Bonzini [Wed, 28 Jul 2010 21:55:47 +0000 (23:55 +0200)] 
add --with-sysroot

* libltdl/m4/libtool.m4 (_LT_HOST_NONCANONICAL, _LT_WITH_SYSROOT): New.
(LT_SETUP): Require _LT_WITH_SYSROOT.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
14 years agohandle sysroot flags
Paolo Bonzini [Wed, 28 Jul 2010 21:53:19 +0000 (23:53 +0200)] 
handle sysroot flags

* libltdl/config/ltmain.m4sh (func_mode_link): Recognize --sysroot
option.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
14 years agoMake testsuite compatible with Autoconf 2.62 again.
Gary V. Vaughan [Tue, 10 Aug 2010 09:38:03 +0000 (16:38 +0700)] 
Make testsuite compatible with Autoconf 2.62 again.

* tests/getopt-m4sh.at (AT_CHECK): Autotest 2.62 chokes on unquoted
'#' in AT_CHECK, so replace all uses with '@%:@' quadrigraph.
Suggested by Eric Blake <eblake@redhat.com>
Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

14 years agoFix more problematic code from "Add func_append_quoted and do..."
Ralf Wildenhues [Mon, 9 Aug 2010 21:16:12 +0000 (23:16 +0200)] 
Fix more problematic code from "Add func_append_quoted and do..."

* libltdl/config/ltmain.m4sh (func_mode_link): Revert back
func_append instances that as assignments relied on the shell
not performing word splitting on the right hand side of the
assignment.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoFix another typo on "Add func_append_quoted and do..."
Ralf Wildenhues [Mon, 9 Aug 2010 20:50:45 +0000 (22:50 +0200)] 
Fix another typo on "Add func_append_quoted and do..."

* libltdl/config/ltmain.m4sh (func_mode_link): Fix regression in
computation of finalize_rpath introduced in v2.2.10-40-g0da7d80,
fixing several testsuite failures on AIX.
Report by Rainer Tammer.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoAvoid unwanted error message in configure output.
Ralf Wildenhues [Sat, 7 Aug 2010 17:16:35 +0000 (19:16 +0200)] 
Avoid unwanted error message in configure output.

* libltdl/m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH): Try print
in subshell, so eventual `print: not found' is hidden reliably.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoFix compilation of program sources on AIX.
Ralf Wildenhues [Sat, 7 Aug 2010 17:16:23 +0000 (19:16 +0200)] 
Fix compilation of program sources on AIX.

* tests/lt_dlopenext.at (lt_dlopenext error messages): Do not
use $LIBTOOL when compiling plain object, AIX by default does
not enable static archives.
* tests/ltdl-libdir.at (libdir of installed modules): Likewise.
Report by Rainer Tammer.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoDo not call toplevel configure in non-VPATH build.
Ralf Wildenhues [Sat, 7 Aug 2010 11:07:42 +0000 (13:07 +0200)] 
Do not call toplevel configure in non-VPATH build.

* tests/deplibs-mingw.at (deplibs without file command): Use
LT_AT_CONFIGURE for consistency, update comment about why it
might fail.
* tests/pic_flag.at (override pic_flag at configure time): Skip
test if we are building in-tree.
Report by Rainer Tammer.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoAllow running pic_flag test with different shell.
Ralf Wildenhues [Sat, 7 Aug 2010 11:03:37 +0000 (13:03 +0200)] 
Allow running pic_flag test with different shell.

* tests/testsuite.at (LT_AT_CONFIGURE): Accept optional second
argument specifying the configure script to run.
* tests/pic_flag.at (override pic_flag at configure time):
Use LT_AT_CONFIGURE.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoEnsure not to reverse preserving of --debug for relinking/finish.
Ralf Wildenhues [Sat, 7 Aug 2010 05:41:12 +0000 (07:41 +0200)] 
Ensure not to reverse preserving of --debug for relinking/finish.

* libltdl/config/ltmain.m4sh (func_check_version_match): Only
preserve '--debug' switch if $opt_debug is not equal to ':'.
* tests/help.at (debug tracing): New test group.
Report by Rainer Tammer.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoFix AC_NO_EXECUTABLES test failure on AIX.
Ralf Wildenhues [Fri, 6 Aug 2010 20:03:19 +0000 (22:03 +0200)] 
Fix AC_NO_EXECUTABLES test failure on AIX.

* libltdl/m4/libtool.m4 (_LT_SYS_MODULE_PATH_AIX): Wrap link
test in AC_CACHE_VAL, using cache variable $lt_cv_aix_libpath.
* tests/no-executables.at (AC_NO_EXECUTABLES): Preset it, to
avoid link test.
Bug report by Rainer Tammer.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoFix ltdl-libdir test for C++ compilers.
Ralf Wildenhues [Fri, 6 Aug 2010 19:41:11 +0000 (21:41 +0200)] 
Fix ltdl-libdir test for C++ compilers.

* tests/ltdl-libdir.at (libdir of installed modules): Declare
module function as extern "C".

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoLet `libtool' without arguments point to `--help' again.
Ralf Wildenhues [Wed, 4 Aug 2010 20:30:48 +0000 (22:30 +0200)] 
Let `libtool' without arguments point to `--help' again.

* libltdl/config/ltmain.m4sh (func_check_version_match):
Remove duplicate and wrong error check.
* tests/help.at (standard command line options): Extend test.
Report by Rainer Tammer.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoAvoid syntax error due to shift of nonexistent parameter.
Ralf Wildenhues [Wed, 4 Aug 2010 20:30:01 +0000 (22:30 +0200)] 
Avoid syntax error due to shift of nonexistent parameter.

* libltdl/config/ltmain.m4sh <command-line handling>: Only shift
if there is a positional parameter to shift.  Fixes `libtool
--help' when dash is used.
Report by Rainer Tammer.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoFix testsuite errors due to shell quoted parameter expansion issue.
Ralf Wildenhues [Tue, 3 Aug 2010 20:27:23 +0000 (22:27 +0200)] 
Fix testsuite errors due to shell quoted parameter expansion issue.

* tests/getopt-m4sh.at (_LT_AT_GETOPT_M4SH_SETUP): Insert space
between double-quoted and unquoted shell parameter, as bash
4.0.28 doesn't add one in its output if the expansion of the
second one starts with a space.
(short option splitting, enhanced shell short option splitting)
(long option splitting, XSI long option splitting): Add space in
expected output.
Fixes testsuite failures on AIX, FreeBSD, etc.
Report by Rainer Tammer.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoFix build failure with AIX sh due to shell quoting error.
Ralf Wildenhues [Tue, 3 Aug 2010 19:49:10 +0000 (21:49 +0200)] 
Fix build failure with AIX sh due to shell quoting error.

* libltdl/config/ltmain.m4sh (func_append_quoted): Document
that this function inserts a separator space.
(func_mode_compile): Do not pass extra space here.
Fixes regression introduced in v2.2.10-49-gc13532a.
Report by Rainer Tammer.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agoFix pic_flag test unportabilities.
Ralf Wildenhues [Mon, 2 Aug 2010 20:21:05 +0000 (22:21 +0200)] 
Fix pic_flag test unportabilities.

* tests/pic_flag.at (override pic_flag at configure time): Skip
test if the compiler produces a warning containing `fpic'.
Do not use nonportable `grep -e', for Solaris.
Report by Charles Wilson.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 years agofix bug in postdeps computation
Paolo Bonzini [Wed, 28 Jul 2010 21:55:24 +0000 (23:55 +0200)] 
fix bug in postdeps computation

* libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Actually concatenate
$prev and $p.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
14 years agoDon't always skip XSI tests
Charles Wilson [Mon, 26 Jul 2010 04:03:07 +0000 (00:03 -0400)] 
Don't always skip XSI tests

tests/getopt-m4sh.at: Use new signature as implemented by
de8a0992b21b76a13c302cf48588ad5f6042595c, when determining
whether to test Extended-shell functions.

14 years agodllimport when the lib is shared and not linking with -static
Peter Rosin [Sun, 18 Jul 2010 15:17:15 +0000 (17:17 +0200)] 
dllimport when the lib is shared and not linking with -static

* tests/stresstest.at: Link with main.lo when liba is shared
and linking main with -no-install.

14 years agodllimport variables for MSVC in stresstest.at
Peter Rosin [Sun, 18 Jul 2010 15:17:06 +0000 (17:17 +0200)] 
dllimport variables for MSVC in stresstest.at

* tests/stresstest.at [MSVC]: dllimport all imported
variables.

14 years agodllimport the variable for MSVC in link-order.at
Peter Rosin [Sat, 17 Jul 2010 02:05:33 +0000 (04:05 +0200)] 
dllimport the variable for MSVC in link-order.at

* tests/link-order.at [MSVC]: Makes the test pass by dllimporting
imported variables when working with shared libraries.

15 years agoMake preloading heed libname_spec.
Peter Rosin [Thu, 8 Jul 2010 16:12:02 +0000 (18:12 +0200)] 
Make preloading heed libname_spec.

Fixes testsuite failure for lt_dladvise.at on MSYS/MSVC.

* libltdl/ltdl.c (libprefix): New static variable describing
the prefix of static archives.
(try_dlopen): Use libprefix.
* libltdl/m4/ltdl.m4 (_LTDL_SETUP): Export prefix of static
archives to config.h. Also fix assignment of LTDLOPEN to be more
efficient and less error prone while at it.

15 years agoFix a spurious trailing space and a botched merge.
Gary V. Vaughan [Thu, 8 Jul 2010 11:47:59 +0000 (18:47 +0700)] 
Fix a spurious trailing space and a botched merge.

* libltdl/m4/libtool.m4 (_LT_PROG_FUNCTION_REPLACE): Remove
spurious trailing space.
* ChangeLog: Reorder to match commit order after botched
merge.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
15 years agoRename _LT_PROG_XSI_REPLACE macro to _LT_PROG_FUNCTION_REPLACE.
Gary V. Vaughan [Thu, 8 Jul 2010 11:47:59 +0000 (18:47 +0700)] 
Rename _LT_PROG_XSI_REPLACE macro to _LT_PROG_FUNCTION_REPLACE.

* libltdl/m4/libtool.m4 (_LT_PROG_XSI_SHELLFNS): Rename to
_LT_PROG_REPLACE_SHELLFNS.
(_LT_PROG_XSI_REPLACE): Rename to _LT_PROG_FUNCTION_REPLACE.
(_LT_PROG_FUNCTION_REPLACE): Change decorator comment to use
'Extended shell' rather than 'XSI' on successful replacement.
* libltdl/config/general.m4sh (func_dirname, func_basename)
(func_dirname_and_basename, func_stripname): Change decorator
comment to use 'extended shell' rather than 'XSI' on fallback
implementations.
* libltdl/config/getopt.m4sh (func_split_short_opt)
(func_split_long_opt): Ditto.
* libltdl/config/ltmain.m4sh (func_append, func_append_quoted)
(func_arith, func_len, func_lo2o, func_xform): Ditto.
* tests/getopt-m4sh.at (_LT_AT_XSI_FUNC_EXTRACT): Rename to
_LT_AT_EXTENDED_SHELL_FUNC_EXTRACT.
(_LT_AT_EXTENDED_SHELL_FUNC_EXTRACT): Change regular expression to
match new replacable function decorator comments.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>