From: Ben Elliston Date: Mon, 19 Oct 1998 18:09:57 +0000 (+0000) Subject: 1998-10-20 Ben Elliston X-Git-Tag: autoconf-2-13-rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196f406923b0a8433236b3146b25213c5b98ce92;p=thirdparty%2Fautoconf.git 1998-10-20 Ben Elliston * acgeneral.m4 (AC_LANG_RESTORE): Fix a typo spotted by Noah Elliott . --- diff --git a/ChangeLog b/ChangeLog index 5aadfee5..043c92cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-10-20 Ben Elliston + + * acgeneral.m4 (AC_LANG_RESTORE): Fix a typo spotted by Noah + Elliott . + 1998-10-09 Tom Tromey * Makefile.in (autoconf.m4f): New target. diff --git a/acgeneral.m4 b/acgeneral.m4 index 45a95fea..83654521 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -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 diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 45a95fea..83654521 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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