[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Failing to use gnulib bootstrap in libtool
From: |
Jim Meyering |
Subject: |
Re: Failing to use gnulib bootstrap in libtool |
Date: |
Fri, 03 Sep 2010 08:05:37 +0200 |
Gary V. Vaughan wrote:
> 14. Updating
> ============
>
> There's no obvious way for bootstrap to update itself. Since we got to some
> lengths to install the `gnulib' subproject that it comes from, it should at
> least be able to warn that it is out of date even if a self-update is not
> possible - is it even possible (let alone portable) for a script to copy
> something over itself while running, and then re-exec to pick up the changes?
Detection would be easy. Something like this:
cmp $0 $gnulib_path/$build_aux/bootstrap
A warning would be good, but I would avoid an auto-update.
- Failing to use gnulib bootstrap in libtool, Gary V. Vaughan, 2010/09/02
- Re: Failing to use gnulib bootstrap in libtool, Eric Blake, 2010/09/02
- Re: Failing to use gnulib bootstrap in libtool, Jim Meyering, 2010/09/02
- Re: Failing to use gnulib bootstrap in libtool, Jim Meyering, 2010/09/02
- Re: Failing to use gnulib bootstrap in libtool, Gary V. Vaughan, 2010/09/02
- Re: Failing to use gnulib bootstrap in libtool,
Jim Meyering <=
- Re: Failing to use gnulib bootstrap in libtool, Bruno Haible, 2010/09/03