>>>>> "miyata" == miyata <[EMAIL PROTECTED]> writes:
miyata> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
>> BTW, concerning OS/2, are there interesting things for OS/2 in
>> autoconf 2.13? There is support for executable files suffixes
>> (.exe) and such, but I do not know how to use it. It would be
>> useful for windows, too.
>>
>> And what's the status of autoconf for OS/2? It seems that it is not
>> in 2.13. What are the plans?
miyata> Short history:
[snip]
That's interesting... but not really good for OS/2 :(
miyata> Though I'm still using 2.12, I will soon upgrade to 2.13 and
miyata> try to submit patch for configure.in of LyX 1.1 Since, on UNIX
miyata> systems, configure generated by autoconf for OS/2 runs just
miyata> the same way as the one generated by *official* autoconf, I
miyata> appreciate if you are going to use the portable configure,
miyata> config.sub, config.guess, mkinstalldirs and install-sh
miyata> although they are not the approved version of FSF.
The problem with that approach is that some people may use autoconf
for several projects. And since automake likes to run autoconf once in
a while for various reasons, you cannot really install autoconf under
another name just for LyX. It is sad that we cannot redefine the core
macros of an already installed autoconf at run time. This would allow
to do on-the-fly patching.
I think we can use the portable versions of the auxilliary files. The
problem is with the autoconf script itself.
JMarc