mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
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. * Makefile.am (versiondat.h): New file to generate. * version.c: #include "versiondat.h", to get version info. (scm_libguile_config_stamp): New function. * script.c: #include "version.h". (scm_compile_switches): Call scm_version to get version number. * scmconfig.h.in, Makefile.in: Regenerated. * Makefile.in: Regenerated. * Makefile.am (ETAGS_ARGS): Catch SCM_PROC, etc. so we can find primitive definitions under their Scheme names. * Makefile.am (libguile_la_LDFLAGS): Update library version to 1:2. Helps avoid confusion between installed and uninstalled libs.
This commit is contained in:
parent
7c86ae051a
commit
fef07353a8
5 changed files with 48 additions and 12 deletions
|
@ -130,12 +130,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