Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
cf7da10b
Commit
cf7da10b
authored
Jul 04, 2011
by
Thomas Jahns
🤸
Browse files
Ensure displayed cdi.settings is accurate.
* The configure flag --no-create prevents automatic creation of cdi.settings.
parent
579dd017
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
cf7da10b
...
...
@@ -29619,6 +29619,7 @@ fi
# Show configuration
{ $as_echo "$as_me:${as_lineno-$LINENO}: CDI is configured with the following options:" >&5
$as_echo "$as_me: CDI is configured with the following options:" >&6;}
./config.status cdi.settings
cat cdi.settings
if test "$ac_cv_prog_cc_c99" = "no"; then :
...
...
configure.ac
View file @
cf7da10b
...
...
@@ -178,6 +178,7 @@ AC_OUTPUT([Makefile src/Makefile interfaces/Makefile app/Makefile \
# ----------------------------------------------------------------------
# Show configuration
AC_MSG_NOTICE([CDI is configured with the following options:])
./config.status cdi.settings
cat cdi.settings
AS_IF([test "$ac_cv_prog_cc_c99" = "no"],
...
...
Write
Preview
Markdown
is supported
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