From 4f54be94423e8ae40b117eb655d184876a35a766 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 15 Dec 2006 18:34:20 +0000 Subject: [PATCH] (_AC_FC_WRAPPERS): Fix typos in previous patch. --- lib/autoconf/fortran.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4 index a5005e00..b7dbe4c7 100644 --- a/lib/autoconf/fortran.m4 +++ b/lib/autoconf/fortran.m4 @@ -1051,12 +1051,12 @@ case $ac_cv_[]_AC_LANG_ABBREV[]_mangling in #( [Define to 1 if upper case spelling should be used.]);; esac case $ac_cv_[]_AC_LANG_ABBREV[]_mangling in #( - *,'underscore',*) + *,' underscore',*) AC_DEFINE(_AC_FC[_UNDERSCORE], 1, [Define to 1 if an underscore should be appended.]);; esac case $ac_cv_[]_AC_LANG_ABBREV[]_mangling in #( - *,*,'extra underscore') + *,*,' extra underscore') AC_DEFINE(_AC_FC[_EXTRA_UNDERSCORE], 1, [Define to 1 if an extra underscore should be appended.]);; esac @@ -1071,7 +1071,7 @@ AH_VERBATIM(_AC_FC[_FUNC], #undef ]_AC_FC[_EXTRA_UNDERSCORE /* Define to a macro mangling the given C identifier (in lower and upper - case), which must not contain underscores, for linking with Fortran. + case), which must not contain underscores, for linking with Fortran. */ #ifdef ]_AC_FC[_UPPER_CASE # ifdef ]_AC_FC[_UNDERSCORE # ifdef ]_AC_FC[_EXTRA_UNDERSCORE -- 2.47.2