]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
mention a linker bug
authorDavid MacKenzie <djm@djmnet.org>
Fri, 26 Aug 1994 03:11:17 +0000 (03:11 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 26 Aug 1994 03:11:17 +0000 (03:11 +0000)
autoconf.texi
doc/autoconf.texi

index 6b5392a89192531f4889de706b43cacd5c91fe99..6eae404fca27618c03886f60256bf9fd55382c04 100644 (file)
@@ -54,7 +54,8 @@ by the Foundation.
 @subtitle Generating Automatic Configuration Scripts
 @subtitle Edition @value{EDITION}, for Autoconf version @value{VERSION}
 @subtitle @value{UPDATED}
-@author by David MacKenzie, Roland McGrath, and Noah Friedman
+@author by David MacKenzie
+@c I think I've rewritten all of Noah and Roland's contributions by now.
 
 @page
 @vskip 0pt plus 1filll
@@ -1954,6 +1955,12 @@ If the file compiles and links successfully, run shell commands
 @var{action-if-found}, otherwise run @var{action-if-not-found}.  This
 macro uses @code{CFLAGS} or @code{CXXFLAGS}, @code{CPPFLAGS},
 @code{LDFLAGS}, and @code{LIBS} when compiling.
+
+A few systems have linkers that do not return a failure exit status when
+there are unresolved functions in the link.  This bug makes the
+configuration scripts produced by Autoconf unusable on those systems.
+However, some of them can be given options that make the exit status
+correct.  This is a problem that Autoconf does not currently address.
 @end defmac
 
 @defmac AC_TRY_RUN (@var{program}, @var{action-if-true} @r{[}, @var{action-if-false} @r{[}, @var{action-if-cross-compiling}@r{]]})
index 6b5392a89192531f4889de706b43cacd5c91fe99..6eae404fca27618c03886f60256bf9fd55382c04 100644 (file)
@@ -54,7 +54,8 @@ by the Foundation.
 @subtitle Generating Automatic Configuration Scripts
 @subtitle Edition @value{EDITION}, for Autoconf version @value{VERSION}
 @subtitle @value{UPDATED}
-@author by David MacKenzie, Roland McGrath, and Noah Friedman
+@author by David MacKenzie
+@c I think I've rewritten all of Noah and Roland's contributions by now.
 
 @page
 @vskip 0pt plus 1filll
@@ -1954,6 +1955,12 @@ If the file compiles and links successfully, run shell commands
 @var{action-if-found}, otherwise run @var{action-if-not-found}.  This
 macro uses @code{CFLAGS} or @code{CXXFLAGS}, @code{CPPFLAGS},
 @code{LDFLAGS}, and @code{LIBS} when compiling.
+
+A few systems have linkers that do not return a failure exit status when
+there are unresolved functions in the link.  This bug makes the
+configuration scripts produced by Autoconf unusable on those systems.
+However, some of them can be given options that make the exit status
+correct.  This is a problem that Autoconf does not currently address.
 @end defmac
 
 @defmac AC_TRY_RUN (@var{program}, @var{action-if-true} @r{[}, @var{action-if-false} @r{[}, @var{action-if-cross-compiling}@r{]]})