autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

using content of an include file in configure.ac ...


From: u . utku . turuncoglu
Subject: using content of an include file in configure.ac ...
Date: Fri, 29 Apr 2011 18:08:37 +0300 (EEST)
User-agent: SquirrelMail/1.4.8-4.0.1.el5

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]