/[autoconf]/autoconf/doc/autoconf.texi
ViewVC logotype

Diff of /autoconf/doc/autoconf.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.725 by eggert, Sun Mar 23 10:21:43 2003 UTC revision 1.726 by akim, Fri Mar 28 14:51:31 2003 UTC
# Line 4985  b.c: Line 4985  b.c:
4985  This can cause problems if you observe the output of the compiler to  This can cause problems if you observe the output of the compiler to
4986  detect failures.  Invoking @samp{cc -c a.c -o a.o; cc -c b.c -o b.o; cc  detect failures.  Invoking @samp{cc -c a.c -o a.o; cc -c b.c -o b.o; cc
4987  a.o b.o -o c} solves the issue.  a.o b.o -o c} solves the issue.
4988    
4989    @item Don't rely on correct @code{#line} support
4990    On Solaris 2.8, @command{c89} (Sun WorkShop 6 update 2 C 5.3 Patch
4991    111679-08 2002/05/09)) rejects @code{#line} directives whose line
4992    numbers are greater than 32767.  In addition, nothing in @sc{posix}
4993    makes this invalid.  That is the reason why Autoconf stopped issuing
4994    @code{#line} directives.
4995  @end table  @end table
4996    
4997  @defmac AC_PROG_CC (@ovar{compiler-search-list})  @defmac AC_PROG_CC (@ovar{compiler-search-list})

Legend:
Removed from v.1.725  
changed lines
  Added in v.1.726

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26