* 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