Re: symlink calculation in bootstrap script

2006-10-09 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > Here's a patch to lift a few restrictions in the bootstrap script. It's nice to lift restrictions, but that patch adds about 8.5 seconds of CPU time and 11 seconds of real time to './bootstrap' on my platform, and unless I'm missing something the restric

symlink calculation in bootstrap script

2006-10-09 Thread Bruno Haible
Hi, Here's a patch to lift a few restrictions in the bootstrap script. 2006-10-08 Bruno Haible <[EMAIL PROTECTED]> * bootstrap (func_relativize): New function, taken from gnulib-tool. (symlink_to_gnulib): Use it. *** bootstrap.bak 2006-10-07 15:40:13.0 +0200 ---