bug-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-glpk] patch for glpk-4.8


From: Yoshinori Okuji
Subject: Re: [Bug-glpk] patch for glpk-4.8
Date: Tue, 18 Jan 2005 18:46:08 +0100
User-agent: KMail/1.7.1

On Tuesday 18 January 2005 18:23, Andrew Makhorin wrote:
> > On Monday 17 January 2005 22:53, Mike Castle wrote:
> >> The patch for Makefile.am that I sent fixes a very common error in
> >> packages using autotools.
> >
> > You are right. I apply a similar patch for a Mandrake RPM, and it
> > won't be compiled correctly without this patch. Even with GNU
> > programs, this mistake can be found very often unfortunately (I
> > have sent a patch for GnuPG for the same problem).
> >
> > BTW, similar changes are required for the directory "example" as
> > well, to run "make check".
>
> Please report the bug to <address@hidden>.

It is not a bug in Automake. It is a bug in your Makefile.am. For 
example, you specify this in example/Makefile.am:

INCLUDES = -I../include

What do you want automake to do with this? Do you want automake to 
automatically replace the option with "-I$(srcdir)/../include"?

YO
-- 
Yoshinori Okuji, Nexedi Research Director
Nexedi: Consulting and Development of Free / Open Source Software
http://www.nexedi.com
ERP5: Free / Open Source ERP Software for small and medium companies
http://www.erp5.org
Storever: OpenBrick, WiFi infrastructure, notebooks and servers
http://www.storever.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]