Upped to 0.30. Doc fixes
[automake.git] / ChangeLog
bloba45b125c97fec22d4b77a1a1790f7aac075a16f9
1 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
3         * configure.in (VERSION): Upped to 0.30.
5         * Makefile.am (automake): Removed.
6         (DIST_OTHER): Removed.
8         * automake.in (handle_source_transform): All dep_files are
9         relative to $(srcdir).
10         (handle_libraries): Ditto.
11         (scan_configure): Test for AC_PROG_INSTALL as well as
12         fp_PROG_INSTALL.  Don't error here.
13         (seen_prog_install): Now global.
14         (scripts_installed): New global.
15         (handle_scripts): Set it.
16         Give error if appropriate install macro not seen.
17         (handle_subdirs): Ensure $seen_gettext before requiring
18         gettext-specific files.
19         (handle_configure): Automatically rebuild 
21         From Jim Meyering:
22         * automake.in (handle_source_transform): Use \W when quoting
23         regexp.  When blah_SOURCES not explicitly defined, still create
24         entry in %deps.
25         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
26         * subdirs.am (maintainer-clean-recursive): Now depends on
27         $(CONFIG_HEADER) and Makefile.
29         * automake.in (handle_source_transform): Skip macro references.
31 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
33         * automake.in (handle_texinfo): Include "rm" when deleting files.
35         * Makefile.am (maintainer-check): Expect only one ${...}.
36         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
37         Meyering.
39         * automake.in (handle_configure): Only define CONFIG_HEADER if
40         $config_name.
41         ($seen_gettext): New variable.
42         (handle_subdirs): Do all gettext-related checking here.
43         (scan_configure): Just set $seen_gettext.
44         (handle_man_pages): Properly quote $(MANS).
46 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
48         * depend.am: Don't use srcdir anywhere.
49         * automake.in (handle_libraries): Don't make .deps relative to
50         srcdir.
51         (handle_options): Recognize no-dependencies.
53         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
54         ".".  Properly quote regexp.
56 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
58         * automake.in (handle_configure): Only defined CONFIG_HEADER if
59         $config_name.
60         (read_am_file): Quote regexp when substituting top_builddir.
61         (handle_source_transform, handle_libraries): Look in
62         $(srcdir)/.deps for .P files.
64 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
66         * automake.in (am_conf_error): New function.
67         (scan_configure): Use it.
68         (scan_configure): A comma also ends AC_OUTPUT macro.
70         * automake.in (read_am_file): Compute top_builddir when including
71         header-vars.am.
72         (handle_configure): Use $top_builddir, not $top_reldir.
73         (other_input_files): New variable.
74         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
76         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
77         * automake.in (input_files, seen_make_set): Declare globally.
78         (parse_arguments): Use input_files, not make_list.
79         Only scan configure.in once.
80         (handle_dist): Use SUBDIRS to determine when to make
81         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
82         find top of dist tree.
83         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
84         configure.in (done elsewhere).
85         (scan_configure): seen_make_set is global.  Allow arbitrary space
86         in LIBOBJS assignment.
87         (top_builddir): New variable.
88         * header-vars.am (top_builddir): New variable.
89         * remake-subd.am (Makefile): Look in top_builddir, not .., when
90         remaking.
91         * automake.in (handle_merge_targets): Run 'all' before
92         check-recursive.
94         * automake.in (file_contents_with_transform): Changed error
95         message.
96         (handle_configure): Define $contents{'CONFIG_HEADER'}.
98         * texi-version.am: Many changes to support multiple .texi files.
99         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
100         "@VTI@".
101         * automake.in (handle_configure): install.sh is an anachronism.
102         (handle_texinfo): Generalized for multiple .texi files.  Handle
103         'clean-info' internally.
104         * texi-clean.am: Removed.
105         * Makefile.am: Updated for removal.
107 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
109         * automake.in (grep_for_vers_texi): New function.
110         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
111         (handle_texinfo): Changes to generalize to multiple .texi files.
113 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
115         Fixes from Gord Matzigkeit:
116         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
117         topsrcdir.
118         * header.am: New file.
119         * Makefile.am (pkgdata_DATA): Install header.am.
120         * automake.in (handle_headers): Use header.am, not data.am.
121         (am_install_var): Allow pattern to be compiled multiple times.
123         * config.guess, config.sub: New files.
124         * Makefile.am (pkgdata_DATA): Install config.guess and
125         config.sub.
126         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
127         AC_CANONICAL_SYSTEM.
129 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
131         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
132         (handle_man_pages): Use man_MANS, not MANS.
134         * Makefile.am (info_TEXINFOS): Renamed.
136         * automake.in (scan_configure): Remove comments from input line.
137         (am_variable): Removed.
139         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
141         * automake.in (config_name, config_header): New globals.
142         (scan_configure): Look for AC_CONFIG_HEADER.
143         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
145 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
147         * automake.in (handle_dist_worker): Bug fix.
149 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
151         * automake.in (require_file): Install missing files only according
152         to desired strictness.
153         (initialize_per_input): Don't init libsources.
154         (scan_configure): Reinit libsources.
155         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
156         (fp_c_prototypes): New global.
157         (scan_configure): Set it.
158         (get_object_extension): Error if fp_C_PROTOTYPES not in
159         configure.in when using ansi2knr.
160         (handle_source_transform): Skip header files.
162         * automake.in (handle_dist_worker): Explicitly make 'dist' in
163         subdirs.
165 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
167         From François Pinard:
168         * automake.in (handle_source_transform): Transform $o file into .P
169         file.
170         (handle_dist_worker): Handle case where DISTFILES includes
171         wildcard.  Bug fix in subdir case.
173         * automake.in (parse_arguments): Initialize strictness to
174         'normal'.
176 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
178         * automake.in (scan_configure): Look for NLS support.
180         Changes from François Pinard:
181         * texinfos.am (install-info): Correctly install when build dir is
182         not srcdir.
183         * tags-subd.am (ID): Indentation change.
184         * kr-vars.am (o): Use ".@U@o", not "@U@o".
185         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
186         * automake.in (handle_dist_worker): Fixlets.
187         (handle_dist): Sort keys going into dist_common.
189 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
191         * automake.in (handle_dist_worker): If Gnits, don't allow release
192         until NEWS is updated.
194         * configure.in (VERSION): Version 0.29.
196         * Makefile.am (maintainer-check): Look for perl4.036 in path.
198         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
199         (DEP_DISTFILES): Ditto.
201         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
202         * dist-vars.am (DEP_DISTFILES): New variable.
204         * automake.in (handle_options): Support dist-shar option.
205         (handle_dist_worker): New function.
206         (handle_dist): Use it.
208         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
209         *.tmp.
211         * automake.in (handle_dist): Chmod distdir 777.  From François
212         Pinard.
214         * automake.in (scan_configure): New function.
215         (initialize_per_input): Init libsources.
216         (generate_makefile): Run handle_configure first.
217         (handle_configure): Run scan_configure.
218         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
220 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
222         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
224         * automake.in (strictness, strictness_name): Renamed.
225         (initialize_per_input): Set strictness, strictness_name.
226         Initialize %options.
227         (generate_makefile): Run handle_options.
228         (handle_options): New function.
229         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
230         man page install if no-installman option given.
231         (read_am_file): Deprecate @kr@.
232         (get_object_extension): Look at ansi2knr option.
233         (parse_arguments): Take global strictness from command-line
234         options.
236 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
238         Fixes from François Pinard:
239         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
240         * automake.in (get_object_extension): Use $o, not $(kr)o.
241         (handle_source_transform): Don't look for $(kr)c files.
242         * kr-vars.am (o): New macro.
243         (kr): Removed.
245         * depend.am (DEP_FILES): Removed.
246         * automake.in (handle_source_transform): Push .P file onto
247         dep_files.
248         (initialize_per_input): New variable %dep_files.
249         (handle_dependencies): Generate DEP_FILES here.
251 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
253         * automake.in (do_one_clean_target): Only remove config.status in
254         top-level directory.
255         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
257         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
259         * automake.in (handle_dist): Make "ln" quiet.
261         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
263 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
265         * automake.in (handle_merge_targets): 'check' shouldn't depend on
266         'all' at top level.
267         (file_contents_with_transform): New function.
268         (am_install_var): Use file_contents_with_transform.
269         (handle_programs): Ditto.
270         (handle_libraries): Ditto.
271         (handle_texinfo): Ditto.
272         (handle_merge_targets): Let 'install' depend on 'all' if no other
273         dependencies exist.  From Jim Meyering.
274         (check_gnu_standards): GNU requires AUTHORS file.  (See
275         maintain.text).
276         (require_file): Put body in loop.
277         (get_object_extension): Only call require_file once.
278         (handle_configure): Ditto.
280         From Jim Meyering:
281         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
282         * tags-subd.am (id): Removed.
284 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
286         * Added copyright notice to each .am file.
288         * automake.in: Cleanups from François Pinard to avoid $#.
289         (require_argument): Fixed sense of test.
290         (set_strictness): Bug fix.
292 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
294         * Makefile.am (pkgdata_DATA): Removed old dist files.
296         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
298         * automake.in (set_strictness): Set $strictness_name.
299         (strictness_name): New variable.
300         (handle_dist): Substantially rewrote.
302         * configure.in: Point AC_INIT at automake.in.
304         * automake.in (generate_makefile): Report errors against
305         Makefile.in, not Makefile.am.
307 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
309         * mdate-sh: Bug fix from Jim Meyering.
311         * dist.am (dist): Changed in parallel with dist-subd-top.am.
313         * mkinstalldirs: Reverted.
315         * automake.in (initialize_global_constants): Allow COPYING.LIB
316         again.
317         (check_gnits_standards): Disallow COPYING.LIB.
319         * texinfos.am (install-info): Only look in $(srcdir) for info
320         files.
322         * automake.in (initialize_global_constants): New variable
323         gen_copyright.
324         (read_am_file): Put a copyright in each Makefile.in.
326         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
328         * automake.in (am_install_var): Put space before "=".
329         (handle_dist): Put README first in DIST_COMMON.
331         * Makefile.am (pkgdata_DATA): Include COPYING.
333         * COPYING: New file.
335         * automake.in (parse_arguments): Added --gnu and --gnits as
336         synonyms.
337         (initialize_global_constants): Ditto.
338         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
339         (initialize_global_constants): Look for README first.
340         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
341         ABOUT-GNU.
342         (check_gnu_standards): Require file COPYING.
344         From François Pinard:
345         * automake.in (file_contents): Comment out "warn"s.
346         (usage): Use 4 columns.
347         (USAGE_FORMAT): Ditto.
349         * texinfos.am (install-info): Look for info file relative to $$d.
351         * Makefile.am (cvs-dist): Suppress output of "grep".
353         * configure.in (VERSION): Version 0.28.
355         * automake.in (pretty_print_internal): Fix for Perl 4
356         compatibility.
358         * configure.in (VERSION): Version 0.27.
360         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
361         invocation.
363         * automake.in (initialize_global_constants): Don't quote "@" in
364         $install_man_format.
365         (handle_merge_targets): use "@:" as empty command, not ":".
367 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
369         * texinfos.am (install-info): Look in $d for info files.  From
370         François Pinard.
372         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
374         * automake.in (read_am_file): Correctly deal with continued
375         variable definitions.
377 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
379         * automake.in (handle_merge_targets): 'check' target depends on
380         'all'.
381         (file_contents): Don't be so verbose.
382         (read_am_file): Ditto.
383         (read_am_file): Must use substr to check for trailing \.
384         (am_install_var): Use push_phony_cleaners.
385         (file_contents): Set $was_rule when assuming a rule is seen.
386         (read_am_file): Ditto.
387         (do_one_clean_target): Removed spurious newline.
389         Some changes from François Pinard:
390         * Removed trailing whitespace from all '.am' files.
391         * tags-subd.am (ID): Use &&, not ;.
392         (TAGS): Ditto.
393         * automake.in (parse_arguments): Removed useless message.
394         (parse_arguments): Don't explicitly referenced STDERR.
395         (require_argument): Ditto.
396         (am_error): Ditto.
397         (set_strictness): Ditto.
398         (file_contents): Ditto.
399         (read_am_file): Ditto.
400         (generate_makefile): Style tweaks.
401         (handle_programs): Ditto.
402         (handle_libraries): Ditto.
403         (handle_texinfo): Ditto.
404         (handle_man_pages): Ditto.
405         (handle_tags): Ditto.
406         (handle_dist): Ditto.
407         (handle_subdirs): Ditto.
408         (handle_configure): Ditto.
409         (handle_footer): Don't put newline before footer.am contents.
410         (handle_merge_targets): Style tweaks.
411         (do_one_clean_target): Ditto.
412         (dirname): Ditto.
413         (am_variable): Ditto.
414         Defined some new constants.
415         (generate_makefile): Don't call generate_header.
416         (generate_header): Removed.
417         (file_contents): Rewrote.
418         (read_am_file): Rewrote.
420         * automake.in (generate_makefile): Handle phony target.
421         (do_one_clean_target): Pretty-print dependencies.
422         (handle_installdirs): Pretty-print rule.
424         * Makefile.am (maintainer-check): Made some commands silent.
426         * automake.in (initialize_global_constants): Don't install or
427         uninstall cat'd man pages.
428         (initialize_per_input): Added phony target.
429         (push_phony_cleaners): New function.
430         (get_object_extension): Handle phony targets.
431         (handle_texinfo): Ditto.
432         (handle_man_pages): Ditto.
433         (handle_tags): Ditto.
434         (handle_dist): Ditto.
435         (handle_subdirs): Ditto.
436         (handle_installdirs): Ditto.
437         (handle_merge_targets): Ditto.
438         (handle_clean): Ditto.
439         (do_one_merge_target): Ditto.
440         (am_install_var): Ditto.
441         (handle_phony): New function.
442         (generate_makefile): Call it.
443         (pretty_print_internal): New function.
444         (pretty_print_rule): Ditto.
446 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
448         * automake.in (initialize_global_constants): Don't print body of
449         loop at make time.
451         Changes from François Pinard:
452         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
453         (DEP_FILES): Put dependency files in $(srcdir).
454         Look in $(srcdir) when including dependency files.
455         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
456         (.deps/%.P): MKDEP includes all macro expansions.
457         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
458         be so verbose.
459         * dist-subd.am (dist): Don't be so verbose.
460         * dist.am (dist): Don't be so verbose.
462         * automake.in (do_one_clean_target): Remove config.status in
463         maintainer-clean.  From Jim Meyering.
465         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
466         Meyering.
468         * automake.in (handle_merge_targets): Add dummy command for empty
469         install target.  From Jim Meyering.
471 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
473         * texinfos.am (uninstall-info): Bug fix.
475         * Makefile.am (maintainer-check): Error if ${...} used.
476         * depend.am (DEP_FILES): Prefer $(...).
478         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
479         exists.
480         * libraries.am (install-@DIR@LIBRARIES): Only install library if
481         it exists.
482         * programs.am (install-@DIR@PROGRAMS): Only install program if it
483         exists.
485         * texinfos-vars.am (TEXFILES): Removed.
487         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
489         * automake.in (do_one_merge_target): Never generate trailing
490         whitespace.
491         (pretty_print): New function.
492         (handle_footer): Prettyprint definitions.
493         (am_install_var): Ditto.
494         (handle_source_transform): Ditto.
495         (handle_dist): Ditto.
496         (handle_libraries): Ditto.
497         (read_am_file): Put comments nearer appropriate code.
499         * texi-clean.am (mostlyclean-info): Use continued lines, not
500         multiple rm's.  From Jim Meyering.
502 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
504         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
505         mkinstalldirs, texinfo.tex to be installed.
506         * automake.in (symlink_exists): New global.
507         (install_missing): Ditto.
508         (require_file): Install missing files if possible.
509         (parse_arguments): Handle --install-missing option.
510         (initialize_global_constants): Document --install-missing.
512         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
513         Ensure 'checks' pass before release.
514         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
515         Franc,ois Pinard.
516         (cvs-dist): Depend on maintainer-check instead of explicitly
517         running check.
519         * configure.in (VERSION): Version 0.26.
521         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
522         of 'if' test.
524         * depend.am (DEP_FILES): Bug fix.
526         * automake.in (do_one_clean_target): Typo.
528         * Makefile.am (check-local): Run syntax check under Perl 4.
530         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
531         (handle_source_transform): Loop variable is now $_.  From Gor
533         * Makefile.am (check-local): Check for 'true' in source.
534         * texinfos.am (install-info): Can't use "true" in any rule.
536 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
538         * Makefile.am (cvs-dist): New target.
540         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
541         failures.
543         * texinfos.am (install-info): Don't do install-info for now.
545         * clean.am (distclean-generic): Don't remove config.status here.
546         * automake.in (do_one_clean_target): Remove config.status later,
547         for 'make -j2'.  From Jim Meyering.
549 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
551         * configure.in (VERSION): Version 0.25.
553         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
554         (handle_configure): Check for AC_PROG_MAKE_SET.
556         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
557         Meyering.
559         * automake.in (am_install_var): Changed how 'clean' handled for
560         uniform name targets.
561         * Makefile.am (pkgdata_DATA): Added new files.
562         * data-clean.am: New file.
563         * scripts-clean.am: New file.
564         * libraries-clean.am: New file.
565         * programs-clean.am: New file.
567 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
569         * automake.in (am_install_var): Error if variable name
570         "misspelled".
571         (handle_source_transform): Automatically include .c file
572         corresponding to .y or .l.
574 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
576         * programs.am: Changed for uniform naming scheme.
578         * automake.in (read_am_file): Allow '-' and '.' in target names.
579         (generate_makefile): Don't pass arguments to handle_libraries.
580         (initialize_per_input): Define @sources, @objects.
581         (generate_makefile): Init @sources, @objects if needed.
582         (handle_source_transform): Push onto @sources, @objects here.
583         (am_install_var): Push primary onto @all, for configure-time
584         customization.
585         (handle_programs): Use new uniform naming scheme.
587         * Makefile.am (check-local): New target.
589         * automake.in (handle_libraries): Use uniform naming scheme.
591         * libraries.am: Rewrote for uniform naming scheme.
593         * scripts.am: Updated names of all clean targets.
595         * automake.in (handle_programs): Split on all whitespace.
596         (handle_libraries): Ditto.
597         (handle_texinfo): Ditto.
598         (handle_man_pages): Ditto.
599         (am_install_var): Changed return result.
600         (am_install_var): Changed interface.
601         (am_install_var): Push onto @clean@ if requested.
602         (handle_scripts): Pass -clean to am_install_var.
604 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
606         * automake.in (am_install_var): Push target onto @all.
607         (get_object_extension): Use $(...).
608         (handle_source_transform): Ditto.
609         (handle_programs): Ditto.
611         * automake.in (require_argument): New function.
612         (parse_arguments): Use it.
613         (push_dist_common): New function.
614         (generate_makefile): Use it.
615         (handle_texinfo): Ditto.
616         (handle_dist): Ditto.
617         (handle_configure): Ditto.
618         (require_file): Ditto.
619         (generate_makefile): Don't pass arguments to handle_scripts.
620         (handle_configure): Require configure.in.
621         (check_gnu_standards): New function.
622         (check_gnits_standards): Ditto.
623         (generate_makefile): Check standards.
625         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
627         * automake.in (LENIENT, GNU, GNITS): New constants.
628         (initialize_per_input): New function.
629         (generate_makefile): Use it.
630         (initialize_global_constants): Renamed from init_globals.
631         (require_file): Added strictness argument.
632         (parse_arguments): Added --strict option.
633         (set_strictness): New function.
634         (parse_arguments): use it.
635         (initialize_global_constants): Document --strictness.
637         * automake.in: Use ${1+"$@"} to preserve quoting when running
638         under sh.
640         * texinfos.am (install-info): Don't use "true".
641         * tags.am (TAGS): Don't use "true".
643         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
644         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
646         * program.am (@PROGRAM@): Use LINK macro.
647         * compile.am (.c.o): Use COMPILE macro.
649         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
650         ${...}.
652         * subdirs.am (RECURSIVE): Removed macro.
654         * clean.am: Changed to not be so verbose.
656         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
657         * automake.in (handle_texinfo): Transform texi-clean and put into
658         output rules.
659         * texinfos-vars.am (TEXFILES): Removed.
660         * texinfos.am: Removed 'clean' targets.
661         * texi-clean.am: New file.
663         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
665         * texinfos-vars.am (TEXFILES): Added *.op.
667         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
668         standards.
669         * dist.am (dist): Use DISTFILES.
670         * dist-subd.am (dist): Use DISTFILES.
671         * dist-subd-top.am (dist): Use DISTFILES.
673 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
675         * Makefile.am (ETAGS_ARGS): Define.
677         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
678         Meyering.
680         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
682         * automake.in (handle_scripts): Use am_install_var.
684         * scripts.am: Rewrote for new uniform naming scheme.
686         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
688         * libscripts.am: Removed.
690         * packagedata.am: Removed.
692         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
693         (pkgdata_DATA): Renamed from PACKAGEDATA.
695         * automake.in (handle_data): Use am_install_var.
696         (init_globals): Init %exec_dir_p.
698         * data.am: Rewrote for new uniform naming scheme.
700         * automake.in (get_object_extension): New function.
701         (handle_programs): Use it.
702         (dir_holds_sources): Changed interpretation.
703         (handle_headers): New function.
704         (am_install_var): New function.
705         (generate_makefile): Call handle_headers.
707         * header-vars.am (pkgdatadir): New macro.
708         (pkglibdir): Ditto.
709         (pkgincludedir): Ditto.
711         * automake.in (handle_source_transform): New function.
712         (am_error): New function.
713         (generate_makefile): Use it.
714         (handle_source_transform): Ditto.
715         (handle_texinfo): Ditto.
716         (handle_dependencies): Ditto.
717         (handle_merge_targets): Ditto.
718         (require_file): Ditto.
720 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
722         * automake.in: Updated FSF address.  From Jim Meyering.
723         * header-vars.am: Updated FSF address.
725         * distname.am: Removed.
727         * automake.in (file_contents): Strip "##" comments.
728         * Various files: Added "##" comments for strange things.
730         * automake.in (handle_tags): Generate TAGS rule for every
731         directory.
733         * subdirs.am (RECURSIVE): Include installcheck-recursive.
734         * automake.in (installcheck): New variable.
735         (generate_makefile): Initialize it.
736         (handle_subdirs): Push 'installcheck-recursive'.
737         (handle_merge_targets): Handle installcheck target.
739 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
741         * automake.in ($PACKAGE): Removed.
743         * header-vars.am (ALL): Removed.
745         * automake.in: Reworked 'all' target handling.
747         * automake.in (generate_makefile):
748         Don't use AM_ forms in call to am_variable.
750         * automake.in: Changes for Perl 5, from Gord Matzigkeit
752         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
754         * automake.in (handle_footer): Allow SUFFIXES variable.
756         * automake.in (am_variable): New function.
757         (handle_texinfo): Use it.
758         (generate_makefile): Use it.
760         * configure.in: Version 0.24.
762 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
764         * automake.in (handle_libraries):
765         Generate blah_LIBADD defines if required.
767         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
769         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
771         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
773         * configure.in: Version 0.23
775         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
777         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
779         * automake.in: New option --output-dir
781         * automake.in (handle_configure): Fixed typo.
783         * automake.in (handle_installdirs): Always make installdirs target.
785         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
786         uninstall-exec-recursive.  Added installdirs-recursive.
788         * automake.in (handle_installdirs): Handle installdirs-recursive.
789         (handle_man_pages): 'all' depends on $(MANS)
791         * Makefile.am: Removed mans.am.
793         * automake.in: More man-related fixes
795         * automake.in: Bug fixes
797         * automake.in: Rewrote man page handling.
799         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
801         * automake.in (handle_installdirs): New function.
802         (@installdirs): New global.
803         Many changes to deal with installdirs.
805         * clean.am (clean-generic): Always supply 'else' clause to 'if'
807         * automake.in (generate_header): Don't use header.am.
808         (handle_dist): Don't use dist-subd-vars.am.
810         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
812         * Makefile.am (DISTCLEANFILES): Removed.
814         * clean.am (clean-generic): Bug fix.
816         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
818         * texi-version.am (clean-vti): No such macro as VTI
820 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
822         * automake.in: Bug fix for maintainer-clean
824         * automake.in (do_one_clean_target):
825         Print special text in maintainer-clean.
826         (handle_clean): Always include clean.am
828         * clean.am: Use -generic clean targets.
830         * compile.am: Added clean targets.
832         * configure.in: Version 0.22.
834         * automake.in (handle_dependencies):
835         Put trailing newline after all deps.
837         * automake.in (handle_dependencies): Another dependency bug fix.
839         * automake.in (handle_dependencies):
840         Bug fix when including dependencies.
842         * automake.in (handle_configure):
843         Verify existence of install-sh, mkinstalldirs
845         * automake.in (handle_texinfo): Include stamp-vti in distribution
847         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
848         Include DATA, PACKAGEDATA.
850         * Makefile.am: Nothing
852         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
854         * automake.in (handle_texinfo): Typo
856         * automake.in: If script ends up in shell, feed to perl
858         * automake.in: Rewrote 'clean' rules.
859         Documentation made and installed first.
860         'all' depends on 'info'
862 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
864         * configure.in, Makefile.am: Turned off internationalization.
866         * clean-kr.am: Rewrote for new clean scheme.
868         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
870         * Makefile.am (PACKAGEDATA): Include tags-clean.am
872         * subdirs.am: Removed bogus local clean targets
874         * tags-clean.am: Initial revision
876         * texi-version.am: Added clean targets
878         * texinfos.am: Fixes to clean targets.
880         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
881         Added clean targets
883         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
885         * automake.in: Completely revamped automatic de-ANSI-fication
887         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
889         * compile-vars.am (LINK): New macro
891         * kr-vars.am: Trailing blank line
893         * compile-kr.am: Rewrote
895         * compile-vars.am (COMPILE): New macro
897         * compile-vars.am (ANSI2KNR): Removed
899         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
901         * kr-vars.am: Initial revision
903         * automake.in (require_file): New function.
904         (handle_texinfo): Require 'mdate-sh'
905         (common_sometimes): New variable
906         (usage): Use it.
908         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
910         * mdate-sh: Initial revision
912         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
914         * automake.in (generate_makefile):
915         Put Makefile.in, Makefile.am in @dist_common
916         (handle_configure): Use @dist_common as appropriate
918         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
920         * configure.in: Abort if perl not found
922         * configure.in: Look for perl
924         * automake.in: Reimplemented in Perl
926         * automake.in: Fixlet
928 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
930         * automake.in: Always print ".SUFFIXES:" rule.
932         * automake.in: Distribution config.h.in if required
934         * automake.in: Bug fix when including texi-version.am
936         * automake.in: Bug fix when looking for .texi file in $am_reldir
938         * depend.am: Comment fix
940         * automake.in: Look for .texi file in $am_reldir
942         * automake.in: Fixlet
944         * automake.in: Blank line after targets from user's Makefile.am
946         * automake.in: Move footer items to actual footer
948         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
950         * automake.in (common):
951         Don't include acconfig.h, config.h.top, config.h.bot
953         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
955         * Makefile.am (CONFIG_H): Define
957         * acconfig.h: Initial revision
959         * configure.in: Use AC_CONFIG_HEADER.
961         * automake.in: Put blah_TEXINFOS into DIST_COMMON
963         * automake.in: .info file explicitly depends on primary .texi file
965         * texinfos.am (install-info): Always supply 'else' clause to 'if'
967         * tags.am (TAGS): Always supply 'else' clause to 'if'
969         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
971         * automake.in: Always include footer.am in output
973         * mans.am (install-man): Always supply 'else' clause to 'if'
975         * automake.in: More version.texi fixes
977         * automake.in: Only do version.texi processing if requested.
979         * automake.in: Minor internationalization fixes.
980         Subshell can now exit with nonzero status.
981         Fixed up .texi handling; now uses texi-version.am
982         Make sure '.c' and '.o' are in .SUFFIXES if required.
984         * Makefile.am (PACKAGEDATA): Include texi-version.am
985         (stamp-vti, version.texi): Removed
986         (TEXINFOS): Don't reference version.texi
988         * texi-version.am: Initial revision
990         * dist.am, dist-subd-top.am (dist):
991         [DIST_SUBDIRS] Follow symlinks when copying.
993         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
995 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
997         * automake.in: Added --amdir option
999         * Makefile.am, configure.in: Turned on internationalization
1001         * Makefile.am: Set EDITION
1003         * configure.in: Version 0.21
1005         * tags.am, tags-subd.am: Don't use double-colon rules
1007         * automake.in: Redid install-data, install-exec, uninstall handling
1009         * configure.in: Turn off i18n
1011 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
1013         * automake.in (common): Remove NLS
1015         * automake.in (common): Include ABOUT-NLS.
1017         * automake.in: Test for install-sh and mkinstalldirs
1019         * automake.in: Blank line after OBJECTS= line
1021         * automake.in: Start subshell in loop after check for Makefile.am
1023         * automake.in: --use-deps now the default
1025         * automake.in (am_dir): Don't apply transform to install directory name
1027         * packagedata.am: Don't apply transform to install directory name
1029         * Makefile.am (SUBDIRS): Hold off on internationalization
1031 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
1033         * automake.in:
1034         Write 'SOURCES =' line after copying Makefile.am variables
1036         * automake.in: Fixed bug in "--" option processing
1038         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
1040         * Makefile.am (DIST_OTHER): Include gettext-sh
1042         * Makefile.am (SUBDIRS): Define
1044         * configure.in: Include internationalization bits
1046         * automake.in: Many changes to avoid double-colon rules.
1048         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
1050         * subdirs.am: Removed "::" rules
1052         * header.am: Removed install, uninstall
1054         * header.am: Added install, uninstall targets
1056         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
1058         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
1059         Removed "::" rules
1061         * Makefile.am (PACKAGEDATA): Include libscripts.am
1063         * libprograms.am: Don't install libscripts here
1065         * libscripts.am: Initial revision
1067         * scripts.am, programs.am, libprograms.am: Removed "::" rules
1069         * automake.in (am_dir): Run package name through name transform.
1071         * automake.in: Don't use packagedata.sed or data.sed
1073         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
1074         packagedata.am
1076         * data.am: No longer run through sed
1078         * packagedata.am: Initial revision
1080 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
1082         * automake.in: No blank line after Usage
1084         * automake.in: Removed "NLS nuisances" section.
1085         Now uniformly uses $echo for user-visible messages (in advance of
1086         internationalization)
1088         * subdirs.am (maintainer-clean): Don't use realclean-local
1090         * Makefile.am: Use PACKAGEDATA, not custom code
1092         * data.am: Use @LONG@, not $(@LONG@)
1094         * automake.in: Handle DATA and PACKAGEDATA
1096         * packagedata.sed: Initial revision
1098         * data.am: Use @DIR@, not $(@DIR@)
1100         * data.sed: Use $(datadir), not datadir
1102         * data.sed: Initial revision
1104         * data.am: Wrote uninstall targets
1106         * data.am: Initial revision
1108         * dist-subd.am (dist): Don't link a file that has already been linked
1110         * dist-subd-top.am, dist.am (dist):
1111         Run `automake --include-deps' before making distribution
1113         * automake.in: More dependency-tracking bug fixes
1115         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
1117         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
1119         * tags-subd.am, tags.am: Added trailing blank line
1121         * depend.am: Use ".P", not "empty.P", as placeholder.
1123         * automake.in: Only include depend.am if SOURCES not empty
1125         * automake.in: Added --use-deps and --include-deps options.
1126         Handle auto-generating dependencies.
1128         * Makefile.am (am_DATA): Include depend.am
1130         * depend.am: Initial revision
1132         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
1134         * automake.in: Put blank line after .SUFFIXES
1136         * scripts.am: Added blank line at end
1138         * scripts.am: Removed unnecessary comment
1140         * scripts.am: Removed unnecessary workarounds
1142         * automake.in: Don't include programs.am if PROGRAMS empty
1144         * header-vars.am (INSTALL_SCRIPT): Typo
1146         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
1148         * automake.in: Handle .SUFFIXES here.
1150         * configure.in: Use fp_PROG_INSTALL
1152         * header-vars.am: Changes for autoconf 2.5.
1153         Now includes INSTALL_SCRIPTS.
1155         * texinfos.am (install-info): Bug fix
1157         * automake.in:
1158         Include scripts.am or libscripts.am in output if appropriate
1160         * programs.am (install-programs, uninstall-programs):
1161         Don't install SCRIPTS
1163         * Makefile.am (am_DATA): Include scripts.am
1165         * scripts.am: Initial revision
1167 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
1169         * automake.in:
1170         Cleaned up how "prog_SOURCES" variable is found in input.
1171         Ditto prog_OBJECTS.
1172         Put static sed scripts into separate, installed files.
1174         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
1176         * hack-make.sed, nl-remove.sed: Initial revision
1178         * texinfos.am (install-info): Rewrote
1180         * subdirs.am (all-recursive): Put with other -recursive rules
1182         * configure.in: Version 0.20
1184         * automake.in: Another bug fix
1186         * automake.in: Bug fix when looking for texinfo.tex
1188         * texinfo.tex: Initial revision
1190         * automake.in:
1191         If TEXINFOS defined but texinfo.tex does not exist, give warning.
1193         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
1194         (all-recursive): Don't fail immediately if -k specified.
1196 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
1198         * subdirs.am (_all):
1199         New target.  Now use Jim Meyering's formulation of AIX
1200         workaround.
1201         (install-exec, install-data): New targets
1203 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
1205         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
1207         * automake.in: Use @datadir@
1209         * automake.in: Added @configure_input@ line
1211 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
1213         * automake.in: "--help" option now prints auto-recognized file names.
1214         Allow AM_ overriding of more variables.
1216         * texinfos.am (install-info):
1217         Don't cd to srcdir to avoid breaking install-sh
1218         Other bug fixes
1220         * Makefile.am: Handle automake.texi
1222 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
1224         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
1226         * tags.am (TAGS): bug fix
1228         * automake.in: Use am_dir, not AM_DIR.
1229         Use version, not VERSION.
1230         Bug fix in TAGS code.
1232         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
1234         * subdirs.am: TAGS target now in tags.am
1236         * footer.am: TAGS and ID targets now in tags-subd.am
1238         * tags-subd.am, tags.am: Initial revision
1240         * automake.in: Cleaned up AM_PROGRAM code.
1241         Handle TAGS target better
1243         * remake.am, remake-subd.am (Makefile.in): Bug fix.
1245         * automake.in (usage): Updated
1247         * remake-subd.am, remake.am:
1248         Added rule where Makefile.in depends on Makefile.am
1250         * automake.in: Entire body of 'for' loop now in subshell
1252         * automake.in (common): config.guess and config.sub are common files.
1254         * dist-subd-top.am, dist.am (dist): Bug fix.
1256         * Makefile.am (DIST_OTHER): Don't include TODO
1258         * automake.in: Auto-include TODO and THANKS files.
1260         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
1262         * automake.in: More bug fixes in "look for Makefile.am" code.
1264         * automake.in: Bug fix in "look for Makefile.am" code.
1266         * automake.in:
1267         If no arguments given, look for all Makefile.am's in this
1268         directory and in immediate subdirs
1270         * automake.in: Bug fixes for LDADD-override feature.
1272         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
1274         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
1276         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
1278         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
1280 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
1282         * automake.in: No longer look for _SOURCES or _OBJECTS
1284         * header-vars.am:
1285         Remove "automatically created" header (now in automake).
1286         Updated copyright.
1288         * automake.in: Put version info in Makefile header
1290 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
1292         * automake.in: Minor cleanups
1294         * dist-subd-top.am, dist.am (dist):
1295         Don't link or copy file if it already exists.
1297         * automake.in:
1298         Look for _SOURCES (common sources) and generate _OBJECTS.
1300         * footer.am (ID, TAGS): Include HEADERS
1302         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
1304 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
1306         * dist-subd.am (distdir): Is relative to ".."
1308         * dist-subd-vars.am (PACKAGE, VERSION): Define
1310         * dist-subd.am (dist): Don't handle DIST_DIRS.
1312         * mans.am (uninstall-man): Another bug fix.
1314         * mans.am (uninstall-man): Bug fix.
1316         * dist.am, dist-subd-top.am (dist): Bug fix
1318         * Makefile.am (DIST_SUBDIRS): New macro
1320         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
1322         * Makefile.am (DIST_OTHER): Include automake.in
1324         * Makefile.am (DISTCLEANFILES): New macro.
1326         * automake.in (common): Include COPYING.LIB
1328         * Makefile.am (automake): New rule.
1330         * texinfos.am (install-info): Changed per GNU standards
1332         * remake-hdr.am (stamp-h.in):
1333         Use "touch", not "date", per GNU standards.
1335         * automake.in (common): Include texinfo.tex
1337 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
1339         * automake.in: More fixes when finding common files.
1341         * Makefile.am (DIST_OTHER): Another removal.
1343         * automake.in: Special-case when amdir=.
1345         * Makefile.am (DIST_OTHER): Removed auto-detected files.
1347         * automake.in:
1348         Search for commonly-used files and auto-include them in distribution
1350         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
1351         (DIST_CONF): Removed files searched for by automake.
1353         * automake.in: More arg-parsing bug fixes.
1355         * Makefile.am (DIST_OTHER): Include install-sh
1357         * Makefile.am (DIST_OTHER): Don't include auto-included files.
1359         * automake.in: Bug fixes to argument parsing code.
1361         * automake.in: Handle --version and --help.
1362         NLS stuff from autoconf.
1364         * Makefile.am (amdatadir): Fixed typo.
1365         (install): Make install directories
1367         * Makefile.am: Use "install::", not "install:"
1369         * install-sh, mkinstalldirs: Initial revision
1371         * configure.in: Use AC_PROG_INSTALL
1373         * automake.in: Set AM_DIR based on configure results.
1375         * Makefile.am (install): New target.
1376         (amdatadir): New variable.
1378         * automake.in: Use "#! /", not "#!/".
1380         * Makefile.am, configure.in: Initial revision
1382         * automake.in: Renamed from "automake".
1383         Set VERSION.
1385         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
1387         * automake.in: Insert remake-subd.am if appropriate.
1389         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
1391         * automake.in: Handle ALLPROGRAMS variable.
1393         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
1395         * automake.in: Fixlet when printing "subdir=DIR"
1397         * automake.in: Put "subdir=DIR" into subdir Makefile
1399         * automake.in: Don't refer to distname.am.
1400         Only put footer.am in subdir Makefiles.
1402         * subdirs.am (id, ID): New target.
1403         (.NOEXPORT): Copied from footers.am.
1405         * subdirs.am (TAGS): Bug fixes.
1407         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
1409         * subdirs.am (maintainer-clean-local): Remove TAGS
1411         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
1413         * subdirs.am: Use maintainer-clean, per GNU standards
1415         * dist-subd-top.am: Some variables defined in dist-vars.am
1417         * dist-vars.am (PACKAGE, VERSION):
1418         New variables, initialized by configure
1420         * footer.am (id, ID): New targets
1421         (TAGS): Put TAGS file in build, not source, directory
1423         * remake-subd.am (Makefile): Don't assume subdir is 'src'
1425         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
1427         * dist-subd.am: Changed to conform to new top-level dist target.
1429         * dist-subd-top.am:
1430         Changed to assume PACKAGE and VERSION are set by configure.
1432         * clean-kr.am, clean.am (maintainer-clean):
1433         Updated rules per GNU standards.
1435         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
1437 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
1439         * automake.in, texinfos.am: kludge for multiple-part info files
1441 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
1443         * clean.am, clean-kr.am: remove INFOS
1445 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
1447         * texinfos.am: add path
1449         * remake.am, remake-hdr.am: account for VPATH limitations
1451 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
1453         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
1454         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
1456 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
1458         * texinfos.am: install-info depends on info files
1460         * dist-subd-vars.am, dist-vars.am: distrib info files
1462 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
1464         * clean-kr.am, clean.am: fix up distclean
1466         * subdirs.am: fix typo
1468         * clean.am: do more in distclean
1470 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
1472         * libraries.am: make install depend on all
1474         * automake.in: fix typo
1476 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
1478         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
1480         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
1482         * dist-subd-top.am: Initial revision
1484         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
1485         centralize prefix var setting
1487         * header-vars.am: set all the std vars based on prefix
1489 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
1491         * automake.in: don't add kr stuff if not needed
1493         * dist-vars.am: add config vars to dist
1495 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
1497         * program.am: add LDADD
1499         * compile-vars.am: remove LDADD from LDFLAGS
1501         * clean.am: move knr stuff to another file
1503         * automake.in: use different clean file for ansi2knr
1505         * clean-kr.am: Initial revision
1507 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
1509         * automake.in, dist-subd.am, dist.am: fix rules and dist
1511 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
1513         * compile.am, automake.in: split out knr
1515         * compile-kr.am: Initial revision
1517         * libprograms.am: fix typo
1519         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
1520         make libprograms work
1522         * libprograms.am: Initial revision
1524         * automake.in, compile.am, header-vars.am: fix little bugs
1526         * compile.am: allow parallel K&R
1528         * clean.am: remove kerb temps
1530         * automake.in: fix recognizing start of rules
1532         * dist-subd.am, dist.am: fix dist
1534         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
1536 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
1538         * automake.in: works on m4 too
1540         * automake.in, mans.am: works on fileutils
1542         * 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:
1543         works on fileutils except for all
1545         * automake.in: vars thing
1547         * header-vars.am: Initial revision
1549         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
1550         entered into RCS
1552         * compile-vars.am: Initial revision
1554         * automake.in: many improvements
1556         * footer.am: Initial revision
1558         * dist.am: remove distname
1560         * automake.in: namespace cleanup
1562         * distname.am: Initial revision
1564         * 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:
1565         might work
1567         * 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:
1568         Initial revision