Handle installcheck.
[automake.git] / ChangeLog
blobc311c8ad4f089bf016ce45f5527c226d0d64ffe5
1 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3         * automake.in: Updated FSF address.  From Jim Meyering.
4         * header-vars.am: Updated FSF address.
6         * distname.am: Removed.
8         * automake.in (file_contents): Strip "##" comments.
9         * Various files: Added "##" comments for strange things.
11         * automake.in (handle_tags): Generate TAGS rule for every
12         directory.
13         
14         * subdirs.am (RECURSIVE): Include installcheck-recursive.
15         * automake.in (installcheck): New variable.
16         (generate_makefile): Initialize it.
17         (handle_subdirs): Push 'installcheck-recursive'.
18         (handle_merge_targets): Handle installcheck target.
20 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
22         * automake.in ($PACKAGE): Removed.
24         * header-vars.am (ALL): Removed.
26         * automake.in: Reworked 'all' target handling.
28         * automake.in (generate_makefile):
29         Don't use AM_ forms in call to am_variable.
31         * automake.in: Changes for Perl 5, from Gord Matzigkeit
33         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
35         * automake.in (handle_footer): Allow SUFFIXES variable.
37         * automake.in (am_variable): New function.
38         (handle_texinfo): Use it.
39         (generate_makefile): Use it.
41         * configure.in: Version 0.24.
43 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
45         * automake.in (handle_libraries):
46         Generate blah_LIBADD defines if required.
48         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
50         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
52         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
54         * configure.in: Version 0.23
56         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
58         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
60         * automake.in: New option --output-dir
62         * automake.in (handle_configure): Fixed typo.
64         * automake.in (handle_installdirs): Always make installdirs target.
66         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
67         uninstall-exec-recursive.  Added installdirs-recursive.
69         * automake.in (handle_installdirs): Handle installdirs-recursive.
70         (handle_man_pages): 'all' depends on $(MANS)
72         * Makefile.am: Removed mans.am.
74         * automake.in: More man-related fixes
76         * automake.in: Bug fixes
78         * automake.in: Rewrote man page handling.
80         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
82         * automake.in (handle_installdirs): New function.
83         (@installdirs): New global.
84         Many changes to deal with installdirs.
86         * clean.am (clean-generic): Always supply 'else' clause to 'if'
88         * automake.in (generate_header): Don't use header.am.
89         (handle_dist): Don't use dist-subd-vars.am.
91         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
93         * Makefile.am (DISTCLEANFILES): Removed.
95         * clean.am (clean-generic): Bug fix.
97         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
99         * texi-version.am (clean-vti): No such macro as VTI
101 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
103         * automake.in: Bug fix for maintainer-clean
105         * automake.in (do_one_clean_target):
106         Print special text in maintainer-clean.
107         (handle_clean): Always include clean.am
109         * clean.am: Use -generic clean targets.
111         * compile.am: Added clean targets.
113         * configure.in: Version 0.22.
115         * automake.in (handle_dependencies):
116         Put trailing newline after all deps.
118         * automake.in (handle_dependencies): Another dependency bug fix.
120         * automake.in (handle_dependencies):
121         Bug fix when including dependencies.
123         * automake.in (handle_configure):
124         Verify existence of install-sh, mkinstalldirs
126         * automake.in (handle_texinfo): Include stamp-vti in distribution
128         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
129         Include DATA, PACKAGEDATA.
131         * Makefile.am: Nothing
133         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
135         * automake.in (handle_texinfo): Typo
137         * automake.in: If script ends up in shell, feed to perl
139         * automake.in: Rewrote 'clean' rules.
140         Documentation made and installed first.
141         'all' depends on 'info'
143 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
145         * configure.in, Makefile.am: Turned off internationalization.
147         * clean-kr.am: Rewrote for new clean scheme.
149         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
151         * Makefile.am (PACKAGEDATA): Include tags-clean.am
153         * subdirs.am: Removed bogus local clean targets
155         * tags-clean.am: Initial revision
157         * texi-version.am: Added clean targets
159         * texinfos.am: Fixes to clean targets.
161         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
162         Added clean targets
164         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
166         * automake.in: Completely revamped automatic de-ANSI-fication
168         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
170         * compile-vars.am (LINK): New macro
172         * kr-vars.am: Trailing blank line
174         * compile-kr.am: Rewrote
176         * compile-vars.am (COMPILE): New macro
178         * compile-vars.am (ANSI2KNR): Removed
180         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
182         * kr-vars.am: Initial revision
184         * automake.in (require_file): New function.
185         (handle_texinfo): Require 'mdate-sh'
186         (common_sometimes): New variable
187         (usage): Use it.
189         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
191         * mdate-sh: Initial revision
193         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
195         * automake.in (generate_makefile):
196         Put Makefile.in, Makefile.am in @dist_common
197         (handle_configure): Use @dist_common as appropriate
199         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
201         * configure.in: Abort if perl not found
203         * configure.in: Look for perl
205         * automake.in: Reimplemented in Perl
207         * automake.in: Fixlet
209 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
211         * automake.in: Always print ".SUFFIXES:" rule.
213         * automake.in: Distribution config.h.in if required
215         * automake.in: Bug fix when including texi-version.am
217         * automake.in: Bug fix when looking for .texi file in $am_reldir
219         * depend.am: Comment fix
221         * automake.in: Look for .texi file in $am_reldir
223         * automake.in: Fixlet
225         * automake.in: Blank line after targets from user's Makefile.am
227         * automake.in: Move footer items to actual footer
229         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
231         * automake.in (common):
232         Don't include acconfig.h, config.h.top, config.h.bot
234         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
236         * Makefile.am (CONFIG_H): Define
238         * acconfig.h: Initial revision
240         * configure.in: Use AC_CONFIG_HEADER.
242         * automake.in: Put blah_TEXINFOS into DIST_COMMON
244         * automake.in: .info file explicitly depends on primary .texi file
246         * texinfos.am (install-info): Always supply 'else' clause to 'if'
248         * tags.am (TAGS): Always supply 'else' clause to 'if'
250         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
252         * automake.in: Always include footer.am in output
254         * mans.am (install-man): Always supply 'else' clause to 'if'
256         * automake.in: More version.texi fixes
258         * automake.in: Only do version.texi processing if requested.
260         * automake.in: Minor internationalization fixes.
261         Subshell can now exit with nonzero status.
262         Fixed up .texi handling; now uses texi-version.am
263         Make sure '.c' and '.o' are in .SUFFIXES if required.
265         * Makefile.am (PACKAGEDATA): Include texi-version.am
266         (stamp-vti, version.texi): Removed
267         (TEXINFOS): Don't reference version.texi
269         * texi-version.am: Initial revision
271         * dist.am, dist-subd-top.am (dist):
272         [DIST_SUBDIRS] Follow symlinks when copying.
274         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
276 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
278         * automake.in: Added --amdir option
280         * Makefile.am, configure.in: Turned on internationalization
282         * Makefile.am: Set EDITION
284         * configure.in: Version 0.21
286         * tags.am, tags-subd.am: Don't use double-colon rules
288         * automake.in: Redid install-data, install-exec, uninstall handling
290         * configure.in: Turn off i18n
292 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
294         * automake.in (common): Remove NLS
296         * automake.in (common): Include ABOUT-NLS.
298         * automake.in: Test for install-sh and mkinstalldirs
300         * automake.in: Blank line after OBJECTS= line
302         * automake.in: Start subshell in loop after check for Makefile.am
304         * automake.in: --use-deps now the default
306         * automake.in (am_dir): Don't apply transform to install directory name
308         * packagedata.am: Don't apply transform to install directory name
310         * Makefile.am (SUBDIRS): Hold off on internationalization
312 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
314         * automake.in:
315         Write 'SOURCES =' line after copying Makefile.am variables
317         * automake.in: Fixed bug in "--" option processing
319         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
321         * Makefile.am (DIST_OTHER): Include gettext-sh
323         * Makefile.am (SUBDIRS): Define
325         * configure.in: Include internationalization bits
327         * automake.in: Many changes to avoid double-colon rules.
329         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
331         * subdirs.am: Removed "::" rules
333         * header.am: Removed install, uninstall
335         * header.am: Added install, uninstall targets
337         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
339         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
340         Removed "::" rules
342         * Makefile.am (PACKAGEDATA): Include libscripts.am
344         * libprograms.am: Don't install libscripts here
346         * libscripts.am: Initial revision
348         * scripts.am, programs.am, libprograms.am: Removed "::" rules
350         * automake.in (am_dir): Run package name through name transform.
352         * automake.in: Don't use packagedata.sed or data.sed
354         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
355         packagedata.am
357         * data.am: No longer run through sed
359         * packagedata.am: Initial revision
361 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
363         * automake.in: No blank line after Usage
365         * automake.in: Removed "NLS nuisances" section.
366         Now uniformly uses $echo for user-visible messages (in advance of
367         internationalization)
369         * subdirs.am (maintainer-clean): Don't use realclean-local
371         * Makefile.am: Use PACKAGEDATA, not custom code
373         * data.am: Use @LONG@, not $(@LONG@)
375         * automake.in: Handle DATA and PACKAGEDATA
377         * packagedata.sed: Initial revision
379         * data.am: Use @DIR@, not $(@DIR@)
381         * data.sed: Use $(datadir), not datadir
383         * data.sed: Initial revision
385         * data.am: Wrote uninstall targets
387         * data.am: Initial revision
389         * dist-subd.am (dist): Don't link a file that has already been linked
391         * dist-subd-top.am, dist.am (dist):
392         Run `automake --include-deps' before making distribution
394         * automake.in: More dependency-tracking bug fixes
396         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
398         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
400         * tags-subd.am, tags.am: Added trailing blank line
402         * depend.am: Use ".P", not "empty.P", as placeholder.
404         * automake.in: Only include depend.am if SOURCES not empty
406         * automake.in: Added --use-deps and --include-deps options.
407         Handle auto-generating dependencies.
409         * Makefile.am (am_DATA): Include depend.am
411         * depend.am: Initial revision
413         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
415         * automake.in: Put blank line after .SUFFIXES
417         * scripts.am: Added blank line at end
419         * scripts.am: Removed unnecessary comment
421         * scripts.am: Removed unnecessary workarounds
423         * automake.in: Don't include programs.am if PROGRAMS empty
425         * header-vars.am (INSTALL_SCRIPT): Typo
427         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
429         * automake.in: Handle .SUFFIXES here.
431         * configure.in: Use fp_PROG_INSTALL
433         * header-vars.am: Changes for autoconf 2.5.
434         Now includes INSTALL_SCRIPTS.
436         * texinfos.am (install-info): Bug fix
438         * automake.in:
439         Include scripts.am or libscripts.am in output if appropriate
441         * programs.am (install-programs, uninstall-programs):
442         Don't install SCRIPTS
444         * Makefile.am (am_DATA): Include scripts.am
446         * scripts.am: Initial revision
448 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
450         * automake.in:
451         Cleaned up how "prog_SOURCES" variable is found in input.
452         Ditto prog_OBJECTS.
453         Put static sed scripts into separate, installed files.
455         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
457         * hack-make.sed, nl-remove.sed: Initial revision
459         * texinfos.am (install-info): Rewrote
461         * subdirs.am (all-recursive): Put with other -recursive rules
463         * configure.in: Version 0.20
465         * automake.in: Another bug fix
467         * automake.in: Bug fix when looking for texinfo.tex
469         * texinfo.tex: Initial revision
471         * automake.in:
472         If TEXINFOS defined but texinfo.tex does not exist, give warning.
474         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
475         (all-recursive): Don't fail immediately if -k specified.
477 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
479         * subdirs.am (_all):
480         New target.  Now use Jim Meyering's formulation of AIX
481         workaround.
482         (install-exec, install-data): New targets
484 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
486         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
488         * automake.in: Use @datadir@
490         * automake.in: Added @configure_input@ line
492 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
494         * automake.in: "--help" option now prints auto-recognized file names.
495         Allow AM_ overriding of more variables.
497         * texinfos.am (install-info):
498         Don't cd to srcdir to avoid breaking install-sh
499         Other bug fixes
501         * Makefile.am: Handle automake.texi
503 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
505         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
507         * tags.am (TAGS): bug fix
509         * automake.in: Use am_dir, not AM_DIR.
510         Use version, not VERSION.
511         Bug fix in TAGS code.
513         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
515         * subdirs.am: TAGS target now in tags.am
517         * footer.am: TAGS and ID targets now in tags-subd.am
519         * tags-subd.am, tags.am: Initial revision
521         * automake.in: Cleaned up AM_PROGRAM code.
522         Handle TAGS target better
524         * remake.am, remake-subd.am (Makefile.in): Bug fix.
526         * automake.in (usage): Updated
528         * remake-subd.am, remake.am:
529         Added rule where Makefile.in depends on Makefile.am
531         * automake.in: Entire body of 'for' loop now in subshell
533         * automake.in (common): config.guess and config.sub are common files.
535         * dist-subd-top.am, dist.am (dist): Bug fix.
537         * Makefile.am (DIST_OTHER): Don't include TODO
539         * automake.in: Auto-include TODO and THANKS files.
541         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
543         * automake.in: More bug fixes in "look for Makefile.am" code.
545         * automake.in: Bug fix in "look for Makefile.am" code.
547         * automake.in:
548         If no arguments given, look for all Makefile.am's in this
549         directory and in immediate subdirs
551         * automake.in: Bug fixes for LDADD-override feature.
553         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
555         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
557         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
559         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
561 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
563         * automake.in: No longer look for _SOURCES or _OBJECTS
565         * header-vars.am:
566         Remove "automatically created" header (now in automake).
567         Updated copyright.
569         * automake.in: Put version info in Makefile header
571 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
573         * automake.in: Minor cleanups
575         * dist-subd-top.am, dist.am (dist):
576         Don't link or copy file if it already exists.
578         * automake.in:
579         Look for _SOURCES (common sources) and generate _OBJECTS.
581         * footer.am (ID, TAGS): Include HEADERS
583         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
585 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
587         * dist-subd.am (distdir): Is relative to ".."
589         * dist-subd-vars.am (PACKAGE, VERSION): Define
591         * dist-subd.am (dist): Don't handle DIST_DIRS.
593         * mans.am (uninstall-man): Another bug fix.
595         * mans.am (uninstall-man): Bug fix.
597         * dist.am, dist-subd-top.am (dist): Bug fix
599         * Makefile.am (DIST_SUBDIRS): New macro
601         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
603         * Makefile.am (DIST_OTHER): Include automake.in
605         * Makefile.am (DISTCLEANFILES): New macro.
607         * automake.in (common): Include COPYING.LIB
609         * Makefile.am (automake): New rule.
611         * texinfos.am (install-info): Changed per GNU standards
613         * remake-hdr.am (stamp-h.in):
614         Use "touch", not "date", per GNU standards.
616         * automake.in (common): Include texinfo.tex
618 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
620         * automake.in: More fixes when finding common files.
622         * Makefile.am (DIST_OTHER): Another removal.
624         * automake.in: Special-case when amdir=.
626         * Makefile.am (DIST_OTHER): Removed auto-detected files.
627         
628         * automake.in:
629         Search for commonly-used files and auto-include them in distribution
631         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
632         (DIST_CONF): Removed files searched for by automake.
634         * automake.in: More arg-parsing bug fixes.
636         * Makefile.am (DIST_OTHER): Include install-sh
638         * Makefile.am (DIST_OTHER): Don't include auto-included files.
640         * automake.in: Bug fixes to argument parsing code.
642         * automake.in: Handle --version and --help.
643         NLS stuff from autoconf.
645         * Makefile.am (amdatadir): Fixed typo.
646         (install): Make install directories
648         * Makefile.am: Use "install::", not "install:"
650         * install-sh, mkinstalldirs: Initial revision
652         * configure.in: Use AC_PROG_INSTALL
654         * automake.in: Set AM_DIR based on configure results.
656         * Makefile.am (install): New target.
657         (amdatadir): New variable.
659         * automake.in: Use "#! /", not "#!/".
661         * Makefile.am, configure.in: Initial revision
663         * automake.in: Renamed from "automake".
664         Set VERSION.
666         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
668         * automake.in: Insert remake-subd.am if appropriate.
670         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
672         * automake.in: Handle ALLPROGRAMS variable.
674         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
676         * automake.in: Fixlet when printing "subdir=DIR"
678         * automake.in: Put "subdir=DIR" into subdir Makefile
680         * automake.in: Don't refer to distname.am.
681         Only put footer.am in subdir Makefiles.
683         * subdirs.am (id, ID): New target.
684         (.NOEXPORT): Copied from footers.am.
686         * subdirs.am (TAGS): Bug fixes.
688         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
690         * subdirs.am (maintainer-clean-local): Remove TAGS
692         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
694         * subdirs.am: Use maintainer-clean, per GNU standards
696         * dist-subd-top.am: Some variables defined in dist-vars.am
698         * dist-vars.am (PACKAGE, VERSION):
699         New variables, initialized by configure
701         * footer.am (id, ID): New targets
702         (TAGS): Put TAGS file in build, not source, directory
704         * remake-subd.am (Makefile): Don't assume subdir is 'src'
706         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
708         * dist-subd.am: Changed to conform to new top-level dist target.
710         * dist-subd-top.am:
711         Changed to assume PACKAGE and VERSION are set by configure.
713         * clean-kr.am, clean.am (maintainer-clean):
714         Updated rules per GNU standards.
716         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
718 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
720         * automake.in, texinfos.am: kludge for multiple-part info files
722 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
724         * clean.am, clean-kr.am: remove INFOS
726 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
728         * texinfos.am: add path
730         * remake.am, remake-hdr.am: account for VPATH limitations
732 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
734         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
735         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
737 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
739         * texinfos.am: install-info depends on info files
741         * dist-subd-vars.am, dist-vars.am: distrib info files
743 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
745         * clean-kr.am, clean.am: fix up distclean
747         * subdirs.am: fix typo
749         * clean.am: do more in distclean
751 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
753         * libraries.am: make install depend on all
755         * automake.in: fix typo
757 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
759         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
761         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
763         * dist-subd-top.am: Initial revision
765         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
766         centralize prefix var setting
768         * header-vars.am: set all the std vars based on prefix
770 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
772         * automake.in: don't add kr stuff if not needed
774         * dist-vars.am: add config vars to dist
776 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
778         * program.am: add LDADD
780         * compile-vars.am: remove LDADD from LDFLAGS
782         * clean.am: move knr stuff to another file
784         * automake.in: use different clean file for ansi2knr
786         * clean-kr.am: Initial revision
788 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
790         * automake.in, dist-subd.am, dist.am: fix rules and dist
792 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
794         * compile.am, automake.in: split out knr
796         * compile-kr.am: Initial revision
798         * libprograms.am: fix typo
800         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
801         make libprograms work
803         * libprograms.am: Initial revision
805         * automake.in, compile.am, header-vars.am: fix little bugs
807         * compile.am: allow parallel K&R
809         * clean.am: remove kerb temps
811         * automake.in: fix recognizing start of rules
813         * dist-subd.am, dist.am: fix dist
815         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
817 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
819         * automake.in: works on m4 too
821         * automake.in, mans.am: works on fileutils
823         * 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:
824         works on fileutils except for all
826         * automake.in: vars thing
828         * header-vars.am: Initial revision
830         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
831         entered into RCS
833         * compile-vars.am: Initial revision
835         * automake.in: many improvements
837         * footer.am: Initial revision
839         * dist.am: remove distname
841         * automake.in: namespace cleanup
843         * distname.am: Initial revision
845         * 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:
846         might work
848         * 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:
849         Initial revision