1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 06:41:13 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-06-12 18:13:56 +00:00
parent a57c1cc7ee
commit d230c13028

View file

@ -1,11 +1,16 @@
2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> 2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* gdbint.c (SEND_STRING): Cast argument to char pointer.
* fports.c (fport_flush): Declare `ptr' as unsigned char (was
char).
* Makefile.am (DOT_DOC_FILES): List doc-files explicitly. (We * Makefile.am (DOT_DOC_FILES): List doc-files explicitly. (We
shouldn't use Make rules which aren't supported by most Make shouldn't use Make rules which aren't supported by most Make
programs.) programs.)
(OMIT_DEPENDENCIES): Defined to ltdl.h. (We don't want this (OMIT_DEPENDENCIES): Defined to "libguile.h ltdl.h". (We don't
dependency recorded, since it will become a relative path which want these dependencies recorded, since they would get bogus
doesn't work when using a separate built directory.) relative paths; libguile.h is only used in gh.h and guile.c.)
(EXTRA_DOT_X_FILES, EXTRA_DOT_DOC_FILES): New variables. (EXTRA_DOT_X_FILES, EXTRA_DOT_DOC_FILES): New variables.
(guile-procedures.txt): Depend on EXTRA_DOT_DOC_FILES. (guile-procedures.txt): Depend on EXTRA_DOT_DOC_FILES.
(modinclude_HEADERS): Removed kw.h. (modinclude_HEADERS): Removed kw.h.