I call AC_CONFIG_SUBDIRS in my configure.ac file to run configure in a
subdirectory. Unfortunately, configure only runs other configure scripts
at end of the main configure script. The problem is that the subdir's
configure script writes a file which needs to read back to find out how
the subdir's configure (another package) has configured itself (CFLAGS,
LIBS).
So, I *really* need to run configure in a subdir *at the exact point* I
invoke it in configure, not at the end. Perhaps an AC_CONFIG_SUBDIRS_NOW
macro?
BTW, I'm using autoconf-2.52.
--
Gustavo Joćo Alves Marques Carneiro <[EMAIL PROTECTED]>