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