From: Akim Demaille Date: Fri, 31 Mar 2000 08:06:38 +0000 (+0000) Subject: * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): bug fix in F77 test program X-Git-Tag: autoconf-2.50~983 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d6f0a7c05944aeecacd10650bc30008d5c8bf92;p=thirdparty%2Fautoconf.git * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): bug fix in F77 test program (missing whitespace--F77 requires program statements to start in column 7). --- diff --git a/ChangeLog b/ChangeLog index a604eb0bf..f2f3667bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-03-31 Steven G. Johnson + + * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): bug fix in F77 test program + (missing whitespace--F77 requires program statements to start in + column 7). + 2000-03-29 Akim Demaille Rewrite the autoheader chain on top of `autoconf --trace'. diff --git a/aclang.m4 b/aclang.m4 index f9031d1dd..073d126c6 100644 --- a/aclang.m4 +++ b/aclang.m4 @@ -1211,7 +1211,7 @@ AC_LANG(FORTRAN77) # This is the simplest of all Fortran 77 programs. cat >conftest.$ac_ext <conftest.$ac_ext <conftest.$ac_ext <conftest.$ac_ext <