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