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. * configure.in: Provide libguile its version information through a separate header file generated by the Makefile, not through scmconfig.h. (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION): AC_SUBST these, instead of AC_DEFINE'ing them. (GUILE_STAMP): New AC_SUBST: the time we configured the tree. (AC_OUTPUT): Create ice-9/version.scm. * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION): Deleted. * Makefile.in: Regenerated.
This commit is contained in:
parent
0fcab5ed09
commit
7c86ae051a
4 changed files with 274 additions and 208 deletions
|
|
@ -47,12 +47,6 @@
|
|||
aclocal.m4. */
|
||||
#undef LIBC_H_WITH_UNISTD_H
|
||||
|
||||
/* Define these to indicate the current version of Guile. These
|
||||
values are supposed to be supplied by the configuration system. */
|
||||
#undef GUILE_MAJOR_VERSION
|
||||
#undef GUILE_MINOR_VERSION
|
||||
#undef GUILE_VERSION
|
||||
|
||||
/* Define this to include various undocumented functions used to debug
|
||||
the Guile library itself. */
|
||||
#undef GUILE_DEBUG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue