* configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
[bpt/guile.git] / ChangeLog
1 1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2
3 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
4 that suitable HAVE_<function name> symbols get defined.
5
6 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
7
8 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
9 (Thanks to Julian Satchell.)
10
11 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
12
13 * configure.in: Check for usleep; Define DECLARE_BZERO and
14 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
15 without declaring them.
16
17 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
18
19 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
20
21 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
22 defined.
23
24 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
25
26 * configure.in (GUILE_LIBS): New variable. Contains libraries
27 which libguile needs to be linked with. Substituted into
28 libpath.h.
29
30 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
31 $cy_cv_threads_libs.
32
33 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
34
35 New libtool: 1.2
36 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
37 New automake: 1.3
38 * Makefile.in, aclocal.m4, configure: Regenerated.
39 * README: Mention new version numbers on libtool and automake.
40
41 1997-12-11 Tim Pierce <twp@skepsis.com>
42
43 * HACKING: Note that SSH is mandatory for CVS access.
44
45 Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
46
47 * README: using Automake 1.2d
48 * configure.in: AC_CHECK_FUNCS: add "system".
49
50 1997-12-01 Tim Pierce <twp@skepsis.com>
51
52 * acconfig.h: Add USCORE.
53
54 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
55
56 * configure.in: Added code to enable GUILE_ISELECT on systems
57 which have the necessary functions (gettimeofday, select).
58
59 * acconfig.h: Added GUILE_ISELECT.
60
61 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
62
63 * acinclude.m4: Assume dlsym does not add underscore if
64 cross-compiling.
65 * aclocal.m4, configure: Regenderated.
66
67 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
68
69 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
70 <hag@ai.mit.edu>.
71 * configure.in: Use it.
72 * configure: Regenerated.
73 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
74
75 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
76
77 * README (libtool): Tell people to use version 1.0e.
78
79 Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
80
81 Call the QuickThreads library libqthreads.a, not libqt.a. The old
82 name conflicts with the Qt user interface toolkit.
83 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
84 * configure.in: Same.
85 * aclocal.m4, configure: Regenerated.
86
87 Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
88
89 * configure.in: Check for the readline library, and the termcap
90 library (on which readline relies).
91 * configure: Regenerated.
92
93 Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
94
95 New libtool: 1.0e
96 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
97 * configure, aclocal.m4: Regenerated.
98
99 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
100
101 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
102 * configure.in: Check whether dlopen can be found without -ldl.
103
104 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
105
106 * Makefile.in: Regenerated with automake 1.2c.
107
108 Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
109
110 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
111 * configure.in: Add build/Makefile to AC_OUTPUT clause.
112 * Makefile.in, configure: Regenerated.
113
114 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
115
116 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
117
118 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
119
120 Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
121
122 * ltmain.sh: Added a missing '\' before \n on line 32.
123
124 Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
125
126 New libtool: 1.0b.
127 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
128 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
129
130 Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
131
132 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
133
134 * configure.in: Use the QuickThreads assembler fragment with Irix
135 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
136 Jesse Glick.
137 * configure: Regenerated.
138
139 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
140
141 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
142 so that test for the same function can be performed multiple
143 times.
144
145 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
146 rx/rxposix.h. Add library rx only if regcomp can't be found
147 without it.
148
149 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
150 it for some reason!
151
152 Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
153
154 * THANKS: New file.
155 * Makefile.in, aclocal.m4, configure: Regenerated.
156
157 Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
158
159 * configure.in: Added thread support for the alpha architecture.
160 configure: Regenerated.
161
162 Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
163
164 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
165 so scmconfig.h is updated with the test results. this may
166 disable one of the cygwin hacks.
167
168 Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
169
170 Changes to compile under gnu-win32, from Marcus Daniels:
171 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
172 to indicate that Unix domain sockets will work.
173 Check for socketpair, getgroups, setwent, pause, and tzset
174 (cygwin currently lacks these them).
175 Check for sethostent endhostent getnetent setnetent endnetent
176 getprotoent endprotoent getservent endservent getnetbyaddr
177 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
178 lacks them). In the case of cygwin, temporarily prefix these
179 functions with "cygwin32_", the way that netdb.h does.
180 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
181 available (cygwin b18 came distributed without a working regex.h
182 file).
183 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
184 * configure: Regenerated.
185
186 Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
187
188 * ltmain.sh: Remove any trailing colon on $shlibpath_var
189 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
190 Patch sent to bug-libtool.
191
192 Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
193
194 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
195 Backus for reporting this problem and suggesting a fix).
196 * configure: Regenerated.
197
198 Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
199
200 * Guile 1.2 released.
201
202 * configure.in: Check for librx after libm; fundamentals need to
203 come first.
204 * configure: Regenerated.
205
206 Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
207
208 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
209 `am_cv_path_LD'.
210 * configure: Regenerated.
211
212 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
213
214 Try to detect when people are using one version of libguile and a
215 different version of ice-9. People have been skewing things and
216 sending in bug reports.
217 * configure.in: Provide libguile its version information through a
218 separate header file generated by the Makefile, not through
219 scmconfig.h.
220 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
221 AC_SUBST these, instead of AC_DEFINE'ing them.
222 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
223 (AC_OUTPUT): Create ice-9/version.scm.
224 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
225 GUILE_VERSION): Deleted.
226 * Makefile.in: Regenerated.
227
228 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
229
230 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
231 distribution.
232 * Makefile.in: Regenerated.
233
234 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
235
236 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
237
238 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
239
240 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
241
242 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
243
244 * configure.in: By default, include functions in Guile to allow
245 linking with dynamic libraries at run-time. In other words,
246 --enable-dynamic-linking is now the default.
247 * configure: Rebuilt.
248
249 * configure.in: Remove space between AC_CHECK_LIB and opening
250 paren in check for Rx.
251 * configure: Regenerated.
252
253 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
254 It's never used.
255 * configure, Makefile.in: Regenerated.
256
257 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
258
259 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
260 -dl, -dld) before checks for functions.
261 * configure: Regenerated.
262
263 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
264
265 * config.guess: New copy from autoconf-2.12, which recognizes
266 OpenBSD.
267
268 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
269
270 * configure.in: Check for Rx, so we will use its routines (which I
271 pretty much trust) if it is installed.
272 * configure: Regenerated.
273
274 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
275
276 * acconfig.h: mention HAVE_RESTARTS.
277 * configure.in: check for sigaction and restartable system calls.
278
279 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
280
281 * configure.in: Check for presence of regcomp.
282 * configure: Regenerated.
283
284 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
285
286 * COPYING: New address for FSF.
287
288 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
289 struct stat doesn't have the st_blocks field. We take care of
290 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
291 definition, edited appropriately. (Bernard URBAN)
292 * configure: Regenerated.
293
294 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
295
296 * configure.in: Don't link against -lnsl or -lsocket unless we
297 actually need to. This causes trouble on Irix. (Thanks to Larry
298 Schwimmer.)
299
300 * config.sub: Get newer version, that recognizes the i686.
301
302 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
303
304 * README: Changed Mikael's threads work attribution in order
305 to sooth Anthony's enormous, but wounded, ego.
306
307 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
308
309 Just kidding!!!
310
311 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
312
313 Guile 1.1 released.
314 * GUILE-VERSION: Bump to 1.1.
315
316 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
317
318 Switch to automake-1.1p.
319 * Makefile.in, aclocal.m4, configure: Regenerated.
320
321 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
322
323 * threads.m4: Copy Anthony's change here, so it'll actually
324 survive.
325
326 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
327
328 * aclocal.m4: Fixes for building with coop threads in a
329 seperate compilation directory.
330 * configure: Rebuilt.
331
332 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
333
334 Upgrade to libtool 0.9e.
335 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
336 supplied by libtool.
337
338 * configure.in: When configuring qt, sunos needs the underscore
339 files; Solaris and Linux both need the normal files.
340 * configure: Reebilt.
341
342 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
343
344 * configure.in: Get the paths for qt's md files right, so it can
345 build correctly when using a separate compilation directory.
346 * configure: Regenerated.
347
348 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
349
350 Get threads to work again.
351 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
352 first.
353 * Makefile.in: Regenerated.
354 * aclocal.m4, configure: Regenerate, with modern definition of
355 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
356
357 Reduced Guile distribution: one configure script, no plugins.
358 * configure.in: Merged the old text from qt/configure.in and
359 libguile/configure.in; Tom Tromey says automake only wants one
360 configure.in script. This seems fishy, but...
361 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
362 gubbish.
363 * acconfig.h, acinclude.m4: Moved here from libguile, since
364 libguile's configure script lives here now.
365 * AUTHORS, INSTALL, README: Updated.
366 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
367 amputated amphibian limbs.
368
369 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
370
371 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
372 * newdoc/ref/Makefile.in: Regenerated.
373
374 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
375
376 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
377 need to link against libthreads; the files it used to contain
378 are now a part of libguile.
379
380 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
381
382 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
383 argument to the AM_INIT_AUTOMAKE macro.
384
385 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
386
387 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
388 * README: Say where to find libtool 0.9d.
389
390 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
391
392 Changes to work with automake-1.1n, which has better libtool
393 support. Also use libtool 0.8.
394 * README: Note new version numbers for automake and libtool.
395 * missing: New file required by new automake.
396 * Makefile.in: Regenerated.
397
398 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
399
400 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
401
402 * Makefile.am: Omit doc subtree.
403 * configure.in: Omit makefiles in doc subtree.
404 * Makefile.in, configure: Rebuilt.
405
406 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
407
408 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
409 with its definition and commented out definition of PACKAGE. This
410 changed seemed necessary after having removed PACKAGE from
411 libguile/acconfig.h.
412
413 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
414
415 * ltconfig, ltmain.sh: New versions from libtool-0.9.
416
417 * configure.in: Added AM_MAINTAINER_MODE
418
419 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
420
421 * config.sub, config.guess: New versions, that handle i686, etc.
422
423 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
424
425 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
426 tutorial rewrite, but have not merged much into it yet.
427
428 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
429
430 * newdoc/ref/guile-ref.texi: started checking in parts of the
431 reference manual re-write.
432
433 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
434
435 * ltconfig, ltmain.sh: New files for libtool support. libguile,
436 rx, gh and gtcltk-lib can now be build as shared libraries.
437 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
438
439 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
440
441 * Guile 1.0 released. This is the first release by the Free
442 Software Foundation; Cygnus has also released earlier versions of
443 Guile.
444
445 * GUILE-VERSION: Updated version number.
446 * NEWS: Added comments for all the user-visible changes marked in
447 the ChangeLogs.
448 * README: Updated for release.
449
450 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
451
452 * scsh: new directory.
453
454 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
455
456 * configure.in: Generate doc/guile-programmer/Makefile and
457 doc/guile-user/Makefile.
458
459 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
460
461 * aclocal.m4: Now automatically generated by aclocal.
462 * threads.m4: New file.
463 * guile.m4: New file.
464 * Makefile.am, doc/Makefile.am: New files.
465 * configure.in: Updated for Automake. Avoid excessively verbose
466 "greet" messages.
467
468 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
469
470 * lgh: directory renamed to gh, along with all prefixes of the
471 high level library procedures.
472
473 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
474
475 * Makefile.in (TAGS tags): Find the source files in $srcdir.
476
477 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
478
479 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
480
481 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
482
483 * configure.in: Added some configuration magic from the Cygnus
484 distribution.
485
486 * aclocal.m4: New file. For now used for thread support
487 configuration.
488
489 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
490
491 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
492
493 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
494 directories, to arrange for lgh to the last thing
495 configured/built.
496
497 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
498
499 * lgh/: added the directory in which I implement the high level
500 libguile library (lgh_) for this release of Guile. See the
501 ChangeLog in there for further details.
502
503 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
504
505 * doc/ (guile-user and guile-programmer): added the guile-user and
506 guile-programmer directories which contain the user and programmer
507 manuals. See the ChangeLog entries there for detail.
508
509 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
510
511 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
512
513 * Makefile.in (distclean): Don't forget to delete
514 config.build-subdirs.
515
516 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
517
518 * Makefile.in (tags): New name for `TAGS' target, which will
519 always run the commands.
520
521 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
522
523 * README: Doc fixes.
524
525 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
526
527 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
528
529 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
530
531 * configure.in: Check for -ldl, so the check for Tcl won't fail
532 spuriously.
533
534 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
535
536 Change the way we decide whether to build gtcltk-lib, so that it's
537 omitted from the build process when appropriate, but never from
538 the dist process.
539 * configure.in: Don't edit all_subdirs depending on the
540 availability of Tk; let that be the list of all PLUGIN
541 subdirectories present, as it used to be. Instead, edit a new
542 variable, build_subdirs; write its final value, the list of
543 subdirs we do want to compile in, to config.build-subdirs.
544 Substitute that into the top-level Makefile too.
545 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
546 recurse on the subdirectories we should build.
547 (distdirs): Set this to @existingdirs@, so it includes the subdirs
548 we decided not to build.
549
550 * doc/gtcltk.texi: File resurrected from old Guile releases.
551 * doc/Makefile.in (info): Build the gtcltk documentation.
552 (DIST_FILES): Include it in the distribution.
553
554 * configure.in: If we can find the library for tcl7.5, build
555 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
556 compiler (not sure this is necessary).
557
558 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
559
560 * NEWS: Fix bug reporting address.
561
562 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
563
564 * AUTHORS: New file, in accordance with the GNU maintainers'
565 standards.
566
567 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
568
569 * README: Renamed from ANNOUNCE; include bug report address,
570 description, and short tour.
571 * INSTALL: Renamed from BUILDING.
572 * NEWS: New file.
573 * Makefile.in (DISTFILES): Update appropriately.
574
575 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
576
577 * doc/Makefile.in: Added pattern targets for creating DVI and
578 PostScript files.
579 (%.ps, %.dvi, %.txt): New targets.
580 (DVIPS, TEXI2DVI): New variables.
581
582 * GUILE-VERSION: Updated to 1.0b3.
583
584 Rehashed distribution system, in preparation for nightly
585 snapshots. Other changes in subdirectories.
586 * Makefile.in (dist): Rewritten --- the old target was out of
587 date, dependent on files that we don't have, and relied on GNU
588 tar. The new target is simpler.
589 (VERSION, srcdir, dist_dirs): New variables.
590 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
591 TODO.
592 (localtreats): Variable removed. We don't have this file.
593 (info): cd to doc and make info there; don't make info in every
594 ${subdir}; those Makefiles don't know what to do.
595 (distname, distdir, treats, announcefile): Variables removed.
596 (manifest-file): Target removed.
597 (dist-dir): New target, responsible for distributable files in
598 this directory.
599 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
600 controlling the 'dist' target.
601 * configure.in: Substitute GUILE-VERSION into the top-level
602 Makefile. Build doc/Makefile from doc/Makefile.in.
603
604 * doc/Makefile.in: New file.