Rebuilt from configure.in by autoconf.
[bpt/guile.git] / ChangeLog
1 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
2
3 Change the way we decide whether to build gtcltk-lib, so that it's
4 omitted from the build process when appropriate, but never from
5 the dist process.
6 * configure.in: Don't edit all_subdirs depending on the
7 availability of Tk; let that be the list of all PLUGIN
8 subdirectories present, as it used to be. Instead, edit a new
9 variable, build_subdirs; write its final value, the list of
10 subdirs we do want to compile in, to config.build-subdirs.
11 Substitute that into the top-level Makefile too.
12 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
13 recurse on the subdirectories we should build.
14 (distdirs): Set this to @existingdirs@, so it includes the subdirs
15 we decided not to build.
16
17 * doc/gtcltk.texi: File resurrected from old Guile releases.
18 * doc/Makefile.in (info): Build the gtcltk documentation.
19 (DIST_FILES): Include it in the distribution.
20
21 * configure.in: If we can find the library for tcl7.5, build
22 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
23 compiler (not sure this is necessary).
24
25 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
26
27 * NEWS: Fix bug reporting address.
28
29 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
30
31 * AUTHORS: New file, in accordance with the GNU maintainers'
32 standards.
33
34 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
35
36 * README: Renamed from ANNOUNCE; include bug report address,
37 description, and short tour.
38 * INSTALL: Renamed from BUILDING.
39 * NEWS: New file.
40 * Makefile.in (DISTFILES): Update appropriately.
41
42 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
43
44 * doc/Makefile.in: Added pattern targets for creating DVI and
45 PostScript files.
46 (%.ps, %.dvi, %.txt): New targets.
47 (DVIPS, TEXI2DVI): New variables.
48
49 * GUILE-VERSION: Updated to 1.0b3.
50
51 Rehashed distribution system, in preparation for nightly
52 snapshots. Other changes in subdirectories.
53 * Makefile.in (dist): Rewritten --- the old target was out of
54 date, dependent on files that we don't have, and relied on GNU
55 tar. The new target is simpler.
56 (VERSION, srcdir, dist_dirs): New variables.
57 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
58 TODO.
59 (localtreats): Variable removed. We don't have this file.
60 (info): cd to doc and make info there; don't make info in every
61 ${subdir}; those Makefiles don't know what to do.
62 (distname, distdir, treats, announcefile): Variables removed.
63 (manifest-file): Target removed.
64 (dist-dir): New target, responsible for distributable files in
65 this directory.
66 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
67 controlling the 'dist' target.
68 * configure.in: Substitute GUILE-VERSION into the top-level
69 Makefile. Build doc/Makefile from doc/Makefile.in.
70
71 * doc/Makefile.in: New file.