Paul Eggert wrote:
mwoehlke <[EMAIL PROTECTED]> writes:
I would prefer
that autoconf know that if it is on NSK/OSS ('#ifdef __TANDEM'), that
_TANDEM_SOURCE needs to be defined.

OK, I installed this patch into gnulib; this merges the change to
Autoconf that I installed earlier there today for this.

2006-10-11  Paul Eggert  <[EMAIL PROTECTED]>

        * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
        change, since Autoconf's version may no longer be appropriate now
        that we are using CVS Autoconf's version.  Add support for Tandem.

--- 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'?

--
Matthew
"I don't question your existence -- God" (seen on a church billboard)



Reply via email to