autoconf
[Top][All Lists]
Advanced

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

distributing ac macro in subconfiguration file


From: cityhunter x-y-z
Subject: distributing ac macro in subconfiguration file
Date: Mon, 14 Jan 2002 12:13:51 GMT+1

ok the topic is a little strange....

i know that it is possible to run automatically autoconf in
subdirs...
what i want to avoid is to re-check data that have already
been checked in a topdir, and store results per dir...
for this i want to create some special configuration file
where will be only package subdir relative macros...

the main goal of this is efficiency and having a way to
automatically track package dependency per subproject (in
order to build an "automatic package dependency programm"
in order to include programm dep in tar and not use rpm or
deb or other mindlesspackage manager but the dependency
included in tar)

for exemple : i've a lib that rely on :
-> ltdl (libtool)
-> some custom headers
-> some data
-> standarts lib
anothers libs :
-> posix threads
-> posix realtime signals
a program :
-> posix realtime
-> standart C

i'd like to track automaticaly these dep per object (and
not at package level) do you think it's possible? could it
be problem with automake? could we track dependency between
object that are build in the package?

thanks

``Only those who attempt the absurd can achieve the impossible.''
ICQ : 127532893
_________________________________________________________
Le journal des abonnés Caramail - http://www.carazine.com


reply via email to

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