On Aug 3, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote:
> Why not using something more simple, such as passing an envvar with
> the version or things like this?
It's not just a matter of reporting conflicts. It's a matter of
ensuring that the user will get the work done.
--
Alexandre Oliva
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
Alexandre> I've just thought of a way to avoid any compatibility
Alexandre> problems between libtool components: embedding ltconfig,
Alexandre> ltmain.sh and ltcf-*.sh in libtool.m4. AC_PROG_LIBTOOL
Alexandre> would extract ltconfi
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
I've just thought of a way to avoid any compatibility problems between
libtool components: embedding ltconfig, ltmain.sh and ltcf-*.sh in
libtool.m4. AC_PROG_LIBTOOL would extract ltconfig and ltmain.sh into
the build dir, then proceed to the usual configuration stuff.
There are two approaches t