Delete the test which compares the configuration date of libguile
authorJim Blandy <jimb@red-bean.com>
Sat, 11 Sep 1999 15:05:25 +0000 (15:05 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 11 Sep 1999 15:05:25 +0000 (15:05 +0000)
commit4d31f0da8fdd4b15b30edead924c53f27cb1d934
tree7826845836b63cf356abfd37ba56faecacdb04b7
parent227a851cb3cc0368db219a4ebf09d5de07f81bdf
Delete the test which compares the configuration date of libguile
with the configuration date of ice-9.  This test yields too many
false positives to be helpful.  For example, if you build Guile
for several architectures but have them all share a "share"
directory (which is supposed to work), then all but one
architecture's Guile will complain that the configuration dates
don't match.  Which is true, but indicates nothing wrong.
* boot-9.scm: Delete code which compares ice-9-config-stamp with
libguile-config-stamp.
* version.scm.in: Delete.
* Makefile.am (ice9_generated): Delete.
(subpkgdata_DATA): Remove ice9_generated.
(EXTRA_DIST): Remove version.scm.in.
* Makefile.in: Regenerate.
ice-9/Makefile.am
ice-9/Makefile.in
ice-9/boot-9.scm
ice-9/version.scm.in [deleted file]