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
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
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
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