* Matthew Woehlke wrote on Thu, Oct 12, 2006 at 08:20:14PM CEST: > Paul Eggert wrote: > > > >--- m4/extensions.m4 3 Oct 2006 04:12:40 -0000 1.11 > >+++ m4/extensions.m4 11 Oct 2006 23:10:59 -0000 > [snip] > >+#ifndef _TANDEM_SOURCE > >+# undef _TANDEM_SOURCE > > #endif]) > [snip] > > Um... is it me, or does that not look right? 'if _TANDEM_SOURCE' is not > defined, then make really sure it is not defined'?
It will look like that in config.h.in, but config.status will transform the `undef' to a `define' (or not) in config.h. Cheers, Ralf _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils