On Tue, Oct 29, 2002 at 01:52:20PM -0500, Stefan Seefeld wrote: > yes, > > AC_CONFIG_SUBDIRS(dirs, [action-if-succeeds], [action-if-fails]) > > is exactly what I had in mind.
If someone gets ambitious, it would be also useful to have AC_CXX([action-if-succeeds],[action-if-fails]) to deal with "compile-if-you-have-a-C++-compiler" bits of a package. -S