b8b60d649145e560da9292420096ac3e945149ec
[platform/upstream/automake.git] / ChangeLog
1 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
2
3         * automake.in ($PACKAGE): Removed.
4
5         * header-vars.am (ALL): Removed.
6
7         * automake.in: Reworked 'all' target handling.
8
9         * automake.in (generate_makefile):
10         Don't use AM_ forms in call to am_variable.
11
12         * automake.in: Changes for Perl 5, from Gord Matzigkeit
13
14         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
15
16         * automake.in (handle_footer): Allow SUFFIXES variable.
17
18         * automake.in (am_variable): New function.
19         (handle_texinfo): Use it.
20         (generate_makefile): Use it.
21
22         * configure.in: Version 0.24.
23
24 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
25
26         * automake.in (handle_libraries):
27         Generate blah_LIBADD defines if required.
28
29         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
30
31         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
32
33         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
34
35         * configure.in: Version 0.23
36
37         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
38
39         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
40
41         * automake.in: New option --output-dir
42
43         * automake.in (handle_configure): Fixed typo.
44
45         * automake.in (handle_installdirs): Always make installdirs target.
46
47         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
48         uninstall-exec-recursive.  Added installdirs-recursive.
49
50         * automake.in (handle_installdirs): Handle installdirs-recursive.
51         (handle_man_pages): 'all' depends on $(MANS)
52
53         * Makefile.am: Removed mans.am.
54
55         * automake.in: More man-related fixes
56
57         * automake.in: Bug fixes
58
59         * automake.in: Rewrote man page handling.
60
61         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
62
63         * automake.in (handle_installdirs): New function.
64         (@installdirs): New global.
65         Many changes to deal with installdirs.
66
67         * clean.am (clean-generic): Always supply 'else' clause to 'if'
68
69         * automake.in (generate_header): Don't use header.am.
70         (handle_dist): Don't use dist-subd-vars.am.
71
72         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
73
74         * Makefile.am (DISTCLEANFILES): Removed.
75
76         * clean.am (clean-generic): Bug fix.
77
78         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
79
80         * texi-version.am (clean-vti): No such macro as VTI
81
82 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
83
84         * automake.in: Bug fix for maintainer-clean
85
86         * automake.in (do_one_clean_target):
87         Print special text in maintainer-clean.
88         (handle_clean): Always include clean.am
89
90         * clean.am: Use -generic clean targets.
91
92         * compile.am: Added clean targets.
93
94         * configure.in: Version 0.22.
95
96         * automake.in (handle_dependencies):
97         Put trailing newline after all deps.
98
99         * automake.in (handle_dependencies): Another dependency bug fix.
100
101         * automake.in (handle_dependencies):
102         Bug fix when including dependencies.
103
104         * automake.in (handle_configure):
105         Verify existence of install-sh, mkinstalldirs
106
107         * automake.in (handle_texinfo): Include stamp-vti in distribution
108
109         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
110         Include DATA, PACKAGEDATA.
111
112         * Makefile.am: Nothing
113
114         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
115
116         * automake.in (handle_texinfo): Typo
117
118         * automake.in: If script ends up in shell, feed to perl
119
120         * automake.in: Rewrote 'clean' rules.
121         Documentation made and installed first.
122         'all' depends on 'info'
123
124 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
125
126         * configure.in, Makefile.am: Turned off internationalization.
127
128         * clean-kr.am: Rewrote for new clean scheme.
129
130         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
131
132         * Makefile.am (PACKAGEDATA): Include tags-clean.am
133
134         * subdirs.am: Removed bogus local clean targets
135
136         * tags-clean.am: Initial revision
137
138         * texi-version.am: Added clean targets
139
140         * texinfos.am: Fixes to clean targets.
141
142         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
143         Added clean targets
144
145         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
146
147         * automake.in: Completely revamped automatic de-ANSI-fication
148
149         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
150
151         * compile-vars.am (LINK): New macro
152
153         * kr-vars.am: Trailing blank line
154
155         * compile-kr.am: Rewrote
156
157         * compile-vars.am (COMPILE): New macro
158
159         * compile-vars.am (ANSI2KNR): Removed
160
161         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
162
163         * kr-vars.am: Initial revision
164
165         * automake.in (require_file): New function.
166         (handle_texinfo): Require 'mdate-sh'
167         (common_sometimes): New variable
168         (usage): Use it.
169
170         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
171
172         * mdate-sh: Initial revision
173
174         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
175
176         * automake.in (generate_makefile):
177         Put Makefile.in, Makefile.am in @dist_common
178         (handle_configure): Use @dist_common as appropriate
179
180         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
181
182         * configure.in: Abort if perl not found
183
184         * configure.in: Look for perl
185
186         * automake.in: Reimplemented in Perl
187
188         * automake.in: Fixlet
189
190 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
191
192         * automake.in: Always print ".SUFFIXES:" rule.
193
194         * automake.in: Distribution config.h.in if required
195
196         * automake.in: Bug fix when including texi-version.am
197
198         * automake.in: Bug fix when looking for .texi file in $am_reldir
199
200         * depend.am: Comment fix
201
202         * automake.in: Look for .texi file in $am_reldir
203
204         * automake.in: Fixlet
205
206         * automake.in: Blank line after targets from user's Makefile.am
207
208         * automake.in: Move footer items to actual footer
209
210         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
211
212         * automake.in (common):
213         Don't include acconfig.h, config.h.top, config.h.bot
214
215         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
216
217         * Makefile.am (CONFIG_H): Define
218
219         * acconfig.h: Initial revision
220
221         * configure.in: Use AC_CONFIG_HEADER.
222
223         * automake.in: Put blah_TEXINFOS into DIST_COMMON
224
225         * automake.in: .info file explicitly depends on primary .texi file
226
227         * texinfos.am (install-info): Always supply 'else' clause to 'if'
228
229         * tags.am (TAGS): Always supply 'else' clause to 'if'
230
231         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
232
233         * automake.in: Always include footer.am in output
234
235         * mans.am (install-man): Always supply 'else' clause to 'if'
236
237         * automake.in: More version.texi fixes
238
239         * automake.in: Only do version.texi processing if requested.
240
241         * automake.in: Minor internationalization fixes.
242         Subshell can now exit with nonzero status.
243         Fixed up .texi handling; now uses texi-version.am
244         Make sure '.c' and '.o' are in .SUFFIXES if required.
245
246         * Makefile.am (PACKAGEDATA): Include texi-version.am
247         (stamp-vti, version.texi): Removed
248         (TEXINFOS): Don't reference version.texi
249
250         * texi-version.am: Initial revision
251
252         * dist.am, dist-subd-top.am (dist):
253         [DIST_SUBDIRS] Follow symlinks when copying.
254
255         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
256
257 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
258
259         * automake.in: Added --amdir option
260
261         * Makefile.am, configure.in: Turned on internationalization
262
263         * Makefile.am: Set EDITION
264
265         * configure.in: Version 0.21
266
267         * tags.am, tags-subd.am: Don't use double-colon rules
268
269         * automake.in: Redid install-data, install-exec, uninstall handling
270
271         * configure.in: Turn off i18n
272
273 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
274
275         * automake.in (common): Remove NLS
276
277         * automake.in (common): Include ABOUT-NLS.
278
279         * automake.in: Test for install-sh and mkinstalldirs
280
281         * automake.in: Blank line after OBJECTS= line
282
283         * automake.in: Start subshell in loop after check for Makefile.am
284
285         * automake.in: --use-deps now the default
286
287         * automake.in (am_dir): Don't apply transform to install directory name
288
289         * packagedata.am: Don't apply transform to install directory name
290
291         * Makefile.am (SUBDIRS): Hold off on internationalization
292
293 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
294
295         * automake.in:
296         Write 'SOURCES =' line after copying Makefile.am variables
297
298         * automake.in: Fixed bug in "--" option processing
299
300         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
301
302         * Makefile.am (DIST_OTHER): Include gettext-sh
303
304         * Makefile.am (SUBDIRS): Define
305
306         * configure.in: Include internationalization bits
307
308         * automake.in: Many changes to avoid double-colon rules.
309
310         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
311
312         * subdirs.am: Removed "::" rules
313
314         * header.am: Removed install, uninstall
315
316         * header.am: Added install, uninstall targets
317
318         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
319
320         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
321         Removed "::" rules
322
323         * Makefile.am (PACKAGEDATA): Include libscripts.am
324
325         * libprograms.am: Don't install libscripts here
326
327         * libscripts.am: Initial revision
328
329         * scripts.am, programs.am, libprograms.am: Removed "::" rules
330
331         * automake.in (am_dir): Run package name through name transform.
332
333         * automake.in: Don't use packagedata.sed or data.sed
334
335         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
336         packagedata.am
337
338         * data.am: No longer run through sed
339
340         * packagedata.am: Initial revision
341
342 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
343
344         * automake.in: No blank line after Usage
345
346         * automake.in: Removed "NLS nuisances" section.
347         Now uniformly uses $echo for user-visible messages (in advance of
348         internationalization)
349
350         * subdirs.am (maintainer-clean): Don't use realclean-local
351
352         * Makefile.am: Use PACKAGEDATA, not custom code
353
354         * data.am: Use @LONG@, not $(@LONG@)
355
356         * automake.in: Handle DATA and PACKAGEDATA
357
358         * packagedata.sed: Initial revision
359
360         * data.am: Use @DIR@, not $(@DIR@)
361
362         * data.sed: Use $(datadir), not datadir
363
364         * data.sed: Initial revision
365
366         * data.am: Wrote uninstall targets
367
368         * data.am: Initial revision
369
370         * dist-subd.am (dist): Don't link a file that has already been linked
371
372         * dist-subd-top.am, dist.am (dist):
373         Run `automake --include-deps' before making distribution
374
375         * automake.in: More dependency-tracking bug fixes
376
377         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
378
379         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
380
381         * tags-subd.am, tags.am: Added trailing blank line
382
383         * depend.am: Use ".P", not "empty.P", as placeholder.
384
385         * automake.in: Only include depend.am if SOURCES not empty
386
387         * automake.in: Added --use-deps and --include-deps options.
388         Handle auto-generating dependencies.
389
390         * Makefile.am (am_DATA): Include depend.am
391
392         * depend.am: Initial revision
393
394         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
395
396         * automake.in: Put blank line after .SUFFIXES
397
398         * scripts.am: Added blank line at end
399
400         * scripts.am: Removed unnecessary comment
401
402         * scripts.am: Removed unnecessary workarounds
403
404         * automake.in: Don't include programs.am if PROGRAMS empty
405
406         * header-vars.am (INSTALL_SCRIPT): Typo
407
408         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
409
410         * automake.in: Handle .SUFFIXES here.
411
412         * configure.in: Use fp_PROG_INSTALL
413
414         * header-vars.am: Changes for autoconf 2.5.
415         Now includes INSTALL_SCRIPTS.
416
417         * texinfos.am (install-info): Bug fix
418
419         * automake.in:
420         Include scripts.am or libscripts.am in output if appropriate
421
422         * programs.am (install-programs, uninstall-programs):
423         Don't install SCRIPTS
424
425         * Makefile.am (am_DATA): Include scripts.am
426
427         * scripts.am: Initial revision
428
429 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
430
431         * automake.in:
432         Cleaned up how "prog_SOURCES" variable is found in input.
433         Ditto prog_OBJECTS.
434         Put static sed scripts into separate, installed files.
435
436         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
437
438         * hack-make.sed, nl-remove.sed: Initial revision
439
440         * texinfos.am (install-info): Rewrote
441
442         * subdirs.am (all-recursive): Put with other -recursive rules
443
444         * configure.in: Version 0.20
445
446         * automake.in: Another bug fix
447
448         * automake.in: Bug fix when looking for texinfo.tex
449
450         * texinfo.tex: Initial revision
451
452         * automake.in:
453         If TEXINFOS defined but texinfo.tex does not exist, give warning.
454
455         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
456         (all-recursive): Don't fail immediately if -k specified.
457
458 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
459
460         * subdirs.am (_all):
461         New target.  Now use Jim Meyering's formulation of AIX
462         workaround.
463         (install-exec, install-data): New targets
464
465 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
466
467         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
468
469         * automake.in: Use @datadir@
470
471         * automake.in: Added @configure_input@ line
472
473 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
474
475         * automake.in: "--help" option now prints auto-recognized file names.
476         Allow AM_ overriding of more variables.
477
478         * texinfos.am (install-info):
479         Don't cd to srcdir to avoid breaking install-sh
480         Other bug fixes
481
482         * Makefile.am: Handle automake.texi
483
484 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
485
486         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
487
488         * tags.am (TAGS): bug fix
489
490         * automake.in: Use am_dir, not AM_DIR.
491         Use version, not VERSION.
492         Bug fix in TAGS code.
493
494         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
495
496         * subdirs.am: TAGS target now in tags.am
497
498         * footer.am: TAGS and ID targets now in tags-subd.am
499
500         * tags-subd.am, tags.am: Initial revision
501
502         * automake.in: Cleaned up AM_PROGRAM code.
503         Handle TAGS target better
504
505         * remake.am, remake-subd.am (Makefile.in): Bug fix.
506
507         * automake.in (usage): Updated
508
509         * remake-subd.am, remake.am:
510         Added rule where Makefile.in depends on Makefile.am
511
512         * automake.in: Entire body of 'for' loop now in subshell
513
514         * automake.in (common): config.guess and config.sub are common files.
515
516         * dist-subd-top.am, dist.am (dist): Bug fix.
517
518         * Makefile.am (DIST_OTHER): Don't include TODO
519
520         * automake.in: Auto-include TODO and THANKS files.
521
522         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
523
524         * automake.in: More bug fixes in "look for Makefile.am" code.
525
526         * automake.in: Bug fix in "look for Makefile.am" code.
527
528         * automake.in:
529         If no arguments given, look for all Makefile.am's in this
530         directory and in immediate subdirs
531
532         * automake.in: Bug fixes for LDADD-override feature.
533
534         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
535
536         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
537
538         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
539
540         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
541
542 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
543
544         * automake.in: No longer look for _SOURCES or _OBJECTS
545
546         * header-vars.am:
547         Remove "automatically created" header (now in automake).
548         Updated copyright.
549
550         * automake.in: Put version info in Makefile header
551
552 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
553
554         * automake.in: Minor cleanups
555
556         * dist-subd-top.am, dist.am (dist):
557         Don't link or copy file if it already exists.
558
559         * automake.in:
560         Look for _SOURCES (common sources) and generate _OBJECTS.
561
562         * footer.am (ID, TAGS): Include HEADERS
563
564         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
565
566 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
567
568         * dist-subd.am (distdir): Is relative to ".."
569
570         * dist-subd-vars.am (PACKAGE, VERSION): Define
571
572         * dist-subd.am (dist): Don't handle DIST_DIRS.
573
574         * mans.am (uninstall-man): Another bug fix.
575
576         * mans.am (uninstall-man): Bug fix.
577
578         * dist.am, dist-subd-top.am (dist): Bug fix
579
580         * Makefile.am (DIST_SUBDIRS): New macro
581
582         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
583
584         * Makefile.am (DIST_OTHER): Include automake.in
585
586         * Makefile.am (DISTCLEANFILES): New macro.
587
588         * automake.in (common): Include COPYING.LIB
589
590         * Makefile.am (automake): New rule.
591
592         * texinfos.am (install-info): Changed per GNU standards
593
594         * remake-hdr.am (stamp-h.in):
595         Use "touch", not "date", per GNU standards.
596
597         * automake.in (common): Include texinfo.tex
598
599 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
600
601         * automake.in: More fixes when finding common files.
602
603         * Makefile.am (DIST_OTHER): Another removal.
604
605         * automake.in: Special-case when amdir=.
606
607         * Makefile.am (DIST_OTHER): Removed auto-detected files.
608         
609         * automake.in:
610         Search for commonly-used files and auto-include them in distribution
611
612         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
613         (DIST_CONF): Removed files searched for by automake.
614
615         * automake.in: More arg-parsing bug fixes.
616
617         * Makefile.am (DIST_OTHER): Include install-sh
618
619         * Makefile.am (DIST_OTHER): Don't include auto-included files.
620
621         * automake.in: Bug fixes to argument parsing code.
622
623         * automake.in: Handle --version and --help.
624         NLS stuff from autoconf.
625
626         * Makefile.am (amdatadir): Fixed typo.
627         (install): Make install directories
628
629         * Makefile.am: Use "install::", not "install:"
630
631         * install-sh, mkinstalldirs: Initial revision
632
633         * configure.in: Use AC_PROG_INSTALL
634
635         * automake.in: Set AM_DIR based on configure results.
636
637         * Makefile.am (install): New target.
638         (amdatadir): New variable.
639
640         * automake.in: Use "#! /", not "#!/".
641
642         * Makefile.am, configure.in: Initial revision
643
644         * automake.in: Renamed from "automake".
645         Set VERSION.
646
647         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
648
649         * automake.in: Insert remake-subd.am if appropriate.
650
651         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
652
653         * automake.in: Handle ALLPROGRAMS variable.
654
655         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
656
657         * automake.in: Fixlet when printing "subdir=DIR"
658
659         * automake.in: Put "subdir=DIR" into subdir Makefile
660
661         * automake.in: Don't refer to distname.am.
662         Only put footer.am in subdir Makefiles.
663
664         * subdirs.am (id, ID): New target.
665         (.NOEXPORT): Copied from footers.am.
666
667         * subdirs.am (TAGS): Bug fixes.
668
669         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
670
671         * subdirs.am (maintainer-clean-local): Remove TAGS
672
673         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
674
675         * subdirs.am: Use maintainer-clean, per GNU standards
676
677         * dist-subd-top.am: Some variables defined in dist-vars.am
678
679         * dist-vars.am (PACKAGE, VERSION):
680         New variables, initialized by configure
681
682         * footer.am (id, ID): New targets
683         (TAGS): Put TAGS file in build, not source, directory
684
685         * remake-subd.am (Makefile): Don't assume subdir is 'src'
686
687         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
688
689         * dist-subd.am: Changed to conform to new top-level dist target.
690
691         * dist-subd-top.am:
692         Changed to assume PACKAGE and VERSION are set by configure.
693
694         * clean-kr.am, clean.am (maintainer-clean):
695         Updated rules per GNU standards.
696
697         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
698
699 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
700
701         * automake.in, texinfos.am: kludge for multiple-part info files
702
703 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
704
705         * clean.am, clean-kr.am: remove INFOS
706
707 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
708
709         * texinfos.am: add path
710
711         * remake.am, remake-hdr.am: account for VPATH limitations
712
713 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
714
715         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
716         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
717
718 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
719
720         * texinfos.am: install-info depends on info files
721
722         * dist-subd-vars.am, dist-vars.am: distrib info files
723
724 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
725
726         * clean-kr.am, clean.am: fix up distclean
727
728         * subdirs.am: fix typo
729
730         * clean.am: do more in distclean
731
732 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
733
734         * libraries.am: make install depend on all
735
736         * automake.in: fix typo
737
738 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
739
740         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
741
742         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
743
744         * dist-subd-top.am: Initial revision
745
746         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
747         centralize prefix var setting
748
749         * header-vars.am: set all the std vars based on prefix
750
751 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
752
753         * automake.in: don't add kr stuff if not needed
754
755         * dist-vars.am: add config vars to dist
756
757 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
758
759         * program.am: add LDADD
760
761         * compile-vars.am: remove LDADD from LDFLAGS
762
763         * clean.am: move knr stuff to another file
764
765         * automake.in: use different clean file for ansi2knr
766
767         * clean-kr.am: Initial revision
768
769 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
770
771         * automake.in, dist-subd.am, dist.am: fix rules and dist
772
773 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
774
775         * compile.am, automake.in: split out knr
776
777         * compile-kr.am: Initial revision
778
779         * libprograms.am: fix typo
780
781         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
782         make libprograms work
783
784         * libprograms.am: Initial revision
785
786         * automake.in, compile.am, header-vars.am: fix little bugs
787
788         * compile.am: allow parallel K&R
789
790         * clean.am: remove kerb temps
791
792         * automake.in: fix recognizing start of rules
793
794         * dist-subd.am, dist.am: fix dist
795
796         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
797
798 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
799
800         * automake.in: works on m4 too
801
802         * automake.in, mans.am: works on fileutils
803
804         * 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:
805         works on fileutils except for all
806
807         * automake.in: vars thing
808
809         * header-vars.am: Initial revision
810
811         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
812         entered into RCS
813
814         * compile-vars.am: Initial revision
815
816         * automake.in: many improvements
817
818         * footer.am: Initial revision
819
820         * dist.am: remove distname
821
822         * automake.in: namespace cleanup
823
824         * distname.am: Initial revision
825
826         * 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:
827         might work
828
829         * 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:
830         Initial revision
831