Re: bootstrap --copy

2011-11-15 Thread Gary V. Vaughan
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 -

Re: bootstrap --copy

2011-11-15 Thread Roumen Petrov
Hello Gary, [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

Re: bootstrap --copy

2011-11-14 Thread Gary V. Vaughan
> > 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: unrecog

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