]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* aclang.m4 (AC_F77_LIBRARY_LDFLAGS): bug fix in F77 test program
authorAkim Demaille <akim@epita.fr>
Fri, 31 Mar 2000 08:06:38 +0000 (08:06 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 31 Mar 2000 08:06:38 +0000 (08:06 +0000)
(missing whitespace--F77 requires program statements to start in
column 7).

ChangeLog
aclang.m4
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/lang.m4

index a604eb0bfa68ef82602a025befc9a2652d5b91c8..f2f3667bf594a91d1beedc8027946347e0a0fe42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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'.
index f9031d1ddd77d1e4dbe5f1ae3f7304fc8d48ae45..073d126c6f81ab4efe334c89d21de3ad8dacf968 100644 (file)
--- 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 <<EOF
-    end
+      end
 EOF
 
 # Save the "compiler output file descriptor" to FD 8.
index f9031d1ddd77d1e4dbe5f1ae3f7304fc8d48ae45..073d126c6f81ab4efe334c89d21de3ad8dacf968 100644 (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.
index f9031d1ddd77d1e4dbe5f1ae3f7304fc8d48ae45..073d126c6f81ab4efe334c89d21de3ad8dacf968 100644 (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.
index f9031d1ddd77d1e4dbe5f1ae3f7304fc8d48ae45..073d126c6f81ab4efe334c89d21de3ad8dacf968 100644 (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.