* 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).
Try it after autoreconf/aclocal have been run, or whatever other means you use to produce fully resolved autoconf macro files and includes. If that still doesn't work, I'd be interested in Autoconf and Automake versions, and a way to reproduce this. Thanks, Ralf