From: Matthew D. Langston Date: Mon, 23 Aug 1999 03:07:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: exp-1999-08-23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf3f0444f910e89f3787b455231a71d1a0e0aa7b;p=thirdparty%2Fautoconf.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index cfbe53ac..d317c87d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +1999-08-22 Matthew D. Langston + + * acspecific.m4 (AC_PROG_CC): Remove uname test for win32/Cygwin, + and just test for `cl' as a last resort. + + * autoconf.texi (Particular Programs): Document new optional + argument to AC_PROG_CC, AC_PROG_CXX and AC_PROG_F77. Document + additions to the Fortran 77 compiler search list. + + * acspecific.m4 (AC_PROG_F77): Add more Fortran 77 compilers to + the search list. Contributed by Steven G. Johnson + . + + (AC_PROG_CC): Likewise. + (AC_PROG_CXX): Likewise. + * acspecific.m4 (AC_PROG_F77): Add an optional first argument + which gives the user an opportunity to specify an alternative + search list for the compiler. + 1999-07-20 Tom Tromey * autoheader.sh: Fixed regexp when searching for missing symbol.