Quoting Ranjith TV <[EMAIL PROTECTED]>:
Hi,
Can I override using AC_PROG_CXX(or any other compiler checking stuff)
Actually I am using automake in windows and I want to use
cl(microsoft's) as the compiler
I don't want to use like "AC_PROG_CXX(cl g++)" as it requires the path
to the compiler and the library to set, which I will be doing in the
Makefile.am
Hi
what about
./configure CXX=cl.exe
?
--
Benoit Sigoure aka Tsuna
EPITA Research and Development Laboratory
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.