From mboxrd@z Thu Jan 1 00:00:00 1970 From: jimb@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/ice-9 Makefile.am Makefile.in ... Date: Sat, 11 Sep 1999 08:05:00 -0000 Message-id: <19990911150525.18871.qmail@egcs.cygnus.com> X-SW-Source: 1999-q3/msg00592.html List-Id: CVSROOT: /egcs/carton/guile-home/cvsfiles Module name: guile Changes by: jimb@egcs.cygnus.com 99/09/11 08:05:25 Modified files: guile-core/ice-9: Makefile.am Makefile.in boot-9.scm Removed files: guile-core/ice-9: version.scm.in Log message: 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.