Minor bug and doc fixes
[automake.git] / ChangeLog
blobe9cc01ea66ab028c7b9620fdc73369e59752a43d
1 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
4         failures.
6         * texinfos.am (install-info): Don't do install-info for now.
8         * clean.am (distclean-generic): Don't remove config.status here.
9         * automake.in (do_one_clean_target): Remove config.status later,
10         for 'make -j2'.  From Jim Meyering.
12 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
14         * configure.in (VERSION): Version 0.25.
16         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
17         (handle_configure): Check for AC_PROG_MAKE_SET.
19         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
20         Meyering.
22         * automake.in (am_install_var): Changed how 'clean' handled for
23         uniform name targets.
24         * Makefile.am (pkgdata_DATA): Added new files.
25         * data-clean.am: New file.
26         * scripts-clean.am: New file.
27         * libraries-clean.am: New file.
28         * programs-clean.am: New file.
30 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
32         * automake.in (am_install_var): Error if variable name
33         "misspelled".
34         (handle_source_transform): Automatically include .c file
35         corresponding to .y or .l.
37 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
39         * programs.am: Changed for uniform naming scheme.
41         * automake.in (read_am_file): Allow '-' and '.' in target names.
42         (generate_makefile): Don't pass arguments to handle_libraries.
43         (initialize_per_input): Define @sources, @objects.
44         (generate_makefile): Init @sources, @objects if needed.
45         (handle_source_transform): Push onto @sources, @objects here.
46         (am_install_var): Push primary onto @all, for configure-time
47         customization.
48         (handle_programs): Use new uniform naming scheme.
50         * Makefile.am (check-local): New target.
52         * automake.in (handle_libraries): Use uniform naming scheme.
54         * libraries.am: Rewrote for uniform naming scheme.
56         * scripts.am: Updated names of all clean targets.
58         * automake.in (handle_programs): Split on all whitespace.
59         (handle_libraries): Ditto.
60         (handle_texinfo): Ditto.
61         (handle_man_pages): Ditto.
62         (am_install_var): Changed return result.
63         (am_install_var): Changed interface.
64         (am_install_var): Push onto @clean@ if requested.
65         (handle_scripts): Pass -clean to am_install_var.
67 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
69         * automake.in (am_install_var): Push target onto @all.
70         (get_object_extension): Use $(...).
71         (handle_source_transform): Ditto.
72         (handle_programs): Ditto.
74         * automake.in (require_argument): New function.
75         (parse_arguments): Use it.
76         (push_dist_common): New function.
77         (generate_makefile): Use it.
78         (handle_texinfo): Ditto.
79         (handle_dist): Ditto.
80         (handle_configure): Ditto.
81         (require_file): Ditto.
82         (generate_makefile): Don't pass arguments to handle_scripts.
83         (handle_configure): Require configure.in.
84         (check_gnu_standards): New function.
85         (check_gnits_standards): Ditto.
86         (generate_makefile): Check standards.
88         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
90         * automake.in (LENIENT, GNU, GNITS): New constants.
91         (initialize_per_input): New function.
92         (generate_makefile): Use it.
93         (initialize_global_constants): Renamed from init_globals.
94         (require_file): Added strictness argument.
95         (parse_arguments): Added --strict option.
96         (set_strictness): New function.
97         (parse_arguments): use it.
98         (initialize_global_constants): Document --strictness.
100         * automake.in: Use ${1+"$@"} to preserve quoting when running
101         under sh.
103         * texinfos.am (install-info): Don't use "true".
104         * tags.am (TAGS): Don't use "true".
106         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
107         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
109         * program.am (@PROGRAM@): Use LINK macro.
110         * compile.am (.c.o): Use COMPILE macro.
112         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
113         ${...}.
115         * subdirs.am (RECURSIVE): Removed macro.
117         * clean.am: Changed to not be so verbose.
119         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
120         * automake.in (handle_texinfo): Transform texi-clean and put into
121         output rules.
122         * texinfos-vars.am (TEXFILES): Removed.
123         * texinfos.am: Removed 'clean' targets.
124         * texi-clean.am: New file.
126         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
128         * texinfos-vars.am (TEXFILES): Added *.op.
130         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
131         standards.
132         * dist.am (dist): Use DISTFILES.
133         * dist-subd.am (dist): Use DISTFILES.
134         * dist-subd-top.am (dist): Use DISTFILES.
136 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
138         * Makefile.am (ETAGS_ARGS): Define.
140         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
141         Meyering.
143         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
145         * automake.in (handle_scripts): Use am_install_var.
147         * scripts.am: Rewrote for new uniform naming scheme.
149         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
151         * libscripts.am: Removed.
153         * packagedata.am: Removed.
155         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
156         (pkgdata_DATA): Renamed from PACKAGEDATA.
158         * automake.in (handle_data): Use am_install_var.
159         (init_globals): Init %exec_dir_p.
161         * data.am: Rewrote for new uniform naming scheme.
163         * automake.in (get_object_extension): New function.
164         (handle_programs): Use it.
165         (dir_holds_sources): Changed interpretation.
166         (handle_headers): New function.
167         (am_install_var): New function.
168         (generate_makefile): Call handle_headers.
170         * header-vars.am (pkgdatadir): New macro.
171         (pkglibdir): Ditto.
172         (pkgincludedir): Ditto.
174         * automake.in (handle_source_transform): New function.
175         (am_error): New function.
176         (generate_makefile): Use it.
177         (handle_source_transform): Ditto.
178         (handle_texinfo): Ditto.
179         (handle_dependencies): Ditto.
180         (handle_merge_targets): Ditto.
181         (require_file): Ditto.
183 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
185         * automake.in: Updated FSF address.  From Jim Meyering.
186         * header-vars.am: Updated FSF address.
188         * distname.am: Removed.
190         * automake.in (file_contents): Strip "##" comments.
191         * Various files: Added "##" comments for strange things.
193         * automake.in (handle_tags): Generate TAGS rule for every
194         directory.
195         
196         * subdirs.am (RECURSIVE): Include installcheck-recursive.
197         * automake.in (installcheck): New variable.
198         (generate_makefile): Initialize it.
199         (handle_subdirs): Push 'installcheck-recursive'.
200         (handle_merge_targets): Handle installcheck target.
202 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
204         * automake.in ($PACKAGE): Removed.
206         * header-vars.am (ALL): Removed.
208         * automake.in: Reworked 'all' target handling.
210         * automake.in (generate_makefile):
211         Don't use AM_ forms in call to am_variable.
213         * automake.in: Changes for Perl 5, from Gord Matzigkeit
215         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
217         * automake.in (handle_footer): Allow SUFFIXES variable.
219         * automake.in (am_variable): New function.
220         (handle_texinfo): Use it.
221         (generate_makefile): Use it.
223         * configure.in: Version 0.24.
225 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
227         * automake.in (handle_libraries):
228         Generate blah_LIBADD defines if required.
230         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
232         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
234         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
236         * configure.in: Version 0.23
238         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
240         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
242         * automake.in: New option --output-dir
244         * automake.in (handle_configure): Fixed typo.
246         * automake.in (handle_installdirs): Always make installdirs target.
248         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
249         uninstall-exec-recursive.  Added installdirs-recursive.
251         * automake.in (handle_installdirs): Handle installdirs-recursive.
252         (handle_man_pages): 'all' depends on $(MANS)
254         * Makefile.am: Removed mans.am.
256         * automake.in: More man-related fixes
258         * automake.in: Bug fixes
260         * automake.in: Rewrote man page handling.
262         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
264         * automake.in (handle_installdirs): New function.
265         (@installdirs): New global.
266         Many changes to deal with installdirs.
268         * clean.am (clean-generic): Always supply 'else' clause to 'if'
270         * automake.in (generate_header): Don't use header.am.
271         (handle_dist): Don't use dist-subd-vars.am.
273         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
275         * Makefile.am (DISTCLEANFILES): Removed.
277         * clean.am (clean-generic): Bug fix.
279         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
281         * texi-version.am (clean-vti): No such macro as VTI
283 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
285         * automake.in: Bug fix for maintainer-clean
287         * automake.in (do_one_clean_target):
288         Print special text in maintainer-clean.
289         (handle_clean): Always include clean.am
291         * clean.am: Use -generic clean targets.
293         * compile.am: Added clean targets.
295         * configure.in: Version 0.22.
297         * automake.in (handle_dependencies):
298         Put trailing newline after all deps.
300         * automake.in (handle_dependencies): Another dependency bug fix.
302         * automake.in (handle_dependencies):
303         Bug fix when including dependencies.
305         * automake.in (handle_configure):
306         Verify existence of install-sh, mkinstalldirs
308         * automake.in (handle_texinfo): Include stamp-vti in distribution
310         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
311         Include DATA, PACKAGEDATA.
313         * Makefile.am: Nothing
315         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
317         * automake.in (handle_texinfo): Typo
319         * automake.in: If script ends up in shell, feed to perl
321         * automake.in: Rewrote 'clean' rules.
322         Documentation made and installed first.
323         'all' depends on 'info'
325 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
327         * configure.in, Makefile.am: Turned off internationalization.
329         * clean-kr.am: Rewrote for new clean scheme.
331         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
333         * Makefile.am (PACKAGEDATA): Include tags-clean.am
335         * subdirs.am: Removed bogus local clean targets
337         * tags-clean.am: Initial revision
339         * texi-version.am: Added clean targets
341         * texinfos.am: Fixes to clean targets.
343         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
344         Added clean targets
346         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
348         * automake.in: Completely revamped automatic de-ANSI-fication
350         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
352         * compile-vars.am (LINK): New macro
354         * kr-vars.am: Trailing blank line
356         * compile-kr.am: Rewrote
358         * compile-vars.am (COMPILE): New macro
360         * compile-vars.am (ANSI2KNR): Removed
362         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
364         * kr-vars.am: Initial revision
366         * automake.in (require_file): New function.
367         (handle_texinfo): Require 'mdate-sh'
368         (common_sometimes): New variable
369         (usage): Use it.
371         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
373         * mdate-sh: Initial revision
375         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
377         * automake.in (generate_makefile):
378         Put Makefile.in, Makefile.am in @dist_common
379         (handle_configure): Use @dist_common as appropriate
381         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
383         * configure.in: Abort if perl not found
385         * configure.in: Look for perl
387         * automake.in: Reimplemented in Perl
389         * automake.in: Fixlet
391 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
393         * automake.in: Always print ".SUFFIXES:" rule.
395         * automake.in: Distribution config.h.in if required
397         * automake.in: Bug fix when including texi-version.am
399         * automake.in: Bug fix when looking for .texi file in $am_reldir
401         * depend.am: Comment fix
403         * automake.in: Look for .texi file in $am_reldir
405         * automake.in: Fixlet
407         * automake.in: Blank line after targets from user's Makefile.am
409         * automake.in: Move footer items to actual footer
411         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
413         * automake.in (common):
414         Don't include acconfig.h, config.h.top, config.h.bot
416         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
418         * Makefile.am (CONFIG_H): Define
420         * acconfig.h: Initial revision
422         * configure.in: Use AC_CONFIG_HEADER.
424         * automake.in: Put blah_TEXINFOS into DIST_COMMON
426         * automake.in: .info file explicitly depends on primary .texi file
428         * texinfos.am (install-info): Always supply 'else' clause to 'if'
430         * tags.am (TAGS): Always supply 'else' clause to 'if'
432         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
434         * automake.in: Always include footer.am in output
436         * mans.am (install-man): Always supply 'else' clause to 'if'
438         * automake.in: More version.texi fixes
440         * automake.in: Only do version.texi processing if requested.
442         * automake.in: Minor internationalization fixes.
443         Subshell can now exit with nonzero status.
444         Fixed up .texi handling; now uses texi-version.am
445         Make sure '.c' and '.o' are in .SUFFIXES if required.
447         * Makefile.am (PACKAGEDATA): Include texi-version.am
448         (stamp-vti, version.texi): Removed
449         (TEXINFOS): Don't reference version.texi
451         * texi-version.am: Initial revision
453         * dist.am, dist-subd-top.am (dist):
454         [DIST_SUBDIRS] Follow symlinks when copying.
456         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
458 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
460         * automake.in: Added --amdir option
462         * Makefile.am, configure.in: Turned on internationalization
464         * Makefile.am: Set EDITION
466         * configure.in: Version 0.21
468         * tags.am, tags-subd.am: Don't use double-colon rules
470         * automake.in: Redid install-data, install-exec, uninstall handling
472         * configure.in: Turn off i18n
474 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
476         * automake.in (common): Remove NLS
478         * automake.in (common): Include ABOUT-NLS.
480         * automake.in: Test for install-sh and mkinstalldirs
482         * automake.in: Blank line after OBJECTS= line
484         * automake.in: Start subshell in loop after check for Makefile.am
486         * automake.in: --use-deps now the default
488         * automake.in (am_dir): Don't apply transform to install directory name
490         * packagedata.am: Don't apply transform to install directory name
492         * Makefile.am (SUBDIRS): Hold off on internationalization
494 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
496         * automake.in:
497         Write 'SOURCES =' line after copying Makefile.am variables
499         * automake.in: Fixed bug in "--" option processing
501         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
503         * Makefile.am (DIST_OTHER): Include gettext-sh
505         * Makefile.am (SUBDIRS): Define
507         * configure.in: Include internationalization bits
509         * automake.in: Many changes to avoid double-colon rules.
511         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
513         * subdirs.am: Removed "::" rules
515         * header.am: Removed install, uninstall
517         * header.am: Added install, uninstall targets
519         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
521         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
522         Removed "::" rules
524         * Makefile.am (PACKAGEDATA): Include libscripts.am
526         * libprograms.am: Don't install libscripts here
528         * libscripts.am: Initial revision
530         * scripts.am, programs.am, libprograms.am: Removed "::" rules
532         * automake.in (am_dir): Run package name through name transform.
534         * automake.in: Don't use packagedata.sed or data.sed
536         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
537         packagedata.am
539         * data.am: No longer run through sed
541         * packagedata.am: Initial revision
543 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
545         * automake.in: No blank line after Usage
547         * automake.in: Removed "NLS nuisances" section.
548         Now uniformly uses $echo for user-visible messages (in advance of
549         internationalization)
551         * subdirs.am (maintainer-clean): Don't use realclean-local
553         * Makefile.am: Use PACKAGEDATA, not custom code
555         * data.am: Use @LONG@, not $(@LONG@)
557         * automake.in: Handle DATA and PACKAGEDATA
559         * packagedata.sed: Initial revision
561         * data.am: Use @DIR@, not $(@DIR@)
563         * data.sed: Use $(datadir), not datadir
565         * data.sed: Initial revision
567         * data.am: Wrote uninstall targets
569         * data.am: Initial revision
571         * dist-subd.am (dist): Don't link a file that has already been linked
573         * dist-subd-top.am, dist.am (dist):
574         Run `automake --include-deps' before making distribution
576         * automake.in: More dependency-tracking bug fixes
578         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
580         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
582         * tags-subd.am, tags.am: Added trailing blank line
584         * depend.am: Use ".P", not "empty.P", as placeholder.
586         * automake.in: Only include depend.am if SOURCES not empty
588         * automake.in: Added --use-deps and --include-deps options.
589         Handle auto-generating dependencies.
591         * Makefile.am (am_DATA): Include depend.am
593         * depend.am: Initial revision
595         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
597         * automake.in: Put blank line after .SUFFIXES
599         * scripts.am: Added blank line at end
601         * scripts.am: Removed unnecessary comment
603         * scripts.am: Removed unnecessary workarounds
605         * automake.in: Don't include programs.am if PROGRAMS empty
607         * header-vars.am (INSTALL_SCRIPT): Typo
609         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
611         * automake.in: Handle .SUFFIXES here.
613         * configure.in: Use fp_PROG_INSTALL
615         * header-vars.am: Changes for autoconf 2.5.
616         Now includes INSTALL_SCRIPTS.
618         * texinfos.am (install-info): Bug fix
620         * automake.in:
621         Include scripts.am or libscripts.am in output if appropriate
623         * programs.am (install-programs, uninstall-programs):
624         Don't install SCRIPTS
626         * Makefile.am (am_DATA): Include scripts.am
628         * scripts.am: Initial revision
630 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
632         * automake.in:
633         Cleaned up how "prog_SOURCES" variable is found in input.
634         Ditto prog_OBJECTS.
635         Put static sed scripts into separate, installed files.
637         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
639         * hack-make.sed, nl-remove.sed: Initial revision
641         * texinfos.am (install-info): Rewrote
643         * subdirs.am (all-recursive): Put with other -recursive rules
645         * configure.in: Version 0.20
647         * automake.in: Another bug fix
649         * automake.in: Bug fix when looking for texinfo.tex
651         * texinfo.tex: Initial revision
653         * automake.in:
654         If TEXINFOS defined but texinfo.tex does not exist, give warning.
656         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
657         (all-recursive): Don't fail immediately if -k specified.
659 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
661         * subdirs.am (_all):
662         New target.  Now use Jim Meyering's formulation of AIX
663         workaround.
664         (install-exec, install-data): New targets
666 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
668         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
670         * automake.in: Use @datadir@
672         * automake.in: Added @configure_input@ line
674 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
676         * automake.in: "--help" option now prints auto-recognized file names.
677         Allow AM_ overriding of more variables.
679         * texinfos.am (install-info):
680         Don't cd to srcdir to avoid breaking install-sh
681         Other bug fixes
683         * Makefile.am: Handle automake.texi
685 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
687         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
689         * tags.am (TAGS): bug fix
691         * automake.in: Use am_dir, not AM_DIR.
692         Use version, not VERSION.
693         Bug fix in TAGS code.
695         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
697         * subdirs.am: TAGS target now in tags.am
699         * footer.am: TAGS and ID targets now in tags-subd.am
701         * tags-subd.am, tags.am: Initial revision
703         * automake.in: Cleaned up AM_PROGRAM code.
704         Handle TAGS target better
706         * remake.am, remake-subd.am (Makefile.in): Bug fix.
708         * automake.in (usage): Updated
710         * remake-subd.am, remake.am:
711         Added rule where Makefile.in depends on Makefile.am
713         * automake.in: Entire body of 'for' loop now in subshell
715         * automake.in (common): config.guess and config.sub are common files.
717         * dist-subd-top.am, dist.am (dist): Bug fix.
719         * Makefile.am (DIST_OTHER): Don't include TODO
721         * automake.in: Auto-include TODO and THANKS files.
723         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
725         * automake.in: More bug fixes in "look for Makefile.am" code.
727         * automake.in: Bug fix in "look for Makefile.am" code.
729         * automake.in:
730         If no arguments given, look for all Makefile.am's in this
731         directory and in immediate subdirs
733         * automake.in: Bug fixes for LDADD-override feature.
735         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
737         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
739         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
741         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
743 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
745         * automake.in: No longer look for _SOURCES or _OBJECTS
747         * header-vars.am:
748         Remove "automatically created" header (now in automake).
749         Updated copyright.
751         * automake.in: Put version info in Makefile header
753 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
755         * automake.in: Minor cleanups
757         * dist-subd-top.am, dist.am (dist):
758         Don't link or copy file if it already exists.
760         * automake.in:
761         Look for _SOURCES (common sources) and generate _OBJECTS.
763         * footer.am (ID, TAGS): Include HEADERS
765         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
767 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
769         * dist-subd.am (distdir): Is relative to ".."
771         * dist-subd-vars.am (PACKAGE, VERSION): Define
773         * dist-subd.am (dist): Don't handle DIST_DIRS.
775         * mans.am (uninstall-man): Another bug fix.
777         * mans.am (uninstall-man): Bug fix.
779         * dist.am, dist-subd-top.am (dist): Bug fix
781         * Makefile.am (DIST_SUBDIRS): New macro
783         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
785         * Makefile.am (DIST_OTHER): Include automake.in
787         * Makefile.am (DISTCLEANFILES): New macro.
789         * automake.in (common): Include COPYING.LIB
791         * Makefile.am (automake): New rule.
793         * texinfos.am (install-info): Changed per GNU standards
795         * remake-hdr.am (stamp-h.in):
796         Use "touch", not "date", per GNU standards.
798         * automake.in (common): Include texinfo.tex
800 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
802         * automake.in: More fixes when finding common files.
804         * Makefile.am (DIST_OTHER): Another removal.
806         * automake.in: Special-case when amdir=.
808         * Makefile.am (DIST_OTHER): Removed auto-detected files.
809         
810         * automake.in:
811         Search for commonly-used files and auto-include them in distribution
813         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
814         (DIST_CONF): Removed files searched for by automake.
816         * automake.in: More arg-parsing bug fixes.
818         * Makefile.am (DIST_OTHER): Include install-sh
820         * Makefile.am (DIST_OTHER): Don't include auto-included files.
822         * automake.in: Bug fixes to argument parsing code.
824         * automake.in: Handle --version and --help.
825         NLS stuff from autoconf.
827         * Makefile.am (amdatadir): Fixed typo.
828         (install): Make install directories
830         * Makefile.am: Use "install::", not "install:"
832         * install-sh, mkinstalldirs: Initial revision
834         * configure.in: Use AC_PROG_INSTALL
836         * automake.in: Set AM_DIR based on configure results.
838         * Makefile.am (install): New target.
839         (amdatadir): New variable.
841         * automake.in: Use "#! /", not "#!/".
843         * Makefile.am, configure.in: Initial revision
845         * automake.in: Renamed from "automake".
846         Set VERSION.
848         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
850         * automake.in: Insert remake-subd.am if appropriate.
852         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
854         * automake.in: Handle ALLPROGRAMS variable.
856         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
858         * automake.in: Fixlet when printing "subdir=DIR"
860         * automake.in: Put "subdir=DIR" into subdir Makefile
862         * automake.in: Don't refer to distname.am.
863         Only put footer.am in subdir Makefiles.
865         * subdirs.am (id, ID): New target.
866         (.NOEXPORT): Copied from footers.am.
868         * subdirs.am (TAGS): Bug fixes.
870         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
872         * subdirs.am (maintainer-clean-local): Remove TAGS
874         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
876         * subdirs.am: Use maintainer-clean, per GNU standards
878         * dist-subd-top.am: Some variables defined in dist-vars.am
880         * dist-vars.am (PACKAGE, VERSION):
881         New variables, initialized by configure
883         * footer.am (id, ID): New targets
884         (TAGS): Put TAGS file in build, not source, directory
886         * remake-subd.am (Makefile): Don't assume subdir is 'src'
888         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
890         * dist-subd.am: Changed to conform to new top-level dist target.
892         * dist-subd-top.am:
893         Changed to assume PACKAGE and VERSION are set by configure.
895         * clean-kr.am, clean.am (maintainer-clean):
896         Updated rules per GNU standards.
898         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
900 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
902         * automake.in, texinfos.am: kludge for multiple-part info files
904 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
906         * clean.am, clean-kr.am: remove INFOS
908 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
910         * texinfos.am: add path
912         * remake.am, remake-hdr.am: account for VPATH limitations
914 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
916         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
917         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
919 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
921         * texinfos.am: install-info depends on info files
923         * dist-subd-vars.am, dist-vars.am: distrib info files
925 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
927         * clean-kr.am, clean.am: fix up distclean
929         * subdirs.am: fix typo
931         * clean.am: do more in distclean
933 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
935         * libraries.am: make install depend on all
937         * automake.in: fix typo
939 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
941         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
943         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
945         * dist-subd-top.am: Initial revision
947         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
948         centralize prefix var setting
950         * header-vars.am: set all the std vars based on prefix
952 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
954         * automake.in: don't add kr stuff if not needed
956         * dist-vars.am: add config vars to dist
958 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
960         * program.am: add LDADD
962         * compile-vars.am: remove LDADD from LDFLAGS
964         * clean.am: move knr stuff to another file
966         * automake.in: use different clean file for ansi2knr
968         * clean-kr.am: Initial revision
970 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
972         * automake.in, dist-subd.am, dist.am: fix rules and dist
974 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
976         * compile.am, automake.in: split out knr
978         * compile-kr.am: Initial revision
980         * libprograms.am: fix typo
982         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
983         make libprograms work
985         * libprograms.am: Initial revision
987         * automake.in, compile.am, header-vars.am: fix little bugs
989         * compile.am: allow parallel K&R
991         * clean.am: remove kerb temps
993         * automake.in: fix recognizing start of rules
995         * dist-subd.am, dist.am: fix dist
997         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
999 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
1001         * automake.in: works on m4 too
1003         * automake.in, mans.am: works on fileutils
1005         * 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:
1006         works on fileutils except for all
1008         * automake.in: vars thing
1010         * header-vars.am: Initial revision
1012         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
1013         entered into RCS
1015         * compile-vars.am: Initial revision
1017         * automake.in: many improvements
1019         * footer.am: Initial revision
1021         * dist.am: remove distname
1023         * automake.in: namespace cleanup
1025         * distname.am: Initial revision
1027         * 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:
1028         might work
1030         * 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:
1031         Initial revision