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: Juan Luis Baptiste
Subject: Re: generating a configure script in a subdirectory?
Date: Tue, 16 Dec 2003 22:30:01 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030313


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.

I know, but AC_CONFIG_SUBDIRS calls an existing configure script in the subproject directory if it exists right?, but if it doesn't it throws up an error. My cuestion is, how can I generate subproject/configure script at the same time when I generate the main configure script, so I don't have to go into the subproject
directory and run autoconf/automake.

Cheers,

Juan Luis Baptiste






reply via email to

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