From: Akim Demaille Date: Wed, 19 Jul 2000 09:56:18 +0000 (+0000) Subject: * aclang.m4 (AC_F77_NAME_MANGLING): Obsolete, becomes X-Git-Tag: autoconf-2.50~701 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f47670db7085ca631d4fb2629ffa66eda6b6617f;p=thirdparty%2Fautoconf.git * aclang.m4 (AC_F77_NAME_MANGLING): Obsolete, becomes _AC_F77_NAME_MANGLING. (_AC_F77_NAME_MANGLING): Use independent checks for the name mangling of symbols with and without underscores. Use algorithm with for loops instead of recursive macro calls. (AC_F77_WRAPPERS): Adapt to changes in _AC_F77_NAME_MANGLING. * doc/autoconf.texi (Fortran 77 Compiler Characteristics): Remove documentation of AC_F77_NAME_MANGLING. Remove documentation of f77_case and f77_underscore. Replace AC_F77_FUNC_WRAPPER with AC_F77_WRAPPERS. --- diff --git a/ChangeLog b/ChangeLog index e40ace0ec..090972d37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2000-07-19 Martin Wilck + + * aclang.m4 (AC_F77_NAME_MANGLING): Obsolete, becomes + _AC_F77_NAME_MANGLING. + (_AC_F77_NAME_MANGLING): Use independent checks for the + name mangling of symbols with and without underscores. + Use algorithm with for loops instead of recursive macro calls. + (AC_F77_WRAPPERS): Adapt to changes in _AC_F77_NAME_MANGLING. + * doc/autoconf.texi (Fortran 77 Compiler Characteristics): + Remove documentation of AC_F77_NAME_MANGLING. + Remove documentation of f77_case and f77_underscore. + Replace AC_F77_FUNC_WRAPPER with AC_F77_WRAPPERS. + 2000-07-19 Akim Demaille * NEWS: Fresh air. diff --git a/aclang.m4 b/aclang.m4 index 5d4819fd5..a09e43193 100644 --- a/aclang.m4 +++ b/aclang.m4 @@ -933,8 +933,7 @@ AC_DEFUN([AC_PROG_F77_C_O], AC_CACHE_CHECK([whether $F77 understand -c and -o together], [ac_cv_prog_f77_c_o], [cat >conftest.f <conftest.f <conftest.f <conftest.f <