autoconf
[Top][All Lists]
Advanced

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

AC_CONFIG_SUBDIRS


From: Gustavo J A M Carneiro
Subject: AC_CONFIG_SUBDIRS
Date: 22 Aug 2001 15:44:46 +0100

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 <address@hidden>




reply via email to

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