More fixes for uniform naming
[automake.git] / ChangeLog
blob9381ab023842b20dd700dc07a4cbc5a80c67c08e
1 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
4         Meyering.
7         * automake.in (am_install_var): Changed how 'clean' handled for
8         uniform name targets.
9         * Makefile.am (pkgdata_DATA): Added new files.
10         * data-clean.am: New file.
11         * scripts-clean.am: New file.
12         * libraries-clean.am: New file.
13         * programs-clean.am: New file.
15 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
17         * automake.in (am_install_var): Error if variable name
18         "misspelled".
19         (handle_source_transform): Automatically include .c file
20         corresponding to .y or .l.
22 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
24         * programs.am: Changed for uniform naming scheme.
26         * automake.in (read_am_file): Allow '-' and '.' in target names.
27         (generate_makefile): Don't pass arguments to handle_libraries.
28         (initialize_per_input): Define @sources, @objects.
29         (generate_makefile): Init @sources, @objects if needed.
30         (handle_source_transform): Push onto @sources, @objects here.
31         (am_install_var): Push primary onto @all, for configure-time
32         customization.
33         (handle_programs): Use new uniform naming scheme.
35         * Makefile.am (check-local): New target.
37         * automake.in (handle_libraries): Use uniform naming scheme.
39         * libraries.am: Rewrote for uniform naming scheme.
41         * scripts.am: Updated names of all clean targets.
43         * automake.in (handle_programs): Split on all whitespace.
44         (handle_libraries): Ditto.
45         (handle_texinfo): Ditto.
46         (handle_man_pages): Ditto.
47         (am_install_var): Changed return result.
48         (am_install_var): Changed interface.
49         (am_install_var): Push onto @clean@ if requested.
50         (handle_scripts): Pass -clean to am_install_var.
52 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
54         * automake.in (am_install_var): Push target onto @all.
55         (get_object_extension): Use $(...).
56         (handle_source_transform): Ditto.
57         (handle_programs): Ditto.
59         * automake.in (require_argument): New function.
60         (parse_arguments): Use it.
61         (push_dist_common): New function.
62         (generate_makefile): Use it.
63         (handle_texinfo): Ditto.
64         (handle_dist): Ditto.
65         (handle_configure): Ditto.
66         (require_file): Ditto.
67         (generate_makefile): Don't pass arguments to handle_scripts.
68         (handle_configure): Require configure.in.
69         (check_gnu_standards): New function.
70         (check_gnits_standards): Ditto.
71         (generate_makefile): Check standards.
73         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
75         * automake.in (LENIENT, GNU, GNITS): New constants.
76         (initialize_per_input): New function.
77         (generate_makefile): Use it.
78         (initialize_global_constants): Renamed from init_globals.
79         (require_file): Added strictness argument.
80         (parse_arguments): Added --strict option.
81         (set_strictness): New function.
82         (parse_arguments): use it.
83         (initialize_global_constants): Document --strictness.
85         * automake.in: Use ${1+"$@"} to preserve quoting when running
86         under sh.
88         * texinfos.am (install-info): Don't use "true".
89         * tags.am (TAGS): Don't use "true".
91         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
92         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
94         * program.am (@PROGRAM@): Use LINK macro.
95         * compile.am (.c.o): Use COMPILE macro.
97         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
98         ${...}.
100         * subdirs.am (RECURSIVE): Removed macro.
102         * clean.am: Changed to not be so verbose.
104         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
105         * automake.in (handle_texinfo): Transform texi-clean and put into
106         output rules.
107         * texinfos-vars.am (TEXFILES): Removed.
108         * texinfos.am: Removed 'clean' targets.
109         * texi-clean.am: New file.
111         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
113         * texinfos-vars.am (TEXFILES): Added *.op.
115         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
116         standards.
117         * dist.am (dist): Use DISTFILES.
118         * dist-subd.am (dist): Use DISTFILES.
119         * dist-subd-top.am (dist): Use DISTFILES.
121 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
123         * Makefile.am (ETAGS_ARGS): Define.
125         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
126         Meyering.
128         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
130         * automake.in (handle_scripts): Use am_install_var.
132         * scripts.am: Rewrote for new uniform naming scheme.
134         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
136         * libscripts.am: Removed.
138         * packagedata.am: Removed.
140         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
141         (pkgdata_DATA): Renamed from PACKAGEDATA.
143         * automake.in (handle_data): Use am_install_var.
144         (init_globals): Init %exec_dir_p.
146         * data.am: Rewrote for new uniform naming scheme.
148         * automake.in (get_object_extension): New function.
149         (handle_programs): Use it.
150         (dir_holds_sources): Changed interpretation.
151         (handle_headers): New function.
152         (am_install_var): New function.
153         (generate_makefile): Call handle_headers.
155         * header-vars.am (pkgdatadir): New macro.
156         (pkglibdir): Ditto.
157         (pkgincludedir): Ditto.
159         * automake.in (handle_source_transform): New function.
160         (am_error): New function.
161         (generate_makefile): Use it.
162         (handle_source_transform): Ditto.
163         (handle_texinfo): Ditto.
164         (handle_dependencies): Ditto.
165         (handle_merge_targets): Ditto.
166         (require_file): Ditto.
168 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
170         * automake.in: Updated FSF address.  From Jim Meyering.
171         * header-vars.am: Updated FSF address.
173         * distname.am: Removed.
175         * automake.in (file_contents): Strip "##" comments.
176         * Various files: Added "##" comments for strange things.
178         * automake.in (handle_tags): Generate TAGS rule for every
179         directory.
180         
181         * subdirs.am (RECURSIVE): Include installcheck-recursive.
182         * automake.in (installcheck): New variable.
183         (generate_makefile): Initialize it.
184         (handle_subdirs): Push 'installcheck-recursive'.
185         (handle_merge_targets): Handle installcheck target.
187 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
189         * automake.in ($PACKAGE): Removed.
191         * header-vars.am (ALL): Removed.
193         * automake.in: Reworked 'all' target handling.
195         * automake.in (generate_makefile):
196         Don't use AM_ forms in call to am_variable.
198         * automake.in: Changes for Perl 5, from Gord Matzigkeit
200         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
202         * automake.in (handle_footer): Allow SUFFIXES variable.
204         * automake.in (am_variable): New function.
205         (handle_texinfo): Use it.
206         (generate_makefile): Use it.
208         * configure.in: Version 0.24.
210 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
212         * automake.in (handle_libraries):
213         Generate blah_LIBADD defines if required.
215         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
217         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
219         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
221         * configure.in: Version 0.23
223         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
225         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
227         * automake.in: New option --output-dir
229         * automake.in (handle_configure): Fixed typo.
231         * automake.in (handle_installdirs): Always make installdirs target.
233         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
234         uninstall-exec-recursive.  Added installdirs-recursive.
236         * automake.in (handle_installdirs): Handle installdirs-recursive.
237         (handle_man_pages): 'all' depends on $(MANS)
239         * Makefile.am: Removed mans.am.
241         * automake.in: More man-related fixes
243         * automake.in: Bug fixes
245         * automake.in: Rewrote man page handling.
247         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
249         * automake.in (handle_installdirs): New function.
250         (@installdirs): New global.
251         Many changes to deal with installdirs.
253         * clean.am (clean-generic): Always supply 'else' clause to 'if'
255         * automake.in (generate_header): Don't use header.am.
256         (handle_dist): Don't use dist-subd-vars.am.
258         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
260         * Makefile.am (DISTCLEANFILES): Removed.
262         * clean.am (clean-generic): Bug fix.
264         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
266         * texi-version.am (clean-vti): No such macro as VTI
268 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
270         * automake.in: Bug fix for maintainer-clean
272         * automake.in (do_one_clean_target):
273         Print special text in maintainer-clean.
274         (handle_clean): Always include clean.am
276         * clean.am: Use -generic clean targets.
278         * compile.am: Added clean targets.
280         * configure.in: Version 0.22.
282         * automake.in (handle_dependencies):
283         Put trailing newline after all deps.
285         * automake.in (handle_dependencies): Another dependency bug fix.
287         * automake.in (handle_dependencies):
288         Bug fix when including dependencies.
290         * automake.in (handle_configure):
291         Verify existence of install-sh, mkinstalldirs
293         * automake.in (handle_texinfo): Include stamp-vti in distribution
295         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
296         Include DATA, PACKAGEDATA.
298         * Makefile.am: Nothing
300         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
302         * automake.in (handle_texinfo): Typo
304         * automake.in: If script ends up in shell, feed to perl
306         * automake.in: Rewrote 'clean' rules.
307         Documentation made and installed first.
308         'all' depends on 'info'
310 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
312         * configure.in, Makefile.am: Turned off internationalization.
314         * clean-kr.am: Rewrote for new clean scheme.
316         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
318         * Makefile.am (PACKAGEDATA): Include tags-clean.am
320         * subdirs.am: Removed bogus local clean targets
322         * tags-clean.am: Initial revision
324         * texi-version.am: Added clean targets
326         * texinfos.am: Fixes to clean targets.
328         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
329         Added clean targets
331         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
333         * automake.in: Completely revamped automatic de-ANSI-fication
335         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
337         * compile-vars.am (LINK): New macro
339         * kr-vars.am: Trailing blank line
341         * compile-kr.am: Rewrote
343         * compile-vars.am (COMPILE): New macro
345         * compile-vars.am (ANSI2KNR): Removed
347         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
349         * kr-vars.am: Initial revision
351         * automake.in (require_file): New function.
352         (handle_texinfo): Require 'mdate-sh'
353         (common_sometimes): New variable
354         (usage): Use it.
356         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
358         * mdate-sh: Initial revision
360         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
362         * automake.in (generate_makefile):
363         Put Makefile.in, Makefile.am in @dist_common
364         (handle_configure): Use @dist_common as appropriate
366         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
368         * configure.in: Abort if perl not found
370         * configure.in: Look for perl
372         * automake.in: Reimplemented in Perl
374         * automake.in: Fixlet
376 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
378         * automake.in: Always print ".SUFFIXES:" rule.
380         * automake.in: Distribution config.h.in if required
382         * automake.in: Bug fix when including texi-version.am
384         * automake.in: Bug fix when looking for .texi file in $am_reldir
386         * depend.am: Comment fix
388         * automake.in: Look for .texi file in $am_reldir
390         * automake.in: Fixlet
392         * automake.in: Blank line after targets from user's Makefile.am
394         * automake.in: Move footer items to actual footer
396         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
398         * automake.in (common):
399         Don't include acconfig.h, config.h.top, config.h.bot
401         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
403         * Makefile.am (CONFIG_H): Define
405         * acconfig.h: Initial revision
407         * configure.in: Use AC_CONFIG_HEADER.
409         * automake.in: Put blah_TEXINFOS into DIST_COMMON
411         * automake.in: .info file explicitly depends on primary .texi file
413         * texinfos.am (install-info): Always supply 'else' clause to 'if'
415         * tags.am (TAGS): Always supply 'else' clause to 'if'
417         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
419         * automake.in: Always include footer.am in output
421         * mans.am (install-man): Always supply 'else' clause to 'if'
423         * automake.in: More version.texi fixes
425         * automake.in: Only do version.texi processing if requested.
427         * automake.in: Minor internationalization fixes.
428         Subshell can now exit with nonzero status.
429         Fixed up .texi handling; now uses texi-version.am
430         Make sure '.c' and '.o' are in .SUFFIXES if required.
432         * Makefile.am (PACKAGEDATA): Include texi-version.am
433         (stamp-vti, version.texi): Removed
434         (TEXINFOS): Don't reference version.texi
436         * texi-version.am: Initial revision
438         * dist.am, dist-subd-top.am (dist):
439         [DIST_SUBDIRS] Follow symlinks when copying.
441         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
443 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
445         * automake.in: Added --amdir option
447         * Makefile.am, configure.in: Turned on internationalization
449         * Makefile.am: Set EDITION
451         * configure.in: Version 0.21
453         * tags.am, tags-subd.am: Don't use double-colon rules
455         * automake.in: Redid install-data, install-exec, uninstall handling
457         * configure.in: Turn off i18n
459 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
461         * automake.in (common): Remove NLS
463         * automake.in (common): Include ABOUT-NLS.
465         * automake.in: Test for install-sh and mkinstalldirs
467         * automake.in: Blank line after OBJECTS= line
469         * automake.in: Start subshell in loop after check for Makefile.am
471         * automake.in: --use-deps now the default
473         * automake.in (am_dir): Don't apply transform to install directory name
475         * packagedata.am: Don't apply transform to install directory name
477         * Makefile.am (SUBDIRS): Hold off on internationalization
479 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
481         * automake.in:
482         Write 'SOURCES =' line after copying Makefile.am variables
484         * automake.in: Fixed bug in "--" option processing
486         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
488         * Makefile.am (DIST_OTHER): Include gettext-sh
490         * Makefile.am (SUBDIRS): Define
492         * configure.in: Include internationalization bits
494         * automake.in: Many changes to avoid double-colon rules.
496         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
498         * subdirs.am: Removed "::" rules
500         * header.am: Removed install, uninstall
502         * header.am: Added install, uninstall targets
504         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
506         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
507         Removed "::" rules
509         * Makefile.am (PACKAGEDATA): Include libscripts.am
511         * libprograms.am: Don't install libscripts here
513         * libscripts.am: Initial revision
515         * scripts.am, programs.am, libprograms.am: Removed "::" rules
517         * automake.in (am_dir): Run package name through name transform.
519         * automake.in: Don't use packagedata.sed or data.sed
521         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
522         packagedata.am
524         * data.am: No longer run through sed
526         * packagedata.am: Initial revision
528 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
530         * automake.in: No blank line after Usage
532         * automake.in: Removed "NLS nuisances" section.
533         Now uniformly uses $echo for user-visible messages (in advance of
534         internationalization)
536         * subdirs.am (maintainer-clean): Don't use realclean-local
538         * Makefile.am: Use PACKAGEDATA, not custom code
540         * data.am: Use @LONG@, not $(@LONG@)
542         * automake.in: Handle DATA and PACKAGEDATA
544         * packagedata.sed: Initial revision
546         * data.am: Use @DIR@, not $(@DIR@)
548         * data.sed: Use $(datadir), not datadir
550         * data.sed: Initial revision
552         * data.am: Wrote uninstall targets
554         * data.am: Initial revision
556         * dist-subd.am (dist): Don't link a file that has already been linked
558         * dist-subd-top.am, dist.am (dist):
559         Run `automake --include-deps' before making distribution
561         * automake.in: More dependency-tracking bug fixes
563         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
565         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
567         * tags-subd.am, tags.am: Added trailing blank line
569         * depend.am: Use ".P", not "empty.P", as placeholder.
571         * automake.in: Only include depend.am if SOURCES not empty
573         * automake.in: Added --use-deps and --include-deps options.
574         Handle auto-generating dependencies.
576         * Makefile.am (am_DATA): Include depend.am
578         * depend.am: Initial revision
580         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
582         * automake.in: Put blank line after .SUFFIXES
584         * scripts.am: Added blank line at end
586         * scripts.am: Removed unnecessary comment
588         * scripts.am: Removed unnecessary workarounds
590         * automake.in: Don't include programs.am if PROGRAMS empty
592         * header-vars.am (INSTALL_SCRIPT): Typo
594         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
596         * automake.in: Handle .SUFFIXES here.
598         * configure.in: Use fp_PROG_INSTALL
600         * header-vars.am: Changes for autoconf 2.5.
601         Now includes INSTALL_SCRIPTS.
603         * texinfos.am (install-info): Bug fix
605         * automake.in:
606         Include scripts.am or libscripts.am in output if appropriate
608         * programs.am (install-programs, uninstall-programs):
609         Don't install SCRIPTS
611         * Makefile.am (am_DATA): Include scripts.am
613         * scripts.am: Initial revision
615 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
617         * automake.in:
618         Cleaned up how "prog_SOURCES" variable is found in input.
619         Ditto prog_OBJECTS.
620         Put static sed scripts into separate, installed files.
622         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
624         * hack-make.sed, nl-remove.sed: Initial revision
626         * texinfos.am (install-info): Rewrote
628         * subdirs.am (all-recursive): Put with other -recursive rules
630         * configure.in: Version 0.20
632         * automake.in: Another bug fix
634         * automake.in: Bug fix when looking for texinfo.tex
636         * texinfo.tex: Initial revision
638         * automake.in:
639         If TEXINFOS defined but texinfo.tex does not exist, give warning.
641         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
642         (all-recursive): Don't fail immediately if -k specified.
644 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
646         * subdirs.am (_all):
647         New target.  Now use Jim Meyering's formulation of AIX
648         workaround.
649         (install-exec, install-data): New targets
651 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
653         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
655         * automake.in: Use @datadir@
657         * automake.in: Added @configure_input@ line
659 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
661         * automake.in: "--help" option now prints auto-recognized file names.
662         Allow AM_ overriding of more variables.
664         * texinfos.am (install-info):
665         Don't cd to srcdir to avoid breaking install-sh
666         Other bug fixes
668         * Makefile.am: Handle automake.texi
670 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
672         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
674         * tags.am (TAGS): bug fix
676         * automake.in: Use am_dir, not AM_DIR.
677         Use version, not VERSION.
678         Bug fix in TAGS code.
680         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
682         * subdirs.am: TAGS target now in tags.am
684         * footer.am: TAGS and ID targets now in tags-subd.am
686         * tags-subd.am, tags.am: Initial revision
688         * automake.in: Cleaned up AM_PROGRAM code.
689         Handle TAGS target better
691         * remake.am, remake-subd.am (Makefile.in): Bug fix.
693         * automake.in (usage): Updated
695         * remake-subd.am, remake.am:
696         Added rule where Makefile.in depends on Makefile.am
698         * automake.in: Entire body of 'for' loop now in subshell
700         * automake.in (common): config.guess and config.sub are common files.
702         * dist-subd-top.am, dist.am (dist): Bug fix.
704         * Makefile.am (DIST_OTHER): Don't include TODO
706         * automake.in: Auto-include TODO and THANKS files.
708         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
710         * automake.in: More bug fixes in "look for Makefile.am" code.
712         * automake.in: Bug fix in "look for Makefile.am" code.
714         * automake.in:
715         If no arguments given, look for all Makefile.am's in this
716         directory and in immediate subdirs
718         * automake.in: Bug fixes for LDADD-override feature.
720         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
722         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
724         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
726         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
728 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
730         * automake.in: No longer look for _SOURCES or _OBJECTS
732         * header-vars.am:
733         Remove "automatically created" header (now in automake).
734         Updated copyright.
736         * automake.in: Put version info in Makefile header
738 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
740         * automake.in: Minor cleanups
742         * dist-subd-top.am, dist.am (dist):
743         Don't link or copy file if it already exists.
745         * automake.in:
746         Look for _SOURCES (common sources) and generate _OBJECTS.
748         * footer.am (ID, TAGS): Include HEADERS
750         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
752 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
754         * dist-subd.am (distdir): Is relative to ".."
756         * dist-subd-vars.am (PACKAGE, VERSION): Define
758         * dist-subd.am (dist): Don't handle DIST_DIRS.
760         * mans.am (uninstall-man): Another bug fix.
762         * mans.am (uninstall-man): Bug fix.
764         * dist.am, dist-subd-top.am (dist): Bug fix
766         * Makefile.am (DIST_SUBDIRS): New macro
768         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
770         * Makefile.am (DIST_OTHER): Include automake.in
772         * Makefile.am (DISTCLEANFILES): New macro.
774         * automake.in (common): Include COPYING.LIB
776         * Makefile.am (automake): New rule.
778         * texinfos.am (install-info): Changed per GNU standards
780         * remake-hdr.am (stamp-h.in):
781         Use "touch", not "date", per GNU standards.
783         * automake.in (common): Include texinfo.tex
785 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
787         * automake.in: More fixes when finding common files.
789         * Makefile.am (DIST_OTHER): Another removal.
791         * automake.in: Special-case when amdir=.
793         * Makefile.am (DIST_OTHER): Removed auto-detected files.
794         
795         * automake.in:
796         Search for commonly-used files and auto-include them in distribution
798         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
799         (DIST_CONF): Removed files searched for by automake.
801         * automake.in: More arg-parsing bug fixes.
803         * Makefile.am (DIST_OTHER): Include install-sh
805         * Makefile.am (DIST_OTHER): Don't include auto-included files.
807         * automake.in: Bug fixes to argument parsing code.
809         * automake.in: Handle --version and --help.
810         NLS stuff from autoconf.
812         * Makefile.am (amdatadir): Fixed typo.
813         (install): Make install directories
815         * Makefile.am: Use "install::", not "install:"
817         * install-sh, mkinstalldirs: Initial revision
819         * configure.in: Use AC_PROG_INSTALL
821         * automake.in: Set AM_DIR based on configure results.
823         * Makefile.am (install): New target.
824         (amdatadir): New variable.
826         * automake.in: Use "#! /", not "#!/".
828         * Makefile.am, configure.in: Initial revision
830         * automake.in: Renamed from "automake".
831         Set VERSION.
833         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
835         * automake.in: Insert remake-subd.am if appropriate.
837         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
839         * automake.in: Handle ALLPROGRAMS variable.
841         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
843         * automake.in: Fixlet when printing "subdir=DIR"
845         * automake.in: Put "subdir=DIR" into subdir Makefile
847         * automake.in: Don't refer to distname.am.
848         Only put footer.am in subdir Makefiles.
850         * subdirs.am (id, ID): New target.
851         (.NOEXPORT): Copied from footers.am.
853         * subdirs.am (TAGS): Bug fixes.
855         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
857         * subdirs.am (maintainer-clean-local): Remove TAGS
859         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
861         * subdirs.am: Use maintainer-clean, per GNU standards
863         * dist-subd-top.am: Some variables defined in dist-vars.am
865         * dist-vars.am (PACKAGE, VERSION):
866         New variables, initialized by configure
868         * footer.am (id, ID): New targets
869         (TAGS): Put TAGS file in build, not source, directory
871         * remake-subd.am (Makefile): Don't assume subdir is 'src'
873         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
875         * dist-subd.am: Changed to conform to new top-level dist target.
877         * dist-subd-top.am:
878         Changed to assume PACKAGE and VERSION are set by configure.
880         * clean-kr.am, clean.am (maintainer-clean):
881         Updated rules per GNU standards.
883         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
885 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
887         * automake.in, texinfos.am: kludge for multiple-part info files
889 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
891         * clean.am, clean-kr.am: remove INFOS
893 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
895         * texinfos.am: add path
897         * remake.am, remake-hdr.am: account for VPATH limitations
899 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
901         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
902         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
904 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
906         * texinfos.am: install-info depends on info files
908         * dist-subd-vars.am, dist-vars.am: distrib info files
910 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
912         * clean-kr.am, clean.am: fix up distclean
914         * subdirs.am: fix typo
916         * clean.am: do more in distclean
918 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
920         * libraries.am: make install depend on all
922         * automake.in: fix typo
924 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
926         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
928         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
930         * dist-subd-top.am: Initial revision
932         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
933         centralize prefix var setting
935         * header-vars.am: set all the std vars based on prefix
937 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
939         * automake.in: don't add kr stuff if not needed
941         * dist-vars.am: add config vars to dist
943 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
945         * program.am: add LDADD
947         * compile-vars.am: remove LDADD from LDFLAGS
949         * clean.am: move knr stuff to another file
951         * automake.in: use different clean file for ansi2knr
953         * clean-kr.am: Initial revision
955 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
957         * automake.in, dist-subd.am, dist.am: fix rules and dist
959 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
961         * compile.am, automake.in: split out knr
963         * compile-kr.am: Initial revision
965         * libprograms.am: fix typo
967         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
968         make libprograms work
970         * libprograms.am: Initial revision
972         * automake.in, compile.am, header-vars.am: fix little bugs
974         * compile.am: allow parallel K&R
976         * clean.am: remove kerb temps
978         * automake.in: fix recognizing start of rules
980         * dist-subd.am, dist.am: fix dist
982         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
984 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
986         * automake.in: works on m4 too
988         * automake.in, mans.am: works on fileutils
990         * 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:
991         works on fileutils except for all
993         * automake.in: vars thing
995         * header-vars.am: Initial revision
997         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
998         entered into RCS
1000         * compile-vars.am: Initial revision
1002         * automake.in: many improvements
1004         * footer.am: Initial revision
1006         * dist.am: remove distname
1008         * automake.in: namespace cleanup
1010         * distname.am: Initial revision
1012         * 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:
1013         might work
1015         * 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:
1016         Initial revision