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.
thanks, Juan Luis Baptiste