From: Paul Eggert Date: Thu, 31 Jul 2003 07:18:15 +0000 (+0000) Subject: Solaris 2.8 -> Solaris 8 X-Git-Tag: AUTOCONF-2.57b~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a2a8e835fe3979c81a9abd41d8398b3ec31ff8;p=thirdparty%2Fautoconf.git Solaris 2.8 -> Solaris 8 --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 3822363e..07f16ff4 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -5193,7 +5193,7 @@ detect failures. Invoking @samp{cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c} solves the issue. @item Don't rely on correct @code{#line} support -On Solaris 2.8, @command{c89} (Sun WorkShop 6 update 2 C 5.3 Patch +On Solaris 8, @command{c89} (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08 2002/05/09)) rejects @code{#line} directives whose line numbers are greater than 32767. In addition, nothing in @sc{posix} makes this invalid. That is the reason why Autoconf stopped issuing