This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
configure and intel's C++: inappropriate flags -MT -MD -MP -MF
- From: Markus Werle <numerical dot simulation at web dot de>
- To: automake at gnu dot org
- Date: Fri, 20 Dec 2002 13:34:38 +0100
- Subject: configure and intel's C++: inappropriate flags -MT -MD -MP -MF
Hi!
I have a problem with the latest autotools:
>From somewhere behind the scenes automake/autoconf decides to insert
the following options to the compiler flags;
-MT -MD -MP -MF
these are not recognized, say ignored ith annoying warnings by
intel's C++ 7.0. Any idea how to remove these via
configure.in or Makefile.am?
Markus