export_symbols_cmds erroneously expanded

2006-12-11 Thread Charles Wilson
When building pcre (which uses libtool --export-symbols-regex) I get the following error (libtool cvs branch 1.5, 20061014 checkout): /bin/sh ./libtool --mode=link gcc -export-symbols-regex '^[^_]' -I. -I/c/msys/1.0/local/src/pcre/cygports/pcre-6.7-1/src/pcre-6.7 -rpath /usr/lib -no-undefined

Re: export_symbols_cmds erroneously expanded

2006-12-11 Thread Ralf Wildenhues
Hello Charles, Thanks for the bug report. * Charles Wilson wrote on Mon, Dec 11, 2006 at 06:17:38PM CET: When building pcre (which uses libtool --export-symbols-regex) I get the following error (libtool cvs branch 1.5, 20061014 checkout): /bin/sh ./libtool --mode=link gcc

Re: export_symbols_cmds erroneously expanded

2006-12-11 Thread Charles Wilson
On Mon, 11 Dec 2006 18:36:56 +0100, Ralf Wildenhues [EMAIL PROTECTED] said: Hello Charles, Thanks for the bug report. [[ bug report and export_filter variable fix snipped ]] The above looks like a cleaner approach to me than the second one you offer; but it means we'd need to change

Re: export_symbols_cmds erroneously expanded

2006-12-11 Thread Ralf Wildenhues
* Charles Wilson wrote on Mon, Dec 11, 2006 at 06:58:56PM CET: On Mon, 11 Dec 2006 18:36:56 +0100, Ralf Wildenhues said: [[ bug report and export_filter variable fix snipped ]] The above looks like a cleaner approach to me than the second one you offer; but it means we'd need to

Re: export_symbols_cmds erroneously expanded

2006-12-11 Thread Charles Wilson
On Tue, 12 Dec 2006 01:03:41 +0100, Ralf Wildenhues said Or we need to make sure the extra expansion does not matter. Arguably, this is a hack, but in practice it may be enough for now. I had to create a directory /s to expose the bug -- do you have an S: drive? Hmm. As a matter of fact, I

Autoconf test version 2.61a released

2006-12-11 Thread Paul Eggert
We're happy to announce the release of Autoconf 2.61a. This is a test version, meant to shake out bugs in our switch from 'sed' to 'awk' to implement 'configure'-time substitutions, and (if 'printf' is available) from 'echo' to 'printf' to output strings containing special characters. There is