]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1998-10-20 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Mon, 19 Oct 1998 18:09:57 +0000 (18:09 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Mon, 19 Oct 1998 18:09:57 +0000 (18:09 +0000)
* acgeneral.m4 (AC_LANG_RESTORE): Fix a typo spotted by Noah
Elliott <elliott@hera.llnl.gov>.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 5aadfee5b75b3af8bd91f8d3a554a676d906bd2d..043c92cf6fd41b8bad0fc0c91a1415893baede4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-10-20  Ben Elliston  <bje@cygnus.com>
+
+       * acgeneral.m4 (AC_LANG_RESTORE): Fix a typo spotted by Noah
+       Elliott <elliott@hera.llnl.gov>.
+
 1998-10-09  Tom Tromey  <tromey@cygnus.com>
 
        * Makefile.in (autoconf.m4f): New target.
index 45a95fea1f1499ed48bd9eea29ddee3ed26d7eca..836545212df81531d2dd1c94390f70eda7eee30c 100644 (file)
@@ -1264,7 +1264,7 @@ dnl AC_LANG_RESTORE()
 pushdef([AC_LANG_RESTORE],
 [ifelse(AC_LANG_STACK, [C], [AC_LANG_C],dnl
 AC_LANG_STACK, [CPLUSPLUS], [AC_LANG_CPLUSPLUS],dnl
-AC_LANG_STACK, [FORTRAN77], [MDL_LANG_FORTRAN77])[]popdef([AC_LANG_STACK])])
+AC_LANG_STACK, [FORTRAN77], [AC_LANG_FORTRAN77])[]popdef([AC_LANG_STACK])])
 
 
 dnl ### Compiler-running mechanics
index 45a95fea1f1499ed48bd9eea29ddee3ed26d7eca..836545212df81531d2dd1c94390f70eda7eee30c 100644 (file)
@@ -1264,7 +1264,7 @@ dnl AC_LANG_RESTORE()
 pushdef([AC_LANG_RESTORE],
 [ifelse(AC_LANG_STACK, [C], [AC_LANG_C],dnl
 AC_LANG_STACK, [CPLUSPLUS], [AC_LANG_CPLUSPLUS],dnl
-AC_LANG_STACK, [FORTRAN77], [MDL_LANG_FORTRAN77])[]popdef([AC_LANG_STACK])])
+AC_LANG_STACK, [FORTRAN77], [AC_LANG_FORTRAN77])[]popdef([AC_LANG_STACK])])
 
 
 dnl ### Compiler-running mechanics