*** empty log message ***
This commit is contained in:
parent
d3be4a7ac2
commit
3f4c654dbb
2 changed files with 32 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
|
@ -1,5 +1,17 @@
|
|||
Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||
|
||||
* configure.in: We don't need to add fileblocks.o to LIBOBJS if
|
||||
struct stat doesn't have the st_blocks field. We take care of
|
||||
that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
|
||||
definition, edited appropriately.
|
||||
* configure: Regenerated.
|
||||
|
||||
Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||
|
||||
* configure.in: Don't link against -lnsl or -lsocket unless we
|
||||
actually need to. This causes trouble on Irix. (Thanks to Larry
|
||||
Schwimmer.)
|
||||
|
||||
* config.sub: Get newer version, that recognizes the i686.
|
||||
|
||||
Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
Mon May 26 12:37:30 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||
|
||||
* script.c (scm_find_executable): Use prototype-style definition
|
||||
here; apparently it's not quite right to have const in a prototype
|
||||
and then use a K&R declaration. I wonder if stuff like this will
|
||||
go away if we compile with -Wrequire-prototypes, or whatever that
|
||||
is...
|
||||
|
||||
* scmhob.h: New text from Bernard URBAN.
|
||||
|
||||
Sat May 17 17:14:36 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||
|
||||
* script.c: Don't #define const on hpux. Configure takes care of
|
||||
this. (Thanks to Larry Schwimmer.)
|
||||
|
||||
* script.c: Use the HAVE_UNISTD_H symbol provided by autoconf to
|
||||
decide whether to #include <unistd.h>, instead of listing a bunch
|
||||
of systems. Don't #include stdio twice. Removed dyked-out
|
||||
definition of scm_find_impl_file.
|
||||
|
||||
Fri May 16 03:06:08 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||
|
||||
* Makefile.am (libguile_la_LDFLAGS): Update libguile's shared
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue