bug-gnulib
[Top][All Lists]
Advanced

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

Re: gnulib and C++


From: Ralf Wildenhues
Subject: Re: gnulib and C++
Date: Thu, 18 Feb 2010 22:11:08 +0100
User-agent: Mutt/1.5.20 (2009-10-28)

* John W. Eaton wrote on Thu, Feb 18, 2010 at 09:49:05PM CET:
> On 18-Feb-2010, Ralf Wildenhues wrote:
> | * John W. Eaton wrote on Thu, Feb 18, 2010 at 09:22:39PM CET:
> | > On 18-Feb-2010, Ralf Wildenhues wrote:
> | > | $ autoconf '--trace=AC_DEFINE:$1:$2' | grep ':rpl_[^:]*$'
> | > 
> | > Running this with the Octave configure.ac file produces only
> | > 
> | >   gmtime:rpl_gmtime
> | >   localtime:rpl_localtime
> | > 
> | > but I know that this is far from a complete list, as shown by grep
> | > rpl_ on all the files in the libgnu directory of the Octave sources
> | > (where the gnulib module files are copied in the Octave source/build
> | > trees).

Ah yes, I forgot about all the #defines that happen in all the gnulib
replacement headers.  Guess you could also grep for something like
  #[     ]*define[       ].*rpl_[a-z0-9_]

in the .in.h files.

Cheers,
Ralf




reply via email to

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