New test
[automake.git] / ChangeLog
blobcbcb87d76c5bebd5dfaf8f5ef20c049c34f586ae
1 Mon Feb 12 10:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
3         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
4         Test acouttbs.test.
6         * automake.in (scan_configure): Delete everything after "," or
7         ")".  Test acoutnoq.test.
8         (handle_dist): Use $relative_dir, not nonexistent $subdir.
9         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
10         SUBDIRS; don't warn about their absence.
12 Sun Feb 11 15:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
14         * automake.in (handle_texinfo): Removed bogus error message.
16         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
17         onto @all.
18         (handle_options): Handle version number.
20         * automake.in ($maint_charset, $dist_charset): New variables.
21         (initialize_per_input): Init $local_maint_charset.
22         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
23         (generate_makefile): Don't print "creating...".
25 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
27         * automake.in (get_object_extension): Substitute
28         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
29         (handle_source_transform): Use $1, not \1.
30         (pretty_print_internal): Handle Tabs in fill when computing indent
31         on new line.
32         (handle_merge_targets): Always generate install-exec and
33         install-data targets.  Test instexec.test.
34         Fixed error message if fp_PROG_INSTALL missing.
36         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
37         @CONFIG_INCLUDE_SPEC@.
39         * automake.in (scan_configure): Delete everything after "]".  Test
40         acoutput.test.
42         * configure.in (AC_OUTPUT): Create tests/Makefile.
43         * Makefile.am (SUBDIRS): New macro.
45         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
46         Meyering.
48         * configure.in (AC_OUTPUT): Ensure automake is executable.
50 Thu Feb  8 15:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
52         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
53         not exist.
55         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
57         From Jim Meyering:
58         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
59         (@DIR@_LIBFILES).
60         * header.am (install-@DIR@HEADERS): Depend on all, not
61         $(@DIR@_HEADERS).
62         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
63         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
64         $(@DIR@_SCRIPTS).
65         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
66         $(@DIR@_PROGRAMS).
68         * automake.in (initialize_per_input): Initialize
69         $use_dependencies.
70         ($seen_path_xtra): New variable.
71         (scan_configure): Look for AC_PATH_XTRA.
72         (get_object_extension): Add variables to output if X seen.
74 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
76         * automake.in (handle_programs): add pkglib to list of
77         directories for C
78         (various): include a tab as fill for continuation lines
79         printed with pretty_print*, esp. for macro variable assignments.
80         [ changed to 4 spaced by me ]
82 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
84         * configure.in (VERSION): Upped to 0.30.
86         * Makefile.am (automake): Removed.
87         (DIST_OTHER): Removed.
89         * automake.in (handle_source_transform): All dep_files are
90         relative to $(srcdir).
91         (handle_libraries): Ditto.
92         (scan_configure): Test for AC_PROG_INSTALL as well as
93         fp_PROG_INSTALL.  Don't error here.
94         (seen_prog_install): Now global.
95         (scripts_installed): New global.
96         (handle_scripts): Set it.
97         Give error if appropriate install macro not seen.
98         (handle_subdirs): Ensure $seen_gettext before requiring
99         gettext-specific files.
100         (handle_configure): Automatically rebuild 
102         From Jim Meyering:
103         * automake.in (handle_source_transform): Use \W when quoting
104         regexp.  When blah_SOURCES not explicitly defined, still create
105         entry in %deps.
106         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
107         * subdirs.am (maintainer-clean-recursive): Now depends on
108         $(CONFIG_HEADER) and Makefile.
110         * automake.in (handle_source_transform): Skip macro references.
112 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
114         * automake.in (handle_texinfo): Include "rm" when deleting files.
116         * Makefile.am (maintainer-check): Expect only one ${...}.
117         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
118         Meyering.
120         * automake.in (handle_configure): Only define CONFIG_HEADER if
121         $config_name.
122         ($seen_gettext): New variable.
123         (handle_subdirs): Do all gettext-related checking here.
124         (scan_configure): Just set $seen_gettext.
125         (handle_man_pages): Properly quote $(MANS).
127 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
129         * depend.am: Don't use srcdir anywhere.
130         * automake.in (handle_libraries): Don't make .deps relative to
131         srcdir.
132         (handle_options): Recognize no-dependencies.
134         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
135         ".".  Properly quote regexp.
137 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
139         * automake.in (handle_configure): Only defined CONFIG_HEADER if
140         $config_name.
141         (read_am_file): Quote regexp when substituting top_builddir.
142         (handle_source_transform, handle_libraries): Look in
143         $(srcdir)/.deps for .P files.
145 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
147         * automake.in (am_conf_error): New function.
148         (scan_configure): Use it.
149         (scan_configure): A comma also ends AC_OUTPUT macro.
151         * automake.in (read_am_file): Compute top_builddir when including
152         header-vars.am.
153         (handle_configure): Use $top_builddir, not $top_reldir.
154         (other_input_files): New variable.
155         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
157         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
158         * automake.in (input_files, seen_make_set): Declare globally.
159         (parse_arguments): Use input_files, not make_list.
160         Only scan configure.in once.
161         (handle_dist): Use SUBDIRS to determine when to make
162         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
163         find top of dist tree.
164         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
165         configure.in (done elsewhere).
166         (scan_configure): seen_make_set is global.  Allow arbitrary space
167         in LIBOBJS assignment.
168         (top_builddir): New variable.
169         * header-vars.am (top_builddir): New variable.
170         * remake-subd.am (Makefile): Look in top_builddir, not .., when
171         remaking.
172         * automake.in (handle_merge_targets): Run 'all' before
173         check-recursive.
175         * automake.in (file_contents_with_transform): Changed error
176         message.
177         (handle_configure): Define $contents{'CONFIG_HEADER'}.
179         * texi-version.am: Many changes to support multiple .texi files.
180         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
181         "@VTI@".
182         * automake.in (handle_configure): install.sh is an anachronism.
183         (handle_texinfo): Generalized for multiple .texi files.  Handle
184         'clean-info' internally.
185         * texi-clean.am: Removed.
186         * Makefile.am: Updated for removal.
188 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
190         * automake.in (grep_for_vers_texi): New function.
191         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
192         (handle_texinfo): Changes to generalize to multiple .texi files.
194 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
196         Fixes from Gord Matzigkeit:
197         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
198         topsrcdir.
199         * header.am: New file.
200         * Makefile.am (pkgdata_DATA): Install header.am.
201         * automake.in (handle_headers): Use header.am, not data.am.
202         (am_install_var): Allow pattern to be compiled multiple times.
204         * config.guess, config.sub: New files.
205         * Makefile.am (pkgdata_DATA): Install config.guess and
206         config.sub.
207         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
208         AC_CANONICAL_SYSTEM.
210 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
212         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
213         (handle_man_pages): Use man_MANS, not MANS.
215         * Makefile.am (info_TEXINFOS): Renamed.
217         * automake.in (scan_configure): Remove comments from input line.
218         (am_variable): Removed.
220         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
222         * automake.in (config_name, config_header): New globals.
223         (scan_configure): Look for AC_CONFIG_HEADER.
224         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
226 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
228         * automake.in (handle_dist_worker): Bug fix.
230 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
232         * automake.in (require_file): Install missing files only according
233         to desired strictness.
234         (initialize_per_input): Don't init libsources.
235         (scan_configure): Reinit libsources.
236         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
237         (fp_c_prototypes): New global.
238         (scan_configure): Set it.
239         (get_object_extension): Error if fp_C_PROTOTYPES not in
240         configure.in when using ansi2knr.
241         (handle_source_transform): Skip header files.
243         * automake.in (handle_dist_worker): Explicitly make 'dist' in
244         subdirs.
246 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
248         From François Pinard:
249         * automake.in (handle_source_transform): Transform $o file into .P
250         file.
251         (handle_dist_worker): Handle case where DISTFILES includes
252         wildcard.  Bug fix in subdir case.
254         * automake.in (parse_arguments): Initialize strictness to
255         'normal'.
257 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
259         * automake.in (scan_configure): Look for NLS support.
261         Changes from François Pinard:
262         * texinfos.am (install-info): Correctly install when build dir is
263         not srcdir.
264         * tags-subd.am (ID): Indentation change.
265         * kr-vars.am (o): Use ".@U@o", not "@U@o".
266         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
267         * automake.in (handle_dist_worker): Fixlets.
268         (handle_dist): Sort keys going into dist_common.
270 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
272         * automake.in (handle_dist_worker): If Gnits, don't allow release
273         until NEWS is updated.
275         * configure.in (VERSION): Version 0.29.
277         * Makefile.am (maintainer-check): Look for perl4.036 in path.
279         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
280         (DEP_DISTFILES): Ditto.
282         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
283         * dist-vars.am (DEP_DISTFILES): New variable.
285         * automake.in (handle_options): Support dist-shar option.
286         (handle_dist_worker): New function.
287         (handle_dist): Use it.
289         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
290         *.tmp.
292         * automake.in (handle_dist): Chmod distdir 777.  From François
293         Pinard.
295         * automake.in (scan_configure): New function.
296         (initialize_per_input): Init libsources.
297         (generate_makefile): Run handle_configure first.
298         (handle_configure): Run scan_configure.
299         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
301 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
303         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
305         * automake.in (strictness, strictness_name): Renamed.
306         (initialize_per_input): Set strictness, strictness_name.
307         Initialize %options.
308         (generate_makefile): Run handle_options.
309         (handle_options): New function.
310         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
311         man page install if no-installman option given.
312         (read_am_file): Deprecate @kr@.
313         (get_object_extension): Look at ansi2knr option.
314         (parse_arguments): Take global strictness from command-line
315         options.
317 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
319         Fixes from François Pinard:
320         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
321         * automake.in (get_object_extension): Use $o, not $(kr)o.
322         (handle_source_transform): Don't look for $(kr)c files.
323         * kr-vars.am (o): New macro.
324         (kr): Removed.
326         * depend.am (DEP_FILES): Removed.
327         * automake.in (handle_source_transform): Push .P file onto
328         dep_files.
329         (initialize_per_input): New variable %dep_files.
330         (handle_dependencies): Generate DEP_FILES here.
332 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
334         * automake.in (do_one_clean_target): Only remove config.status in
335         top-level directory.
336         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
338         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
340         * automake.in (handle_dist): Make "ln" quiet.
342         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
344 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
346         * automake.in (handle_merge_targets): 'check' shouldn't depend on
347         'all' at top level.
348         (file_contents_with_transform): New function.
349         (am_install_var): Use file_contents_with_transform.
350         (handle_programs): Ditto.
351         (handle_libraries): Ditto.
352         (handle_texinfo): Ditto.
353         (handle_merge_targets): Let 'install' depend on 'all' if no other
354         dependencies exist.  From Jim Meyering.
355         (check_gnu_standards): GNU requires AUTHORS file.  (See
356         maintain.text).
357         (require_file): Put body in loop.
358         (get_object_extension): Only call require_file once.
359         (handle_configure): Ditto.
361         From Jim Meyering:
362         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
363         * tags-subd.am (id): Removed.
365 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
367         * Added copyright notice to each .am file.
369         * automake.in: Cleanups from François Pinard to avoid $#.
370         (require_argument): Fixed sense of test.
371         (set_strictness): Bug fix.
373 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
375         * Makefile.am (pkgdata_DATA): Removed old dist files.
377         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
379         * automake.in (set_strictness): Set $strictness_name.
380         (strictness_name): New variable.
381         (handle_dist): Substantially rewrote.
383         * configure.in: Point AC_INIT at automake.in.
385         * automake.in (generate_makefile): Report errors against
386         Makefile.in, not Makefile.am.
388 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
390         * mdate-sh: Bug fix from Jim Meyering.
392         * dist.am (dist): Changed in parallel with dist-subd-top.am.
394         * mkinstalldirs: Reverted.
396         * automake.in (initialize_global_constants): Allow COPYING.LIB
397         again.
398         (check_gnits_standards): Disallow COPYING.LIB.
400         * texinfos.am (install-info): Only look in $(srcdir) for info
401         files.
403         * automake.in (initialize_global_constants): New variable
404         gen_copyright.
405         (read_am_file): Put a copyright in each Makefile.in.
407         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
409         * automake.in (am_install_var): Put space before "=".
410         (handle_dist): Put README first in DIST_COMMON.
412         * Makefile.am (pkgdata_DATA): Include COPYING.
414         * COPYING: New file.
416         * automake.in (parse_arguments): Added --gnu and --gnits as
417         synonyms.
418         (initialize_global_constants): Ditto.
419         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
420         (initialize_global_constants): Look for README first.
421         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
422         ABOUT-GNU.
423         (check_gnu_standards): Require file COPYING.
425         From François Pinard:
426         * automake.in (file_contents): Comment out "warn"s.
427         (usage): Use 4 columns.
428         (USAGE_FORMAT): Ditto.
430         * texinfos.am (install-info): Look for info file relative to $$d.
432         * Makefile.am (cvs-dist): Suppress output of "grep".
434         * configure.in (VERSION): Version 0.28.
436         * automake.in (pretty_print_internal): Fix for Perl 4
437         compatibility.
439         * configure.in (VERSION): Version 0.27.
441         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
442         invocation.
444         * automake.in (initialize_global_constants): Don't quote "@" in
445         $install_man_format.
446         (handle_merge_targets): use "@:" as empty command, not ":".
448 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
450         * texinfos.am (install-info): Look in $d for info files.  From
451         François Pinard.
453         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
455         * automake.in (read_am_file): Correctly deal with continued
456         variable definitions.
458 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
460         * automake.in (handle_merge_targets): 'check' target depends on
461         'all'.
462         (file_contents): Don't be so verbose.
463         (read_am_file): Ditto.
464         (read_am_file): Must use substr to check for trailing \.
465         (am_install_var): Use push_phony_cleaners.
466         (file_contents): Set $was_rule when assuming a rule is seen.
467         (read_am_file): Ditto.
468         (do_one_clean_target): Removed spurious newline.
470         Some changes from François Pinard:
471         * Removed trailing whitespace from all '.am' files.
472         * tags-subd.am (ID): Use &&, not ;.
473         (TAGS): Ditto.
474         * automake.in (parse_arguments): Removed useless message.
475         (parse_arguments): Don't explicitly referenced STDERR.
476         (require_argument): Ditto.
477         (am_error): Ditto.
478         (set_strictness): Ditto.
479         (file_contents): Ditto.
480         (read_am_file): Ditto.
481         (generate_makefile): Style tweaks.
482         (handle_programs): Ditto.
483         (handle_libraries): Ditto.
484         (handle_texinfo): Ditto.
485         (handle_man_pages): Ditto.
486         (handle_tags): Ditto.
487         (handle_dist): Ditto.
488         (handle_subdirs): Ditto.
489         (handle_configure): Ditto.
490         (handle_footer): Don't put newline before footer.am contents.
491         (handle_merge_targets): Style tweaks.
492         (do_one_clean_target): Ditto.
493         (dirname): Ditto.
494         (am_variable): Ditto.
495         Defined some new constants.
496         (generate_makefile): Don't call generate_header.
497         (generate_header): Removed.
498         (file_contents): Rewrote.
499         (read_am_file): Rewrote.
501         * automake.in (generate_makefile): Handle phony target.
502         (do_one_clean_target): Pretty-print dependencies.
503         (handle_installdirs): Pretty-print rule.
505         * Makefile.am (maintainer-check): Made some commands silent.
507         * automake.in (initialize_global_constants): Don't install or
508         uninstall cat'd man pages.
509         (initialize_per_input): Added phony target.
510         (push_phony_cleaners): New function.
511         (get_object_extension): Handle phony targets.
512         (handle_texinfo): Ditto.
513         (handle_man_pages): Ditto.
514         (handle_tags): Ditto.
515         (handle_dist): Ditto.
516         (handle_subdirs): Ditto.
517         (handle_installdirs): Ditto.
518         (handle_merge_targets): Ditto.
519         (handle_clean): Ditto.
520         (do_one_merge_target): Ditto.
521         (am_install_var): Ditto.
522         (handle_phony): New function.
523         (generate_makefile): Call it.
524         (pretty_print_internal): New function.
525         (pretty_print_rule): Ditto.
527 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
529         * automake.in (initialize_global_constants): Don't print body of
530         loop at make time.
532         Changes from François Pinard:
533         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
534         (DEP_FILES): Put dependency files in $(srcdir).
535         Look in $(srcdir) when including dependency files.
536         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
537         (.deps/%.P): MKDEP includes all macro expansions.
538         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
539         be so verbose.
540         * dist-subd.am (dist): Don't be so verbose.
541         * dist.am (dist): Don't be so verbose.
543         * automake.in (do_one_clean_target): Remove config.status in
544         maintainer-clean.  From Jim Meyering.
546         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
547         Meyering.
549         * automake.in (handle_merge_targets): Add dummy command for empty
550         install target.  From Jim Meyering.
552 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
554         * texinfos.am (uninstall-info): Bug fix.
556         * Makefile.am (maintainer-check): Error if ${...} used.
557         * depend.am (DEP_FILES): Prefer $(...).
559         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
560         exists.
561         * libraries.am (install-@DIR@LIBRARIES): Only install library if
562         it exists.
563         * programs.am (install-@DIR@PROGRAMS): Only install program if it
564         exists.
566         * texinfos-vars.am (TEXFILES): Removed.
568         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
570         * automake.in (do_one_merge_target): Never generate trailing
571         whitespace.
572         (pretty_print): New function.
573         (handle_footer): Prettyprint definitions.
574         (am_install_var): Ditto.
575         (handle_source_transform): Ditto.
576         (handle_dist): Ditto.
577         (handle_libraries): Ditto.
578         (read_am_file): Put comments nearer appropriate code.
580         * texi-clean.am (mostlyclean-info): Use continued lines, not
581         multiple rm's.  From Jim Meyering.
583 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
585         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
586         mkinstalldirs, texinfo.tex to be installed.
587         * automake.in (symlink_exists): New global.
588         (install_missing): Ditto.
589         (require_file): Install missing files if possible.
590         (parse_arguments): Handle --install-missing option.
591         (initialize_global_constants): Document --install-missing.
593         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
594         Ensure 'checks' pass before release.
595         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
596         Franc,ois Pinard.
597         (cvs-dist): Depend on maintainer-check instead of explicitly
598         running check.
600         * configure.in (VERSION): Version 0.26.
602         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
603         of 'if' test.
605         * depend.am (DEP_FILES): Bug fix.
607         * automake.in (do_one_clean_target): Typo.
609         * Makefile.am (check-local): Run syntax check under Perl 4.
611         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
612         (handle_source_transform): Loop variable is now $_.  From Gor
614         * Makefile.am (check-local): Check for 'true' in source.
615         * texinfos.am (install-info): Can't use "true" in any rule.
617 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
619         * Makefile.am (cvs-dist): New target.
621         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
622         failures.
624         * texinfos.am (install-info): Don't do install-info for now.
626         * clean.am (distclean-generic): Don't remove config.status here.
627         * automake.in (do_one_clean_target): Remove config.status later,
628         for 'make -j2'.  From Jim Meyering.
630 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
632         * configure.in (VERSION): Version 0.25.
634         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
635         (handle_configure): Check for AC_PROG_MAKE_SET.
637         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
638         Meyering.
640         * automake.in (am_install_var): Changed how 'clean' handled for
641         uniform name targets.
642         * Makefile.am (pkgdata_DATA): Added new files.
643         * data-clean.am: New file.
644         * scripts-clean.am: New file.
645         * libraries-clean.am: New file.
646         * programs-clean.am: New file.
648 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
650         * automake.in (am_install_var): Error if variable name
651         "misspelled".
652         (handle_source_transform): Automatically include .c file
653         corresponding to .y or .l.
655 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
657         * programs.am: Changed for uniform naming scheme.
659         * automake.in (read_am_file): Allow '-' and '.' in target names.
660         (generate_makefile): Don't pass arguments to handle_libraries.
661         (initialize_per_input): Define @sources, @objects.
662         (generate_makefile): Init @sources, @objects if needed.
663         (handle_source_transform): Push onto @sources, @objects here.
664         (am_install_var): Push primary onto @all, for configure-time
665         customization.
666         (handle_programs): Use new uniform naming scheme.
668         * Makefile.am (check-local): New target.
670         * automake.in (handle_libraries): Use uniform naming scheme.
672         * libraries.am: Rewrote for uniform naming scheme.
674         * scripts.am: Updated names of all clean targets.
676         * automake.in (handle_programs): Split on all whitespace.
677         (handle_libraries): Ditto.
678         (handle_texinfo): Ditto.
679         (handle_man_pages): Ditto.
680         (am_install_var): Changed return result.
681         (am_install_var): Changed interface.
682         (am_install_var): Push onto @clean@ if requested.
683         (handle_scripts): Pass -clean to am_install_var.
685 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
687         * automake.in (am_install_var): Push target onto @all.
688         (get_object_extension): Use $(...).
689         (handle_source_transform): Ditto.
690         (handle_programs): Ditto.
692         * automake.in (require_argument): New function.
693         (parse_arguments): Use it.
694         (push_dist_common): New function.
695         (generate_makefile): Use it.
696         (handle_texinfo): Ditto.
697         (handle_dist): Ditto.
698         (handle_configure): Ditto.
699         (require_file): Ditto.
700         (generate_makefile): Don't pass arguments to handle_scripts.
701         (handle_configure): Require configure.in.
702         (check_gnu_standards): New function.
703         (check_gnits_standards): Ditto.
704         (generate_makefile): Check standards.
706         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
708         * automake.in (LENIENT, GNU, GNITS): New constants.
709         (initialize_per_input): New function.
710         (generate_makefile): Use it.
711         (initialize_global_constants): Renamed from init_globals.
712         (require_file): Added strictness argument.
713         (parse_arguments): Added --strict option.
714         (set_strictness): New function.
715         (parse_arguments): use it.
716         (initialize_global_constants): Document --strictness.
718         * automake.in: Use ${1+"$@"} to preserve quoting when running
719         under sh.
721         * texinfos.am (install-info): Don't use "true".
722         * tags.am (TAGS): Don't use "true".
724         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
725         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
727         * program.am (@PROGRAM@): Use LINK macro.
728         * compile.am (.c.o): Use COMPILE macro.
730         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
731         ${...}.
733         * subdirs.am (RECURSIVE): Removed macro.
735         * clean.am: Changed to not be so verbose.
737         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
738         * automake.in (handle_texinfo): Transform texi-clean and put into
739         output rules.
740         * texinfos-vars.am (TEXFILES): Removed.
741         * texinfos.am: Removed 'clean' targets.
742         * texi-clean.am: New file.
744         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
746         * texinfos-vars.am (TEXFILES): Added *.op.
748         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
749         standards.
750         * dist.am (dist): Use DISTFILES.
751         * dist-subd.am (dist): Use DISTFILES.
752         * dist-subd-top.am (dist): Use DISTFILES.
754 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
756         * Makefile.am (ETAGS_ARGS): Define.
758         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
759         Meyering.
761         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
763         * automake.in (handle_scripts): Use am_install_var.
765         * scripts.am: Rewrote for new uniform naming scheme.
767         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
769         * libscripts.am: Removed.
771         * packagedata.am: Removed.
773         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
774         (pkgdata_DATA): Renamed from PACKAGEDATA.
776         * automake.in (handle_data): Use am_install_var.
777         (init_globals): Init %exec_dir_p.
779         * data.am: Rewrote for new uniform naming scheme.
781         * automake.in (get_object_extension): New function.
782         (handle_programs): Use it.
783         (dir_holds_sources): Changed interpretation.
784         (handle_headers): New function.
785         (am_install_var): New function.
786         (generate_makefile): Call handle_headers.
788         * header-vars.am (pkgdatadir): New macro.
789         (pkglibdir): Ditto.
790         (pkgincludedir): Ditto.
792         * automake.in (handle_source_transform): New function.
793         (am_error): New function.
794         (generate_makefile): Use it.
795         (handle_source_transform): Ditto.
796         (handle_texinfo): Ditto.
797         (handle_dependencies): Ditto.
798         (handle_merge_targets): Ditto.
799         (require_file): Ditto.
801 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
803         * automake.in: Updated FSF address.  From Jim Meyering.
804         * header-vars.am: Updated FSF address.
806         * distname.am: Removed.
808         * automake.in (file_contents): Strip "##" comments.
809         * Various files: Added "##" comments for strange things.
811         * automake.in (handle_tags): Generate TAGS rule for every
812         directory.
814         * subdirs.am (RECURSIVE): Include installcheck-recursive.
815         * automake.in (installcheck): New variable.
816         (generate_makefile): Initialize it.
817         (handle_subdirs): Push 'installcheck-recursive'.
818         (handle_merge_targets): Handle installcheck target.
820 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
822         * automake.in ($PACKAGE): Removed.
824         * header-vars.am (ALL): Removed.
826         * automake.in: Reworked 'all' target handling.
828         * automake.in (generate_makefile):
829         Don't use AM_ forms in call to am_variable.
831         * automake.in: Changes for Perl 5, from Gord Matzigkeit
833         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
835         * automake.in (handle_footer): Allow SUFFIXES variable.
837         * automake.in (am_variable): New function.
838         (handle_texinfo): Use it.
839         (generate_makefile): Use it.
841         * configure.in: Version 0.24.
843 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
845         * automake.in (handle_libraries):
846         Generate blah_LIBADD defines if required.
848         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
850         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
852         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
854         * configure.in: Version 0.23
856         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
858         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
860         * automake.in: New option --output-dir
862         * automake.in (handle_configure): Fixed typo.
864         * automake.in (handle_installdirs): Always make installdirs target.
866         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
867         uninstall-exec-recursive.  Added installdirs-recursive.
869         * automake.in (handle_installdirs): Handle installdirs-recursive.
870         (handle_man_pages): 'all' depends on $(MANS)
872         * Makefile.am: Removed mans.am.
874         * automake.in: More man-related fixes
876         * automake.in: Bug fixes
878         * automake.in: Rewrote man page handling.
880         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
882         * automake.in (handle_installdirs): New function.
883         (@installdirs): New global.
884         Many changes to deal with installdirs.
886         * clean.am (clean-generic): Always supply 'else' clause to 'if'
888         * automake.in (generate_header): Don't use header.am.
889         (handle_dist): Don't use dist-subd-vars.am.
891         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
893         * Makefile.am (DISTCLEANFILES): Removed.
895         * clean.am (clean-generic): Bug fix.
897         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
899         * texi-version.am (clean-vti): No such macro as VTI
901 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
903         * automake.in: Bug fix for maintainer-clean
905         * automake.in (do_one_clean_target):
906         Print special text in maintainer-clean.
907         (handle_clean): Always include clean.am
909         * clean.am: Use -generic clean targets.
911         * compile.am: Added clean targets.
913         * configure.in: Version 0.22.
915         * automake.in (handle_dependencies):
916         Put trailing newline after all deps.
918         * automake.in (handle_dependencies): Another dependency bug fix.
920         * automake.in (handle_dependencies):
921         Bug fix when including dependencies.
923         * automake.in (handle_configure):
924         Verify existence of install-sh, mkinstalldirs
926         * automake.in (handle_texinfo): Include stamp-vti in distribution
928         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
929         Include DATA, PACKAGEDATA.
931         * Makefile.am: Nothing
933         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
935         * automake.in (handle_texinfo): Typo
937         * automake.in: If script ends up in shell, feed to perl
939         * automake.in: Rewrote 'clean' rules.
940         Documentation made and installed first.
941         'all' depends on 'info'
943 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
945         * configure.in, Makefile.am: Turned off internationalization.
947         * clean-kr.am: Rewrote for new clean scheme.
949         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
951         * Makefile.am (PACKAGEDATA): Include tags-clean.am
953         * subdirs.am: Removed bogus local clean targets
955         * tags-clean.am: Initial revision
957         * texi-version.am: Added clean targets
959         * texinfos.am: Fixes to clean targets.
961         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
962         Added clean targets
964         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
966         * automake.in: Completely revamped automatic de-ANSI-fication
968         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
970         * compile-vars.am (LINK): New macro
972         * kr-vars.am: Trailing blank line
974         * compile-kr.am: Rewrote
976         * compile-vars.am (COMPILE): New macro
978         * compile-vars.am (ANSI2KNR): Removed
980         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
982         * kr-vars.am: Initial revision
984         * automake.in (require_file): New function.
985         (handle_texinfo): Require 'mdate-sh'
986         (common_sometimes): New variable
987         (usage): Use it.
989         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
991         * mdate-sh: Initial revision
993         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
995         * automake.in (generate_makefile):
996         Put Makefile.in, Makefile.am in @dist_common
997         (handle_configure): Use @dist_common as appropriate
999         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
1001         * configure.in: Abort if perl not found
1003         * configure.in: Look for perl
1005         * automake.in: Reimplemented in Perl
1007         * automake.in: Fixlet
1009 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
1011         * automake.in: Always print ".SUFFIXES:" rule.
1013         * automake.in: Distribution config.h.in if required
1015         * automake.in: Bug fix when including texi-version.am
1017         * automake.in: Bug fix when looking for .texi file in $am_reldir
1019         * depend.am: Comment fix
1021         * automake.in: Look for .texi file in $am_reldir
1023         * automake.in: Fixlet
1025         * automake.in: Blank line after targets from user's Makefile.am
1027         * automake.in: Move footer items to actual footer
1029         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
1031         * automake.in (common):
1032         Don't include acconfig.h, config.h.top, config.h.bot
1034         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
1036         * Makefile.am (CONFIG_H): Define
1038         * acconfig.h: Initial revision
1040         * configure.in: Use AC_CONFIG_HEADER.
1042         * automake.in: Put blah_TEXINFOS into DIST_COMMON
1044         * automake.in: .info file explicitly depends on primary .texi file
1046         * texinfos.am (install-info): Always supply 'else' clause to 'if'
1048         * tags.am (TAGS): Always supply 'else' clause to 'if'
1050         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
1052         * automake.in: Always include footer.am in output
1054         * mans.am (install-man): Always supply 'else' clause to 'if'
1056         * automake.in: More version.texi fixes
1058         * automake.in: Only do version.texi processing if requested.
1060         * automake.in: Minor internationalization fixes.
1061         Subshell can now exit with nonzero status.
1062         Fixed up .texi handling; now uses texi-version.am
1063         Make sure '.c' and '.o' are in .SUFFIXES if required.
1065         * Makefile.am (PACKAGEDATA): Include texi-version.am
1066         (stamp-vti, version.texi): Removed
1067         (TEXINFOS): Don't reference version.texi
1069         * texi-version.am: Initial revision
1071         * dist.am, dist-subd-top.am (dist):
1072         [DIST_SUBDIRS] Follow symlinks when copying.
1074         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
1076 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
1078         * automake.in: Added --amdir option
1080         * Makefile.am, configure.in: Turned on internationalization
1082         * Makefile.am: Set EDITION
1084         * configure.in: Version 0.21
1086         * tags.am, tags-subd.am: Don't use double-colon rules
1088         * automake.in: Redid install-data, install-exec, uninstall handling
1090         * configure.in: Turn off i18n
1092 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
1094         * automake.in (common): Remove NLS
1096         * automake.in (common): Include ABOUT-NLS.
1098         * automake.in: Test for install-sh and mkinstalldirs
1100         * automake.in: Blank line after OBJECTS= line
1102         * automake.in: Start subshell in loop after check for Makefile.am
1104         * automake.in: --use-deps now the default
1106         * automake.in (am_dir): Don't apply transform to install directory name
1108         * packagedata.am: Don't apply transform to install directory name
1110         * Makefile.am (SUBDIRS): Hold off on internationalization
1112 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
1114         * automake.in:
1115         Write 'SOURCES =' line after copying Makefile.am variables
1117         * automake.in: Fixed bug in "--" option processing
1119         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
1121         * Makefile.am (DIST_OTHER): Include gettext-sh
1123         * Makefile.am (SUBDIRS): Define
1125         * configure.in: Include internationalization bits
1127         * automake.in: Many changes to avoid double-colon rules.
1129         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
1131         * subdirs.am: Removed "::" rules
1133         * header.am: Removed install, uninstall
1135         * header.am: Added install, uninstall targets
1137         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
1139         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
1140         Removed "::" rules
1142         * Makefile.am (PACKAGEDATA): Include libscripts.am
1144         * libprograms.am: Don't install libscripts here
1146         * libscripts.am: Initial revision
1148         * scripts.am, programs.am, libprograms.am: Removed "::" rules
1150         * automake.in (am_dir): Run package name through name transform.
1152         * automake.in: Don't use packagedata.sed or data.sed
1154         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
1155         packagedata.am
1157         * data.am: No longer run through sed
1159         * packagedata.am: Initial revision
1161 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
1163         * automake.in: No blank line after Usage
1165         * automake.in: Removed "NLS nuisances" section.
1166         Now uniformly uses $echo for user-visible messages (in advance of
1167         internationalization)
1169         * subdirs.am (maintainer-clean): Don't use realclean-local
1171         * Makefile.am: Use PACKAGEDATA, not custom code
1173         * data.am: Use @LONG@, not $(@LONG@)
1175         * automake.in: Handle DATA and PACKAGEDATA
1177         * packagedata.sed: Initial revision
1179         * data.am: Use @DIR@, not $(@DIR@)
1181         * data.sed: Use $(datadir), not datadir
1183         * data.sed: Initial revision
1185         * data.am: Wrote uninstall targets
1187         * data.am: Initial revision
1189         * dist-subd.am (dist): Don't link a file that has already been linked
1191         * dist-subd-top.am, dist.am (dist):
1192         Run `automake --include-deps' before making distribution
1194         * automake.in: More dependency-tracking bug fixes
1196         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
1198         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
1200         * tags-subd.am, tags.am: Added trailing blank line
1202         * depend.am: Use ".P", not "empty.P", as placeholder.
1204         * automake.in: Only include depend.am if SOURCES not empty
1206         * automake.in: Added --use-deps and --include-deps options.
1207         Handle auto-generating dependencies.
1209         * Makefile.am (am_DATA): Include depend.am
1211         * depend.am: Initial revision
1213         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
1215         * automake.in: Put blank line after .SUFFIXES
1217         * scripts.am: Added blank line at end
1219         * scripts.am: Removed unnecessary comment
1221         * scripts.am: Removed unnecessary workarounds
1223         * automake.in: Don't include programs.am if PROGRAMS empty
1225         * header-vars.am (INSTALL_SCRIPT): Typo
1227         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
1229         * automake.in: Handle .SUFFIXES here.
1231         * configure.in: Use fp_PROG_INSTALL
1233         * header-vars.am: Changes for autoconf 2.5.
1234         Now includes INSTALL_SCRIPTS.
1236         * texinfos.am (install-info): Bug fix
1238         * automake.in:
1239         Include scripts.am or libscripts.am in output if appropriate
1241         * programs.am (install-programs, uninstall-programs):
1242         Don't install SCRIPTS
1244         * Makefile.am (am_DATA): Include scripts.am
1246         * scripts.am: Initial revision
1248 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
1250         * automake.in:
1251         Cleaned up how "prog_SOURCES" variable is found in input.
1252         Ditto prog_OBJECTS.
1253         Put static sed scripts into separate, installed files.
1255         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
1257         * hack-make.sed, nl-remove.sed: Initial revision
1259         * texinfos.am (install-info): Rewrote
1261         * subdirs.am (all-recursive): Put with other -recursive rules
1263         * configure.in: Version 0.20
1265         * automake.in: Another bug fix
1267         * automake.in: Bug fix when looking for texinfo.tex
1269         * texinfo.tex: Initial revision
1271         * automake.in:
1272         If TEXINFOS defined but texinfo.tex does not exist, give warning.
1274         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
1275         (all-recursive): Don't fail immediately if -k specified.
1277 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
1279         * subdirs.am (_all):
1280         New target.  Now use Jim Meyering's formulation of AIX
1281         workaround.
1282         (install-exec, install-data): New targets
1284 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
1286         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
1288         * automake.in: Use @datadir@
1290         * automake.in: Added @configure_input@ line
1292 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
1294         * automake.in: "--help" option now prints auto-recognized file names.
1295         Allow AM_ overriding of more variables.
1297         * texinfos.am (install-info):
1298         Don't cd to srcdir to avoid breaking install-sh
1299         Other bug fixes
1301         * Makefile.am: Handle automake.texi
1303 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
1305         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
1307         * tags.am (TAGS): bug fix
1309         * automake.in: Use am_dir, not AM_DIR.
1310         Use version, not VERSION.
1311         Bug fix in TAGS code.
1313         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
1315         * subdirs.am: TAGS target now in tags.am
1317         * footer.am: TAGS and ID targets now in tags-subd.am
1319         * tags-subd.am, tags.am: Initial revision
1321         * automake.in: Cleaned up AM_PROGRAM code.
1322         Handle TAGS target better
1324         * remake.am, remake-subd.am (Makefile.in): Bug fix.
1326         * automake.in (usage): Updated
1328         * remake-subd.am, remake.am:
1329         Added rule where Makefile.in depends on Makefile.am
1331         * automake.in: Entire body of 'for' loop now in subshell
1333         * automake.in (common): config.guess and config.sub are common files.
1335         * dist-subd-top.am, dist.am (dist): Bug fix.
1337         * Makefile.am (DIST_OTHER): Don't include TODO
1339         * automake.in: Auto-include TODO and THANKS files.
1341         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
1343         * automake.in: More bug fixes in "look for Makefile.am" code.
1345         * automake.in: Bug fix in "look for Makefile.am" code.
1347         * automake.in:
1348         If no arguments given, look for all Makefile.am's in this
1349         directory and in immediate subdirs
1351         * automake.in: Bug fixes for LDADD-override feature.
1353         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
1355         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
1357         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
1359         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
1361 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
1363         * automake.in: No longer look for _SOURCES or _OBJECTS
1365         * header-vars.am:
1366         Remove "automatically created" header (now in automake).
1367         Updated copyright.
1369         * automake.in: Put version info in Makefile header
1371 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
1373         * automake.in: Minor cleanups
1375         * dist-subd-top.am, dist.am (dist):
1376         Don't link or copy file if it already exists.
1378         * automake.in:
1379         Look for _SOURCES (common sources) and generate _OBJECTS.
1381         * footer.am (ID, TAGS): Include HEADERS
1383         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
1385 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
1387         * dist-subd.am (distdir): Is relative to ".."
1389         * dist-subd-vars.am (PACKAGE, VERSION): Define
1391         * dist-subd.am (dist): Don't handle DIST_DIRS.
1393         * mans.am (uninstall-man): Another bug fix.
1395         * mans.am (uninstall-man): Bug fix.
1397         * dist.am, dist-subd-top.am (dist): Bug fix
1399         * Makefile.am (DIST_SUBDIRS): New macro
1401         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
1403         * Makefile.am (DIST_OTHER): Include automake.in
1405         * Makefile.am (DISTCLEANFILES): New macro.
1407         * automake.in (common): Include COPYING.LIB
1409         * Makefile.am (automake): New rule.
1411         * texinfos.am (install-info): Changed per GNU standards
1413         * remake-hdr.am (stamp-h.in):
1414         Use "touch", not "date", per GNU standards.
1416         * automake.in (common): Include texinfo.tex
1418 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
1420         * automake.in: More fixes when finding common files.
1422         * Makefile.am (DIST_OTHER): Another removal.
1424         * automake.in: Special-case when amdir=.
1426         * Makefile.am (DIST_OTHER): Removed auto-detected files.
1428         * automake.in:
1429         Search for commonly-used files and auto-include them in distribution
1431         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
1432         (DIST_CONF): Removed files searched for by automake.
1434         * automake.in: More arg-parsing bug fixes.
1436         * Makefile.am (DIST_OTHER): Include install-sh
1438         * Makefile.am (DIST_OTHER): Don't include auto-included files.
1440         * automake.in: Bug fixes to argument parsing code.
1442         * automake.in: Handle --version and --help.
1443         NLS stuff from autoconf.
1445         * Makefile.am (amdatadir): Fixed typo.
1446         (install): Make install directories
1448         * Makefile.am: Use "install::", not "install:"
1450         * install-sh, mkinstalldirs: Initial revision
1452         * configure.in: Use AC_PROG_INSTALL
1454         * automake.in: Set AM_DIR based on configure results.
1456         * Makefile.am (install): New target.
1457         (amdatadir): New variable.
1459         * automake.in: Use "#! /", not "#!/".
1461         * Makefile.am, configure.in: Initial revision
1463         * automake.in: Renamed from "automake".
1464         Set VERSION.
1466         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
1468         * automake.in: Insert remake-subd.am if appropriate.
1470         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
1472         * automake.in: Handle ALLPROGRAMS variable.
1474         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
1476         * automake.in: Fixlet when printing "subdir=DIR"
1478         * automake.in: Put "subdir=DIR" into subdir Makefile
1480         * automake.in: Don't refer to distname.am.
1481         Only put footer.am in subdir Makefiles.
1483         * subdirs.am (id, ID): New target.
1484         (.NOEXPORT): Copied from footers.am.
1486         * subdirs.am (TAGS): Bug fixes.
1488         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
1490         * subdirs.am (maintainer-clean-local): Remove TAGS
1492         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
1494         * subdirs.am: Use maintainer-clean, per GNU standards
1496         * dist-subd-top.am: Some variables defined in dist-vars.am
1498         * dist-vars.am (PACKAGE, VERSION):
1499         New variables, initialized by configure
1501         * footer.am (id, ID): New targets
1502         (TAGS): Put TAGS file in build, not source, directory
1504         * remake-subd.am (Makefile): Don't assume subdir is 'src'
1506         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
1508         * dist-subd.am: Changed to conform to new top-level dist target.
1510         * dist-subd-top.am:
1511         Changed to assume PACKAGE and VERSION are set by configure.
1513         * clean-kr.am, clean.am (maintainer-clean):
1514         Updated rules per GNU standards.
1516         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
1518 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
1520         * automake.in, texinfos.am: kludge for multiple-part info files
1522 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
1524         * clean.am, clean-kr.am: remove INFOS
1526 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
1528         * texinfos.am: add path
1530         * remake.am, remake-hdr.am: account for VPATH limitations
1532 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
1534         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
1535         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
1537 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
1539         * texinfos.am: install-info depends on info files
1541         * dist-subd-vars.am, dist-vars.am: distrib info files
1543 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
1545         * clean-kr.am, clean.am: fix up distclean
1547         * subdirs.am: fix typo
1549         * clean.am: do more in distclean
1551 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
1553         * libraries.am: make install depend on all
1555         * automake.in: fix typo
1557 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
1559         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
1561         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
1563         * dist-subd-top.am: Initial revision
1565         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
1566         centralize prefix var setting
1568         * header-vars.am: set all the std vars based on prefix
1570 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
1572         * automake.in: don't add kr stuff if not needed
1574         * dist-vars.am: add config vars to dist
1576 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
1578         * program.am: add LDADD
1580         * compile-vars.am: remove LDADD from LDFLAGS
1582         * clean.am: move knr stuff to another file
1584         * automake.in: use different clean file for ansi2knr
1586         * clean-kr.am: Initial revision
1588 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
1590         * automake.in, dist-subd.am, dist.am: fix rules and dist
1592 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
1594         * compile.am, automake.in: split out knr
1596         * compile-kr.am: Initial revision
1598         * libprograms.am: fix typo
1600         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
1601         make libprograms work
1603         * libprograms.am: Initial revision
1605         * automake.in, compile.am, header-vars.am: fix little bugs
1607         * compile.am: allow parallel K&R
1609         * clean.am: remove kerb temps
1611         * automake.in: fix recognizing start of rules
1613         * dist-subd.am, dist.am: fix dist
1615         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
1617 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
1619         * automake.in: works on m4 too
1621         * automake.in, mans.am: works on fileutils
1623         * 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:
1624         works on fileutils except for all
1626         * automake.in: vars thing
1628         * header-vars.am: Initial revision
1630         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
1631         entered into RCS
1633         * compile-vars.am: Initial revision
1635         * automake.in: many improvements
1637         * footer.am: Initial revision
1639         * dist.am: remove distname
1641         * automake.in: namespace cleanup
1643         * distname.am: Initial revision
1645         * 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:
1646         might work
1648         * 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:
1649         Initial revision