all: configure include/config.h.in.stamp
configure : configure.ac config/files # aclocal.m4
	autoconf
# autoheader may also change include/config.h.in
# we purposely date stamp so cvs will change the file in the repository
include/config.h.in.stamp : configure.ac # aclocal.m4
	autoheader
	date >$@

# Local Variables:
# mode: Makefile
# compile-command: "make -f Makefile-configuration"
# End:
