autoconf
[Top][All Lists]
Advanced

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

Re: AC_CONFIG_LINKS - without checking the existance of the source


From: Ralf Wildenhues
Subject: Re: AC_CONFIG_LINKS - without checking the existance of the source
Date: Wed, 7 Sep 2005 08:32:01 +0200
User-agent: Mutt/1.4.1i

Hi ness,

* ness wrote on Tue, Sep 06, 2005 at 10:08:55PM CEST:
> Is it possible to link a file using AC_CONFIG_LINKS (or similar) without 
> checking the existance of the source file?
> The background is that the source will be created later in the build 
> process.

I don't think AC_CONFIG_LINKS is appropriate then -- it is executed
at the end of configure.  You should look into putting AC_PROG_LN_S 
into configure.ac and using $(LN_S) in a custom make rule, as explained
in the Autoconf manual.

Cheers,
Ralf




reply via email to

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