Change the way libguile and boot-9.scm are timestamped, to try to
authorJim Blandy <jimb@red-bean.com>
Wed, 14 Oct 1998 19:22:10 +0000 (19:22 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 14 Oct 1998 19:22:10 +0000 (19:22 +0000)
commitc02daa098d9b86274299191e394b9f0266b0a4e6
tree19ff336f00f8158147d0944c9adf56701c70ad1b
parent2cb8b9ecb013f8964fc8a76f4d383bd175495585
Change the way libguile and boot-9.scm are timestamped, to try to
get rid of these spurious mismatch warnings.  Now both
libguile/versiondat.h and ice-9/version.scm are generated directly
by the configuration process, rather than having version.scm
generated directly, and libguile/versiondat.h generated by the
Makefile, which is generated by configure.  It seems that
sometimes the Makefile would change, but versiondat.h depends on
Makefile.in, not Makefile, so it wouldn't get rebuilt.
* Makefile.am (versiondat.h): Target removed; this is generated
directly by the configure script now.
(BUILT_SOURCES): Remove versiondat.h.
* versiondat.h.in: New file, transformed by the configure script
into versiondat.h.
* Makefile.in: Regenerated.
libguile/Makefile.am
libguile/Makefile.in
libguile/versiondat.h.in [new file with mode: 0644]