mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
4b3d88f07c
Example use: CC=clang ./configure Before the patch configure reported 'gcc' is being used: checking whether gcc accepts -Wcomment... yes checking whether gcc accepts -Wdeclaration-after-statement... yes checking whether gcc accepts -Wfloat-equal... yes checking whether gcc accepts -Wformat... yes (config.log used proper ${CC}) After the patch it lies a bit less: checking whether clang accepts -Wcomment... yes checking whether clang accepts -Wdeclaration-after-statement... yes checking whether clang accepts -Wfloat-equal... yes checking whether clang accepts -Wformat... yes Reported-by: Agostino Sarubbo <ago@gentoo.org> Gentoo-bug: http://bugs.gentoo.org/449752 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> |
||
---|---|---|
.. | ||
vfs | ||
ac_onceonly.m4 | ||
ac-glib.m4 | ||
ax_path_lib_pcre.m4 | ||
dx_doxygen.m4 | ||
fstypename.m4 | ||
fsusage.m4 | ||
ls-mntd-fs.m4 | ||
mc-background.m4 | ||
mc-cflags.m4 | ||
mc-check-search-type.m4 | ||
mc-get-fs-info.m4 | ||
mc-subshell.m4 | ||
mc-tests.m4 | ||
mc-use-termcap.m4 | ||
mc-version.m4 | ||
mc-vfs.m4 | ||
mc-with-edit.m4 | ||
mc-with-screen-ncurses.m4 | ||
mc-with-screen-slang.m4 | ||
mc-with-screen.m4 | ||
mc-with-x.m4 | ||
mountlist.m4 |