Re: bootstrap --copy

2011-11-15 Thread Gary V. Vaughan
On 16 Nov 2011, at 04:35, Roumen Petrov wrote:
 Hello Gary,

Hi Roumen,

 [SNIP]
 Usage: bootstrap MACRO_NAME FILE [...]
 Try `bootstrap --help' for more information.
 bootstrap: error: unrecognised option: `--copy'
 
 G'ah!  Sorry about that.  I'm pushing a fix now.
   
 Now --copy may is fine but script fail:
 
 Usage: bootstrap MACRO_NAME FILE [...]
 Try `bootstrap --help' for more information.
 bootstrap: error: unrecognised option: `--gnulib-srcdir=/...

Ugh, I lost a few bits of code when I split bootstrap up into
3 more manageable files.  Various fixes already pushed.

If you don't want to update yet, any of the following should
work regardless:

  ./bootstrap --copy --force --gnulib-srcdir /path/to/gnulib
  GNULIB_SRCDIR=/path/to/gnulib ./bootstrap --copy --force

Thanks for persevering with me, and sorry for the bugs.

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)


___
https://lists.gnu.org/mailman/listinfo/libtool


bootstrap --copy

2011-11-14 Thread Roumen Petrov

Hello Gary,

After monster updates in repository please could you help me to 
bootstrap libtool.
I don't like to create symbolic links, so I use --copy argument , but 
since 2011-11-08 it does not work.


The command is
./bootstrap \
  --copy \
  --force \
  --gnulib-srcdir=

Output is:
Current branch  is up to date.
Usage: bootstrap MACRO_NAME FILE [...]
Try `bootstrap --help' for more information.
bootstrap: error: unrecognised option: `--copy'


$ ./bootstrap --help
bootstrap MACRO_NAME FILE [...]

Bootstrap this package from checked-out sources.

Common Bootstrap Options:
  -c, --copy copy files instead of creating symbolic links.
  --debugenable verbose shell tracing
.


Best Regards,
Roumen Pertov


___
https://lists.gnu.org/mailman/listinfo/libtool


Re: bootstrap --copy

2011-11-14 Thread Gary V. Vaughan
On 15 Nov 2011, at 03:20, Roumen Petrov wrote:
 Hello Gary,

Hi Roumen,

 After monster updates in repository please could you help me to bootstrap 
 libtool.
 I don't like to create symbolic links, so I use --copy argument , but since 
 2011-11-08 it does not work.
 
 The command is
 ./bootstrap \
  --copy \
  --force \
  --gnulib-srcdir=
 
 Output is:
 Current branch  is up to date.
 Usage: bootstrap MACRO_NAME FILE [...]
 Try `bootstrap --help' for more information.
 bootstrap: error: unrecognised option: `--copy'

G'ah!  Sorry about that.  I'm pushing a fix now.

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)
___
https://lists.gnu.org/mailman/listinfo/libtool