On Tue, Sep 11, 2001 at 09:41:28AM +0000, [EMAIL PROTECTED] wrote:
> The bootstrap for 1.4.2 now fails.  Comparing 1.4.1 to 1.4.2 I find this extra line:
> 
> find . \( -name autom4te.cache -o -name libtool \) -print | xargs rm -r
> 
> Error message is:
> 
> rm: too few arguments
> Try `rm --help' for more information.

Oops.  I'm surprised it halts the script though.  I'll commit a patch
presently.  In the meanwhile, you should change that line to:

find . \( -name autom4te.cache -o -name libtool \) -exec rm -r {} \;

Thanks for the report!

Cheers,
        Gary.
-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to