autoconf
[Top][All Lists]
Advanced

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

Re: generating a configure script in a subdirectory?


From: Bob Friesenhahn
Subject: Re: generating a configure script in a subdirectory?
Date: Tue, 16 Dec 2003 17:23:40 -0600 (CST)

On Tue, 16 Dec 2003, Juan Luis Baptiste wrote:

> But the problem with doing it independently is that the user could
> install the subproject in
> a different location of the main project, and the application needs to
> both be installed
> in the same directory to function correctly.
>
> Is this not possible to do?

You confuse me.  The purpose of AC_CONFIG_SUBDIRS is to pass the
configure arguments to subordinate configures (e.g. --prefix) so that
as long as each subproject follows the same GNU-standard rules, the
binaries should install into the same directory.

Different "subprojects" may require a different version of autoconf,
automake, libtool, etc., so care must be taken to use the correct
tools when setting up the subproject.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

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