New texinfo.tex
[automake.git] / ChangeLog
blob8c8c29f562b3322526d37e4b33f67bf20052da43
1 Thu Feb 29 12:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
3         * texinfo.tex: New version.
5         * automake.in (am_install_var): Allow extended range of
6         installation directories.
8         * automake.in (get_object_extension): Don't allow
9         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
10         From Gord Matzigkeit.  Test confincl.test.
12         * texinfos.am (install-info): Changed usage of install-info (in
13         comment).  Per Feb 25 GNU Standards document.
15 Wed Feb 28 08:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
17         * automake.in (handle_tests): New function.
18         (generate_makefile): Call it.
19         (handle_subdirs): Skip directories whose names look like configure
20         substitutions.
21         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
22         when using gettext.
23         (scan_configure): Clear in_ac_output if "]" found.  Test
24         acoutqnl.test.
25         (require_config_file): New function.
26         (generate_makefile): Use require_config_file.
27         (config_aux_path): New variable.
28         (scan_configure): Check for AC_CONFIG_AUX_DIR.
29         (handle_merge_targets): Add install-strip rule.
31 Tue Feb 27 12:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
33         * mdate-sh: New version from Ulrich Drepper.
35         * automake.in (handle_source_transform): Changed fill back to
36         empty string.
37         (handle_libraries): Ditto.
38         (handle_dist): Ditto.
39         (handle_dependencies): Ditto.
40         (handle_footer): Ditto.
41         (handle_phony): Ditto.
43         * Makefile.am (DIST_SUBDIRS): Removed.
44         (installcheck-local): Use Perl, not test -x.
45         (PERL): New macro.
46         (maintainer-check): Use $(PERL), not @PERL@.
48         * configure.in (VERSION): Upped to 0.31.
50 Sat Feb 24 15:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
52         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
53         and config.guess.
55         * automake.in: Use keyed_aclocal_warning when warning about
56         fp_PROG_INSTALL.
57         (get_object_extension): Use keyed_aclocal_warning when warning
58         about fp_C_PROTOTYPES.
59         (keyed_aclocal_warning): New function.
61         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
62         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
64         * automake.in (get_object_extension): Only give error about
65         fp_C_PROTOTYPES once.
67         * automake.in (seen_ranlib): New variable.
68         (scan_configure): Recognized AC_PROG_RANLIB.
69         (handle_libraries): Error if ranlib not checked for.
71         * automake.in (default_strictness): Default to GNU.
72         (default_strictness_name): Ditto.
74 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
76         * automake.in (read_am_file): Removed @kr@ support.
77         (get_object_extension): Ditto.
79         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
81 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
83         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
85 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
87         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
88         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
90         * automake.in (handle_scripts): Ensure $scripts_installed set to
91         boolean value.  Test proginst.test.
93         * Makefile.am (installcheck-local): New target.
95         * automake.in (require_file): No error if missing file is
96         installed.
98 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
100         * automake.in (handle_scripts): SCRIPTS no longer automatically
101         cleaned.  Now possible to install scripts in pkgdatadir.
102         ($seen_canonical): New variable.
103         (generate_makefile): Check for config.guess and config.sub here;
104         fixes bug reported by Gord Matzigkeit.
106         * Makefile.am (pkgdata_SCRIPTS): New variable.
107         (CLEANFILES): New macro.
109         * scripts-clean.am: Removed.
111 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
113         * automake.in (am_install_var): Error if primary variable actually
114         defined.
115         (am_install_var): Skip elements that look like configure
116         substitutions.
117         (am_install_var): "EXTRA" is a valid prefix.
118         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
119         (handle_merge_targets): Treat "all" target like "install".
120         (handle_subdirs): Don't push all-recursive.
122         * header.am (install-@DIR@HEADERS): Don't depend on all.
123         * data.am (install-@DIR@DATA): Don't depend on all.
124         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
125         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
126         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
128         * automake.in (am_install_var): Push generated install targets
129         onto @phony.
131         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
132         * automake.in (handle_merge_targets): Correctly handle recursive
133         calls of uninstall, install-exec, and install-data.
134         (handle_merge_targets): Put Makefile, and possibly $config_name,
135         onto @all.
136         (handle_merge_targets): Push 'all' onto @install as appropriate.
138 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
140         * automake.in (handle_configure): config.status is in
141         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
143         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
145 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
147         * automake.in: (seen_prog_yacc): New variable.
148         (scan_configure): Look for yacc.
149         (handle_source_transform): Skipp C++ header files.
150         (handle_source_transform): .cxx is a C++ source file.
152 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
154         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
156         Implemented --verbose feature; idea from Greg Woods:
157         * automake.in (verbose): New global.
158         (generate_makefile): Print creating message if verbose.
159         (grep_for_vers_texi): Print message if verbose.
160         (handle_dependencies): Ditto.
161         (scan_configure): Ditto.
162         (read_am_file): Ditto.
163         (parse_arguments): Added --verbose.
164         (initialize_global_constants): Ditto.
166         * automake.in (get_object_extension): Use am_line_error.
167         (handle_source_transform): Ditto.
168         (handle_libraries): Ditto.
169         (handle_texinfo): Ditto.
170         (handle_man_pages): Ditto.
171         (handle_dist): Ditto.
172         (handle_dist): Ditto.
173         (handle_subdirs): Ditto.
174         (handle_configure): Ditto.
175         (handle_merge_targets): Ditto.
176         (am_install_var): Ditto.
177         (am_line_error): Allow actual line number as argument.
178         (handle_configure): Use am_line_error.
179         (scan_configure): Set config_header_line.
180         (config_header_line): New global.
181         Use @PERL@ to find perl during exec.  From Greg Woods.
183 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
185         * automake.in (initialize_per_input): Init %content_lines.
186         (read_am_file): Set appropriate content_lines elements while
187         reading.
188         (am_line_error): New function.
189         (read_am_file): Use it.
190         (handle_options): Ditto.
192         * automake.in (scan_configure): Handle case where more than one .o
193         is put into LIBOBJS at once.  Test libobj.test.
195 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
197         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
198         Test acouttbs.test.
199         (handle_subdirs): Restored intl, po warnings.
201         * automake.in (scan_configure): Delete everything after "," or
202         ")".  Test acoutnoq.test.
203         (handle_dist): Use $relative_dir, not nonexistent $subdir.
204         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
205         SUBDIRS; don't warn about their absence.
207 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
209         * automake.in (handle_texinfo): Removed bogus error message.
211         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
212         onto @all.
213         (handle_options): Handle version number.
215         * automake.in ($maint_charset, $dist_charset): New variables.
216         (initialize_per_input): Init $local_maint_charset.
217         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
218         (generate_makefile): Don't print "creating...".
220 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
222         * automake.in (get_object_extension): Substitute
223         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
224         (handle_source_transform): Use $1, not \1.
225         (pretty_print_internal): Handle Tabs in fill when computing indent
226         on new line.
227         (handle_merge_targets): Always generate install-exec and
228         install-data targets.  Test instexec.test.
229         Fixed error message if fp_PROG_INSTALL missing.
231         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
232         @CONFIG_INCLUDE_SPEC@.
234         * automake.in (scan_configure): Delete everything after "]".  Test
235         acoutput.test.
237         * configure.in (AC_OUTPUT): Create tests/Makefile.
238         * Makefile.am (SUBDIRS): New macro.
240         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
241         Meyering.
243         * configure.in (AC_OUTPUT): Ensure automake is executable.
245 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
247         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
248         not exist.
250         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
252         From Jim Meyering:
253         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
254         (@DIR@_LIBFILES).
255         * header.am (install-@DIR@HEADERS): Depend on all, not
256         $(@DIR@_HEADERS).
257         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
258         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
259         $(@DIR@_SCRIPTS).
260         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
261         $(@DIR@_PROGRAMS).
263         * automake.in (initialize_per_input): Initialize
264         $use_dependencies.
265         ($seen_path_xtra): New variable.
266         (scan_configure): Look for AC_PATH_XTRA.
267         (get_object_extension): Add variables to output if X seen.
269 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
271         * automake.in (handle_programs): add pkglib to list of
272         directories for C
273         (various): include a tab as fill for continuation lines
274         printed with pretty_print*, esp. for macro variable assignments.
275         [ changed to 4 spaced by me ]
277 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
279         * configure.in (VERSION): Upped to 0.30.
281         * Makefile.am (automake): Removed.
282         (DIST_OTHER): Removed.
284         * automake.in (handle_source_transform): All dep_files are
285         relative to $(srcdir).
286         (handle_libraries): Ditto.
287         (scan_configure): Test for AC_PROG_INSTALL as well as
288         fp_PROG_INSTALL.  Don't error here.
289         (seen_prog_install): Now global.
290         (scripts_installed): New global.
291         (handle_scripts): Set it.
292         Give error if appropriate install macro not seen.
293         (handle_subdirs): Ensure $seen_gettext before requiring
294         gettext-specific files.
295         (handle_configure): Automatically rebuild 
297         From Jim Meyering:
298         * automake.in (handle_source_transform): Use \W when quoting
299         regexp.  When blah_SOURCES not explicitly defined, still create
300         entry in %deps.
301         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
302         * subdirs.am (maintainer-clean-recursive): Now depends on
303         $(CONFIG_HEADER) and Makefile.
305         * automake.in (handle_source_transform): Skip macro references.
307 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
309         * automake.in (handle_texinfo): Include "rm" when deleting files.
311         * Makefile.am (maintainer-check): Expect only one ${...}.
312         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
313         Meyering.
315         * automake.in (handle_configure): Only define CONFIG_HEADER if
316         $config_name.
317         ($seen_gettext): New variable.
318         (handle_subdirs): Do all gettext-related checking here.
319         (scan_configure): Just set $seen_gettext.
320         (handle_man_pages): Properly quote $(MANS).
322 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
324         * depend.am: Don't use srcdir anywhere.
325         * automake.in (handle_libraries): Don't make .deps relative to
326         srcdir.
327         (handle_options): Recognize no-dependencies.
329         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
330         ".".  Properly quote regexp.
332 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
334         * automake.in (handle_configure): Only defined CONFIG_HEADER if
335         $config_name.
336         (read_am_file): Quote regexp when substituting top_builddir.
337         (handle_source_transform, handle_libraries): Look in
338         $(srcdir)/.deps for .P files.
340 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
342         * automake.in (am_conf_error): New function.
343         (scan_configure): Use it.
344         (scan_configure): A comma also ends AC_OUTPUT macro.
346         * automake.in (read_am_file): Compute top_builddir when including
347         header-vars.am.
348         (handle_configure): Use $top_builddir, not $top_reldir.
349         (other_input_files): New variable.
350         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
352         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
353         * automake.in (input_files, seen_make_set): Declare globally.
354         (parse_arguments): Use input_files, not make_list.
355         Only scan configure.in once.
356         (handle_dist): Use SUBDIRS to determine when to make
357         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
358         find top of dist tree.
359         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
360         configure.in (done elsewhere).
361         (scan_configure): seen_make_set is global.  Allow arbitrary space
362         in LIBOBJS assignment.
363         (top_builddir): New variable.
364         * header-vars.am (top_builddir): New variable.
365         * remake-subd.am (Makefile): Look in top_builddir, not .., when
366         remaking.
367         * automake.in (handle_merge_targets): Run 'all' before
368         check-recursive.
370         * automake.in (file_contents_with_transform): Changed error
371         message.
372         (handle_configure): Define $contents{'CONFIG_HEADER'}.
374         * texi-version.am: Many changes to support multiple .texi files.
375         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
376         "@VTI@".
377         * automake.in (handle_configure): install.sh is an anachronism.
378         (handle_texinfo): Generalized for multiple .texi files.  Handle
379         'clean-info' internally.
380         * texi-clean.am: Removed.
381         * Makefile.am: Updated for removal.
383 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
385         * automake.in (grep_for_vers_texi): New function.
386         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
387         (handle_texinfo): Changes to generalize to multiple .texi files.
389 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
391         Fixes from Gord Matzigkeit:
392         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
393         topsrcdir.
394         * header.am: New file.
395         * Makefile.am (pkgdata_DATA): Install header.am.
396         * automake.in (handle_headers): Use header.am, not data.am.
397         (am_install_var): Allow pattern to be compiled multiple times.
399         * config.guess, config.sub: New files.
400         * Makefile.am (pkgdata_DATA): Install config.guess and
401         config.sub.
402         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
403         AC_CANONICAL_SYSTEM.
405 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
407         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
408         (handle_man_pages): Use man_MANS, not MANS.
410         * Makefile.am (info_TEXINFOS): Renamed.
412         * automake.in (scan_configure): Remove comments from input line.
413         (am_variable): Removed.
415         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
417         * automake.in (config_name, config_header): New globals.
418         (scan_configure): Look for AC_CONFIG_HEADER.
419         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
421 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
423         * automake.in (handle_dist_worker): Bug fix.
425 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
427         * automake.in (require_file): Install missing files only according
428         to desired strictness.
429         (initialize_per_input): Don't init libsources.
430         (scan_configure): Reinit libsources.
431         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
432         (fp_c_prototypes): New global.
433         (scan_configure): Set it.
434         (get_object_extension): Error if fp_C_PROTOTYPES not in
435         configure.in when using ansi2knr.
436         (handle_source_transform): Skip header files.
438         * automake.in (handle_dist_worker): Explicitly make 'dist' in
439         subdirs.
441 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
443         From François Pinard:
444         * automake.in (handle_source_transform): Transform $o file into .P
445         file.
446         (handle_dist_worker): Handle case where DISTFILES includes
447         wildcard.  Bug fix in subdir case.
449         * automake.in (parse_arguments): Initialize strictness to
450         'normal'.
452 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
454         * automake.in (scan_configure): Look for NLS support.
456         Changes from François Pinard:
457         * texinfos.am (install-info): Correctly install when build dir is
458         not srcdir.
459         * tags-subd.am (ID): Indentation change.
460         * kr-vars.am (o): Use ".@U@o", not "@U@o".
461         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
462         * automake.in (handle_dist_worker): Fixlets.
463         (handle_dist): Sort keys going into dist_common.
465 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
467         * automake.in (handle_dist_worker): If Gnits, don't allow release
468         until NEWS is updated.
470         * configure.in (VERSION): Version 0.29.
472         * Makefile.am (maintainer-check): Look for perl4.036 in path.
474         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
475         (DEP_DISTFILES): Ditto.
477         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
478         * dist-vars.am (DEP_DISTFILES): New variable.
480         * automake.in (handle_options): Support dist-shar option.
481         (handle_dist_worker): New function.
482         (handle_dist): Use it.
484         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
485         *.tmp.
487         * automake.in (handle_dist): Chmod distdir 777.  From François
488         Pinard.
490         * automake.in (scan_configure): New function.
491         (initialize_per_input): Init libsources.
492         (generate_makefile): Run handle_configure first.
493         (handle_configure): Run scan_configure.
494         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
496 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
498         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
500         * automake.in (strictness, strictness_name): Renamed.
501         (initialize_per_input): Set strictness, strictness_name.
502         Initialize %options.
503         (generate_makefile): Run handle_options.
504         (handle_options): New function.
505         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
506         man page install if no-installman option given.
507         (read_am_file): Deprecate @kr@.
508         (get_object_extension): Look at ansi2knr option.
509         (parse_arguments): Take global strictness from command-line
510         options.
512 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
514         Fixes from François Pinard:
515         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
516         * automake.in (get_object_extension): Use $o, not $(kr)o.
517         (handle_source_transform): Don't look for $(kr)c files.
518         * kr-vars.am (o): New macro.
519         (kr): Removed.
521         * depend.am (DEP_FILES): Removed.
522         * automake.in (handle_source_transform): Push .P file onto
523         dep_files.
524         (initialize_per_input): New variable %dep_files.
525         (handle_dependencies): Generate DEP_FILES here.
527 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
529         * automake.in (do_one_clean_target): Only remove config.status in
530         top-level directory.
531         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
533         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
535         * automake.in (handle_dist): Make "ln" quiet.
537         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
539 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
541         * automake.in (handle_merge_targets): 'check' shouldn't depend on
542         'all' at top level.
543         (file_contents_with_transform): New function.
544         (am_install_var): Use file_contents_with_transform.
545         (handle_programs): Ditto.
546         (handle_libraries): Ditto.
547         (handle_texinfo): Ditto.
548         (handle_merge_targets): Let 'install' depend on 'all' if no other
549         dependencies exist.  From Jim Meyering.
550         (check_gnu_standards): GNU requires AUTHORS file.  (See
551         maintain.text).
552         (require_file): Put body in loop.
553         (get_object_extension): Only call require_file once.
554         (handle_configure): Ditto.
556         From Jim Meyering:
557         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
558         * tags-subd.am (id): Removed.
560 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
562         * Added copyright notice to each .am file.
564         * automake.in: Cleanups from François Pinard to avoid $#.
565         (require_argument): Fixed sense of test.
566         (set_strictness): Bug fix.
568 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
570         * Makefile.am (pkgdata_DATA): Removed old dist files.
572         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
574         * automake.in (set_strictness): Set $strictness_name.
575         (strictness_name): New variable.
576         (handle_dist): Substantially rewrote.
578         * configure.in: Point AC_INIT at automake.in.
580         * automake.in (generate_makefile): Report errors against
581         Makefile.in, not Makefile.am.
583 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
585         * mdate-sh: Bug fix from Jim Meyering.
587         * dist.am (dist): Changed in parallel with dist-subd-top.am.
589         * mkinstalldirs: Reverted.
591         * automake.in (initialize_global_constants): Allow COPYING.LIB
592         again.
593         (check_gnits_standards): Disallow COPYING.LIB.
595         * texinfos.am (install-info): Only look in $(srcdir) for info
596         files.
598         * automake.in (initialize_global_constants): New variable
599         gen_copyright.
600         (read_am_file): Put a copyright in each Makefile.in.
602         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
604         * automake.in (am_install_var): Put space before "=".
605         (handle_dist): Put README first in DIST_COMMON.
607         * Makefile.am (pkgdata_DATA): Include COPYING.
609         * COPYING: New file.
611         * automake.in (parse_arguments): Added --gnu and --gnits as
612         synonyms.
613         (initialize_global_constants): Ditto.
614         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
615         (initialize_global_constants): Look for README first.
616         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
617         ABOUT-GNU.
618         (check_gnu_standards): Require file COPYING.
620         From François Pinard:
621         * automake.in (file_contents): Comment out "warn"s.
622         (usage): Use 4 columns.
623         (USAGE_FORMAT): Ditto.
625         * texinfos.am (install-info): Look for info file relative to $$d.
627         * Makefile.am (cvs-dist): Suppress output of "grep".
629         * configure.in (VERSION): Version 0.28.
631         * automake.in (pretty_print_internal): Fix for Perl 4
632         compatibility.
634         * configure.in (VERSION): Version 0.27.
636         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
637         invocation.
639         * automake.in (initialize_global_constants): Don't quote "@" in
640         $install_man_format.
641         (handle_merge_targets): use "@:" as empty command, not ":".
643 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
645         * texinfos.am (install-info): Look in $d for info files.  From
646         François Pinard.
648         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
650         * automake.in (read_am_file): Correctly deal with continued
651         variable definitions.
653 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
655         * automake.in (handle_merge_targets): 'check' target depends on
656         'all'.
657         (file_contents): Don't be so verbose.
658         (read_am_file): Ditto.
659         (read_am_file): Must use substr to check for trailing \.
660         (am_install_var): Use push_phony_cleaners.
661         (file_contents): Set $was_rule when assuming a rule is seen.
662         (read_am_file): Ditto.
663         (do_one_clean_target): Removed spurious newline.
665         Some changes from François Pinard:
666         * Removed trailing whitespace from all '.am' files.
667         * tags-subd.am (ID): Use &&, not ;.
668         (TAGS): Ditto.
669         * automake.in (parse_arguments): Removed useless message.
670         (parse_arguments): Don't explicitly referenced STDERR.
671         (require_argument): Ditto.
672         (am_error): Ditto.
673         (set_strictness): Ditto.
674         (file_contents): Ditto.
675         (read_am_file): Ditto.
676         (generate_makefile): Style tweaks.
677         (handle_programs): Ditto.
678         (handle_libraries): Ditto.
679         (handle_texinfo): Ditto.
680         (handle_man_pages): Ditto.
681         (handle_tags): Ditto.
682         (handle_dist): Ditto.
683         (handle_subdirs): Ditto.
684         (handle_configure): Ditto.
685         (handle_footer): Don't put newline before footer.am contents.
686         (handle_merge_targets): Style tweaks.
687         (do_one_clean_target): Ditto.
688         (dirname): Ditto.
689         (am_variable): Ditto.
690         Defined some new constants.
691         (generate_makefile): Don't call generate_header.
692         (generate_header): Removed.
693         (file_contents): Rewrote.
694         (read_am_file): Rewrote.
696         * automake.in (generate_makefile): Handle phony target.
697         (do_one_clean_target): Pretty-print dependencies.
698         (handle_installdirs): Pretty-print rule.
700         * Makefile.am (maintainer-check): Made some commands silent.
702         * automake.in (initialize_global_constants): Don't install or
703         uninstall cat'd man pages.
704         (initialize_per_input): Added phony target.
705         (push_phony_cleaners): New function.
706         (get_object_extension): Handle phony targets.
707         (handle_texinfo): Ditto.
708         (handle_man_pages): Ditto.
709         (handle_tags): Ditto.
710         (handle_dist): Ditto.
711         (handle_subdirs): Ditto.
712         (handle_installdirs): Ditto.
713         (handle_merge_targets): Ditto.
714         (handle_clean): Ditto.
715         (do_one_merge_target): Ditto.
716         (am_install_var): Ditto.
717         (handle_phony): New function.
718         (generate_makefile): Call it.
719         (pretty_print_internal): New function.
720         (pretty_print_rule): Ditto.
722 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
724         * automake.in (initialize_global_constants): Don't print body of
725         loop at make time.
727         Changes from François Pinard:
728         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
729         (DEP_FILES): Put dependency files in $(srcdir).
730         Look in $(srcdir) when including dependency files.
731         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
732         (.deps/%.P): MKDEP includes all macro expansions.
733         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
734         be so verbose.
735         * dist-subd.am (dist): Don't be so verbose.
736         * dist.am (dist): Don't be so verbose.
738         * automake.in (do_one_clean_target): Remove config.status in
739         maintainer-clean.  From Jim Meyering.
741         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
742         Meyering.
744         * automake.in (handle_merge_targets): Add dummy command for empty
745         install target.  From Jim Meyering.
747 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
749         * texinfos.am (uninstall-info): Bug fix.
751         * Makefile.am (maintainer-check): Error if ${...} used.
752         * depend.am (DEP_FILES): Prefer $(...).
754         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
755         exists.
756         * libraries.am (install-@DIR@LIBRARIES): Only install library if
757         it exists.
758         * programs.am (install-@DIR@PROGRAMS): Only install program if it
759         exists.
761         * texinfos-vars.am (TEXFILES): Removed.
763         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
765         * automake.in (do_one_merge_target): Never generate trailing
766         whitespace.
767         (pretty_print): New function.
768         (handle_footer): Prettyprint definitions.
769         (am_install_var): Ditto.
770         (handle_source_transform): Ditto.
771         (handle_dist): Ditto.
772         (handle_libraries): Ditto.
773         (read_am_file): Put comments nearer appropriate code.
775         * texi-clean.am (mostlyclean-info): Use continued lines, not
776         multiple rm's.  From Jim Meyering.
778 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
780         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
781         mkinstalldirs, texinfo.tex to be installed.
782         * automake.in (symlink_exists): New global.
783         (install_missing): Ditto.
784         (require_file): Install missing files if possible.
785         (parse_arguments): Handle --install-missing option.
786         (initialize_global_constants): Document --install-missing.
788         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
789         Ensure 'checks' pass before release.
790         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
791         Franc,ois Pinard.
792         (cvs-dist): Depend on maintainer-check instead of explicitly
793         running check.
795         * configure.in (VERSION): Version 0.26.
797         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
798         of 'if' test.
800         * depend.am (DEP_FILES): Bug fix.
802         * automake.in (do_one_clean_target): Typo.
804         * Makefile.am (check-local): Run syntax check under Perl 4.
806         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
807         (handle_source_transform): Loop variable is now $_.  From Gor
809         * Makefile.am (check-local): Check for 'true' in source.
810         * texinfos.am (install-info): Can't use "true" in any rule.
812 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
814         * Makefile.am (cvs-dist): New target.
816         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
817         failures.
819         * texinfos.am (install-info): Don't do install-info for now.
821         * clean.am (distclean-generic): Don't remove config.status here.
822         * automake.in (do_one_clean_target): Remove config.status later,
823         for 'make -j2'.  From Jim Meyering.
825 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
827         * configure.in (VERSION): Version 0.25.
829         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
830         (handle_configure): Check for AC_PROG_MAKE_SET.
832         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
833         Meyering.
835         * automake.in (am_install_var): Changed how 'clean' handled for
836         uniform name targets.
837         * Makefile.am (pkgdata_DATA): Added new files.
838         * data-clean.am: New file.
839         * scripts-clean.am: New file.
840         * libraries-clean.am: New file.
841         * programs-clean.am: New file.
843 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
845         * automake.in (am_install_var): Error if variable name
846         "misspelled".
847         (handle_source_transform): Automatically include .c file
848         corresponding to .y or .l.
850 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
852         * programs.am: Changed for uniform naming scheme.
854         * automake.in (read_am_file): Allow '-' and '.' in target names.
855         (generate_makefile): Don't pass arguments to handle_libraries.
856         (initialize_per_input): Define @sources, @objects.
857         (generate_makefile): Init @sources, @objects if needed.
858         (handle_source_transform): Push onto @sources, @objects here.
859         (am_install_var): Push primary onto @all, for configure-time
860         customization.
861         (handle_programs): Use new uniform naming scheme.
863         * Makefile.am (check-local): New target.
865         * automake.in (handle_libraries): Use uniform naming scheme.
867         * libraries.am: Rewrote for uniform naming scheme.
869         * scripts.am: Updated names of all clean targets.
871         * automake.in (handle_programs): Split on all whitespace.
872         (handle_libraries): Ditto.
873         (handle_texinfo): Ditto.
874         (handle_man_pages): Ditto.
875         (am_install_var): Changed return result.
876         (am_install_var): Changed interface.
877         (am_install_var): Push onto @clean@ if requested.
878         (handle_scripts): Pass -clean to am_install_var.
880 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
882         * automake.in (am_install_var): Push target onto @all.
883         (get_object_extension): Use $(...).
884         (handle_source_transform): Ditto.
885         (handle_programs): Ditto.
887         * automake.in (require_argument): New function.
888         (parse_arguments): Use it.
889         (push_dist_common): New function.
890         (generate_makefile): Use it.
891         (handle_texinfo): Ditto.
892         (handle_dist): Ditto.
893         (handle_configure): Ditto.
894         (require_file): Ditto.
895         (generate_makefile): Don't pass arguments to handle_scripts.
896         (handle_configure): Require configure.in.
897         (check_gnu_standards): New function.
898         (check_gnits_standards): Ditto.
899         (generate_makefile): Check standards.
901         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
903         * automake.in (LENIENT, GNU, GNITS): New constants.
904         (initialize_per_input): New function.
905         (generate_makefile): Use it.
906         (initialize_global_constants): Renamed from init_globals.
907         (require_file): Added strictness argument.
908         (parse_arguments): Added --strict option.
909         (set_strictness): New function.
910         (parse_arguments): use it.
911         (initialize_global_constants): Document --strictness.
913         * automake.in: Use ${1+"$@"} to preserve quoting when running
914         under sh.
916         * texinfos.am (install-info): Don't use "true".
917         * tags.am (TAGS): Don't use "true".
919         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
920         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
922         * program.am (@PROGRAM@): Use LINK macro.
923         * compile.am (.c.o): Use COMPILE macro.
925         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
926         ${...}.
928         * subdirs.am (RECURSIVE): Removed macro.
930         * clean.am: Changed to not be so verbose.
932         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
933         * automake.in (handle_texinfo): Transform texi-clean and put into
934         output rules.
935         * texinfos-vars.am (TEXFILES): Removed.
936         * texinfos.am: Removed 'clean' targets.
937         * texi-clean.am: New file.
939         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
941         * texinfos-vars.am (TEXFILES): Added *.op.
943         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
944         standards.
945         * dist.am (dist): Use DISTFILES.
946         * dist-subd.am (dist): Use DISTFILES.
947         * dist-subd-top.am (dist): Use DISTFILES.
949 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
951         * Makefile.am (ETAGS_ARGS): Define.
953         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
954         Meyering.
956         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
958         * automake.in (handle_scripts): Use am_install_var.
960         * scripts.am: Rewrote for new uniform naming scheme.
962         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
964         * libscripts.am: Removed.
966         * packagedata.am: Removed.
968         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
969         (pkgdata_DATA): Renamed from PACKAGEDATA.
971         * automake.in (handle_data): Use am_install_var.
972         (init_globals): Init %exec_dir_p.
974         * data.am: Rewrote for new uniform naming scheme.
976         * automake.in (get_object_extension): New function.
977         (handle_programs): Use it.
978         (dir_holds_sources): Changed interpretation.
979         (handle_headers): New function.
980         (am_install_var): New function.
981         (generate_makefile): Call handle_headers.
983         * header-vars.am (pkgdatadir): New macro.
984         (pkglibdir): Ditto.
985         (pkgincludedir): Ditto.
987         * automake.in (handle_source_transform): New function.
988         (am_error): New function.
989         (generate_makefile): Use it.
990         (handle_source_transform): Ditto.
991         (handle_texinfo): Ditto.
992         (handle_dependencies): Ditto.
993         (handle_merge_targets): Ditto.
994         (require_file): Ditto.
996 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
998         * automake.in: Updated FSF address.  From Jim Meyering.
999         * header-vars.am: Updated FSF address.
1001         * distname.am: Removed.
1003         * automake.in (file_contents): Strip "##" comments.
1004         * Various files: Added "##" comments for strange things.
1006         * automake.in (handle_tags): Generate TAGS rule for every
1007         directory.
1009         * subdirs.am (RECURSIVE): Include installcheck-recursive.
1010         * automake.in (installcheck): New variable.
1011         (generate_makefile): Initialize it.
1012         (handle_subdirs): Push 'installcheck-recursive'.
1013         (handle_merge_targets): Handle installcheck target.
1015 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
1017         * automake.in ($PACKAGE): Removed.
1019         * header-vars.am (ALL): Removed.
1021         * automake.in: Reworked 'all' target handling.
1023         * automake.in (generate_makefile):
1024         Don't use AM_ forms in call to am_variable.
1026         * automake.in: Changes for Perl 5, from Gord Matzigkeit
1028         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
1030         * automake.in (handle_footer): Allow SUFFIXES variable.
1032         * automake.in (am_variable): New function.
1033         (handle_texinfo): Use it.
1034         (generate_makefile): Use it.
1036         * configure.in: Version 0.24.
1038 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
1040         * automake.in (handle_libraries):
1041         Generate blah_LIBADD defines if required.
1043         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
1045         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
1047         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
1049         * configure.in: Version 0.23
1051         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
1053         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
1055         * automake.in: New option --output-dir
1057         * automake.in (handle_configure): Fixed typo.
1059         * automake.in (handle_installdirs): Always make installdirs target.
1061         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
1062         uninstall-exec-recursive.  Added installdirs-recursive.
1064         * automake.in (handle_installdirs): Handle installdirs-recursive.
1065         (handle_man_pages): 'all' depends on $(MANS)
1067         * Makefile.am: Removed mans.am.
1069         * automake.in: More man-related fixes
1071         * automake.in: Bug fixes
1073         * automake.in: Rewrote man page handling.
1075         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
1077         * automake.in (handle_installdirs): New function.
1078         (@installdirs): New global.
1079         Many changes to deal with installdirs.
1081         * clean.am (clean-generic): Always supply 'else' clause to 'if'
1083         * automake.in (generate_header): Don't use header.am.
1084         (handle_dist): Don't use dist-subd-vars.am.
1086         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
1088         * Makefile.am (DISTCLEANFILES): Removed.
1090         * clean.am (clean-generic): Bug fix.
1092         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
1094         * texi-version.am (clean-vti): No such macro as VTI
1096 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
1098         * automake.in: Bug fix for maintainer-clean
1100         * automake.in (do_one_clean_target):
1101         Print special text in maintainer-clean.
1102         (handle_clean): Always include clean.am
1104         * clean.am: Use -generic clean targets.
1106         * compile.am: Added clean targets.
1108         * configure.in: Version 0.22.
1110         * automake.in (handle_dependencies):
1111         Put trailing newline after all deps.
1113         * automake.in (handle_dependencies): Another dependency bug fix.
1115         * automake.in (handle_dependencies):
1116         Bug fix when including dependencies.
1118         * automake.in (handle_configure):
1119         Verify existence of install-sh, mkinstalldirs
1121         * automake.in (handle_texinfo): Include stamp-vti in distribution
1123         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
1124         Include DATA, PACKAGEDATA.
1126         * Makefile.am: Nothing
1128         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
1130         * automake.in (handle_texinfo): Typo
1132         * automake.in: If script ends up in shell, feed to perl
1134         * automake.in: Rewrote 'clean' rules.
1135         Documentation made and installed first.
1136         'all' depends on 'info'
1138 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
1140         * configure.in, Makefile.am: Turned off internationalization.
1142         * clean-kr.am: Rewrote for new clean scheme.
1144         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
1146         * Makefile.am (PACKAGEDATA): Include tags-clean.am
1148         * subdirs.am: Removed bogus local clean targets
1150         * tags-clean.am: Initial revision
1152         * texi-version.am: Added clean targets
1154         * texinfos.am: Fixes to clean targets.
1156         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
1157         Added clean targets
1159         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
1161         * automake.in: Completely revamped automatic de-ANSI-fication
1163         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
1165         * compile-vars.am (LINK): New macro
1167         * kr-vars.am: Trailing blank line
1169         * compile-kr.am: Rewrote
1171         * compile-vars.am (COMPILE): New macro
1173         * compile-vars.am (ANSI2KNR): Removed
1175         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
1177         * kr-vars.am: Initial revision
1179         * automake.in (require_file): New function.
1180         (handle_texinfo): Require 'mdate-sh'
1181         (common_sometimes): New variable
1182         (usage): Use it.
1184         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
1186         * mdate-sh: Initial revision
1188         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
1190         * automake.in (generate_makefile):
1191         Put Makefile.in, Makefile.am in @dist_common
1192         (handle_configure): Use @dist_common as appropriate
1194         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
1196         * configure.in: Abort if perl not found
1198         * configure.in: Look for perl
1200         * automake.in: Reimplemented in Perl
1202         * automake.in: Fixlet
1204 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
1206         * automake.in: Always print ".SUFFIXES:" rule.
1208         * automake.in: Distribution config.h.in if required
1210         * automake.in: Bug fix when including texi-version.am
1212         * automake.in: Bug fix when looking for .texi file in $am_reldir
1214         * depend.am: Comment fix
1216         * automake.in: Look for .texi file in $am_reldir
1218         * automake.in: Fixlet
1220         * automake.in: Blank line after targets from user's Makefile.am
1222         * automake.in: Move footer items to actual footer
1224         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
1226         * automake.in (common):
1227         Don't include acconfig.h, config.h.top, config.h.bot
1229         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
1231         * Makefile.am (CONFIG_H): Define
1233         * acconfig.h: Initial revision
1235         * configure.in: Use AC_CONFIG_HEADER.
1237         * automake.in: Put blah_TEXINFOS into DIST_COMMON
1239         * automake.in: .info file explicitly depends on primary .texi file
1241         * texinfos.am (install-info): Always supply 'else' clause to 'if'
1243         * tags.am (TAGS): Always supply 'else' clause to 'if'
1245         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
1247         * automake.in: Always include footer.am in output
1249         * mans.am (install-man): Always supply 'else' clause to 'if'
1251         * automake.in: More version.texi fixes
1253         * automake.in: Only do version.texi processing if requested.
1255         * automake.in: Minor internationalization fixes.
1256         Subshell can now exit with nonzero status.
1257         Fixed up .texi handling; now uses texi-version.am
1258         Make sure '.c' and '.o' are in .SUFFIXES if required.
1260         * Makefile.am (PACKAGEDATA): Include texi-version.am
1261         (stamp-vti, version.texi): Removed
1262         (TEXINFOS): Don't reference version.texi
1264         * texi-version.am: Initial revision
1266         * dist.am, dist-subd-top.am (dist):
1267         [DIST_SUBDIRS] Follow symlinks when copying.
1269         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
1271 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
1273         * automake.in: Added --amdir option
1275         * Makefile.am, configure.in: Turned on internationalization
1277         * Makefile.am: Set EDITION
1279         * configure.in: Version 0.21
1281         * tags.am, tags-subd.am: Don't use double-colon rules
1283         * automake.in: Redid install-data, install-exec, uninstall handling
1285         * configure.in: Turn off i18n
1287 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
1289         * automake.in (common): Remove NLS
1291         * automake.in (common): Include ABOUT-NLS.
1293         * automake.in: Test for install-sh and mkinstalldirs
1295         * automake.in: Blank line after OBJECTS= line
1297         * automake.in: Start subshell in loop after check for Makefile.am
1299         * automake.in: --use-deps now the default
1301         * automake.in (am_dir): Don't apply transform to install directory name
1303         * packagedata.am: Don't apply transform to install directory name
1305         * Makefile.am (SUBDIRS): Hold off on internationalization
1307 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
1309         * automake.in:
1310         Write 'SOURCES =' line after copying Makefile.am variables
1312         * automake.in: Fixed bug in "--" option processing
1314         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
1316         * Makefile.am (DIST_OTHER): Include gettext-sh
1318         * Makefile.am (SUBDIRS): Define
1320         * configure.in: Include internationalization bits
1322         * automake.in: Many changes to avoid double-colon rules.
1324         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
1326         * subdirs.am: Removed "::" rules
1328         * header.am: Removed install, uninstall
1330         * header.am: Added install, uninstall targets
1332         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
1334         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
1335         Removed "::" rules
1337         * Makefile.am (PACKAGEDATA): Include libscripts.am
1339         * libprograms.am: Don't install libscripts here
1341         * libscripts.am: Initial revision
1343         * scripts.am, programs.am, libprograms.am: Removed "::" rules
1345         * automake.in (am_dir): Run package name through name transform.
1347         * automake.in: Don't use packagedata.sed or data.sed
1349         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
1350         packagedata.am
1352         * data.am: No longer run through sed
1354         * packagedata.am: Initial revision
1356 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
1358         * automake.in: No blank line after Usage
1360         * automake.in: Removed "NLS nuisances" section.
1361         Now uniformly uses $echo for user-visible messages (in advance of
1362         internationalization)
1364         * subdirs.am (maintainer-clean): Don't use realclean-local
1366         * Makefile.am: Use PACKAGEDATA, not custom code
1368         * data.am: Use @LONG@, not $(@LONG@)
1370         * automake.in: Handle DATA and PACKAGEDATA
1372         * packagedata.sed: Initial revision
1374         * data.am: Use @DIR@, not $(@DIR@)
1376         * data.sed: Use $(datadir), not datadir
1378         * data.sed: Initial revision
1380         * data.am: Wrote uninstall targets
1382         * data.am: Initial revision
1384         * dist-subd.am (dist): Don't link a file that has already been linked
1386         * dist-subd-top.am, dist.am (dist):
1387         Run `automake --include-deps' before making distribution
1389         * automake.in: More dependency-tracking bug fixes
1391         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
1393         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
1395         * tags-subd.am, tags.am: Added trailing blank line
1397         * depend.am: Use ".P", not "empty.P", as placeholder.
1399         * automake.in: Only include depend.am if SOURCES not empty
1401         * automake.in: Added --use-deps and --include-deps options.
1402         Handle auto-generating dependencies.
1404         * Makefile.am (am_DATA): Include depend.am
1406         * depend.am: Initial revision
1408         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
1410         * automake.in: Put blank line after .SUFFIXES
1412         * scripts.am: Added blank line at end
1414         * scripts.am: Removed unnecessary comment
1416         * scripts.am: Removed unnecessary workarounds
1418         * automake.in: Don't include programs.am if PROGRAMS empty
1420         * header-vars.am (INSTALL_SCRIPT): Typo
1422         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
1424         * automake.in: Handle .SUFFIXES here.
1426         * configure.in: Use fp_PROG_INSTALL
1428         * header-vars.am: Changes for autoconf 2.5.
1429         Now includes INSTALL_SCRIPTS.
1431         * texinfos.am (install-info): Bug fix
1433         * automake.in:
1434         Include scripts.am or libscripts.am in output if appropriate
1436         * programs.am (install-programs, uninstall-programs):
1437         Don't install SCRIPTS
1439         * Makefile.am (am_DATA): Include scripts.am
1441         * scripts.am: Initial revision
1443 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
1445         * automake.in:
1446         Cleaned up how "prog_SOURCES" variable is found in input.
1447         Ditto prog_OBJECTS.
1448         Put static sed scripts into separate, installed files.
1450         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
1452         * hack-make.sed, nl-remove.sed: Initial revision
1454         * texinfos.am (install-info): Rewrote
1456         * subdirs.am (all-recursive): Put with other -recursive rules
1458         * configure.in: Version 0.20
1460         * automake.in: Another bug fix
1462         * automake.in: Bug fix when looking for texinfo.tex
1464         * texinfo.tex: Initial revision
1466         * automake.in:
1467         If TEXINFOS defined but texinfo.tex does not exist, give warning.
1469         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
1470         (all-recursive): Don't fail immediately if -k specified.
1472 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
1474         * subdirs.am (_all):
1475         New target.  Now use Jim Meyering's formulation of AIX
1476         workaround.
1477         (install-exec, install-data): New targets
1479 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
1481         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
1483         * automake.in: Use @datadir@
1485         * automake.in: Added @configure_input@ line
1487 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
1489         * automake.in: "--help" option now prints auto-recognized file names.
1490         Allow AM_ overriding of more variables.
1492         * texinfos.am (install-info):
1493         Don't cd to srcdir to avoid breaking install-sh
1494         Other bug fixes
1496         * Makefile.am: Handle automake.texi
1498 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
1500         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
1502         * tags.am (TAGS): bug fix
1504         * automake.in: Use am_dir, not AM_DIR.
1505         Use version, not VERSION.
1506         Bug fix in TAGS code.
1508         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
1510         * subdirs.am: TAGS target now in tags.am
1512         * footer.am: TAGS and ID targets now in tags-subd.am
1514         * tags-subd.am, tags.am: Initial revision
1516         * automake.in: Cleaned up AM_PROGRAM code.
1517         Handle TAGS target better
1519         * remake.am, remake-subd.am (Makefile.in): Bug fix.
1521         * automake.in (usage): Updated
1523         * remake-subd.am, remake.am:
1524         Added rule where Makefile.in depends on Makefile.am
1526         * automake.in: Entire body of 'for' loop now in subshell
1528         * automake.in (common): config.guess and config.sub are common files.
1530         * dist-subd-top.am, dist.am (dist): Bug fix.
1532         * Makefile.am (DIST_OTHER): Don't include TODO
1534         * automake.in: Auto-include TODO and THANKS files.
1536         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
1538         * automake.in: More bug fixes in "look for Makefile.am" code.
1540         * automake.in: Bug fix in "look for Makefile.am" code.
1542         * automake.in:
1543         If no arguments given, look for all Makefile.am's in this
1544         directory and in immediate subdirs
1546         * automake.in: Bug fixes for LDADD-override feature.
1548         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
1550         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
1552         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
1554         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
1556 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
1558         * automake.in: No longer look for _SOURCES or _OBJECTS
1560         * header-vars.am:
1561         Remove "automatically created" header (now in automake).
1562         Updated copyright.
1564         * automake.in: Put version info in Makefile header
1566 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
1568         * automake.in: Minor cleanups
1570         * dist-subd-top.am, dist.am (dist):
1571         Don't link or copy file if it already exists.
1573         * automake.in:
1574         Look for _SOURCES (common sources) and generate _OBJECTS.
1576         * footer.am (ID, TAGS): Include HEADERS
1578         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
1580 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
1582         * dist-subd.am (distdir): Is relative to ".."
1584         * dist-subd-vars.am (PACKAGE, VERSION): Define
1586         * dist-subd.am (dist): Don't handle DIST_DIRS.
1588         * mans.am (uninstall-man): Another bug fix.
1590         * mans.am (uninstall-man): Bug fix.
1592         * dist.am, dist-subd-top.am (dist): Bug fix
1594         * Makefile.am (DIST_SUBDIRS): New macro
1596         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
1598         * Makefile.am (DIST_OTHER): Include automake.in
1600         * Makefile.am (DISTCLEANFILES): New macro.
1602         * automake.in (common): Include COPYING.LIB
1604         * Makefile.am (automake): New rule.
1606         * texinfos.am (install-info): Changed per GNU standards
1608         * remake-hdr.am (stamp-h.in):
1609         Use "touch", not "date", per GNU standards.
1611         * automake.in (common): Include texinfo.tex
1613 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
1615         * automake.in: More fixes when finding common files.
1617         * Makefile.am (DIST_OTHER): Another removal.
1619         * automake.in: Special-case when amdir=.
1621         * Makefile.am (DIST_OTHER): Removed auto-detected files.
1623         * automake.in:
1624         Search for commonly-used files and auto-include them in distribution
1626         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
1627         (DIST_CONF): Removed files searched for by automake.
1629         * automake.in: More arg-parsing bug fixes.
1631         * Makefile.am (DIST_OTHER): Include install-sh
1633         * Makefile.am (DIST_OTHER): Don't include auto-included files.
1635         * automake.in: Bug fixes to argument parsing code.
1637         * automake.in: Handle --version and --help.
1638         NLS stuff from autoconf.
1640         * Makefile.am (amdatadir): Fixed typo.
1641         (install): Make install directories
1643         * Makefile.am: Use "install::", not "install:"
1645         * install-sh, mkinstalldirs: Initial revision
1647         * configure.in: Use AC_PROG_INSTALL
1649         * automake.in: Set AM_DIR based on configure results.
1651         * Makefile.am (install): New target.
1652         (amdatadir): New variable.
1654         * automake.in: Use "#! /", not "#!/".
1656         * Makefile.am, configure.in: Initial revision
1658         * automake.in: Renamed from "automake".
1659         Set VERSION.
1661         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
1663         * automake.in: Insert remake-subd.am if appropriate.
1665         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
1667         * automake.in: Handle ALLPROGRAMS variable.
1669         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
1671         * automake.in: Fixlet when printing "subdir=DIR"
1673         * automake.in: Put "subdir=DIR" into subdir Makefile
1675         * automake.in: Don't refer to distname.am.
1676         Only put footer.am in subdir Makefiles.
1678         * subdirs.am (id, ID): New target.
1679         (.NOEXPORT): Copied from footers.am.
1681         * subdirs.am (TAGS): Bug fixes.
1683         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
1685         * subdirs.am (maintainer-clean-local): Remove TAGS
1687         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
1689         * subdirs.am: Use maintainer-clean, per GNU standards
1691         * dist-subd-top.am: Some variables defined in dist-vars.am
1693         * dist-vars.am (PACKAGE, VERSION):
1694         New variables, initialized by configure
1696         * footer.am (id, ID): New targets
1697         (TAGS): Put TAGS file in build, not source, directory
1699         * remake-subd.am (Makefile): Don't assume subdir is 'src'
1701         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
1703         * dist-subd.am: Changed to conform to new top-level dist target.
1705         * dist-subd-top.am:
1706         Changed to assume PACKAGE and VERSION are set by configure.
1708         * clean-kr.am, clean.am (maintainer-clean):
1709         Updated rules per GNU standards.
1711         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
1713 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
1715         * automake.in, texinfos.am: kludge for multiple-part info files
1717 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
1719         * clean.am, clean-kr.am: remove INFOS
1721 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
1723         * texinfos.am: add path
1725         * remake.am, remake-hdr.am: account for VPATH limitations
1727 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
1729         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
1730         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
1732 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
1734         * texinfos.am: install-info depends on info files
1736         * dist-subd-vars.am, dist-vars.am: distrib info files
1738 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
1740         * clean-kr.am, clean.am: fix up distclean
1742         * subdirs.am: fix typo
1744         * clean.am: do more in distclean
1746 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
1748         * libraries.am: make install depend on all
1750         * automake.in: fix typo
1752 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
1754         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
1756         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
1758         * dist-subd-top.am: Initial revision
1760         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
1761         centralize prefix var setting
1763         * header-vars.am: set all the std vars based on prefix
1765 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
1767         * automake.in: don't add kr stuff if not needed
1769         * dist-vars.am: add config vars to dist
1771 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
1773         * program.am: add LDADD
1775         * compile-vars.am: remove LDADD from LDFLAGS
1777         * clean.am: move knr stuff to another file
1779         * automake.in: use different clean file for ansi2knr
1781         * clean-kr.am: Initial revision
1783 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
1785         * automake.in, dist-subd.am, dist.am: fix rules and dist
1787 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
1789         * compile.am, automake.in: split out knr
1791         * compile-kr.am: Initial revision
1793         * libprograms.am: fix typo
1795         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
1796         make libprograms work
1798         * libprograms.am: Initial revision
1800         * automake.in, compile.am, header-vars.am: fix little bugs
1802         * compile.am: allow parallel K&R
1804         * clean.am: remove kerb temps
1806         * automake.in: fix recognizing start of rules
1808         * dist-subd.am, dist.am: fix dist
1810         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
1812 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
1814         * automake.in: works on m4 too
1816         * automake.in, mans.am: works on fileutils
1818         * automake.in, clean.am, compile.am, dist-subd.am, dist.am, footer.am, header-vars.am, header.am, libraries.am, library.am, mans-vars.am, mans.am, programs.am, remake-hdr.am, remake-subd.am, remake.am, subdirs.am, texinfos.am:
1819         works on fileutils except for all
1821         * automake.in: vars thing
1823         * header-vars.am: Initial revision
1825         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
1826         entered into RCS
1828         * compile-vars.am: Initial revision
1830         * automake.in: many improvements
1832         * footer.am: Initial revision
1834         * dist.am: remove distname
1836         * automake.in: namespace cleanup
1838         * distname.am: Initial revision
1840         * automake.in, clean.am, compile.am, dist-subd.am, dist.am, header.am, libraries.am, library.am, mans.am, program.am, programs.am, remake-hdr.am, remake.am, subdirs.am, texinfos.am:
1841         might work
1843         * mans.am, libraries.am, texinfos.am, library.am, compile.am, program.am, programs.am, clean.am, subdirs.am, remake-subd.am, remake.am, remake-hdr.am, dist.am, dist-subd.am, header.am, automake.in:
1844         Initial revision