Added Gord's check change.
[automake.git] / ChangeLog
blobedde41f5c30c3c4fa41dfb96260e3f8589426c58
1 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
3         * automake.in (seen_linguas, all_linguas_line): New variables.
4         (handle_gettext): New function.
5         (generate_makefile): Run it.
6         (scan_configure): Recognize ALL_LINGUAS.
8 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
10         * automake.texi: doc fix.
12         * automake.in (am_install_var): Added support for check and
13         installcheck special prefixes.
15 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
17         * automake.in (handle_subdirs): Don't do SUBDIRS check for
18         gettext.
20 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
22         * automake.in (OBJECT_PATTERN): Removed.
23         (am_install_var): No error if name is invalid.
24         (handle_programs): Canonicalize program names.
25         (BOGUS_MACRO_PATTERN): New variable.
26         (read_am_file): Error if bad macro name given.
27         (require_file_internal): Use am_line_error, not am_conf_error.
29         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
31 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
33         * automake.in (handle_lib_objects): New function.
34         (handle_libraries): Use it.
35         (handle_programs): Ditto.
36         (handle_dist_worker): Deprecate DIST_SUBDIRS.
37         (am_install_var): Allow extended directory mechanism to work.
38         Test exdir.test.
40         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
41         (DEP_DISTFILES): Ditto.
43         * automake.in (OBJECT_PATTERN): New variable.
44         (am_install_var): Use it.
45         (handle_dist): DIST_OTHER is an anachronism.
47 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
49         * automake.in (handle_dist_worker): Only cause Automake to be
50         re-run if not making a distribution.  Fixes bug reported by
51         Joerg-Martin Schwarz.
52         (require_file_with_line): New function.
53         (require_file): Use it.
54         (am_line_error): Don't print line number if $symbol is empty.
55         (get_object_extension): Use require_file_with_line.
56         (handle_libraries): Use require_file_with_line.
57         (handle_texinfo): Use require_file_with_line.
58         (handle_configure): Use am_conf_line_error and
59         require_file_with_conf_line.
60         (handle_subdirs): Use require_file_with_conf_line.
61         (handle_configure): Use require_file_with_conf_line.
62         (handle_tests): Push check-TESTS on @phony.
63         (am_conf_line_error): New function.
64         (require_file_with_conf_line): New function.
65         (require_file_internal): New function.
66         (require_file_with_line): Use it.
67         (require_file): Ditto.
68         (am_conf_line_error): Handle empty line number.
69         (ac_gettext_line, ac_output_line): New variables.
70         (scan_configure): Set them.
72 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
74         * automake.in (parse_arguments): Default strictness is gnu.
75         Changed `normal' to `foreign' everywhere.
76         (parse_arguments): Handle --foreign.
77         (initialize_global_constants): Document --foreign.
78         (handle_dependencies): Better error message.
79         (handle_texinfo): Don't push $vtexi on @texis.
80         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
81         (handle_configure): install-sh is a config file; require it as
82         such.
83         (parse_arguments): Renamed --install-missing to --add-missing.
84         (add_missing): Renamed from install_missing.
85         (am_install_var): Check to make sure contents of install variable
86         are correct if primary requires it.  Test badprog.test.
87         (initialize_global_constants): Initialize
88         %primary_uses_subobjects.
89         (handle_source_transform): Skip configure substitutions.  Test
90         depend.test.  Also, skip empty elements.
92 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
94         * texinfo.tex: New version.
96         * automake.in (am_install_var): Allow extended range of
97         installation directories.
99         * automake.in (get_object_extension): Don't allow
100         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
101         From Gord Matzigkeit.  Test confincl.test.
103         * texinfos.am (install-info): Changed usage of install-info (in
104         comment).  Per Feb 25 GNU Standards document.
106 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
108         * automake.in (handle_tests): New function.
109         (generate_makefile): Call it.
110         (handle_subdirs): Skip directories whose names look like configure
111         substitutions.
112         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
113         when using gettext.
114         (scan_configure): Clear in_ac_output if "]" found.  Test
115         acoutqnl.test.
116         (require_config_file): New function.
117         (generate_makefile): Use require_config_file.
118         (config_aux_path): New variable.
119         (scan_configure): Check for AC_CONFIG_AUX_DIR.
120         (handle_merge_targets): Add install-strip rule.
122 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
124         * mdate-sh: New version from Ulrich Drepper.
126         * automake.in (handle_source_transform): Changed fill back to
127         empty string.
128         (handle_libraries): Ditto.
129         (handle_dist): Ditto.
130         (handle_dependencies): Ditto.
131         (handle_footer): Ditto.
132         (handle_phony): Ditto.
134         * Makefile.am (DIST_SUBDIRS): Removed.
135         (installcheck-local): Use Perl, not test -x.
136         (PERL): New macro.
137         (maintainer-check): Use $(PERL), not @PERL@.
139         * configure.in (VERSION): Upped to 0.31.
141 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
143         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
144         and config.guess.
146         * automake.in: Use keyed_aclocal_warning when warning about
147         fp_PROG_INSTALL.
148         (get_object_extension): Use keyed_aclocal_warning when warning
149         about fp_C_PROTOTYPES.
150         (keyed_aclocal_warning): New function.
152         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
153         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
155         * automake.in (get_object_extension): Only give error about
156         fp_C_PROTOTYPES once.
158         * automake.in (seen_ranlib): New variable.
159         (scan_configure): Recognized AC_PROG_RANLIB.
160         (handle_libraries): Error if ranlib not checked for.
162         * automake.in (default_strictness): Default to GNU.
163         (default_strictness_name): Ditto.
165 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
167         * automake.in (read_am_file): Removed @kr@ support.
168         (get_object_extension): Ditto.
170         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
172 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
174         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
176 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
178         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
179         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
181         * automake.in (handle_scripts): Ensure $scripts_installed set to
182         boolean value.  Test proginst.test.
184         * Makefile.am (installcheck-local): New target.
186         * automake.in (require_file): No error if missing file is
187         installed.
189 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
191         * automake.in (handle_scripts): SCRIPTS no longer automatically
192         cleaned.  Now possible to install scripts in pkgdatadir.
193         ($seen_canonical): New variable.
194         (generate_makefile): Check for config.guess and config.sub here;
195         fixes bug reported by Gord Matzigkeit.
197         * Makefile.am (pkgdata_SCRIPTS): New variable.
198         (CLEANFILES): New macro.
200         * scripts-clean.am: Removed.
202 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
204         * automake.in (am_install_var): Error if primary variable actually
205         defined.
206         (am_install_var): Skip elements that look like configure
207         substitutions.
208         (am_install_var): "EXTRA" is a valid prefix.
209         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
210         (handle_merge_targets): Treat "all" target like "install".
211         (handle_subdirs): Don't push all-recursive.
213         * header.am (install-@DIR@HEADERS): Don't depend on all.
214         * data.am (install-@DIR@DATA): Don't depend on all.
215         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
216         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
217         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
219         * automake.in (am_install_var): Push generated install targets
220         onto @phony.
222         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
223         * automake.in (handle_merge_targets): Correctly handle recursive
224         calls of uninstall, install-exec, and install-data.
225         (handle_merge_targets): Put Makefile, and possibly $config_name,
226         onto @all.
227         (handle_merge_targets): Push 'all' onto @install as appropriate.
229 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
231         * automake.in (handle_configure): config.status is in
232         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
234         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
236 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
238         * automake.in: (seen_prog_yacc): New variable.
239         (scan_configure): Look for yacc.
240         (handle_source_transform): Skipp C++ header files.
241         (handle_source_transform): .cxx is a C++ source file.
243 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
245         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
247         Implemented --verbose feature; idea from Greg Woods:
248         * automake.in (verbose): New global.
249         (generate_makefile): Print creating message if verbose.
250         (grep_for_vers_texi): Print message if verbose.
251         (handle_dependencies): Ditto.
252         (scan_configure): Ditto.
253         (read_am_file): Ditto.
254         (parse_arguments): Added --verbose.
255         (initialize_global_constants): Ditto.
257         * automake.in (get_object_extension): Use am_line_error.
258         (handle_source_transform): Ditto.
259         (handle_libraries): Ditto.
260         (handle_texinfo): Ditto.
261         (handle_man_pages): Ditto.
262         (handle_dist): Ditto.
263         (handle_dist): Ditto.
264         (handle_subdirs): Ditto.
265         (handle_configure): Ditto.
266         (handle_merge_targets): Ditto.
267         (am_install_var): Ditto.
268         (am_line_error): Allow actual line number as argument.
269         (handle_configure): Use am_line_error.
270         (scan_configure): Set config_header_line.
271         (config_header_line): New global.
272         Use @PERL@ to find perl during exec.  From Greg Woods.
274 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
276         * automake.in (initialize_per_input): Init %content_lines.
277         (read_am_file): Set appropriate content_lines elements while
278         reading.
279         (am_line_error): New function.
280         (read_am_file): Use it.
281         (handle_options): Ditto.
283         * automake.in (scan_configure): Handle case where more than one .o
284         is put into LIBOBJS at once.  Test libobj.test.
286 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
288         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
289         Test acouttbs.test.
290         (handle_subdirs): Restored intl, po warnings.
292         * automake.in (scan_configure): Delete everything after "," or
293         ")".  Test acoutnoq.test.
294         (handle_dist): Use $relative_dir, not nonexistent $subdir.
295         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
296         SUBDIRS; don't warn about their absence.
298 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
300         * automake.in (handle_texinfo): Removed bogus error message.
302         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
303         onto @all.
304         (handle_options): Handle version number.
306         * automake.in ($maint_charset, $dist_charset): New variables.
307         (initialize_per_input): Init $local_maint_charset.
308         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
309         (generate_makefile): Don't print "creating...".
311 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
313         * automake.in (get_object_extension): Substitute
314         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
315         (handle_source_transform): Use $1, not \1.
316         (pretty_print_internal): Handle Tabs in fill when computing indent
317         on new line.
318         (handle_merge_targets): Always generate install-exec and
319         install-data targets.  Test instexec.test.
320         Fixed error message if fp_PROG_INSTALL missing.
322         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
323         @CONFIG_INCLUDE_SPEC@.
325         * automake.in (scan_configure): Delete everything after "]".  Test
326         acoutput.test.
328         * configure.in (AC_OUTPUT): Create tests/Makefile.
329         * Makefile.am (SUBDIRS): New macro.
331         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
332         Meyering.
334         * configure.in (AC_OUTPUT): Ensure automake is executable.
336 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
338         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
339         not exist.
341         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
343         From Jim Meyering:
344         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
345         (@DIR@_LIBFILES).
346         * header.am (install-@DIR@HEADERS): Depend on all, not
347         $(@DIR@_HEADERS).
348         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
349         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
350         $(@DIR@_SCRIPTS).
351         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
352         $(@DIR@_PROGRAMS).
354         * automake.in (initialize_per_input): Initialize
355         $use_dependencies.
356         ($seen_path_xtra): New variable.
357         (scan_configure): Look for AC_PATH_XTRA.
358         (get_object_extension): Add variables to output if X seen.
360 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
362         * automake.in (handle_programs): add pkglib to list of
363         directories for C
364         (various): include a tab as fill for continuation lines
365         printed with pretty_print*, esp. for macro variable assignments.
366         [ changed to 4 spaced by me ]
368 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
370         * configure.in (VERSION): Upped to 0.30.
372         * Makefile.am (automake): Removed.
373         (DIST_OTHER): Removed.
375         * automake.in (handle_source_transform): All dep_files are
376         relative to $(srcdir).
377         (handle_libraries): Ditto.
378         (scan_configure): Test for AC_PROG_INSTALL as well as
379         fp_PROG_INSTALL.  Don't error here.
380         (seen_prog_install): Now global.
381         (scripts_installed): New global.
382         (handle_scripts): Set it.
383         Give error if appropriate install macro not seen.
384         (handle_subdirs): Ensure $seen_gettext before requiring
385         gettext-specific files.
386         (handle_configure): Automatically rebuild 
388         From Jim Meyering:
389         * automake.in (handle_source_transform): Use \W when quoting
390         regexp.  When blah_SOURCES not explicitly defined, still create
391         entry in %deps.
392         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
393         * subdirs.am (maintainer-clean-recursive): Now depends on
394         $(CONFIG_HEADER) and Makefile.
396         * automake.in (handle_source_transform): Skip macro references.
398 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
400         * automake.in (handle_texinfo): Include "rm" when deleting files.
402         * Makefile.am (maintainer-check): Expect only one ${...}.
403         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
404         Meyering.
406         * automake.in (handle_configure): Only define CONFIG_HEADER if
407         $config_name.
408         ($seen_gettext): New variable.
409         (handle_subdirs): Do all gettext-related checking here.
410         (scan_configure): Just set $seen_gettext.
411         (handle_man_pages): Properly quote $(MANS).
413 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
415         * depend.am: Don't use srcdir anywhere.
416         * automake.in (handle_libraries): Don't make .deps relative to
417         srcdir.
418         (handle_options): Recognize no-dependencies.
420         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
421         ".".  Properly quote regexp.
423 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
425         * automake.in (handle_configure): Only defined CONFIG_HEADER if
426         $config_name.
427         (read_am_file): Quote regexp when substituting top_builddir.
428         (handle_source_transform, handle_libraries): Look in
429         $(srcdir)/.deps for .P files.
431 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
433         * automake.in (am_conf_error): New function.
434         (scan_configure): Use it.
435         (scan_configure): A comma also ends AC_OUTPUT macro.
437         * automake.in (read_am_file): Compute top_builddir when including
438         header-vars.am.
439         (handle_configure): Use $top_builddir, not $top_reldir.
440         (other_input_files): New variable.
441         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
443         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
444         * automake.in (input_files, seen_make_set): Declare globally.
445         (parse_arguments): Use input_files, not make_list.
446         Only scan configure.in once.
447         (handle_dist): Use SUBDIRS to determine when to make
448         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
449         find top of dist tree.
450         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
451         configure.in (done elsewhere).
452         (scan_configure): seen_make_set is global.  Allow arbitrary space
453         in LIBOBJS assignment.
454         (top_builddir): New variable.
455         * header-vars.am (top_builddir): New variable.
456         * remake-subd.am (Makefile): Look in top_builddir, not .., when
457         remaking.
458         * automake.in (handle_merge_targets): Run 'all' before
459         check-recursive.
461         * automake.in (file_contents_with_transform): Changed error
462         message.
463         (handle_configure): Define $contents{'CONFIG_HEADER'}.
465         * texi-version.am: Many changes to support multiple .texi files.
466         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
467         "@VTI@".
468         * automake.in (handle_configure): install.sh is an anachronism.
469         (handle_texinfo): Generalized for multiple .texi files.  Handle
470         'clean-info' internally.
471         * texi-clean.am: Removed.
472         * Makefile.am: Updated for removal.
474 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
476         * automake.in (grep_for_vers_texi): New function.
477         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
478         (handle_texinfo): Changes to generalize to multiple .texi files.
480 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
482         Fixes from Gord Matzigkeit:
483         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
484         topsrcdir.
485         * header.am: New file.
486         * Makefile.am (pkgdata_DATA): Install header.am.
487         * automake.in (handle_headers): Use header.am, not data.am.
488         (am_install_var): Allow pattern to be compiled multiple times.
490         * config.guess, config.sub: New files.
491         * Makefile.am (pkgdata_DATA): Install config.guess and
492         config.sub.
493         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
494         AC_CANONICAL_SYSTEM.
496 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
498         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
499         (handle_man_pages): Use man_MANS, not MANS.
501         * Makefile.am (info_TEXINFOS): Renamed.
503         * automake.in (scan_configure): Remove comments from input line.
504         (am_variable): Removed.
506         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
508         * automake.in (config_name, config_header): New globals.
509         (scan_configure): Look for AC_CONFIG_HEADER.
510         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
512 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
514         * automake.in (handle_dist_worker): Bug fix.
516 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
518         * automake.in (require_file): Install missing files only according
519         to desired strictness.
520         (initialize_per_input): Don't init libsources.
521         (scan_configure): Reinit libsources.
522         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
523         (fp_c_prototypes): New global.
524         (scan_configure): Set it.
525         (get_object_extension): Error if fp_C_PROTOTYPES not in
526         configure.in when using ansi2knr.
527         (handle_source_transform): Skip header files.
529         * automake.in (handle_dist_worker): Explicitly make 'dist' in
530         subdirs.
532 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
534         From François Pinard:
535         * automake.in (handle_source_transform): Transform $o file into .P
536         file.
537         (handle_dist_worker): Handle case where DISTFILES includes
538         wildcard.  Bug fix in subdir case.
540         * automake.in (parse_arguments): Initialize strictness to
541         'normal'.
543 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
545         * automake.in (scan_configure): Look for NLS support.
547         Changes from François Pinard:
548         * texinfos.am (install-info): Correctly install when build dir is
549         not srcdir.
550         * tags-subd.am (ID): Indentation change.
551         * kr-vars.am (o): Use ".@U@o", not "@U@o".
552         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
553         * automake.in (handle_dist_worker): Fixlets.
554         (handle_dist): Sort keys going into dist_common.
556 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
558         * automake.in (handle_dist_worker): If Gnits, don't allow release
559         until NEWS is updated.
561         * configure.in (VERSION): Version 0.29.
563         * Makefile.am (maintainer-check): Look for perl4.036 in path.
565         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
566         (DEP_DISTFILES): Ditto.
568         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
569         * dist-vars.am (DEP_DISTFILES): New variable.
571         * automake.in (handle_options): Support dist-shar option.
572         (handle_dist_worker): New function.
573         (handle_dist): Use it.
575         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
576         *.tmp.
578         * automake.in (handle_dist): Chmod distdir 777.  From François
579         Pinard.
581         * automake.in (scan_configure): New function.
582         (initialize_per_input): Init libsources.
583         (generate_makefile): Run handle_configure first.
584         (handle_configure): Run scan_configure.
585         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
587 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
589         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
591         * automake.in (strictness, strictness_name): Renamed.
592         (initialize_per_input): Set strictness, strictness_name.
593         Initialize %options.
594         (generate_makefile): Run handle_options.
595         (handle_options): New function.
596         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
597         man page install if no-installman option given.
598         (read_am_file): Deprecate @kr@.
599         (get_object_extension): Look at ansi2knr option.
600         (parse_arguments): Take global strictness from command-line
601         options.
603 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
605         Fixes from François Pinard:
606         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
607         * automake.in (get_object_extension): Use $o, not $(kr)o.
608         (handle_source_transform): Don't look for $(kr)c files.
609         * kr-vars.am (o): New macro.
610         (kr): Removed.
612         * depend.am (DEP_FILES): Removed.
613         * automake.in (handle_source_transform): Push .P file onto
614         dep_files.
615         (initialize_per_input): New variable %dep_files.
616         (handle_dependencies): Generate DEP_FILES here.
618 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
620         * automake.in (do_one_clean_target): Only remove config.status in
621         top-level directory.
622         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
624         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
626         * automake.in (handle_dist): Make "ln" quiet.
628         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
630 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
632         * automake.in (handle_merge_targets): 'check' shouldn't depend on
633         'all' at top level.
634         (file_contents_with_transform): New function.
635         (am_install_var): Use file_contents_with_transform.
636         (handle_programs): Ditto.
637         (handle_libraries): Ditto.
638         (handle_texinfo): Ditto.
639         (handle_merge_targets): Let 'install' depend on 'all' if no other
640         dependencies exist.  From Jim Meyering.
641         (check_gnu_standards): GNU requires AUTHORS file.  (See
642         maintain.text).
643         (require_file): Put body in loop.
644         (get_object_extension): Only call require_file once.
645         (handle_configure): Ditto.
647         From Jim Meyering:
648         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
649         * tags-subd.am (id): Removed.
651 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
653         * Added copyright notice to each .am file.
655         * automake.in: Cleanups from François Pinard to avoid $#.
656         (require_argument): Fixed sense of test.
657         (set_strictness): Bug fix.
659 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
661         * Makefile.am (pkgdata_DATA): Removed old dist files.
663         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
665         * automake.in (set_strictness): Set $strictness_name.
666         (strictness_name): New variable.
667         (handle_dist): Substantially rewrote.
669         * configure.in: Point AC_INIT at automake.in.
671         * automake.in (generate_makefile): Report errors against
672         Makefile.in, not Makefile.am.
674 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
676         * mdate-sh: Bug fix from Jim Meyering.
678         * dist.am (dist): Changed in parallel with dist-subd-top.am.
680         * mkinstalldirs: Reverted.
682         * automake.in (initialize_global_constants): Allow COPYING.LIB
683         again.
684         (check_gnits_standards): Disallow COPYING.LIB.
686         * texinfos.am (install-info): Only look in $(srcdir) for info
687         files.
689         * automake.in (initialize_global_constants): New variable
690         gen_copyright.
691         (read_am_file): Put a copyright in each Makefile.in.
693         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
695         * automake.in (am_install_var): Put space before "=".
696         (handle_dist): Put README first in DIST_COMMON.
698         * Makefile.am (pkgdata_DATA): Include COPYING.
700         * COPYING: New file.
702         * automake.in (parse_arguments): Added --gnu and --gnits as
703         synonyms.
704         (initialize_global_constants): Ditto.
705         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
706         (initialize_global_constants): Look for README first.
707         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
708         ABOUT-GNU.
709         (check_gnu_standards): Require file COPYING.
711         From François Pinard:
712         * automake.in (file_contents): Comment out "warn"s.
713         (usage): Use 4 columns.
714         (USAGE_FORMAT): Ditto.
716         * texinfos.am (install-info): Look for info file relative to $$d.
718         * Makefile.am (cvs-dist): Suppress output of "grep".
720         * configure.in (VERSION): Version 0.28.
722         * automake.in (pretty_print_internal): Fix for Perl 4
723         compatibility.
725         * configure.in (VERSION): Version 0.27.
727         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
728         invocation.
730         * automake.in (initialize_global_constants): Don't quote "@" in
731         $install_man_format.
732         (handle_merge_targets): use "@:" as empty command, not ":".
734 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
736         * texinfos.am (install-info): Look in $d for info files.  From
737         François Pinard.
739         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
741         * automake.in (read_am_file): Correctly deal with continued
742         variable definitions.
744 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
746         * automake.in (handle_merge_targets): 'check' target depends on
747         'all'.
748         (file_contents): Don't be so verbose.
749         (read_am_file): Ditto.
750         (read_am_file): Must use substr to check for trailing \.
751         (am_install_var): Use push_phony_cleaners.
752         (file_contents): Set $was_rule when assuming a rule is seen.
753         (read_am_file): Ditto.
754         (do_one_clean_target): Removed spurious newline.
756         Some changes from François Pinard:
757         * Removed trailing whitespace from all '.am' files.
758         * tags-subd.am (ID): Use &&, not ;.
759         (TAGS): Ditto.
760         * automake.in (parse_arguments): Removed useless message.
761         (parse_arguments): Don't explicitly referenced STDERR.
762         (require_argument): Ditto.
763         (am_error): Ditto.
764         (set_strictness): Ditto.
765         (file_contents): Ditto.
766         (read_am_file): Ditto.
767         (generate_makefile): Style tweaks.
768         (handle_programs): Ditto.
769         (handle_libraries): Ditto.
770         (handle_texinfo): Ditto.
771         (handle_man_pages): Ditto.
772         (handle_tags): Ditto.
773         (handle_dist): Ditto.
774         (handle_subdirs): Ditto.
775         (handle_configure): Ditto.
776         (handle_footer): Don't put newline before footer.am contents.
777         (handle_merge_targets): Style tweaks.
778         (do_one_clean_target): Ditto.
779         (dirname): Ditto.
780         (am_variable): Ditto.
781         Defined some new constants.
782         (generate_makefile): Don't call generate_header.
783         (generate_header): Removed.
784         (file_contents): Rewrote.
785         (read_am_file): Rewrote.
787         * automake.in (generate_makefile): Handle phony target.
788         (do_one_clean_target): Pretty-print dependencies.
789         (handle_installdirs): Pretty-print rule.
791         * Makefile.am (maintainer-check): Made some commands silent.
793         * automake.in (initialize_global_constants): Don't install or
794         uninstall cat'd man pages.
795         (initialize_per_input): Added phony target.
796         (push_phony_cleaners): New function.
797         (get_object_extension): Handle phony targets.
798         (handle_texinfo): Ditto.
799         (handle_man_pages): Ditto.
800         (handle_tags): Ditto.
801         (handle_dist): Ditto.
802         (handle_subdirs): Ditto.
803         (handle_installdirs): Ditto.
804         (handle_merge_targets): Ditto.
805         (handle_clean): Ditto.
806         (do_one_merge_target): Ditto.
807         (am_install_var): Ditto.
808         (handle_phony): New function.
809         (generate_makefile): Call it.
810         (pretty_print_internal): New function.
811         (pretty_print_rule): Ditto.
813 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
815         * automake.in (initialize_global_constants): Don't print body of
816         loop at make time.
818         Changes from François Pinard:
819         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
820         (DEP_FILES): Put dependency files in $(srcdir).
821         Look in $(srcdir) when including dependency files.
822         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
823         (.deps/%.P): MKDEP includes all macro expansions.
824         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
825         be so verbose.
826         * dist-subd.am (dist): Don't be so verbose.
827         * dist.am (dist): Don't be so verbose.
829         * automake.in (do_one_clean_target): Remove config.status in
830         maintainer-clean.  From Jim Meyering.
832         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
833         Meyering.
835         * automake.in (handle_merge_targets): Add dummy command for empty
836         install target.  From Jim Meyering.
838 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
840         * texinfos.am (uninstall-info): Bug fix.
842         * Makefile.am (maintainer-check): Error if ${...} used.
843         * depend.am (DEP_FILES): Prefer $(...).
845         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
846         exists.
847         * libraries.am (install-@DIR@LIBRARIES): Only install library if
848         it exists.
849         * programs.am (install-@DIR@PROGRAMS): Only install program if it
850         exists.
852         * texinfos-vars.am (TEXFILES): Removed.
854         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
856         * automake.in (do_one_merge_target): Never generate trailing
857         whitespace.
858         (pretty_print): New function.
859         (handle_footer): Prettyprint definitions.
860         (am_install_var): Ditto.
861         (handle_source_transform): Ditto.
862         (handle_dist): Ditto.
863         (handle_libraries): Ditto.
864         (read_am_file): Put comments nearer appropriate code.
866         * texi-clean.am (mostlyclean-info): Use continued lines, not
867         multiple rm's.  From Jim Meyering.
869 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
871         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
872         mkinstalldirs, texinfo.tex to be installed.
873         * automake.in (symlink_exists): New global.
874         (install_missing): Ditto.
875         (require_file): Install missing files if possible.
876         (parse_arguments): Handle --install-missing option.
877         (initialize_global_constants): Document --install-missing.
879         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
880         Ensure 'checks' pass before release.
881         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
882         Franc,ois Pinard.
883         (cvs-dist): Depend on maintainer-check instead of explicitly
884         running check.
886         * configure.in (VERSION): Version 0.26.
888         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
889         of 'if' test.
891         * depend.am (DEP_FILES): Bug fix.
893         * automake.in (do_one_clean_target): Typo.
895         * Makefile.am (check-local): Run syntax check under Perl 4.
897         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
898         (handle_source_transform): Loop variable is now $_.  From Gor
900         * Makefile.am (check-local): Check for 'true' in source.
901         * texinfos.am (install-info): Can't use "true" in any rule.
903 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
905         * Makefile.am (cvs-dist): New target.
907         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
908         failures.
910         * texinfos.am (install-info): Don't do install-info for now.
912         * clean.am (distclean-generic): Don't remove config.status here.
913         * automake.in (do_one_clean_target): Remove config.status later,
914         for 'make -j2'.  From Jim Meyering.
916 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
918         * configure.in (VERSION): Version 0.25.
920         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
921         (handle_configure): Check for AC_PROG_MAKE_SET.
923         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
924         Meyering.
926         * automake.in (am_install_var): Changed how 'clean' handled for
927         uniform name targets.
928         * Makefile.am (pkgdata_DATA): Added new files.
929         * data-clean.am: New file.
930         * scripts-clean.am: New file.
931         * libraries-clean.am: New file.
932         * programs-clean.am: New file.
934 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
936         * automake.in (am_install_var): Error if variable name
937         "misspelled".
938         (handle_source_transform): Automatically include .c file
939         corresponding to .y or .l.
941 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
943         * programs.am: Changed for uniform naming scheme.
945         * automake.in (read_am_file): Allow '-' and '.' in target names.
946         (generate_makefile): Don't pass arguments to handle_libraries.
947         (initialize_per_input): Define @sources, @objects.
948         (generate_makefile): Init @sources, @objects if needed.
949         (handle_source_transform): Push onto @sources, @objects here.
950         (am_install_var): Push primary onto @all, for configure-time
951         customization.
952         (handle_programs): Use new uniform naming scheme.
954         * Makefile.am (check-local): New target.
956         * automake.in (handle_libraries): Use uniform naming scheme.
958         * libraries.am: Rewrote for uniform naming scheme.
960         * scripts.am: Updated names of all clean targets.
962         * automake.in (handle_programs): Split on all whitespace.
963         (handle_libraries): Ditto.
964         (handle_texinfo): Ditto.
965         (handle_man_pages): Ditto.
966         (am_install_var): Changed return result.
967         (am_install_var): Changed interface.
968         (am_install_var): Push onto @clean@ if requested.
969         (handle_scripts): Pass -clean to am_install_var.
971 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
973         * automake.in (am_install_var): Push target onto @all.
974         (get_object_extension): Use $(...).
975         (handle_source_transform): Ditto.
976         (handle_programs): Ditto.
978         * automake.in (require_argument): New function.
979         (parse_arguments): Use it.
980         (push_dist_common): New function.
981         (generate_makefile): Use it.
982         (handle_texinfo): Ditto.
983         (handle_dist): Ditto.
984         (handle_configure): Ditto.
985         (require_file): Ditto.
986         (generate_makefile): Don't pass arguments to handle_scripts.
987         (handle_configure): Require configure.in.
988         (check_gnu_standards): New function.
989         (check_gnits_standards): Ditto.
990         (generate_makefile): Check standards.
992         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
994         * automake.in (LENIENT, GNU, GNITS): New constants.
995         (initialize_per_input): New function.
996         (generate_makefile): Use it.
997         (initialize_global_constants): Renamed from init_globals.
998         (require_file): Added strictness argument.
999         (parse_arguments): Added --strict option.
1000         (set_strictness): New function.
1001         (parse_arguments): use it.
1002         (initialize_global_constants): Document --strictness.
1004         * automake.in: Use ${1+"$@"} to preserve quoting when running
1005         under sh.
1007         * texinfos.am (install-info): Don't use "true".
1008         * tags.am (TAGS): Don't use "true".
1010         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
1011         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
1013         * program.am (@PROGRAM@): Use LINK macro.
1014         * compile.am (.c.o): Use COMPILE macro.
1016         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
1017         ${...}.
1019         * subdirs.am (RECURSIVE): Removed macro.
1021         * clean.am: Changed to not be so verbose.
1023         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
1024         * automake.in (handle_texinfo): Transform texi-clean and put into
1025         output rules.
1026         * texinfos-vars.am (TEXFILES): Removed.
1027         * texinfos.am: Removed 'clean' targets.
1028         * texi-clean.am: New file.
1030         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
1032         * texinfos-vars.am (TEXFILES): Added *.op.
1034         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
1035         standards.
1036         * dist.am (dist): Use DISTFILES.
1037         * dist-subd.am (dist): Use DISTFILES.
1038         * dist-subd-top.am (dist): Use DISTFILES.
1040 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1042         * Makefile.am (ETAGS_ARGS): Define.
1044         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
1045         Meyering.
1047         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
1049         * automake.in (handle_scripts): Use am_install_var.
1051         * scripts.am: Rewrote for new uniform naming scheme.
1053         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
1055         * libscripts.am: Removed.
1057         * packagedata.am: Removed.
1059         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
1060         (pkgdata_DATA): Renamed from PACKAGEDATA.
1062         * automake.in (handle_data): Use am_install_var.
1063         (init_globals): Init %exec_dir_p.
1065         * data.am: Rewrote for new uniform naming scheme.
1067         * automake.in (get_object_extension): New function.
1068         (handle_programs): Use it.
1069         (dir_holds_sources): Changed interpretation.
1070         (handle_headers): New function.
1071         (am_install_var): New function.
1072         (generate_makefile): Call handle_headers.
1074         * header-vars.am (pkgdatadir): New macro.
1075         (pkglibdir): Ditto.
1076         (pkgincludedir): Ditto.
1078         * automake.in (handle_source_transform): New function.
1079         (am_error): New function.
1080         (generate_makefile): Use it.
1081         (handle_source_transform): Ditto.
1082         (handle_texinfo): Ditto.
1083         (handle_dependencies): Ditto.
1084         (handle_merge_targets): Ditto.
1085         (require_file): Ditto.
1087 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1089         * automake.in: Updated FSF address.  From Jim Meyering.
1090         * header-vars.am: Updated FSF address.
1092         * distname.am: Removed.
1094         * automake.in (file_contents): Strip "##" comments.
1095         * Various files: Added "##" comments for strange things.
1097         * automake.in (handle_tags): Generate TAGS rule for every
1098         directory.
1100         * subdirs.am (RECURSIVE): Include installcheck-recursive.
1101         * automake.in (installcheck): New variable.
1102         (generate_makefile): Initialize it.
1103         (handle_subdirs): Push 'installcheck-recursive'.
1104         (handle_merge_targets): Handle installcheck target.
1106 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
1108         * automake.in ($PACKAGE): Removed.
1110         * header-vars.am (ALL): Removed.
1112         * automake.in: Reworked 'all' target handling.
1114         * automake.in (generate_makefile):
1115         Don't use AM_ forms in call to am_variable.
1117         * automake.in: Changes for Perl 5, from Gord Matzigkeit
1119         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
1121         * automake.in (handle_footer): Allow SUFFIXES variable.
1123         * automake.in (am_variable): New function.
1124         (handle_texinfo): Use it.
1125         (generate_makefile): Use it.
1127         * configure.in: Version 0.24.
1129 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
1131         * automake.in (handle_libraries):
1132         Generate blah_LIBADD defines if required.
1134         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
1136         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
1138         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
1140         * configure.in: Version 0.23
1142         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
1144         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
1146         * automake.in: New option --output-dir
1148         * automake.in (handle_configure): Fixed typo.
1150         * automake.in (handle_installdirs): Always make installdirs target.
1152         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
1153         uninstall-exec-recursive.  Added installdirs-recursive.
1155         * automake.in (handle_installdirs): Handle installdirs-recursive.
1156         (handle_man_pages): 'all' depends on $(MANS)
1158         * Makefile.am: Removed mans.am.
1160         * automake.in: More man-related fixes
1162         * automake.in: Bug fixes
1164         * automake.in: Rewrote man page handling.
1166         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
1168         * automake.in (handle_installdirs): New function.
1169         (@installdirs): New global.
1170         Many changes to deal with installdirs.
1172         * clean.am (clean-generic): Always supply 'else' clause to 'if'
1174         * automake.in (generate_header): Don't use header.am.
1175         (handle_dist): Don't use dist-subd-vars.am.
1177         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
1179         * Makefile.am (DISTCLEANFILES): Removed.
1181         * clean.am (clean-generic): Bug fix.
1183         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
1185         * texi-version.am (clean-vti): No such macro as VTI
1187 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
1189         * automake.in: Bug fix for maintainer-clean
1191         * automake.in (do_one_clean_target):
1192         Print special text in maintainer-clean.
1193         (handle_clean): Always include clean.am
1195         * clean.am: Use -generic clean targets.
1197         * compile.am: Added clean targets.
1199         * configure.in: Version 0.22.
1201         * automake.in (handle_dependencies):
1202         Put trailing newline after all deps.
1204         * automake.in (handle_dependencies): Another dependency bug fix.
1206         * automake.in (handle_dependencies):
1207         Bug fix when including dependencies.
1209         * automake.in (handle_configure):
1210         Verify existence of install-sh, mkinstalldirs
1212         * automake.in (handle_texinfo): Include stamp-vti in distribution
1214         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
1215         Include DATA, PACKAGEDATA.
1217         * Makefile.am: Nothing
1219         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
1221         * automake.in (handle_texinfo): Typo
1223         * automake.in: If script ends up in shell, feed to perl
1225         * automake.in: Rewrote 'clean' rules.
1226         Documentation made and installed first.
1227         'all' depends on 'info'
1229 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
1231         * configure.in, Makefile.am: Turned off internationalization.
1233         * clean-kr.am: Rewrote for new clean scheme.
1235         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
1237         * Makefile.am (PACKAGEDATA): Include tags-clean.am
1239         * subdirs.am: Removed bogus local clean targets
1241         * tags-clean.am: Initial revision
1243         * texi-version.am: Added clean targets
1245         * texinfos.am: Fixes to clean targets.
1247         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
1248         Added clean targets
1250         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
1252         * automake.in: Completely revamped automatic de-ANSI-fication
1254         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
1256         * compile-vars.am (LINK): New macro
1258         * kr-vars.am: Trailing blank line
1260         * compile-kr.am: Rewrote
1262         * compile-vars.am (COMPILE): New macro
1264         * compile-vars.am (ANSI2KNR): Removed
1266         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
1268         * kr-vars.am: Initial revision
1270         * automake.in (require_file): New function.
1271         (handle_texinfo): Require 'mdate-sh'
1272         (common_sometimes): New variable
1273         (usage): Use it.
1275         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
1277         * mdate-sh: Initial revision
1279         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
1281         * automake.in (generate_makefile):
1282         Put Makefile.in, Makefile.am in @dist_common
1283         (handle_configure): Use @dist_common as appropriate
1285         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
1287         * configure.in: Abort if perl not found
1289         * configure.in: Look for perl
1291         * automake.in: Reimplemented in Perl
1293         * automake.in: Fixlet
1295 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
1297         * automake.in: Always print ".SUFFIXES:" rule.
1299         * automake.in: Distribution config.h.in if required
1301         * automake.in: Bug fix when including texi-version.am
1303         * automake.in: Bug fix when looking for .texi file in $am_reldir
1305         * depend.am: Comment fix
1307         * automake.in: Look for .texi file in $am_reldir
1309         * automake.in: Fixlet
1311         * automake.in: Blank line after targets from user's Makefile.am
1313         * automake.in: Move footer items to actual footer
1315         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
1317         * automake.in (common):
1318         Don't include acconfig.h, config.h.top, config.h.bot
1320         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
1322         * Makefile.am (CONFIG_H): Define
1324         * acconfig.h: Initial revision
1326         * configure.in: Use AC_CONFIG_HEADER.
1328         * automake.in: Put blah_TEXINFOS into DIST_COMMON
1330         * automake.in: .info file explicitly depends on primary .texi file
1332         * texinfos.am (install-info): Always supply 'else' clause to 'if'
1334         * tags.am (TAGS): Always supply 'else' clause to 'if'
1336         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
1338         * automake.in: Always include footer.am in output
1340         * mans.am (install-man): Always supply 'else' clause to 'if'
1342         * automake.in: More version.texi fixes
1344         * automake.in: Only do version.texi processing if requested.
1346         * automake.in: Minor internationalization fixes.
1347         Subshell can now exit with nonzero status.
1348         Fixed up .texi handling; now uses texi-version.am
1349         Make sure '.c' and '.o' are in .SUFFIXES if required.
1351         * Makefile.am (PACKAGEDATA): Include texi-version.am
1352         (stamp-vti, version.texi): Removed
1353         (TEXINFOS): Don't reference version.texi
1355         * texi-version.am: Initial revision
1357         * dist.am, dist-subd-top.am (dist):
1358         [DIST_SUBDIRS] Follow symlinks when copying.
1360         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
1362 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
1364         * automake.in: Added --amdir option
1366         * Makefile.am, configure.in: Turned on internationalization
1368         * Makefile.am: Set EDITION
1370         * configure.in: Version 0.21
1372         * tags.am, tags-subd.am: Don't use double-colon rules
1374         * automake.in: Redid install-data, install-exec, uninstall handling
1376         * configure.in: Turn off i18n
1378 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
1380         * automake.in (common): Remove NLS
1382         * automake.in (common): Include ABOUT-NLS.
1384         * automake.in: Test for install-sh and mkinstalldirs
1386         * automake.in: Blank line after OBJECTS= line
1388         * automake.in: Start subshell in loop after check for Makefile.am
1390         * automake.in: --use-deps now the default
1392         * automake.in (am_dir): Don't apply transform to install directory name
1394         * packagedata.am: Don't apply transform to install directory name
1396         * Makefile.am (SUBDIRS): Hold off on internationalization
1398 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
1400         * automake.in:
1401         Write 'SOURCES =' line after copying Makefile.am variables
1403         * automake.in: Fixed bug in "--" option processing
1405         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
1407         * Makefile.am (DIST_OTHER): Include gettext-sh
1409         * Makefile.am (SUBDIRS): Define
1411         * configure.in: Include internationalization bits
1413         * automake.in: Many changes to avoid double-colon rules.
1415         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
1417         * subdirs.am: Removed "::" rules
1419         * header.am: Removed install, uninstall
1421         * header.am: Added install, uninstall targets
1423         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
1425         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
1426         Removed "::" rules
1428         * Makefile.am (PACKAGEDATA): Include libscripts.am
1430         * libprograms.am: Don't install libscripts here
1432         * libscripts.am: Initial revision
1434         * scripts.am, programs.am, libprograms.am: Removed "::" rules
1436         * automake.in (am_dir): Run package name through name transform.
1438         * automake.in: Don't use packagedata.sed or data.sed
1440         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
1441         packagedata.am
1443         * data.am: No longer run through sed
1445         * packagedata.am: Initial revision
1447 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
1449         * automake.in: No blank line after Usage
1451         * automake.in: Removed "NLS nuisances" section.
1452         Now uniformly uses $echo for user-visible messages (in advance of
1453         internationalization)
1455         * subdirs.am (maintainer-clean): Don't use realclean-local
1457         * Makefile.am: Use PACKAGEDATA, not custom code
1459         * data.am: Use @LONG@, not $(@LONG@)
1461         * automake.in: Handle DATA and PACKAGEDATA
1463         * packagedata.sed: Initial revision
1465         * data.am: Use @DIR@, not $(@DIR@)
1467         * data.sed: Use $(datadir), not datadir
1469         * data.sed: Initial revision
1471         * data.am: Wrote uninstall targets
1473         * data.am: Initial revision
1475         * dist-subd.am (dist): Don't link a file that has already been linked
1477         * dist-subd-top.am, dist.am (dist):
1478         Run `automake --include-deps' before making distribution
1480         * automake.in: More dependency-tracking bug fixes
1482         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
1484         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
1486         * tags-subd.am, tags.am: Added trailing blank line
1488         * depend.am: Use ".P", not "empty.P", as placeholder.
1490         * automake.in: Only include depend.am if SOURCES not empty
1492         * automake.in: Added --use-deps and --include-deps options.
1493         Handle auto-generating dependencies.
1495         * Makefile.am (am_DATA): Include depend.am
1497         * depend.am: Initial revision
1499         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
1501         * automake.in: Put blank line after .SUFFIXES
1503         * scripts.am: Added blank line at end
1505         * scripts.am: Removed unnecessary comment
1507         * scripts.am: Removed unnecessary workarounds
1509         * automake.in: Don't include programs.am if PROGRAMS empty
1511         * header-vars.am (INSTALL_SCRIPT): Typo
1513         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
1515         * automake.in: Handle .SUFFIXES here.
1517         * configure.in: Use fp_PROG_INSTALL
1519         * header-vars.am: Changes for autoconf 2.5.
1520         Now includes INSTALL_SCRIPTS.
1522         * texinfos.am (install-info): Bug fix
1524         * automake.in:
1525         Include scripts.am or libscripts.am in output if appropriate
1527         * programs.am (install-programs, uninstall-programs):
1528         Don't install SCRIPTS
1530         * Makefile.am (am_DATA): Include scripts.am
1532         * scripts.am: Initial revision
1534 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
1536         * automake.in:
1537         Cleaned up how "prog_SOURCES" variable is found in input.
1538         Ditto prog_OBJECTS.
1539         Put static sed scripts into separate, installed files.
1541         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
1543         * hack-make.sed, nl-remove.sed: Initial revision
1545         * texinfos.am (install-info): Rewrote
1547         * subdirs.am (all-recursive): Put with other -recursive rules
1549         * configure.in: Version 0.20
1551         * automake.in: Another bug fix
1553         * automake.in: Bug fix when looking for texinfo.tex
1555         * texinfo.tex: Initial revision
1557         * automake.in:
1558         If TEXINFOS defined but texinfo.tex does not exist, give warning.
1560         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
1561         (all-recursive): Don't fail immediately if -k specified.
1563 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
1565         * subdirs.am (_all):
1566         New target.  Now use Jim Meyering's formulation of AIX
1567         workaround.
1568         (install-exec, install-data): New targets
1570 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
1572         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
1574         * automake.in: Use @datadir@
1576         * automake.in: Added @configure_input@ line
1578 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
1580         * automake.in: "--help" option now prints auto-recognized file names.
1581         Allow AM_ overriding of more variables.
1583         * texinfos.am (install-info):
1584         Don't cd to srcdir to avoid breaking install-sh
1585         Other bug fixes
1587         * Makefile.am: Handle automake.texi
1589 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
1591         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
1593         * tags.am (TAGS): bug fix
1595         * automake.in: Use am_dir, not AM_DIR.
1596         Use version, not VERSION.
1597         Bug fix in TAGS code.
1599         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
1601         * subdirs.am: TAGS target now in tags.am
1603         * footer.am: TAGS and ID targets now in tags-subd.am
1605         * tags-subd.am, tags.am: Initial revision
1607         * automake.in: Cleaned up AM_PROGRAM code.
1608         Handle TAGS target better
1610         * remake.am, remake-subd.am (Makefile.in): Bug fix.
1612         * automake.in (usage): Updated
1614         * remake-subd.am, remake.am:
1615         Added rule where Makefile.in depends on Makefile.am
1617         * automake.in: Entire body of 'for' loop now in subshell
1619         * automake.in (common): config.guess and config.sub are common files.
1621         * dist-subd-top.am, dist.am (dist): Bug fix.
1623         * Makefile.am (DIST_OTHER): Don't include TODO
1625         * automake.in: Auto-include TODO and THANKS files.
1627         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
1629         * automake.in: More bug fixes in "look for Makefile.am" code.
1631         * automake.in: Bug fix in "look for Makefile.am" code.
1633         * automake.in:
1634         If no arguments given, look for all Makefile.am's in this
1635         directory and in immediate subdirs
1637         * automake.in: Bug fixes for LDADD-override feature.
1639         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
1641         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
1643         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
1645         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
1647 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
1649         * automake.in: No longer look for _SOURCES or _OBJECTS
1651         * header-vars.am:
1652         Remove "automatically created" header (now in automake).
1653         Updated copyright.
1655         * automake.in: Put version info in Makefile header
1657 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
1659         * automake.in: Minor cleanups
1661         * dist-subd-top.am, dist.am (dist):
1662         Don't link or copy file if it already exists.
1664         * automake.in:
1665         Look for _SOURCES (common sources) and generate _OBJECTS.
1667         * footer.am (ID, TAGS): Include HEADERS
1669         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
1671 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
1673         * dist-subd.am (distdir): Is relative to ".."
1675         * dist-subd-vars.am (PACKAGE, VERSION): Define
1677         * dist-subd.am (dist): Don't handle DIST_DIRS.
1679         * mans.am (uninstall-man): Another bug fix.
1681         * mans.am (uninstall-man): Bug fix.
1683         * dist.am, dist-subd-top.am (dist): Bug fix
1685         * Makefile.am (DIST_SUBDIRS): New macro
1687         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
1689         * Makefile.am (DIST_OTHER): Include automake.in
1691         * Makefile.am (DISTCLEANFILES): New macro.
1693         * automake.in (common): Include COPYING.LIB
1695         * Makefile.am (automake): New rule.
1697         * texinfos.am (install-info): Changed per GNU standards
1699         * remake-hdr.am (stamp-h.in):
1700         Use "touch", not "date", per GNU standards.
1702         * automake.in (common): Include texinfo.tex
1704 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
1706         * automake.in: More fixes when finding common files.
1708         * Makefile.am (DIST_OTHER): Another removal.
1710         * automake.in: Special-case when amdir=.
1712         * Makefile.am (DIST_OTHER): Removed auto-detected files.
1714         * automake.in:
1715         Search for commonly-used files and auto-include them in distribution
1717         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
1718         (DIST_CONF): Removed files searched for by automake.
1720         * automake.in: More arg-parsing bug fixes.
1722         * Makefile.am (DIST_OTHER): Include install-sh
1724         * Makefile.am (DIST_OTHER): Don't include auto-included files.
1726         * automake.in: Bug fixes to argument parsing code.
1728         * automake.in: Handle --version and --help.
1729         NLS stuff from autoconf.
1731         * Makefile.am (amdatadir): Fixed typo.
1732         (install): Make install directories
1734         * Makefile.am: Use "install::", not "install:"
1736         * install-sh, mkinstalldirs: Initial revision
1738         * configure.in: Use AC_PROG_INSTALL
1740         * automake.in: Set AM_DIR based on configure results.
1742         * Makefile.am (install): New target.
1743         (amdatadir): New variable.
1745         * automake.in: Use "#! /", not "#!/".
1747         * Makefile.am, configure.in: Initial revision
1749         * automake.in: Renamed from "automake".
1750         Set VERSION.
1752         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
1754         * automake.in: Insert remake-subd.am if appropriate.
1756         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
1758         * automake.in: Handle ALLPROGRAMS variable.
1760         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
1762         * automake.in: Fixlet when printing "subdir=DIR"
1764         * automake.in: Put "subdir=DIR" into subdir Makefile
1766         * automake.in: Don't refer to distname.am.
1767         Only put footer.am in subdir Makefiles.
1769         * subdirs.am (id, ID): New target.
1770         (.NOEXPORT): Copied from footers.am.
1772         * subdirs.am (TAGS): Bug fixes.
1774         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
1776         * subdirs.am (maintainer-clean-local): Remove TAGS
1778         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
1780         * subdirs.am: Use maintainer-clean, per GNU standards
1782         * dist-subd-top.am: Some variables defined in dist-vars.am
1784         * dist-vars.am (PACKAGE, VERSION):
1785         New variables, initialized by configure
1787         * footer.am (id, ID): New targets
1788         (TAGS): Put TAGS file in build, not source, directory
1790         * remake-subd.am (Makefile): Don't assume subdir is 'src'
1792         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
1794         * dist-subd.am: Changed to conform to new top-level dist target.
1796         * dist-subd-top.am:
1797         Changed to assume PACKAGE and VERSION are set by configure.
1799         * clean-kr.am, clean.am (maintainer-clean):
1800         Updated rules per GNU standards.
1802         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
1804 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
1806         * automake.in, texinfos.am: kludge for multiple-part info files
1808 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
1810         * clean.am, clean-kr.am: remove INFOS
1812 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
1814         * texinfos.am: add path
1816         * remake.am, remake-hdr.am: account for VPATH limitations
1818 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
1820         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
1821         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
1823 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
1825         * texinfos.am: install-info depends on info files
1827         * dist-subd-vars.am, dist-vars.am: distrib info files
1829 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
1831         * clean-kr.am, clean.am: fix up distclean
1833         * subdirs.am: fix typo
1835         * clean.am: do more in distclean
1837 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
1839         * libraries.am: make install depend on all
1841         * automake.in: fix typo
1843 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
1845         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
1847         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
1849         * dist-subd-top.am: Initial revision
1851         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
1852         centralize prefix var setting
1854         * header-vars.am: set all the std vars based on prefix
1856 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
1858         * automake.in: don't add kr stuff if not needed
1860         * dist-vars.am: add config vars to dist
1862 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
1864         * program.am: add LDADD
1866         * compile-vars.am: remove LDADD from LDFLAGS
1868         * clean.am: move knr stuff to another file
1870         * automake.in: use different clean file for ansi2knr
1872         * clean-kr.am: Initial revision
1874 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
1876         * automake.in, dist-subd.am, dist.am: fix rules and dist
1878 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
1880         * compile.am, automake.in: split out knr
1882         * compile-kr.am: Initial revision
1884         * libprograms.am: fix typo
1886         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
1887         make libprograms work
1889         * libprograms.am: Initial revision
1891         * automake.in, compile.am, header-vars.am: fix little bugs
1893         * compile.am: allow parallel K&R
1895         * clean.am: remove kerb temps
1897         * automake.in: fix recognizing start of rules
1899         * dist-subd.am, dist.am: fix dist
1901         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
1903 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
1905         * automake.in: works on m4 too
1907         * automake.in, mans.am: works on fileutils
1909         * 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:
1910         works on fileutils except for all
1912         * automake.in: vars thing
1914         * header-vars.am: Initial revision
1916         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
1917         entered into RCS
1919         * compile-vars.am: Initial revision
1921         * automake.in: many improvements
1923         * footer.am: Initial revision
1925         * dist.am: remove distname
1927         * automake.in: namespace cleanup
1929         * distname.am: Initial revision
1931         * 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:
1932         might work
1934         * 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:
1935         Initial revision