Bug fixes
[automake.git] / ChangeLog
blobca5ba0946a23fa7e1ca333222b8fb8e5225f748a
1 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
3         * automake.in (am_install_var): Error if primary variable actually
4         defined.
5         (am_install_var): Skip elements that look like configure
6         substitutions.
7         (am_install_var): "EXTRA" is a valid prefix.
8         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
9         (handle_merge_targets): Treat "all" target like "install".
10         (handle_subdirs): Don't push all-recursive.
12         * header.am (install-@DIR@HEADERS): Don't depend on all.
13         * data.am (install-@DIR@DATA): Don't depend on all.
14         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
15         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
16         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
18         * automake.in (am_install_var): Push generated install targets
19         onto @phony.
21         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
22         * automake.in (handle_merge_targets): Correctly handle recursive
23         calls of uninstall, install-exec, and install-data.
24         (handle_merge_targets): Put Makefile, and possibly $config_name,
25         onto @all.
26         (handle_merge_targets): Push 'all' onto @install as appropriate.
28 Fri Feb 16 08:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
30         * automake.in (handle_configure): config.status is in
31         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
33         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
35 Thu Feb 15 09:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
37         * automake.in: (seen_prog_yacc): New variable.
38         (scan_configure): Look for yacc.
39         (handle_source_transform): Skipp C++ header files.
40         (handle_source_transform): .cxx is a C++ source file.
42 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
44         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
46         Implemented --verbose feature; idea from Greg Woods:
47         * automake.in (verbose): New global.
48         (generate_makefile): Print creating message if verbose.
49         (grep_for_vers_texi): Print message if verbose.
50         (handle_dependencies): Ditto.
51         (scan_configure): Ditto.
52         (read_am_file): Ditto.
53         (parse_arguments): Added --verbose.
54         (initialize_global_constants): Ditto.
56         * automake.in (get_object_extension): Use am_line_error.
57         (handle_source_transform): Ditto.
58         (handle_libraries): Ditto.
59         (handle_texinfo): Ditto.
60         (handle_man_pages): Ditto.
61         (handle_dist): Ditto.
62         (handle_dist): Ditto.
63         (handle_subdirs): Ditto.
64         (handle_configure): Ditto.
65         (handle_merge_targets): Ditto.
66         (am_install_var): Ditto.
67         (am_line_error): Allow actual line number as argument.
68         (handle_configure): Use am_line_error.
69         (scan_configure): Set config_header_line.
70         (config_header_line): New global.
71         Use @PERL@ to find perl during exec.  From Greg Woods.
73 Tue Feb 13 12:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
75         * automake.in (initialize_per_input): Init %content_lines.
76         (read_am_file): Set appropriate content_lines elements while
77         reading.
78         (am_line_error): New function.
79         (read_am_file): Use it.
80         (handle_options): Ditto.
82         * automake.in (scan_configure): Handle case where more than one .o
83         is put into LIBOBJS at once.  Test libobj.test.
85 Mon Feb 12 10:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
87         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
88         Test acouttbs.test.
89         (handle_subdirs): Restored intl, po warnings.
91         * automake.in (scan_configure): Delete everything after "," or
92         ")".  Test acoutnoq.test.
93         (handle_dist): Use $relative_dir, not nonexistent $subdir.
94         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
95         SUBDIRS; don't warn about their absence.
97 Sun Feb 11 15:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
99         * automake.in (handle_texinfo): Removed bogus error message.
101         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
102         onto @all.
103         (handle_options): Handle version number.
105         * automake.in ($maint_charset, $dist_charset): New variables.
106         (initialize_per_input): Init $local_maint_charset.
107         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
108         (generate_makefile): Don't print "creating...".
110 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
112         * automake.in (get_object_extension): Substitute
113         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
114         (handle_source_transform): Use $1, not \1.
115         (pretty_print_internal): Handle Tabs in fill when computing indent
116         on new line.
117         (handle_merge_targets): Always generate install-exec and
118         install-data targets.  Test instexec.test.
119         Fixed error message if fp_PROG_INSTALL missing.
121         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
122         @CONFIG_INCLUDE_SPEC@.
124         * automake.in (scan_configure): Delete everything after "]".  Test
125         acoutput.test.
127         * configure.in (AC_OUTPUT): Create tests/Makefile.
128         * Makefile.am (SUBDIRS): New macro.
130         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
131         Meyering.
133         * configure.in (AC_OUTPUT): Ensure automake is executable.
135 Thu Feb  8 15:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
137         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
138         not exist.
140         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
142         From Jim Meyering:
143         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
144         (@DIR@_LIBFILES).
145         * header.am (install-@DIR@HEADERS): Depend on all, not
146         $(@DIR@_HEADERS).
147         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
148         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
149         $(@DIR@_SCRIPTS).
150         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
151         $(@DIR@_PROGRAMS).
153         * automake.in (initialize_per_input): Initialize
154         $use_dependencies.
155         ($seen_path_xtra): New variable.
156         (scan_configure): Look for AC_PATH_XTRA.
157         (get_object_extension): Add variables to output if X seen.
159 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
161         * automake.in (handle_programs): add pkglib to list of
162         directories for C
163         (various): include a tab as fill for continuation lines
164         printed with pretty_print*, esp. for macro variable assignments.
165         [ changed to 4 spaced by me ]
167 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
169         * configure.in (VERSION): Upped to 0.30.
171         * Makefile.am (automake): Removed.
172         (DIST_OTHER): Removed.
174         * automake.in (handle_source_transform): All dep_files are
175         relative to $(srcdir).
176         (handle_libraries): Ditto.
177         (scan_configure): Test for AC_PROG_INSTALL as well as
178         fp_PROG_INSTALL.  Don't error here.
179         (seen_prog_install): Now global.
180         (scripts_installed): New global.
181         (handle_scripts): Set it.
182         Give error if appropriate install macro not seen.
183         (handle_subdirs): Ensure $seen_gettext before requiring
184         gettext-specific files.
185         (handle_configure): Automatically rebuild 
187         From Jim Meyering:
188         * automake.in (handle_source_transform): Use \W when quoting
189         regexp.  When blah_SOURCES not explicitly defined, still create
190         entry in %deps.
191         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
192         * subdirs.am (maintainer-clean-recursive): Now depends on
193         $(CONFIG_HEADER) and Makefile.
195         * automake.in (handle_source_transform): Skip macro references.
197 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
199         * automake.in (handle_texinfo): Include "rm" when deleting files.
201         * Makefile.am (maintainer-check): Expect only one ${...}.
202         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
203         Meyering.
205         * automake.in (handle_configure): Only define CONFIG_HEADER if
206         $config_name.
207         ($seen_gettext): New variable.
208         (handle_subdirs): Do all gettext-related checking here.
209         (scan_configure): Just set $seen_gettext.
210         (handle_man_pages): Properly quote $(MANS).
212 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
214         * depend.am: Don't use srcdir anywhere.
215         * automake.in (handle_libraries): Don't make .deps relative to
216         srcdir.
217         (handle_options): Recognize no-dependencies.
219         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
220         ".".  Properly quote regexp.
222 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
224         * automake.in (handle_configure): Only defined CONFIG_HEADER if
225         $config_name.
226         (read_am_file): Quote regexp when substituting top_builddir.
227         (handle_source_transform, handle_libraries): Look in
228         $(srcdir)/.deps for .P files.
230 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
232         * automake.in (am_conf_error): New function.
233         (scan_configure): Use it.
234         (scan_configure): A comma also ends AC_OUTPUT macro.
236         * automake.in (read_am_file): Compute top_builddir when including
237         header-vars.am.
238         (handle_configure): Use $top_builddir, not $top_reldir.
239         (other_input_files): New variable.
240         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
242         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
243         * automake.in (input_files, seen_make_set): Declare globally.
244         (parse_arguments): Use input_files, not make_list.
245         Only scan configure.in once.
246         (handle_dist): Use SUBDIRS to determine when to make
247         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
248         find top of dist tree.
249         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
250         configure.in (done elsewhere).
251         (scan_configure): seen_make_set is global.  Allow arbitrary space
252         in LIBOBJS assignment.
253         (top_builddir): New variable.
254         * header-vars.am (top_builddir): New variable.
255         * remake-subd.am (Makefile): Look in top_builddir, not .., when
256         remaking.
257         * automake.in (handle_merge_targets): Run 'all' before
258         check-recursive.
260         * automake.in (file_contents_with_transform): Changed error
261         message.
262         (handle_configure): Define $contents{'CONFIG_HEADER'}.
264         * texi-version.am: Many changes to support multiple .texi files.
265         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
266         "@VTI@".
267         * automake.in (handle_configure): install.sh is an anachronism.
268         (handle_texinfo): Generalized for multiple .texi files.  Handle
269         'clean-info' internally.
270         * texi-clean.am: Removed.
271         * Makefile.am: Updated for removal.
273 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
275         * automake.in (grep_for_vers_texi): New function.
276         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
277         (handle_texinfo): Changes to generalize to multiple .texi files.
279 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
281         Fixes from Gord Matzigkeit:
282         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
283         topsrcdir.
284         * header.am: New file.
285         * Makefile.am (pkgdata_DATA): Install header.am.
286         * automake.in (handle_headers): Use header.am, not data.am.
287         (am_install_var): Allow pattern to be compiled multiple times.
289         * config.guess, config.sub: New files.
290         * Makefile.am (pkgdata_DATA): Install config.guess and
291         config.sub.
292         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
293         AC_CANONICAL_SYSTEM.
295 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
297         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
298         (handle_man_pages): Use man_MANS, not MANS.
300         * Makefile.am (info_TEXINFOS): Renamed.
302         * automake.in (scan_configure): Remove comments from input line.
303         (am_variable): Removed.
305         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
307         * automake.in (config_name, config_header): New globals.
308         (scan_configure): Look for AC_CONFIG_HEADER.
309         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
311 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
313         * automake.in (handle_dist_worker): Bug fix.
315 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
317         * automake.in (require_file): Install missing files only according
318         to desired strictness.
319         (initialize_per_input): Don't init libsources.
320         (scan_configure): Reinit libsources.
321         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
322         (fp_c_prototypes): New global.
323         (scan_configure): Set it.
324         (get_object_extension): Error if fp_C_PROTOTYPES not in
325         configure.in when using ansi2knr.
326         (handle_source_transform): Skip header files.
328         * automake.in (handle_dist_worker): Explicitly make 'dist' in
329         subdirs.
331 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
333         From François Pinard:
334         * automake.in (handle_source_transform): Transform $o file into .P
335         file.
336         (handle_dist_worker): Handle case where DISTFILES includes
337         wildcard.  Bug fix in subdir case.
339         * automake.in (parse_arguments): Initialize strictness to
340         'normal'.
342 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
344         * automake.in (scan_configure): Look for NLS support.
346         Changes from François Pinard:
347         * texinfos.am (install-info): Correctly install when build dir is
348         not srcdir.
349         * tags-subd.am (ID): Indentation change.
350         * kr-vars.am (o): Use ".@U@o", not "@U@o".
351         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
352         * automake.in (handle_dist_worker): Fixlets.
353         (handle_dist): Sort keys going into dist_common.
355 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
357         * automake.in (handle_dist_worker): If Gnits, don't allow release
358         until NEWS is updated.
360         * configure.in (VERSION): Version 0.29.
362         * Makefile.am (maintainer-check): Look for perl4.036 in path.
364         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
365         (DEP_DISTFILES): Ditto.
367         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
368         * dist-vars.am (DEP_DISTFILES): New variable.
370         * automake.in (handle_options): Support dist-shar option.
371         (handle_dist_worker): New function.
372         (handle_dist): Use it.
374         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
375         *.tmp.
377         * automake.in (handle_dist): Chmod distdir 777.  From François
378         Pinard.
380         * automake.in (scan_configure): New function.
381         (initialize_per_input): Init libsources.
382         (generate_makefile): Run handle_configure first.
383         (handle_configure): Run scan_configure.
384         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
386 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
388         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
390         * automake.in (strictness, strictness_name): Renamed.
391         (initialize_per_input): Set strictness, strictness_name.
392         Initialize %options.
393         (generate_makefile): Run handle_options.
394         (handle_options): New function.
395         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
396         man page install if no-installman option given.
397         (read_am_file): Deprecate @kr@.
398         (get_object_extension): Look at ansi2knr option.
399         (parse_arguments): Take global strictness from command-line
400         options.
402 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
404         Fixes from François Pinard:
405         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
406         * automake.in (get_object_extension): Use $o, not $(kr)o.
407         (handle_source_transform): Don't look for $(kr)c files.
408         * kr-vars.am (o): New macro.
409         (kr): Removed.
411         * depend.am (DEP_FILES): Removed.
412         * automake.in (handle_source_transform): Push .P file onto
413         dep_files.
414         (initialize_per_input): New variable %dep_files.
415         (handle_dependencies): Generate DEP_FILES here.
417 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
419         * automake.in (do_one_clean_target): Only remove config.status in
420         top-level directory.
421         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
423         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
425         * automake.in (handle_dist): Make "ln" quiet.
427         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
429 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
431         * automake.in (handle_merge_targets): 'check' shouldn't depend on
432         'all' at top level.
433         (file_contents_with_transform): New function.
434         (am_install_var): Use file_contents_with_transform.
435         (handle_programs): Ditto.
436         (handle_libraries): Ditto.
437         (handle_texinfo): Ditto.
438         (handle_merge_targets): Let 'install' depend on 'all' if no other
439         dependencies exist.  From Jim Meyering.
440         (check_gnu_standards): GNU requires AUTHORS file.  (See
441         maintain.text).
442         (require_file): Put body in loop.
443         (get_object_extension): Only call require_file once.
444         (handle_configure): Ditto.
446         From Jim Meyering:
447         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
448         * tags-subd.am (id): Removed.
450 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
452         * Added copyright notice to each .am file.
454         * automake.in: Cleanups from François Pinard to avoid $#.
455         (require_argument): Fixed sense of test.
456         (set_strictness): Bug fix.
458 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
460         * Makefile.am (pkgdata_DATA): Removed old dist files.
462         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
464         * automake.in (set_strictness): Set $strictness_name.
465         (strictness_name): New variable.
466         (handle_dist): Substantially rewrote.
468         * configure.in: Point AC_INIT at automake.in.
470         * automake.in (generate_makefile): Report errors against
471         Makefile.in, not Makefile.am.
473 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
475         * mdate-sh: Bug fix from Jim Meyering.
477         * dist.am (dist): Changed in parallel with dist-subd-top.am.
479         * mkinstalldirs: Reverted.
481         * automake.in (initialize_global_constants): Allow COPYING.LIB
482         again.
483         (check_gnits_standards): Disallow COPYING.LIB.
485         * texinfos.am (install-info): Only look in $(srcdir) for info
486         files.
488         * automake.in (initialize_global_constants): New variable
489         gen_copyright.
490         (read_am_file): Put a copyright in each Makefile.in.
492         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
494         * automake.in (am_install_var): Put space before "=".
495         (handle_dist): Put README first in DIST_COMMON.
497         * Makefile.am (pkgdata_DATA): Include COPYING.
499         * COPYING: New file.
501         * automake.in (parse_arguments): Added --gnu and --gnits as
502         synonyms.
503         (initialize_global_constants): Ditto.
504         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
505         (initialize_global_constants): Look for README first.
506         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
507         ABOUT-GNU.
508         (check_gnu_standards): Require file COPYING.
510         From François Pinard:
511         * automake.in (file_contents): Comment out "warn"s.
512         (usage): Use 4 columns.
513         (USAGE_FORMAT): Ditto.
515         * texinfos.am (install-info): Look for info file relative to $$d.
517         * Makefile.am (cvs-dist): Suppress output of "grep".
519         * configure.in (VERSION): Version 0.28.
521         * automake.in (pretty_print_internal): Fix for Perl 4
522         compatibility.
524         * configure.in (VERSION): Version 0.27.
526         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
527         invocation.
529         * automake.in (initialize_global_constants): Don't quote "@" in
530         $install_man_format.
531         (handle_merge_targets): use "@:" as empty command, not ":".
533 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
535         * texinfos.am (install-info): Look in $d for info files.  From
536         François Pinard.
538         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
540         * automake.in (read_am_file): Correctly deal with continued
541         variable definitions.
543 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
545         * automake.in (handle_merge_targets): 'check' target depends on
546         'all'.
547         (file_contents): Don't be so verbose.
548         (read_am_file): Ditto.
549         (read_am_file): Must use substr to check for trailing \.
550         (am_install_var): Use push_phony_cleaners.
551         (file_contents): Set $was_rule when assuming a rule is seen.
552         (read_am_file): Ditto.
553         (do_one_clean_target): Removed spurious newline.
555         Some changes from François Pinard:
556         * Removed trailing whitespace from all '.am' files.
557         * tags-subd.am (ID): Use &&, not ;.
558         (TAGS): Ditto.
559         * automake.in (parse_arguments): Removed useless message.
560         (parse_arguments): Don't explicitly referenced STDERR.
561         (require_argument): Ditto.
562         (am_error): Ditto.
563         (set_strictness): Ditto.
564         (file_contents): Ditto.
565         (read_am_file): Ditto.
566         (generate_makefile): Style tweaks.
567         (handle_programs): Ditto.
568         (handle_libraries): Ditto.
569         (handle_texinfo): Ditto.
570         (handle_man_pages): Ditto.
571         (handle_tags): Ditto.
572         (handle_dist): Ditto.
573         (handle_subdirs): Ditto.
574         (handle_configure): Ditto.
575         (handle_footer): Don't put newline before footer.am contents.
576         (handle_merge_targets): Style tweaks.
577         (do_one_clean_target): Ditto.
578         (dirname): Ditto.
579         (am_variable): Ditto.
580         Defined some new constants.
581         (generate_makefile): Don't call generate_header.
582         (generate_header): Removed.
583         (file_contents): Rewrote.
584         (read_am_file): Rewrote.
586         * automake.in (generate_makefile): Handle phony target.
587         (do_one_clean_target): Pretty-print dependencies.
588         (handle_installdirs): Pretty-print rule.
590         * Makefile.am (maintainer-check): Made some commands silent.
592         * automake.in (initialize_global_constants): Don't install or
593         uninstall cat'd man pages.
594         (initialize_per_input): Added phony target.
595         (push_phony_cleaners): New function.
596         (get_object_extension): Handle phony targets.
597         (handle_texinfo): Ditto.
598         (handle_man_pages): Ditto.
599         (handle_tags): Ditto.
600         (handle_dist): Ditto.
601         (handle_subdirs): Ditto.
602         (handle_installdirs): Ditto.
603         (handle_merge_targets): Ditto.
604         (handle_clean): Ditto.
605         (do_one_merge_target): Ditto.
606         (am_install_var): Ditto.
607         (handle_phony): New function.
608         (generate_makefile): Call it.
609         (pretty_print_internal): New function.
610         (pretty_print_rule): Ditto.
612 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
614         * automake.in (initialize_global_constants): Don't print body of
615         loop at make time.
617         Changes from François Pinard:
618         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
619         (DEP_FILES): Put dependency files in $(srcdir).
620         Look in $(srcdir) when including dependency files.
621         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
622         (.deps/%.P): MKDEP includes all macro expansions.
623         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
624         be so verbose.
625         * dist-subd.am (dist): Don't be so verbose.
626         * dist.am (dist): Don't be so verbose.
628         * automake.in (do_one_clean_target): Remove config.status in
629         maintainer-clean.  From Jim Meyering.
631         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
632         Meyering.
634         * automake.in (handle_merge_targets): Add dummy command for empty
635         install target.  From Jim Meyering.
637 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
639         * texinfos.am (uninstall-info): Bug fix.
641         * Makefile.am (maintainer-check): Error if ${...} used.
642         * depend.am (DEP_FILES): Prefer $(...).
644         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
645         exists.
646         * libraries.am (install-@DIR@LIBRARIES): Only install library if
647         it exists.
648         * programs.am (install-@DIR@PROGRAMS): Only install program if it
649         exists.
651         * texinfos-vars.am (TEXFILES): Removed.
653         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
655         * automake.in (do_one_merge_target): Never generate trailing
656         whitespace.
657         (pretty_print): New function.
658         (handle_footer): Prettyprint definitions.
659         (am_install_var): Ditto.
660         (handle_source_transform): Ditto.
661         (handle_dist): Ditto.
662         (handle_libraries): Ditto.
663         (read_am_file): Put comments nearer appropriate code.
665         * texi-clean.am (mostlyclean-info): Use continued lines, not
666         multiple rm's.  From Jim Meyering.
668 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
670         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
671         mkinstalldirs, texinfo.tex to be installed.
672         * automake.in (symlink_exists): New global.
673         (install_missing): Ditto.
674         (require_file): Install missing files if possible.
675         (parse_arguments): Handle --install-missing option.
676         (initialize_global_constants): Document --install-missing.
678         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
679         Ensure 'checks' pass before release.
680         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
681         Franc,ois Pinard.
682         (cvs-dist): Depend on maintainer-check instead of explicitly
683         running check.
685         * configure.in (VERSION): Version 0.26.
687         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
688         of 'if' test.
690         * depend.am (DEP_FILES): Bug fix.
692         * automake.in (do_one_clean_target): Typo.
694         * Makefile.am (check-local): Run syntax check under Perl 4.
696         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
697         (handle_source_transform): Loop variable is now $_.  From Gor
699         * Makefile.am (check-local): Check for 'true' in source.
700         * texinfos.am (install-info): Can't use "true" in any rule.
702 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
704         * Makefile.am (cvs-dist): New target.
706         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
707         failures.
709         * texinfos.am (install-info): Don't do install-info for now.
711         * clean.am (distclean-generic): Don't remove config.status here.
712         * automake.in (do_one_clean_target): Remove config.status later,
713         for 'make -j2'.  From Jim Meyering.
715 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
717         * configure.in (VERSION): Version 0.25.
719         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
720         (handle_configure): Check for AC_PROG_MAKE_SET.
722         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
723         Meyering.
725         * automake.in (am_install_var): Changed how 'clean' handled for
726         uniform name targets.
727         * Makefile.am (pkgdata_DATA): Added new files.
728         * data-clean.am: New file.
729         * scripts-clean.am: New file.
730         * libraries-clean.am: New file.
731         * programs-clean.am: New file.
733 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
735         * automake.in (am_install_var): Error if variable name
736         "misspelled".
737         (handle_source_transform): Automatically include .c file
738         corresponding to .y or .l.
740 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
742         * programs.am: Changed for uniform naming scheme.
744         * automake.in (read_am_file): Allow '-' and '.' in target names.
745         (generate_makefile): Don't pass arguments to handle_libraries.
746         (initialize_per_input): Define @sources, @objects.
747         (generate_makefile): Init @sources, @objects if needed.
748         (handle_source_transform): Push onto @sources, @objects here.
749         (am_install_var): Push primary onto @all, for configure-time
750         customization.
751         (handle_programs): Use new uniform naming scheme.
753         * Makefile.am (check-local): New target.
755         * automake.in (handle_libraries): Use uniform naming scheme.
757         * libraries.am: Rewrote for uniform naming scheme.
759         * scripts.am: Updated names of all clean targets.
761         * automake.in (handle_programs): Split on all whitespace.
762         (handle_libraries): Ditto.
763         (handle_texinfo): Ditto.
764         (handle_man_pages): Ditto.
765         (am_install_var): Changed return result.
766         (am_install_var): Changed interface.
767         (am_install_var): Push onto @clean@ if requested.
768         (handle_scripts): Pass -clean to am_install_var.
770 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
772         * automake.in (am_install_var): Push target onto @all.
773         (get_object_extension): Use $(...).
774         (handle_source_transform): Ditto.
775         (handle_programs): Ditto.
777         * automake.in (require_argument): New function.
778         (parse_arguments): Use it.
779         (push_dist_common): New function.
780         (generate_makefile): Use it.
781         (handle_texinfo): Ditto.
782         (handle_dist): Ditto.
783         (handle_configure): Ditto.
784         (require_file): Ditto.
785         (generate_makefile): Don't pass arguments to handle_scripts.
786         (handle_configure): Require configure.in.
787         (check_gnu_standards): New function.
788         (check_gnits_standards): Ditto.
789         (generate_makefile): Check standards.
791         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
793         * automake.in (LENIENT, GNU, GNITS): New constants.
794         (initialize_per_input): New function.
795         (generate_makefile): Use it.
796         (initialize_global_constants): Renamed from init_globals.
797         (require_file): Added strictness argument.
798         (parse_arguments): Added --strict option.
799         (set_strictness): New function.
800         (parse_arguments): use it.
801         (initialize_global_constants): Document --strictness.
803         * automake.in: Use ${1+"$@"} to preserve quoting when running
804         under sh.
806         * texinfos.am (install-info): Don't use "true".
807         * tags.am (TAGS): Don't use "true".
809         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
810         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
812         * program.am (@PROGRAM@): Use LINK macro.
813         * compile.am (.c.o): Use COMPILE macro.
815         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
816         ${...}.
818         * subdirs.am (RECURSIVE): Removed macro.
820         * clean.am: Changed to not be so verbose.
822         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
823         * automake.in (handle_texinfo): Transform texi-clean and put into
824         output rules.
825         * texinfos-vars.am (TEXFILES): Removed.
826         * texinfos.am: Removed 'clean' targets.
827         * texi-clean.am: New file.
829         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
831         * texinfos-vars.am (TEXFILES): Added *.op.
833         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
834         standards.
835         * dist.am (dist): Use DISTFILES.
836         * dist-subd.am (dist): Use DISTFILES.
837         * dist-subd-top.am (dist): Use DISTFILES.
839 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
841         * Makefile.am (ETAGS_ARGS): Define.
843         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
844         Meyering.
846         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
848         * automake.in (handle_scripts): Use am_install_var.
850         * scripts.am: Rewrote for new uniform naming scheme.
852         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
854         * libscripts.am: Removed.
856         * packagedata.am: Removed.
858         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
859         (pkgdata_DATA): Renamed from PACKAGEDATA.
861         * automake.in (handle_data): Use am_install_var.
862         (init_globals): Init %exec_dir_p.
864         * data.am: Rewrote for new uniform naming scheme.
866         * automake.in (get_object_extension): New function.
867         (handle_programs): Use it.
868         (dir_holds_sources): Changed interpretation.
869         (handle_headers): New function.
870         (am_install_var): New function.
871         (generate_makefile): Call handle_headers.
873         * header-vars.am (pkgdatadir): New macro.
874         (pkglibdir): Ditto.
875         (pkgincludedir): Ditto.
877         * automake.in (handle_source_transform): New function.
878         (am_error): New function.
879         (generate_makefile): Use it.
880         (handle_source_transform): Ditto.
881         (handle_texinfo): Ditto.
882         (handle_dependencies): Ditto.
883         (handle_merge_targets): Ditto.
884         (require_file): Ditto.
886 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
888         * automake.in: Updated FSF address.  From Jim Meyering.
889         * header-vars.am: Updated FSF address.
891         * distname.am: Removed.
893         * automake.in (file_contents): Strip "##" comments.
894         * Various files: Added "##" comments for strange things.
896         * automake.in (handle_tags): Generate TAGS rule for every
897         directory.
899         * subdirs.am (RECURSIVE): Include installcheck-recursive.
900         * automake.in (installcheck): New variable.
901         (generate_makefile): Initialize it.
902         (handle_subdirs): Push 'installcheck-recursive'.
903         (handle_merge_targets): Handle installcheck target.
905 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
907         * automake.in ($PACKAGE): Removed.
909         * header-vars.am (ALL): Removed.
911         * automake.in: Reworked 'all' target handling.
913         * automake.in (generate_makefile):
914         Don't use AM_ forms in call to am_variable.
916         * automake.in: Changes for Perl 5, from Gord Matzigkeit
918         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
920         * automake.in (handle_footer): Allow SUFFIXES variable.
922         * automake.in (am_variable): New function.
923         (handle_texinfo): Use it.
924         (generate_makefile): Use it.
926         * configure.in: Version 0.24.
928 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
930         * automake.in (handle_libraries):
931         Generate blah_LIBADD defines if required.
933         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
935         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
937         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
939         * configure.in: Version 0.23
941         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
943         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
945         * automake.in: New option --output-dir
947         * automake.in (handle_configure): Fixed typo.
949         * automake.in (handle_installdirs): Always make installdirs target.
951         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
952         uninstall-exec-recursive.  Added installdirs-recursive.
954         * automake.in (handle_installdirs): Handle installdirs-recursive.
955         (handle_man_pages): 'all' depends on $(MANS)
957         * Makefile.am: Removed mans.am.
959         * automake.in: More man-related fixes
961         * automake.in: Bug fixes
963         * automake.in: Rewrote man page handling.
965         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
967         * automake.in (handle_installdirs): New function.
968         (@installdirs): New global.
969         Many changes to deal with installdirs.
971         * clean.am (clean-generic): Always supply 'else' clause to 'if'
973         * automake.in (generate_header): Don't use header.am.
974         (handle_dist): Don't use dist-subd-vars.am.
976         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
978         * Makefile.am (DISTCLEANFILES): Removed.
980         * clean.am (clean-generic): Bug fix.
982         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
984         * texi-version.am (clean-vti): No such macro as VTI
986 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
988         * automake.in: Bug fix for maintainer-clean
990         * automake.in (do_one_clean_target):
991         Print special text in maintainer-clean.
992         (handle_clean): Always include clean.am
994         * clean.am: Use -generic clean targets.
996         * compile.am: Added clean targets.
998         * configure.in: Version 0.22.
1000         * automake.in (handle_dependencies):
1001         Put trailing newline after all deps.
1003         * automake.in (handle_dependencies): Another dependency bug fix.
1005         * automake.in (handle_dependencies):
1006         Bug fix when including dependencies.
1008         * automake.in (handle_configure):
1009         Verify existence of install-sh, mkinstalldirs
1011         * automake.in (handle_texinfo): Include stamp-vti in distribution
1013         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
1014         Include DATA, PACKAGEDATA.
1016         * Makefile.am: Nothing
1018         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
1020         * automake.in (handle_texinfo): Typo
1022         * automake.in: If script ends up in shell, feed to perl
1024         * automake.in: Rewrote 'clean' rules.
1025         Documentation made and installed first.
1026         'all' depends on 'info'
1028 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
1030         * configure.in, Makefile.am: Turned off internationalization.
1032         * clean-kr.am: Rewrote for new clean scheme.
1034         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
1036         * Makefile.am (PACKAGEDATA): Include tags-clean.am
1038         * subdirs.am: Removed bogus local clean targets
1040         * tags-clean.am: Initial revision
1042         * texi-version.am: Added clean targets
1044         * texinfos.am: Fixes to clean targets.
1046         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
1047         Added clean targets
1049         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
1051         * automake.in: Completely revamped automatic de-ANSI-fication
1053         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
1055         * compile-vars.am (LINK): New macro
1057         * kr-vars.am: Trailing blank line
1059         * compile-kr.am: Rewrote
1061         * compile-vars.am (COMPILE): New macro
1063         * compile-vars.am (ANSI2KNR): Removed
1065         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
1067         * kr-vars.am: Initial revision
1069         * automake.in (require_file): New function.
1070         (handle_texinfo): Require 'mdate-sh'
1071         (common_sometimes): New variable
1072         (usage): Use it.
1074         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
1076         * mdate-sh: Initial revision
1078         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
1080         * automake.in (generate_makefile):
1081         Put Makefile.in, Makefile.am in @dist_common
1082         (handle_configure): Use @dist_common as appropriate
1084         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
1086         * configure.in: Abort if perl not found
1088         * configure.in: Look for perl
1090         * automake.in: Reimplemented in Perl
1092         * automake.in: Fixlet
1094 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
1096         * automake.in: Always print ".SUFFIXES:" rule.
1098         * automake.in: Distribution config.h.in if required
1100         * automake.in: Bug fix when including texi-version.am
1102         * automake.in: Bug fix when looking for .texi file in $am_reldir
1104         * depend.am: Comment fix
1106         * automake.in: Look for .texi file in $am_reldir
1108         * automake.in: Fixlet
1110         * automake.in: Blank line after targets from user's Makefile.am
1112         * automake.in: Move footer items to actual footer
1114         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
1116         * automake.in (common):
1117         Don't include acconfig.h, config.h.top, config.h.bot
1119         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
1121         * Makefile.am (CONFIG_H): Define
1123         * acconfig.h: Initial revision
1125         * configure.in: Use AC_CONFIG_HEADER.
1127         * automake.in: Put blah_TEXINFOS into DIST_COMMON
1129         * automake.in: .info file explicitly depends on primary .texi file
1131         * texinfos.am (install-info): Always supply 'else' clause to 'if'
1133         * tags.am (TAGS): Always supply 'else' clause to 'if'
1135         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
1137         * automake.in: Always include footer.am in output
1139         * mans.am (install-man): Always supply 'else' clause to 'if'
1141         * automake.in: More version.texi fixes
1143         * automake.in: Only do version.texi processing if requested.
1145         * automake.in: Minor internationalization fixes.
1146         Subshell can now exit with nonzero status.
1147         Fixed up .texi handling; now uses texi-version.am
1148         Make sure '.c' and '.o' are in .SUFFIXES if required.
1150         * Makefile.am (PACKAGEDATA): Include texi-version.am
1151         (stamp-vti, version.texi): Removed
1152         (TEXINFOS): Don't reference version.texi
1154         * texi-version.am: Initial revision
1156         * dist.am, dist-subd-top.am (dist):
1157         [DIST_SUBDIRS] Follow symlinks when copying.
1159         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
1161 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
1163         * automake.in: Added --amdir option
1165         * Makefile.am, configure.in: Turned on internationalization
1167         * Makefile.am: Set EDITION
1169         * configure.in: Version 0.21
1171         * tags.am, tags-subd.am: Don't use double-colon rules
1173         * automake.in: Redid install-data, install-exec, uninstall handling
1175         * configure.in: Turn off i18n
1177 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
1179         * automake.in (common): Remove NLS
1181         * automake.in (common): Include ABOUT-NLS.
1183         * automake.in: Test for install-sh and mkinstalldirs
1185         * automake.in: Blank line after OBJECTS= line
1187         * automake.in: Start subshell in loop after check for Makefile.am
1189         * automake.in: --use-deps now the default
1191         * automake.in (am_dir): Don't apply transform to install directory name
1193         * packagedata.am: Don't apply transform to install directory name
1195         * Makefile.am (SUBDIRS): Hold off on internationalization
1197 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
1199         * automake.in:
1200         Write 'SOURCES =' line after copying Makefile.am variables
1202         * automake.in: Fixed bug in "--" option processing
1204         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
1206         * Makefile.am (DIST_OTHER): Include gettext-sh
1208         * Makefile.am (SUBDIRS): Define
1210         * configure.in: Include internationalization bits
1212         * automake.in: Many changes to avoid double-colon rules.
1214         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
1216         * subdirs.am: Removed "::" rules
1218         * header.am: Removed install, uninstall
1220         * header.am: Added install, uninstall targets
1222         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
1224         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
1225         Removed "::" rules
1227         * Makefile.am (PACKAGEDATA): Include libscripts.am
1229         * libprograms.am: Don't install libscripts here
1231         * libscripts.am: Initial revision
1233         * scripts.am, programs.am, libprograms.am: Removed "::" rules
1235         * automake.in (am_dir): Run package name through name transform.
1237         * automake.in: Don't use packagedata.sed or data.sed
1239         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
1240         packagedata.am
1242         * data.am: No longer run through sed
1244         * packagedata.am: Initial revision
1246 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
1248         * automake.in: No blank line after Usage
1250         * automake.in: Removed "NLS nuisances" section.
1251         Now uniformly uses $echo for user-visible messages (in advance of
1252         internationalization)
1254         * subdirs.am (maintainer-clean): Don't use realclean-local
1256         * Makefile.am: Use PACKAGEDATA, not custom code
1258         * data.am: Use @LONG@, not $(@LONG@)
1260         * automake.in: Handle DATA and PACKAGEDATA
1262         * packagedata.sed: Initial revision
1264         * data.am: Use @DIR@, not $(@DIR@)
1266         * data.sed: Use $(datadir), not datadir
1268         * data.sed: Initial revision
1270         * data.am: Wrote uninstall targets
1272         * data.am: Initial revision
1274         * dist-subd.am (dist): Don't link a file that has already been linked
1276         * dist-subd-top.am, dist.am (dist):
1277         Run `automake --include-deps' before making distribution
1279         * automake.in: More dependency-tracking bug fixes
1281         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
1283         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
1285         * tags-subd.am, tags.am: Added trailing blank line
1287         * depend.am: Use ".P", not "empty.P", as placeholder.
1289         * automake.in: Only include depend.am if SOURCES not empty
1291         * automake.in: Added --use-deps and --include-deps options.
1292         Handle auto-generating dependencies.
1294         * Makefile.am (am_DATA): Include depend.am
1296         * depend.am: Initial revision
1298         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
1300         * automake.in: Put blank line after .SUFFIXES
1302         * scripts.am: Added blank line at end
1304         * scripts.am: Removed unnecessary comment
1306         * scripts.am: Removed unnecessary workarounds
1308         * automake.in: Don't include programs.am if PROGRAMS empty
1310         * header-vars.am (INSTALL_SCRIPT): Typo
1312         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
1314         * automake.in: Handle .SUFFIXES here.
1316         * configure.in: Use fp_PROG_INSTALL
1318         * header-vars.am: Changes for autoconf 2.5.
1319         Now includes INSTALL_SCRIPTS.
1321         * texinfos.am (install-info): Bug fix
1323         * automake.in:
1324         Include scripts.am or libscripts.am in output if appropriate
1326         * programs.am (install-programs, uninstall-programs):
1327         Don't install SCRIPTS
1329         * Makefile.am (am_DATA): Include scripts.am
1331         * scripts.am: Initial revision
1333 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
1335         * automake.in:
1336         Cleaned up how "prog_SOURCES" variable is found in input.
1337         Ditto prog_OBJECTS.
1338         Put static sed scripts into separate, installed files.
1340         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
1342         * hack-make.sed, nl-remove.sed: Initial revision
1344         * texinfos.am (install-info): Rewrote
1346         * subdirs.am (all-recursive): Put with other -recursive rules
1348         * configure.in: Version 0.20
1350         * automake.in: Another bug fix
1352         * automake.in: Bug fix when looking for texinfo.tex
1354         * texinfo.tex: Initial revision
1356         * automake.in:
1357         If TEXINFOS defined but texinfo.tex does not exist, give warning.
1359         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
1360         (all-recursive): Don't fail immediately if -k specified.
1362 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
1364         * subdirs.am (_all):
1365         New target.  Now use Jim Meyering's formulation of AIX
1366         workaround.
1367         (install-exec, install-data): New targets
1369 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
1371         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
1373         * automake.in: Use @datadir@
1375         * automake.in: Added @configure_input@ line
1377 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
1379         * automake.in: "--help" option now prints auto-recognized file names.
1380         Allow AM_ overriding of more variables.
1382         * texinfos.am (install-info):
1383         Don't cd to srcdir to avoid breaking install-sh
1384         Other bug fixes
1386         * Makefile.am: Handle automake.texi
1388 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
1390         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
1392         * tags.am (TAGS): bug fix
1394         * automake.in: Use am_dir, not AM_DIR.
1395         Use version, not VERSION.
1396         Bug fix in TAGS code.
1398         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
1400         * subdirs.am: TAGS target now in tags.am
1402         * footer.am: TAGS and ID targets now in tags-subd.am
1404         * tags-subd.am, tags.am: Initial revision
1406         * automake.in: Cleaned up AM_PROGRAM code.
1407         Handle TAGS target better
1409         * remake.am, remake-subd.am (Makefile.in): Bug fix.
1411         * automake.in (usage): Updated
1413         * remake-subd.am, remake.am:
1414         Added rule where Makefile.in depends on Makefile.am
1416         * automake.in: Entire body of 'for' loop now in subshell
1418         * automake.in (common): config.guess and config.sub are common files.
1420         * dist-subd-top.am, dist.am (dist): Bug fix.
1422         * Makefile.am (DIST_OTHER): Don't include TODO
1424         * automake.in: Auto-include TODO and THANKS files.
1426         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
1428         * automake.in: More bug fixes in "look for Makefile.am" code.
1430         * automake.in: Bug fix in "look for Makefile.am" code.
1432         * automake.in:
1433         If no arguments given, look for all Makefile.am's in this
1434         directory and in immediate subdirs
1436         * automake.in: Bug fixes for LDADD-override feature.
1438         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
1440         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
1442         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
1444         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
1446 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
1448         * automake.in: No longer look for _SOURCES or _OBJECTS
1450         * header-vars.am:
1451         Remove "automatically created" header (now in automake).
1452         Updated copyright.
1454         * automake.in: Put version info in Makefile header
1456 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
1458         * automake.in: Minor cleanups
1460         * dist-subd-top.am, dist.am (dist):
1461         Don't link or copy file if it already exists.
1463         * automake.in:
1464         Look for _SOURCES (common sources) and generate _OBJECTS.
1466         * footer.am (ID, TAGS): Include HEADERS
1468         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
1470 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
1472         * dist-subd.am (distdir): Is relative to ".."
1474         * dist-subd-vars.am (PACKAGE, VERSION): Define
1476         * dist-subd.am (dist): Don't handle DIST_DIRS.
1478         * mans.am (uninstall-man): Another bug fix.
1480         * mans.am (uninstall-man): Bug fix.
1482         * dist.am, dist-subd-top.am (dist): Bug fix
1484         * Makefile.am (DIST_SUBDIRS): New macro
1486         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
1488         * Makefile.am (DIST_OTHER): Include automake.in
1490         * Makefile.am (DISTCLEANFILES): New macro.
1492         * automake.in (common): Include COPYING.LIB
1494         * Makefile.am (automake): New rule.
1496         * texinfos.am (install-info): Changed per GNU standards
1498         * remake-hdr.am (stamp-h.in):
1499         Use "touch", not "date", per GNU standards.
1501         * automake.in (common): Include texinfo.tex
1503 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
1505         * automake.in: More fixes when finding common files.
1507         * Makefile.am (DIST_OTHER): Another removal.
1509         * automake.in: Special-case when amdir=.
1511         * Makefile.am (DIST_OTHER): Removed auto-detected files.
1513         * automake.in:
1514         Search for commonly-used files and auto-include them in distribution
1516         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
1517         (DIST_CONF): Removed files searched for by automake.
1519         * automake.in: More arg-parsing bug fixes.
1521         * Makefile.am (DIST_OTHER): Include install-sh
1523         * Makefile.am (DIST_OTHER): Don't include auto-included files.
1525         * automake.in: Bug fixes to argument parsing code.
1527         * automake.in: Handle --version and --help.
1528         NLS stuff from autoconf.
1530         * Makefile.am (amdatadir): Fixed typo.
1531         (install): Make install directories
1533         * Makefile.am: Use "install::", not "install:"
1535         * install-sh, mkinstalldirs: Initial revision
1537         * configure.in: Use AC_PROG_INSTALL
1539         * automake.in: Set AM_DIR based on configure results.
1541         * Makefile.am (install): New target.
1542         (amdatadir): New variable.
1544         * automake.in: Use "#! /", not "#!/".
1546         * Makefile.am, configure.in: Initial revision
1548         * automake.in: Renamed from "automake".
1549         Set VERSION.
1551         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
1553         * automake.in: Insert remake-subd.am if appropriate.
1555         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
1557         * automake.in: Handle ALLPROGRAMS variable.
1559         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
1561         * automake.in: Fixlet when printing "subdir=DIR"
1563         * automake.in: Put "subdir=DIR" into subdir Makefile
1565         * automake.in: Don't refer to distname.am.
1566         Only put footer.am in subdir Makefiles.
1568         * subdirs.am (id, ID): New target.
1569         (.NOEXPORT): Copied from footers.am.
1571         * subdirs.am (TAGS): Bug fixes.
1573         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
1575         * subdirs.am (maintainer-clean-local): Remove TAGS
1577         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
1579         * subdirs.am: Use maintainer-clean, per GNU standards
1581         * dist-subd-top.am: Some variables defined in dist-vars.am
1583         * dist-vars.am (PACKAGE, VERSION):
1584         New variables, initialized by configure
1586         * footer.am (id, ID): New targets
1587         (TAGS): Put TAGS file in build, not source, directory
1589         * remake-subd.am (Makefile): Don't assume subdir is 'src'
1591         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
1593         * dist-subd.am: Changed to conform to new top-level dist target.
1595         * dist-subd-top.am:
1596         Changed to assume PACKAGE and VERSION are set by configure.
1598         * clean-kr.am, clean.am (maintainer-clean):
1599         Updated rules per GNU standards.
1601         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
1603 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
1605         * automake.in, texinfos.am: kludge for multiple-part info files
1607 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
1609         * clean.am, clean-kr.am: remove INFOS
1611 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
1613         * texinfos.am: add path
1615         * remake.am, remake-hdr.am: account for VPATH limitations
1617 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
1619         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
1620         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
1622 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
1624         * texinfos.am: install-info depends on info files
1626         * dist-subd-vars.am, dist-vars.am: distrib info files
1628 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
1630         * clean-kr.am, clean.am: fix up distclean
1632         * subdirs.am: fix typo
1634         * clean.am: do more in distclean
1636 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
1638         * libraries.am: make install depend on all
1640         * automake.in: fix typo
1642 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
1644         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
1646         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
1648         * dist-subd-top.am: Initial revision
1650         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
1651         centralize prefix var setting
1653         * header-vars.am: set all the std vars based on prefix
1655 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
1657         * automake.in: don't add kr stuff if not needed
1659         * dist-vars.am: add config vars to dist
1661 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
1663         * program.am: add LDADD
1665         * compile-vars.am: remove LDADD from LDFLAGS
1667         * clean.am: move knr stuff to another file
1669         * automake.in: use different clean file for ansi2knr
1671         * clean-kr.am: Initial revision
1673 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
1675         * automake.in, dist-subd.am, dist.am: fix rules and dist
1677 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
1679         * compile.am, automake.in: split out knr
1681         * compile-kr.am: Initial revision
1683         * libprograms.am: fix typo
1685         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
1686         make libprograms work
1688         * libprograms.am: Initial revision
1690         * automake.in, compile.am, header-vars.am: fix little bugs
1692         * compile.am: allow parallel K&R
1694         * clean.am: remove kerb temps
1696         * automake.in: fix recognizing start of rules
1698         * dist-subd.am, dist.am: fix dist
1700         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
1702 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
1704         * automake.in: works on m4 too
1706         * automake.in, mans.am: works on fileutils
1708         * 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:
1709         works on fileutils except for all
1711         * automake.in: vars thing
1713         * header-vars.am: Initial revision
1715         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
1716         entered into RCS
1718         * compile-vars.am: Initial revision
1720         * automake.in: many improvements
1722         * footer.am: Initial revision
1724         * dist.am: remove distname
1726         * automake.in: namespace cleanup
1728         * distname.am: Initial revision
1730         * 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:
1731         might work
1733         * 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:
1734         Initial revision