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
5540812e
Commit
5540812e
authored
Oct 16, 2019
by
Sergey Kosukhin
Browse files
Delete conftest.dSYM at configure time to avoid annoying messages on MacOS.
parent
34c433aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
5540812e
...
@@ -28,9 +28,12 @@ AM_MAINTAINER_MODE([disable])
...
@@ -28,9 +28,12 @@ AM_MAINTAINER_MODE([disable])
# Check building environment
# Check building environment
AC_PROG_CC_C99
AC_PROG_CC_C99
dnl The check above forgets to delete the following directory
dnl generated by the MacOS linker, which results in multiple
dnl annoying messages from the rm utility:
rm -rf conftest.dSYM
dnl verify the setup supports POSIX 2001
dnl verify the setup supports POSIX 2001
ACX_PROG_CC_POSIX([2001])
ACX_PROG_CC_POSIX([2001])
AM_PROG_CC_C_O
AC_C_RESTRICT
AC_C_RESTRICT
AC_PROG_FC
AC_PROG_FC
AS_IF([test -n "$FC" && test "X$FC" != Xno],
AS_IF([test -n "$FC" && test "X$FC" != Xno],
...
...
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