autoconf
[Top][All Lists]
Advanced

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

Checking for built files


From: Andrej Prsa
Subject: Checking for built files
Date: Mon, 29 Oct 2007 17:25:45 -0400

Hi,

a program I am working on consists of fortran sources that are compiled
with f2c into their C counterparts, linked into a shared library and
then used in the remainder of the program. To facilitate compiling, I
thought of distributing f2c'd C sources in the tarball so that the
users don't need to have f2c installed to compile the code. However, if
someone did `make distclean`, all built C sources would be deleted and
f2c then must be present on a system. What would be a good way to check
for the existence of built sources and to check for f2c in case these
sources are missing?

On a related topic, I found some pertinent advice within the autotoolset
project, but their last release dates back to 2003. How well does
autotoolset integrate with modern autoconf/automake?

Thanks,
Andrej




reply via email to

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