Currently, at least in the 1.5 branch, a configure.ac as simple as:
configure.ac
Description: Binary data
causes libtool to be configured for CXX and F77, in addition to the
implicitly requested CC tag.
That's caused by an undesirable interaction between _LT_AC_TAGCONFIG
and the code that dete
Ralf Wildenhues wrote:
Hi Peter,
* Peter O'Gorman wrote on Sat, Apr 16, 2005 at 05:30:01PM CEST:
Peter O'Gorman wrote:
|>>
|>> This is Alexandre Oliva's patch with a test case. OK to apply to
|>> branch-1-5
|>> and forward port?
|>
|> Yes. Please show the forward-port, though. Nice and clean fix,
PLEASE READ THIS NOTICE CAREFULLY.
You have received this Notice because the records of PayPal, Inc. indicate you
are a current or former PayPal account holder who has been deemed eligible to
receive a payment from the class action settlement in accordance with PayPal
Litigation, Case
Hi Gary,
* Gary V. Vaughan wrote on Wed, Apr 06, 2005 at 05:02:15PM CEST:
> Ralf Wildenhues wrote:
>
> >>I suggest that we put the test in a
> >>big `case $host_os in' block and do the right thing on each platform.
> >
> > That will be much more work, though, and error-prone for new systems[1].