Try to detect when people are using one version of libguile and a
authorJim Blandy <jimb@red-bean.com>
Sun, 22 Jun 1997 23:46:41 +0000 (23:46 +0000)
committerJim Blandy <jimb@red-bean.com>
Sun, 22 Jun 1997 23:46:41 +0000 (23:46 +0000)
commit9946dd45a43e19a0de11ebc07e4dc9ed727fdd1b
tree484df7208251dc2b11bee4bbd0b6e6f6028a567a
parentf416dbd002484331b176d00559e410aa3be86e1b
Try to detect when people are using one version of libguile and a
different version of ice-9.  People have been skewing things and
sending in bug reports.
* version.scm.in: New file, which the configure script munges to
produce version.scm, which contains the ice-9 config stamp.
* boot-9.scm: Compare the libguile and ice-9 config stamps;
display a warning if the two are different.
* Makefile.am: Install version.scm, but don't distribute it.
Distribute version.scm.in, but don't install it.
* Makefile.in: Regenerated.
ice-9/Makefile.am
ice-9/Makefile.in
ice-9/boot-9.scm
ice-9/version.scm.in [new file with mode: 0644]