]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
AC_PROG_F77 default search no longer includes cf77 and cfg77.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 May 2002 23:36:20 +0000 (23:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 May 2002 23:36:20 +0000 (23:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 44dc1ca5e515465f9954bfc3f965f274067ad9ae..50e2be39fca9fac962a2e874a67d21d0bd3ff2d9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@
   that contains getloadavg.c, and it tests whether getloadavg.c exists.
 - AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling.
 - AC_PROG_CC_STDC is integrated into AC_PROG_CC.
+- AC_PROG_F77 default search no longer includes cf77 and cfg77.
 - New macro: AC_GNU_SOURCE.
 
 ** Bug fixes