> "Ted" == Ted Irons <[EMAIL PROTECTED]> writes:
Ted> The way that C++ include files are currently installed can
Ted> trigger a multitude of expensive recompilations (esp. if the
Ted> include files contain templates).
Ted> Any possibility of making the above behavior (or something like
Ted>
using
INSTALL_HEADERS=${srcdir}/config/install_headers.mk
AC_SUBST_FILE(INSTALL_HEADERS)
in configure.ac; install_headers.mk contains:
install-includeHEADERS: $(include_HEADERS)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(includedir)
list='$(include_HEADERS)'; for