Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icon-libraries
libmtime
Commits
9bed21bd
Commit
9bed21bd
authored
4 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Update m4 macros.
parent
a99d93cc
No related branches found
No related tags found
Tags containing commit
1 merge request
!2
Master patched
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure
+2
-0
2 additions, 0 deletions
configure
m4/acx_fc_pp.m4
+1
-2
1 addition, 2 deletions
m4/acx_fc_pp.m4
m4/acx_lang_lib.m4
+1
-2
1 addition, 2 deletions
m4/acx_lang_lib.m4
with
4 additions
and
4 deletions
configure
+
2
−
0
View file @
9bed21bd
...
...
@@ -15677,6 +15677,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac_fcflags_srcext=$acx_fcflags_srcext_save
ac_ext=$acx_ext_save
fi
if test -n "$acx_cv_fc_pp_srcext_f90"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_fc_pp_srcext_f90" >&5
$as_echo "$acx_cv_fc_pp_srcext_f90" >&6; }
...
...
@@ -16092,6 +16093,7 @@ fi
rm -f conftest.$ac_ext
LIBS=$acx_save_LIBS
fi
if ${acx_cv_c_lib_func_tcase_create+:} false; then :
if test -n "$acx_cv_c_lib_func_tcase_create"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_c_lib_func_tcase_create" >&5
...
...
This diff is collapsed.
Click to expand it.
m4/acx_fc_pp.m4
+
1
−
2
View file @
9bed21bd
...
...
@@ -44,8 +44,7 @@ AC_DEFUN([ACX_FC_PP_SRCEXT],
m4_pushdef([acx_cache_var], [acx_cv_fc_pp_srcext_$1])dnl
AC_MSG_CHECKING([for Fortran compiler flag needed to compile dnl
preprocessed .$1 files])
AS_VAR_SET_IF([acx_cache_var],
[AS_ECHO_N(["(cached) "]) >&AS_MESSAGE_FD],
AC_CACHE_VAL([acx_cache_var],
[acx_cache_var=unknown
acx_ext_save=$ac_ext
acx_fcflags_srcext_save=$ac_fcflags_srcext
...
...
This diff is collapsed.
Click to expand it.
m4/acx_lang_lib.m4
+
1
−
2
View file @
9bed21bd
...
...
@@ -108,8 +108,7 @@ m4_define([ACX_LANG_LIB_SEARCH()],
[m4_pushdef([acx_cache_var],
[acx_cv_[]_AC_LANG_ABBREV[]_lib_func_[]AS_TR_SH([$2])])dnl
AC_MSG_CHECKING([for linker flags enabling _AC_LANG function $2])
AS_VAR_SET_IF([acx_cache_var],
[AS_ECHO_N(["(cached) "]) >&AS_MESSAGE_FD],
AC_CACHE_VAL([acx_cache_var],
[AC_LANG_CONFTEST([m4_default([$6], [AC_LANG_CALL([], [$2])])])
acx_save_LIBS=$LIBS
AS_VAR_SET_IF([$1], [set dummy "AS_VAR_GET([$1])"], [set dummy '' $3])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment