* DYNAMIC-LINKING: Removed because it is obsolete.
[bpt/guile.git] / ChangeLog
1 2000-01-09 Gary Houston <ghouston@arglist.com>
2
3 * configure.in: check whether localtime caches TZ. copied from
4 Emacs 20.5.
5 * acconfig.h: add LOCALTIME_CACHE.
6
7 Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
8
9 * configure.in: Make it be guile-snarf.awk, since we'll be
10 switching names for guile-doc-snarf. (I wouldn't have changed
11 this, but I was getting ready to commit this way when the below
12 change was committed).
13
14 1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
15
16 * configure.in: Create guile-doc-snarf.awk.
17
18 1999-12-12 Greg J. Badros <gjb@cs.washington.edu>
19
20 * configure.in: Create guile-doc-snarf, chmod +x that script after
21 AC_OUTPUTted.
22
23 1999-12-10 Greg J. Badros <gjb@cs.washington.edu>
24
25 * NEWS: More complete description for --enable-debug-freelist.
26
27 1999-12-09 Gary Houston <ghouston@freewire.co.uk>
28
29 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
30 causes numerous spurious warnings with recent gcc and/or glibc
31 versions.
32
33 1999-11-19 Gary Houston <ghouston@freewire.co.uk>
34
35 * acconfig.h: add HAVE_ARRAYS.
36
37 * configure.in: add --disable-arrays option, probably temporary.
38
39 1999-11-17 Gary Houston <ghouston@freewire.co.uk>
40
41 * configure.in: check for hstrerror.
42
43 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
44
45 * autogen.sh: Don't call autoreconf at all; it's not reliable.
46 Instead, call the various tools explicitly. Invoke
47 guile-readline's autogen.sh script.
48
49 Straighten up the situation regarding guile.m4 and qthreads.m4.
50
51 We can't have .m4 files which are installed where aclocal can
52 see them, but also used by guile's own configure.in, because
53 aclocal will read both copies, complain about duplicate macro
54 definitions, and refuse to generate aclocal.m4 at all. This
55 happens if you invoke it as `aclocal -I .', as autoreconf does.
56 This is probably a flaw in the autotools, but Guile doesn't need
57 that flaw fixed immediately.
58
59 guile.m4 is intended for use by people linking against guile, so
60 it needs to be installed. But Guile itself doesn't use it. So
61 move guile.m4 into guile-config. That makes sense, since
62 guile.m4's GUILE_FLAGS macro is just an easy way to call
63 guile-config.
64
65 qthreads.m4 is indented to help configure a qthreads tree. It's
66 only useful to a package which actually includes a qthreads tree,
67 and it's intimately related to that tree, so it's not useful to
68 install this. So don't install it.
69
70 * guile.m4: Moved to guile-config.
71 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
72 (EXTRA_DIST): Move qthreads.m4 here.
73
74 Don't store generated files in the repository any more. Instead,
75 require people to run autogen.sh on trees from snapshots and CVS.
76 * Makefile.in, aclocal.m4, configure: Deleted.
77 * autogen.sh: New file.
78 * ANON-CVS, SNAPSHOTS: Updated instructions.
79
80 1999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
81
82 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
83
84 1999-09-27 Greg J. Badros <gjb@cs.washington.edu>
85
86 * configure.in: Added --enable-debug-freelist option.
87
88 * acconfig.h: Added GUILE_DEBUG_FREELIST.
89
90 1999-09-23 Gary Houston <ghouston@freewire.co.uk>
91
92 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
93 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
94
95 * configure.in: new options --disable-posix, --disable-net
96 and --disable-regex
97 export HAVE_POSIX and HAVE_NETWORKING definitions.
98 don't add regex-posix.o to LIBOBJS if regex disabled.
99
100 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
101 conditionally.
102
103 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
104
105 * Guile 1.3.4 released.
106
107 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
108
109 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
110 libtool knows how to get ANSI C behavior from the compiler.
111 * configure: Regenerated.
112
113 1999-09-20 Gary Houston <ghouston@freewire.co.uk>
114
115 * configure.in: check availability of siginterrupt.
116
117 1999-09-18 Gary Houston <ghouston@freewire.co.uk>
118
119 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
120 testing for SA_RESTART.
121
122 1999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
123
124 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
125
126 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
127
128 * configure.in (GUILE_STAMP): Don't set this variable, or
129 substitute it into anything. Full explanation in ice-9/ChangeLog.
130 * configure, Makefile.in: Regenerated.
131
132 1999-09-06 James Blandy <jimb@mule.m17n.org>
133
134 Propagate the changes of 2 Sept the rest of the way through.
135 * configure: Regenerated.
136 * Makefile.in: Regenerated. Not sure why this diff is so big.
137
138 1999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
139
140 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
141 variable name. (Thanks to Bill Schottstaedt.)
142 * aclocal.m4: Regenerated.
143
144 1999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
145
146 * configure.in: Test for presence of function on_exit.
147
148 1999-09-01 James Blandy <jimb@mule.m17n.org>
149
150 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
151 the system doesn't have memmove. Don't test for memmove and bcopy
152 with AC_CHECK_FUNCS.
153 * configure: Regenerated.
154
155 1999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
156
157 * configure.in: Test for atexit.
158
159 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
160
161 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
162
163 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
164 (Thanks to Bernard Urban.)
165 Test for memmove and bcopy. (Thanks to
166 suzukis@file.phys.tohoku.ac.jp.)
167
168 * acconfig.h: Added HAVE_S_ISLNK.
169
170 1999-08-20 James Blandy <jimb@mule.m17n.org>
171
172 * Guile 1.3.2 released.
173
174 * Makefile.in: Regenerated.
175
176 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
177
178 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
179 to libtool-1.3.3.
180
181 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
182
183 Added guile-readline subdirectory with the removed readline
184 support.
185 * guile-readline: New directory, see ChangeLog there.
186 * configure.in: Cause configure to descend into guile-readline
187 dir.
188 * Makefile.am: Likewise for make.
189 * NEWS: Explain how to activate the readline support.
190 * configure, Makefile.in: Regenerated.
191
192 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
193
194 Fixes for EMX from Mikael Ståldal.
195
196 * configure.in: Check for <io.h>.
197 * configure: Regenerated.
198
199 1999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
200
201 * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
202 name can have suffixes, like alphaev56-unknown-linux-gnu.
203 * aclocal.m4, configure: Rebuilt.
204 (Thanks to Sebastien Villemot.)
205
206 1999-07-04 Gary Houston <ghouston@easynet.co.uk>
207
208 * configure.in: don't check for ways to violate stdio abstraction.
209
210 1999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
211
212 * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
213 libguile/net_db.h wants to use. (Add setprotoent, setservent.)
214
215 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
216
217 Remove all automatic readline support, to avoid copyright
218 confusion.
219 * INSTALL: Update text.
220 * NEWS: Explain the situation.
221 * configure.in: Remove configury for readline and its supporting
222 libraries.
223 * configure: Regenerated.
224
225 * README: Change URL's for automake and autoconf.
226
227 * Makefile.in, configure: Regenerated with autoconf 2.13, automake
228 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
229 all the right tools, according to README, but I'm still getting
230 different results than Mikael is. Hmm.
231
232 1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
233
234 * New libtool: 1.2f
235 * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
236 * README: Mention new version number of libtool.
237
238 1999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
239
240 New automake: 1.4
241 * config.guess, config.sub, install-sh, mdate-sh, missing,
242 mkinstalldirs: New versions.
243 * Makefile.in, aclocal.m4, configure: Regenerated.
244 * README: Mention new version numbers on autoconf and automake.
245
246 1999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
247
248 * configure.in: Add --with-readline flag.
249 * configure: Rebuilt.
250
251 1999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
252
253 * NEWS: Added entry for optargs module.
254
255 1999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
256
257 * configure: Regenerated using autoconf 2.12.
258
259 1999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
260
261 * configure.in: Removed test AC_C_BIGENDIAN. (This test was
262 considered to encourage bad coding style.)
263
264 1999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
265
266 * configure.in: Added test AC_C_BIGENDIAN.
267
268 1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
269
270 * configure.in: Remove quotes around ac_cv_lib_readline_main and
271 ac_cv_var_rl_getc_function. They should both always be set to
272 non-null values; this way, we get error messages.
273 * configure: Regenerated.
274
275 1999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
276
277 * configure.in: Cite the variable ac_cv_lib_readline_main, not
278 ac_cv_lib_readline_readline; the latter isn't set any more, since
279 we look for 'main' in libreadline now. Add quotes around
280 reference to the variable references, too, so this will work even
281 when a variable's value is the empty string.
282 * configure: Regenerated.
283
284 1999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
285
286 * acconfig.h: Added HAVE_LONG_LONGS.
287
288 * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
289 Added check for long longs.
290
291 1998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
292
293 * configure.in: Check for tgoto in ncurses, then termcap.
294 S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
295 Eichwalder.)
296 * configure: Regenerated.
297
298 1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
299
300 * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
301 pass the compiler to make it support ANSI. (Thanks to Bernard
302 Urban.)
303 * aclocal.m4, configure: Regenerated.
304
305 1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
306
307 * Guile 1.3 released.
308
309 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
310
311 * GUILE-VERSION: Bump to 1.3.
312
313 * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
314 * Makefile.in: Regenerated.
315
316 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
317
318 * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
319 to the Makefile which explicitly tells it to pass assembly files
320 through the preprocessor. (Thanks to Perry Metzger.)
321 * aclocal.m4, configure, Makefile.in: Regenerated.
322
323 1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
324
325 * configure.in: Define SCM_SINGLES whenever a float can fit in a
326 long, not only when a float is the same size as a long. This gets
327 us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
328 * configure: Regenerated.
329
330 * configure.in: Construct libguile/versiondat.h here; see
331 log entry in libguile/ChangeLog for details.
332 * configure: Regenerated.
333
334 * configure.in: Allow tabs and whitespace between `void' and
335 `usleep'. (Thanks to Harvey J. Stein.)
336 * configure: Regenerated.
337
338 Don't redefine sleep/usleep.
339 * configure.in: Remove tests for usleep's argument type; we only
340 need that if we're going to replace it.
341
342 * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
343 garbage is needed just to use usleep and sleep without compiler
344 warnings.
345 * configure: Regenerated.
346
347 1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
348
349 * configure: Regenerated.
350
351 * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
352 starting with guile_cv_; ac_cv_ is autoconf's namespace.
353
354 The type of the argument to usleep varies from system to system,
355 as does the return type. We really shouldn't be redefining usleep
356 at all, but I don't have time to clean that up before the 1.3
357 release. It's on the schedule for afterwards.
358 * configure.in: Cache results from usleep return value test.
359 Test for the type of the usleep argument, and cache that too.
360 * acconfig.h (USLEEP_ARG_TYPE): New macro.
361
362 1998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
363
364 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
365
366 1998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
367
368 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
369
370 * Guile 1.2.90 released --- beta.
371 * GUILE-VERSION: Set to 1.2.90. This would appear to be a
372 regression from 1.3a, but everyone knows that the next release is
373 1.3, I want to switch to a more coherent version numbering system,
374 and now is the time.
375
376 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
377
378 * configure.in: Call AC_C_INLINE, so we can use inline happily in
379 libguile.
380 * configure: Regenerated.
381
382 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
383
384 * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
385 we do find the rl_getc_function variable in the readline library;
386 AC_CHECK_FUNCS used to do this for us, but we're not using it any
387 more.
388 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
389
390 * configure.in: Properly test for the presence of rl_getc_function;
391 it's a variable, not a function.
392 * configure: Regenerated.
393
394 * doc: New subdirectory.
395 * Makefile.am (SUBDIRS): List it.
396 * configure.in (AC_OUTPUT): Build its Makefile.
397 * configure, Makefile.in: Regenerated.
398
399 * guile.m4 (GUILE_FLAGS): New macro.
400
401 * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
402 terribly helpful any more, nobody's using it, and this is not
403 really the way I want to handle modules anyway.
404
405 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
406
407 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
408 stdio implementation. (Thanks to David Tillman.)
409 * configure: Rebuilt.
410
411 * guile-config: Renamed from `build'.
412 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
413 * configure.in: Create `guile-config/Makefile.in', not
414 `build/Makefile.in'. Doc fix, too.
415
416 * qthreads.m4: Doc fix.
417 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
418
419 1998-10-03 <jimb@savonarola.red-bean.com>
420
421 * configure.in: Check for a missing `sleep' declaration.
422 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
423 * configure: Regenerated.
424
425 * configure.in: Don't use the canonical host name to decide
426 whether `bzero' and `usleep' have declarations --- that's going
427 back to the bad old days before autoconf. Remove the call to
428 AC_CANONICAL_HOST and the subsequent case statement.
429 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
430 declarations for `bzero', `usleep', and (new!) `strptime'.
431 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
432 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
433 Added. I think this naming convention is more consistent with the
434 rest of autoconf; names generally describes the system, not what
435 the package should do to accomodate the system.
436 * configure: Regenerated.
437
438 1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
439
440 * configure.in: Remove --disable-debug option. The debugging
441 support is pretty stable now, and it's confusing people.
442 * configure: Regenerated.
443
444 * HACKING: Remove -Wstrict-prototypes from the list of requested
445 flags (to match 1998-07-30 change).
446
447 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
448
449 * configure.in: Don't use -Wstrict-prototypes after all.
450 * configure: Regenerated.
451
452 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
453
454 * configure.in: Request more warnings.
455 * configure: Regenerated.
456 * HACKING: Ask people not to make changes that introduce those
457 warnings. Now I have to go through the code and actually bring it
458 up to standards... :(
459
460 * Makefile.in, aclocal.m4, configure: Regenerated using the last
461 public version of automake, not the hacked Cygnus version.
462 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
463 libtool.
464
465 * configure.in, qthreads.m4: Display a message about how the
466 threads configuration went.
467 * aclocal.m4, configure: Regenerated.
468
469 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
470
471 Remove the TOTORO kludge. We're not doing snapshots any more, so
472 totoro is completely uninvolved. (Poor Totoro!)
473 * configure.in: Remove code to check the hostname and #define
474 TOTORO.
475 * acconfig.h: Remove comments for TOTORO symbol.
476 * configure, Makefile.in: Regenerated.
477
478 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
479 to get AC_PROG_LN_S.
480 * aclocal.m4, configure: Regenerated.
481
482 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
483
484 Clean up thread configuration.
485 * qthreads.m4: New file, which knows how to configure the qthreads
486 library.
487 * configure.in: Replace all thread package selection code. Do the
488 --with-threads argument processing here. Enable the appropriate
489 thread interface files in libguile. Remove all qthreads
490 configuration code; call QTHREADS_CONFIGURE instead. Set
491 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
492 * threads.m4: Removed; not used any more.
493 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
494 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
495 Note that these were regenerated with the tools available from
496 Cygnus's source tree, which have patches not available to the
497 general public. I'm not sure this was a good idea; feel free to
498 revert them to the latest released versions of the tools.
499
500 Upgrade to the version of libtool available at Cygnus. See note
501 above.
502 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
503
504 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
505
506 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
507 totoro kludge.
508
509 Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
510
511 * acconfig.h, configure.in: Define TOTORO if configuring on
512 totoro.red-bean.com.
513
514 * configure.in: Check for strdup.
515
516 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
517
518 * configure.in: Check for rl_cleanup_after_signal.
519
520 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
521
522 * configure.in: Added test for rl_getc_function. Warn if
523 libreadline is found but not this function.
524
525 1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
526
527 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
528 that suitable HAVE_<function name> symbols get defined.
529
530 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
531
532 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
533 (Thanks to Julian Satchell.)
534
535 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
536
537 * configure.in: Check for usleep; Define DECLARE_BZERO and
538 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
539 without declaring them.
540
541 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
542
543 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
544
545 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
546 defined.
547
548 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
549
550 * configure.in (GUILE_LIBS): New variable. Contains libraries
551 which libguile needs to be linked with. Substituted into
552 libpath.h.
553
554 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
555 $cy_cv_threads_libs.
556
557 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
558
559 New libtool: 1.2
560 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
561 New automake: 1.3
562 * Makefile.in, aclocal.m4, configure: Regenerated.
563 * README: Mention new version numbers on libtool and automake.
564
565 1997-12-11 Tim Pierce <twp@skepsis.com>
566
567 * HACKING: Note that SSH is mandatory for CVS access.
568
569 Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
570
571 * README: using Automake 1.2d
572 * configure.in: AC_CHECK_FUNCS: add "system".
573
574 1997-12-01 Tim Pierce <twp@skepsis.com>
575
576 * acconfig.h: Add USCORE.
577
578 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
579
580 * configure.in: Added code to enable GUILE_ISELECT on systems
581 which have the necessary functions (gettimeofday, select).
582
583 * acconfig.h: Added GUILE_ISELECT.
584
585 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
586
587 * acinclude.m4: Assume dlsym does not add underscore if
588 cross-compiling.
589 * aclocal.m4, configure: Regenderated.
590
591 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
592
593 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
594 <hag@ai.mit.edu>.
595 * configure.in: Use it.
596 * configure: Regenerated.
597 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
598
599 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
600
601 * README (libtool): Tell people to use version 1.0e.
602
603 Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
604
605 Call the QuickThreads library libqthreads.a, not libqt.a. The old
606 name conflicts with the Qt user interface toolkit.
607 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
608 * configure.in: Same.
609 * aclocal.m4, configure: Regenerated.
610
611 Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
612
613 * configure.in: Check for the readline library, and the termcap
614 library (on which readline relies).
615 * configure: Regenerated.
616
617 Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
618
619 New libtool: 1.0e
620 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
621 * configure, aclocal.m4: Regenerated.
622
623 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
624
625 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
626 * configure.in: Check whether dlopen can be found without -ldl.
627
628 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
629
630 * Makefile.in: Regenerated with automake 1.2c.
631
632 Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
633
634 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
635 * configure.in: Add build/Makefile to AC_OUTPUT clause.
636 * Makefile.in, configure: Regenerated.
637
638 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
639
640 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
641
642 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
643
644 Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
645
646 * ltmain.sh: Added a missing '\' before \n on line 32.
647
648 Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
649
650 New libtool: 1.0b.
651 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
652 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
653
654 Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
655
656 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
657
658 * configure.in: Use the QuickThreads assembler fragment with Irix
659 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
660 Jesse Glick.
661 * configure: Regenerated.
662
663 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
664
665 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
666 so that test for the same function can be performed multiple
667 times.
668
669 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
670 rx/rxposix.h. Add library rx only if regcomp can't be found
671 without it.
672
673 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
674 it for some reason!
675
676 Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
677
678 * THANKS: New file.
679 * Makefile.in, aclocal.m4, configure: Regenerated.
680
681 Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
682
683 * configure.in: Added thread support for the alpha architecture.
684 configure: Regenerated.
685
686 Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
687
688 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
689 so scmconfig.h is updated with the test results. this may
690 disable one of the cygwin hacks.
691
692 Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
693
694 Changes to compile under gnu-win32, from Marcus Daniels:
695 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
696 to indicate that Unix domain sockets will work.
697 Check for socketpair, getgroups, setwent, pause, and tzset
698 (cygwin currently lacks these them).
699 Check for sethostent endhostent getnetent setnetent endnetent
700 getprotoent endprotoent getservent endservent getnetbyaddr
701 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
702 lacks them). In the case of cygwin, temporarily prefix these
703 functions with "cygwin32_", the way that netdb.h does.
704 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
705 available (cygwin b18 came distributed without a working regex.h
706 file).
707 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
708 * configure: Regenerated.
709
710 Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
711
712 * ltmain.sh: Remove any trailing colon on $shlibpath_var
713 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
714 Patch sent to bug-libtool.
715
716 Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
717
718 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
719 Backus for reporting this problem and suggesting a fix).
720 * configure: Regenerated.
721
722 Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
723
724 * Guile 1.2 released.
725
726 * configure.in: Check for librx after libm; fundamentals need to
727 come first.
728 * configure: Regenerated.
729
730 Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
731
732 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
733 `am_cv_path_LD'.
734 * configure: Regenerated.
735
736 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
737
738 Try to detect when people are using one version of libguile and a
739 different version of ice-9. People have been skewing things and
740 sending in bug reports.
741 * configure.in: Provide libguile its version information through a
742 separate header file generated by the Makefile, not through
743 scmconfig.h.
744 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
745 AC_SUBST these, instead of AC_DEFINE'ing them.
746 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
747 (AC_OUTPUT): Create ice-9/version.scm.
748 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
749 GUILE_VERSION): Deleted.
750 * Makefile.in: Regenerated.
751
752 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
753
754 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
755 distribution.
756 * Makefile.in: Regenerated.
757
758 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
759
760 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
761
762 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
763
764 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
765
766 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
767
768 * configure.in: By default, include functions in Guile to allow
769 linking with dynamic libraries at run-time. In other words,
770 --enable-dynamic-linking is now the default.
771 * configure: Rebuilt.
772
773 * configure.in: Remove space between AC_CHECK_LIB and opening
774 paren in check for Rx.
775 * configure: Regenerated.
776
777 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
778 It's never used.
779 * configure, Makefile.in: Regenerated.
780
781 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
782
783 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
784 -dl, -dld) before checks for functions.
785 * configure: Regenerated.
786
787 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
788
789 * config.guess: New copy from autoconf-2.12, which recognizes
790 OpenBSD.
791
792 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
793
794 * configure.in: Check for Rx, so we will use its routines (which I
795 pretty much trust) if it is installed.
796 * configure: Regenerated.
797
798 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
799
800 * acconfig.h: mention HAVE_RESTARTS.
801 * configure.in: check for sigaction and restartable system calls.
802
803 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
804
805 * configure.in: Check for presence of regcomp.
806 * configure: Regenerated.
807
808 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
809
810 * COPYING: New address for FSF.
811
812 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
813 struct stat doesn't have the st_blocks field. We take care of
814 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
815 definition, edited appropriately. (Bernard URBAN)
816 * configure: Regenerated.
817
818 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
819
820 * configure.in: Don't link against -lnsl or -lsocket unless we
821 actually need to. This causes trouble on Irix. (Thanks to Larry
822 Schwimmer.)
823
824 * config.sub: Get newer version, that recognizes the i686.
825
826 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
827
828 * README: Changed Mikael's threads work attribution in order
829 to sooth Anthony's enormous, but wounded, ego.
830
831 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
832
833 Just kidding!!!
834
835 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
836
837 Guile 1.1 released.
838 * GUILE-VERSION: Bump to 1.1.
839
840 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
841
842 Switch to automake-1.1p.
843 * Makefile.in, aclocal.m4, configure: Regenerated.
844
845 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
846
847 * threads.m4: Copy Anthony's change here, so it'll actually
848 survive.
849
850 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
851
852 * aclocal.m4: Fixes for building with coop threads in a
853 seperate compilation directory.
854 * configure: Rebuilt.
855
856 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
857
858 Upgrade to libtool 0.9e.
859 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
860 supplied by libtool.
861
862 * configure.in: When configuring qt, sunos needs the underscore
863 files; Solaris and Linux both need the normal files.
864 * configure: Reebilt.
865
866 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
867
868 * configure.in: Get the paths for qt's md files right, so it can
869 build correctly when using a separate compilation directory.
870 * configure: Regenerated.
871
872 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
873
874 Get threads to work again.
875 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
876 first.
877 * Makefile.in: Regenerated.
878 * aclocal.m4, configure: Regenerate, with modern definition of
879 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
880
881 Reduced Guile distribution: one configure script, no plugins.
882 * configure.in: Merged the old text from qt/configure.in and
883 libguile/configure.in; Tom Tromey says automake only wants one
884 configure.in script. This seems fishy, but...
885 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
886 gubbish.
887 * acconfig.h, acinclude.m4: Moved here from libguile, since
888 libguile's configure script lives here now.
889 * AUTHORS, INSTALL, README: Updated.
890 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
891 amputated amphibian limbs.
892
893 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
894
895 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
896 * newdoc/ref/Makefile.in: Regenerated.
897
898 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
899
900 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
901 need to link against libthreads; the files it used to contain
902 are now a part of libguile.
903
904 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
905
906 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
907 argument to the AM_INIT_AUTOMAKE macro.
908
909 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
910
911 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
912 * README: Say where to find libtool 0.9d.
913
914 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
915
916 Changes to work with automake-1.1n, which has better libtool
917 support. Also use libtool 0.8.
918 * README: Note new version numbers for automake and libtool.
919 * missing: New file required by new automake.
920 * Makefile.in: Regenerated.
921
922 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
923
924 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
925
926 * Makefile.am: Omit doc subtree.
927 * configure.in: Omit makefiles in doc subtree.
928 * Makefile.in, configure: Rebuilt.
929
930 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
931
932 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
933 with its definition and commented out definition of PACKAGE. This
934 changed seemed necessary after having removed PACKAGE from
935 libguile/acconfig.h.
936
937 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
938
939 * ltconfig, ltmain.sh: New versions from libtool-0.9.
940
941 * configure.in: Added AM_MAINTAINER_MODE
942
943 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
944
945 * config.sub, config.guess: New versions, that handle i686, etc.
946
947 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
948
949 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
950 tutorial rewrite, but have not merged much into it yet.
951
952 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
953
954 * newdoc/ref/guile-ref.texi: started checking in parts of the
955 reference manual re-write.
956
957 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
958
959 * ltconfig, ltmain.sh: New files for libtool support. libguile,
960 rx, gh and gtcltk-lib can now be build as shared libraries.
961 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
962
963 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
964
965 * Guile 1.0 released. This is the first release by the Free
966 Software Foundation; Cygnus has also released earlier versions of
967 Guile.
968
969 * GUILE-VERSION: Updated version number.
970 * NEWS: Added comments for all the user-visible changes marked in
971 the ChangeLogs.
972 * README: Updated for release.
973
974 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
975
976 * scsh: new directory.
977
978 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
979
980 * configure.in: Generate doc/guile-programmer/Makefile and
981 doc/guile-user/Makefile.
982
983 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
984
985 * aclocal.m4: Now automatically generated by aclocal.
986 * threads.m4: New file.
987 * guile.m4: New file.
988 * Makefile.am, doc/Makefile.am: New files.
989 * configure.in: Updated for Automake. Avoid excessively verbose
990 "greet" messages.
991
992 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
993
994 * lgh: directory renamed to gh, along with all prefixes of the
995 high level library procedures.
996
997 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
998
999 * Makefile.in (TAGS tags): Find the source files in $srcdir.
1000
1001 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
1002
1003 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
1004
1005 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
1006
1007 * configure.in: Added some configuration magic from the Cygnus
1008 distribution.
1009
1010 * aclocal.m4: New file. For now used for thread support
1011 configuration.
1012
1013 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1014
1015 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
1016
1017 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
1018 directories, to arrange for lgh to the last thing
1019 configured/built.
1020
1021 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
1022
1023 * lgh/: added the directory in which I implement the high level
1024 libguile library (lgh_) for this release of Guile. See the
1025 ChangeLog in there for further details.
1026
1027 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1028
1029 * doc/ (guile-user and guile-programmer): added the guile-user and
1030 guile-programmer directories which contain the user and programmer
1031 manuals. See the ChangeLog entries there for detail.
1032
1033 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
1034
1035 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
1036
1037 * Makefile.in (distclean): Don't forget to delete
1038 config.build-subdirs.
1039
1040 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
1041
1042 * Makefile.in (tags): New name for `TAGS' target, which will
1043 always run the commands.
1044
1045 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
1046
1047 * README: Doc fixes.
1048
1049 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
1050
1051 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
1052
1053 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
1054
1055 * configure.in: Check for -ldl, so the check for Tcl won't fail
1056 spuriously.
1057
1058 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
1059
1060 Change the way we decide whether to build gtcltk-lib, so that it's
1061 omitted from the build process when appropriate, but never from
1062 the dist process.
1063 * configure.in: Don't edit all_subdirs depending on the
1064 availability of Tk; let that be the list of all PLUGIN
1065 subdirectories present, as it used to be. Instead, edit a new
1066 variable, build_subdirs; write its final value, the list of
1067 subdirs we do want to compile in, to config.build-subdirs.
1068 Substitute that into the top-level Makefile too.
1069 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
1070 recurse on the subdirectories we should build.
1071 (distdirs): Set this to @existingdirs@, so it includes the subdirs
1072 we decided not to build.
1073
1074 * doc/gtcltk.texi: File resurrected from old Guile releases.
1075 * doc/Makefile.in (info): Build the gtcltk documentation.
1076 (DIST_FILES): Include it in the distribution.
1077
1078 * configure.in: If we can find the library for tcl7.5, build
1079 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
1080 compiler (not sure this is necessary).
1081
1082 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
1083
1084 * NEWS: Fix bug reporting address.
1085
1086 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
1087
1088 * AUTHORS: New file, in accordance with the GNU maintainers'
1089 standards.
1090
1091 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
1092
1093 * README: Renamed from ANNOUNCE; include bug report address,
1094 description, and short tour.
1095 * INSTALL: Renamed from BUILDING.
1096 * NEWS: New file.
1097 * Makefile.in (DISTFILES): Update appropriately.
1098
1099 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
1100
1101 * doc/Makefile.in: Added pattern targets for creating DVI and
1102 PostScript files.
1103 (%.ps, %.dvi, %.txt): New targets.
1104 (DVIPS, TEXI2DVI): New variables.
1105
1106 * GUILE-VERSION: Updated to 1.0b3.
1107
1108 Rehashed distribution system, in preparation for nightly
1109 snapshots. Other changes in subdirectories.
1110 * Makefile.in (dist): Rewritten --- the old target was out of
1111 date, dependent on files that we don't have, and relied on GNU
1112 tar. The new target is simpler.
1113 (VERSION, srcdir, dist_dirs): New variables.
1114 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
1115 TODO.
1116 (localtreats): Variable removed. We don't have this file.
1117 (info): cd to doc and make info there; don't make info in every
1118 ${subdir}; those Makefiles don't know what to do.
1119 (distname, distdir, treats, announcefile): Variables removed.
1120 (manifest-file): Target removed.
1121 (dist-dir): New target, responsible for distributable files in
1122 this directory.
1123 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
1124 controlling the 'dist' target.
1125 * configure.in: Substitute GUILE-VERSION into the top-level
1126 Makefile. Build doc/Makefile from doc/Makefile.in.
1127
1128 * doc/Makefile.in: New file.