mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* 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:
parent
af8eb3314f
commit
8d6f0a7c05
@ -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'.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user