* aclang.m4 (AC_F77_LIBRARY_LDFLAGS): bug fix in F77 test program

(missing whitespace--F77 requires program statements to start in
column 7).
This commit is contained in:
Akim Demaille 2000-03-31 08:06:38 +00:00
parent af8eb3314f
commit 8d6f0a7c05
5 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2000-03-31 Steven G. Johnson <stevenj@alum.mit.edu>
* 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 <akim@epita.fr>
Rewrite the autoheader chain on top of `autoconf --trace'.

View File

@ -1211,7 +1211,7 @@ AC_LANG(FORTRAN77)
# This is the simplest of all Fortran 77 programs.
cat >conftest.$ac_ext <<EOF
end
end
EOF
# Save the "compiler output file descriptor" to FD 8.

View File

@ -1211,7 +1211,7 @@ AC_LANG(FORTRAN77)
# This is the simplest of all Fortran 77 programs.
cat >conftest.$ac_ext <<EOF
end
end
EOF
# Save the "compiler output file descriptor" to FD 8.

View File

@ -1211,7 +1211,7 @@ AC_LANG(FORTRAN77)
# This is the simplest of all Fortran 77 programs.
cat >conftest.$ac_ext <<EOF
end
end
EOF
# Save the "compiler output file descriptor" to FD 8.

View File

@ -1211,7 +1211,7 @@ AC_LANG(FORTRAN77)
# This is the simplest of all Fortran 77 programs.
cat >conftest.$ac_ext <<EOF
end
end
EOF
# Save the "compiler output file descriptor" to FD 8.