Re: Ensuring compatibility between libtool components

2000-08-02 Thread Alexandre Oliva
On Aug 2, 2000, Pavel Roskin <[EMAIL PROTECTED]> wrote: > Hello, Alexandre! >> There are two approaches to extracting the scripts: we may get their >> contents into the configure script, through some macro, or try to > This will make "configure" huge. That's why I suggested it might try to fin

Re: Ensuring compatibility between libtool components

2000-08-02 Thread Alexandre Oliva
On Aug 2, 2000, Paul Sokolovsky <[EMAIL PROTECTED]> wrote: > Don't you think it will make maintainance harder, and almost > impossible for outsider to find problems when they occur? The current situation is similar: people report weird problems about configure running ltconfig with unsupported

Re: Ensuring compatibility between libtool components

2000-08-02 Thread Paul Sokolovsky
Hello Alexandre, Alexandre Oliva <[EMAIL PROTECTED]> wrote: AO> I've just thought of a way to avoid any compatibility problems between AO> libtool components: embedding ltconfig, ltmain.sh and ltcf-*.sh in AO> libtool.m4. AC_PROG_LIBTOOL would extract ltconfig and ltmain.sh into AO> the build d

Re: Ensuring compatibility between libtool components

2000-08-02 Thread Pavel Roskin
Hello, Alexandre! > There are two approaches to extracting the scripts: we may get their > contents into the configure script, through some macro, or try to This will make "configure" huge. Not nice, but it should work. > arrange for configure to find them in libtool.m4 or aclocal.m4, > avoidin