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?
Cheers,
Juan Luis Baptiste
Bob Friesenhahn wrote:
On Mon, 15 Dec 2003, Juan Luis Baptiste wrote:
I'm working in a project that has a subproject. This subproject has it's
own configure.in and Makefile.am files. How can I make the main
configure.in script generates the subproject/configure script? I know
that with AC_CONFIG_SUBDIRS I can run an existing configure script in a
subdirectory, but I don't know how to generate it from configure.in.
Each configure script is normally independently maintained. That means that you can run 'autoconf' in the subdirectory where the subordinate configure script lives to generate the configure script. Some versions of autoreconf may attempt to do this for you (with varying success).
Bob ====================================== Bob Friesenhahn bfriesen@xxxxxxxxxxxxxxxxxxx http://www.simplesystems.org/users/bfriesen