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

my directory structure will be like below


root
   build (all files required to build the software, including configure.in)
       linux32 (makefile.am for linux)
       win32 (makefile.am for windows, here I will be setting library
path and
                          whatever else required)
   src (all the source code)
   include


regards,
Ranjith T V


Reply via email to