Hi,

I have an include file (belongs to an external library, defs.mk) that
contains bunch of definitions such as,

F90COMPILER=mpif90
F90LINKER=mpif90
F90COMPILEOPTS=-O -fPIC -m64 -mcmodel=small -threads  -openmp

in it and i just want to use these definitions in the configure.ac file
without hard coding them. Is there any specific autoconf macro to do that?
Before using autoconf, i could use it by simply adding include statement
at the top of the makefile.

Regards,

--ufuk


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


_______________________________________________
Autoconf mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to