Bump copyright years in manual.

2010-08-19 Thread Ralf Wildenhues
Pushed as obvious. Bump copyright years in manual. * doc/libtool.texi: Bump copyright years. diff --git a/doc/libtool.texi b/doc/libtool.texi index f508015..d0eaec4 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -26,7 +26,7 @@ @ifnottex This file documents GNU Libtool @val

Remove superfluous dependency in Makefile.am.

2010-08-19 Thread Ralf Wildenhues
Pushed as obvious: there is nothing that would generate demo-conf.test and I couldn't find any reason for the test result to depend on the libtool script in particular. Cheers, Ralf Remove superfluous dependency in Makefile.am. * Makefile.am (tests/demo-conf.test): Remove dependency

Don't hide the table of contents in the manual.

2010-08-19 Thread Ralf Wildenhues
This moves the ToC to the beginning in the PDF output, and IMHO looks so much nicer. Will push soon unless somebody complains. Thanks Bruno! Ralf Don't hide the table of contents in the manual. * doc/libtool.texi: Move the table of contents to the beginning. Prompted by patch fr

[PATCH] Do not absolutize paths eagerly.

2010-08-19 Thread Ralf Wildenhues
* 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. Fixes AIX testsuite regression. --- * Paolo Bonzini wrote on Thu, Aug 19, 2010 at 09:40:11AM CEST: > On 08/19/2010 06:58 AM, R

Re: [RFT PATCH v4 3/8] teach libtool -L= and -R=

2010-08-19 Thread Paolo Bonzini
On 08/19/2010 06:58 AM, Ralf Wildenhues wrote: +# func_resolve_sysroot PATH +# Change PATH to an absolute path or replace a leading = with a +# sysroot. Store the result into func_resolve_sysroot_result +func_resolve_sysroot () +{ + func_resolve_sysroot_result=$1 + case $func_resolve_sysroot_r