Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
c31a5b36
Commit
c31a5b36
authored
Feb 16, 2009
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
5b56f55d
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
c31a5b36
...
...
@@ -1773,6 +1773,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
echo
"configuring
${
PACKAGE_NAME
}
${
PACKAGE_VERSION
}
"
CONFIG_ABORT
=
yes
...
...
@@ -7895,3 +7897,16 @@ if test "$no_create" != yes; then
$ac_cs_success
||
{
(
exit
1
)
;
exit
1
;
}
fi
{
echo
"
$as_me
:
$LINENO
:
Configuration completed.
You can now say 'make' to compile the CDI package and 'make install' to install it afterwards.
"
>
&5
echo
"
$as_me
:
Configuration completed.
You can now say 'make' to compile the CDI package and 'make install' to install it afterwards.
"
>
&6
;
}
configure.ac
View file @
c31a5b36
...
...
@@ -2,6 +2,8 @@
AC_INIT(cdi, 1.3.1, Uwe.Schulzweida@zmaw.de)
echo "configuring ${PACKAGE_NAME} ${PACKAGE_VERSION}"
CONFIG_ABORT=yes
AC_ARG_VAR(CFINT, [C/Fortran interface preprocessor flag, e.g. -Df2cFortran])
...
...
@@ -227,3 +229,10 @@ AC_SUBST([CFINT])
AC_SUBST([AR])
AC_OUTPUT(Makefile src/Makefile app/Makefile tests/Makefile examples/Makefile)
AC_MSG_NOTICE([
Configuration completed.
You can now say 'make' to compile the CDI package and 'make install' to install it afterwards.
])
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment