[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Addition for Cygwin
From: |
Max Bowsher |
Subject: |
Re: Addition for Cygwin |
Date: |
Wed, 12 Mar 2003 23:05:43 -0000 |
Kayvan A. Sylvan wrote:
>> Hello libtool maintainers,
>>
>> I am one of the people working on the LyX project. In order to get
>> LyX
>> to compile with the latest Cygwin, I had to make the following patch
>> to libtool.m4.
>>
>> I am wondering if anything like this is in the upcoming
>> autoconf/automake/libtool tool chain already. Is this something that
>> should be done?
No. Not all projects want these settings. The proper place for this in the
configure.in of individual projects (see glib/gtk+ for an example use of
conditional -mms-bitfields/-fnative-struct).
Max.