This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
INSTALL_HEADER override
- To: Automake <automake at gnu dot org>
- Subject: INSTALL_HEADER override
- From: "Lars J. Aas" <larsa at sim dot no>
- Date: Thu, 29 Mar 2001 18:00:32 +0200
- List-Id: Discussion list for automake <automake.gnu.org>
My INSTALL_HEADER override recently stopped working because the
configure.ac AC_SUBST for INSTALL_HEADER doesn't show up in the
Makefile.in's anymore (filtered out?). Only the default setting
of INSTALL_HEADER = $(INSTALL_DATA) can be found.
Lars J