This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
change from manual config.h.in to autoheadered
- From: Bob Lockie <bjlockie at lockie dot ca>
- To: automake Mailing List <automake at gnu dot org>
- Date: Fri, 12 Dec 2003 20:35:01 -0500
- Subject: change from manual config.h.in to autoheadered
I changed a configure to use AM_CONFIG_HEADER(config.h)
dnl defined by AM_INIT_AUTOMAKE
AH_TEMPLATE([PACKAGE], [arson package])
AH_TEMPLATE([VERSION], [arson version])
and now config.status --recheck is called when I run make.
I think it is because of those changes but I made other changes. :-(
Maybe this is a common problem.