bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] upgrade the regex module


From: James Youngman
Subject: Re: [bug-gnulib] upgrade the regex module
Date: Sat, 27 Nov 2004 17:40:21 +0000
User-agent: Mutt/1.3.28i

On Sat, Nov 27, 2004 at 03:08:41PM +0100, Stepan Kasal wrote:
> Hi,
> 
> On Fri, Nov 26, 2004 at 10:51:30AM -0800, Paul Eggert wrote:
> > be to test for the latest problem or two that Paolo Bonzini has fixed.
> 
> instead of testing for a problem, we could simply check that the
> system regex is new enough.  I can imagine that regex.h would
> #define a symbol which would contain the date of last modification.

The Autoconf philosophy is to check for system features, not for
system versions.  If the system has a C library that includes a
snapshot of the GLIBC regex code for example, we would still want to
use the gnulib version instead of the stale snapshot, even if the
library we were using, not actually being glibc, didn't #define the
same version symbols as glibc does.

Regards,
James.





reply via email to

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