Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Jahns
PPM
Commits
b025e503
Commit
b025e503
authored
Jan 29, 2020
by
Thomas Jahns
🤸
Browse files
Rename according to changed functionality.
parent
3ed02099
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/acx_fc_r
eal
_size.m4
→
m4/acx_fc_r
un_check
_size.m4
View file @
b025e503
dnl acx_fc_real_size.m4 --- determine size of fortran real types
dnl acx_fc_run_check_size.m4 --- determine size of Fortran types from run-time
dnl inquiry
dnl
dnl Copyright (C) 20
1
0 Thomas Jahns <jahns@dkrz.de>
dnl Copyright (C) 20
2
0 Thomas Jahns <jahns@dkrz.de>
dnl
dnl Version: 1.0
dnl Keywords: configure configure.ac autotools fortran real size
...
...
@@ -35,19 +36,15 @@ dnl LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
dnl NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
dnl SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
dnl
dnl Commentary:
dnl
dnl
dnl
dnl Code:
dnl
dnl
dnl ACX_FORTRAN_RUN_CHECK_SIZEOF(TYPE,VAR,ACTION-IF-FOUND,ACTION-IF-NOT-FOUND,
dnl OPTIONAL-PROLOGUE)
dnl
dnl sets VAR to the size or unavailable if supplied.
dnl sets VAR to the size
of TYPE
or unavailable if supplied.
dnl executes ACTION-IF-FOUND if the size can be found,
dnl or ACTION-IF-NOT-FOUND if the size cannot be determined.
dnl If compiling a declaration of TYPE needs additional declarations, use or
dnl include statements, those can be supplied as OPTIONAL-PROLOGUE.
dnl
AC_DEFUN([ACX_FORTRAN_RUN_CHECK_SIZEOF],
[AC_REQUIRE([ACX_C_CHAR_BITS])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment