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