Bug and doc fixes
[platform/upstream/automake.git] / ChangeLog
1 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
2
3         * automake.in (handle_configure): Require file $input, not
4         "$local.in".  From Nyul Laszlo.  Test colon.test.
5
6 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
7
8         * aclocal.in: New file.
9         * configure.in: Generate m4/Makefile, aclocal.
10         * Makefile.am (SUBDIRS): Include m4.
11         * m4/Makefile.am: New file.
12
13 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
14
15         * automake.in (initialize_global_constants): Put ansi2knr.c and
16         ansi2knr.1 into common_files.  Bug report from François Pinard.
17
18 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
19
20         * install-sh: Updated copyright notice.
21
22 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
23
24         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
25         Report from Josh MacDonald.
26
27         Bugs from Gord Matzigkeit:
28         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
29         `$(SUFFIXES)'.
30         (handle_dist): Ignore chmod return results.
31
32         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
33         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
34         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
35
36 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
37
38         * texinfos.am (install-info): Use "if", not "&&", to avoid
39         install problem when glob doesn't match.
40
41         * automake.in (initialize_global_constants): [USAGE] Added
42         --no-force.
43         (force_generation): New global.
44         (parse_arguments): Handle --no-force.
45         (generate_makefile): Handle --no-force.
46
47         * Makefile.am (maintainer-check): Ensure all invocations of
48         mkinstalldirs are correct.
49
50 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
51
52         * automake.in (handle_tests): Don't directly generate site.exp.
53
54 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
55
56         * texinfo.tex: New version.
57
58         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
59         (initialize_global_constants): Added libtool to
60         @common_sometimes.
61         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
62
63 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
64
65         * texinfos.am (install-info): Don't install ~ files.  Bug report
66         from Greg McGary.
67         * automake.in (handle_texinfo): Don't push '.info*' onto
68         @infos_list.
69
70         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
71         using gettext.
72         (handle_dist): Pass --with-included-gettext to configure if using
73         gettext.
74
75         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
76         (.c._o): Ditto.
77         * compile.am (.c.o): Pass -c to $(COMPILE).
78         * compile-vars.am (COMPILE): Don't include -c.
79
80         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
81         automake.
82         * automake.in (handle_configure): Supply --strictness arg to
83         automake.
84
85 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
86
87         * automake.in (handle_tests): Fix quoting on `pwd`.
88         (handle_options): Recognize no-installinfo option.
89         (handle_man_pages): Don't put man directory on @installdirs if
90         no-installman is specified.
91         (handle_texinfo): Handle no-installinfo option.
92         (handle_options): Compare version against $num_version, not
93         $VERSION.
94         (handle_source_transform): Generate rules for output of lex,
95         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
96         (handle_dist): "distcheck" now runs "make dvi".
97         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
98         Drepper.
99
100         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
101
102 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
103
104         * automake.in (handle_emacs_lisp): New function.
105         (initialize_global_constants): Added elisp-comp to
106         @common_sometimes.
107         (seen_lispdir): New global.
108         (scan_configure): Handle ud_PATH_LISPDIR.
109
110         * elisp-comp: New file.
111
112         * lisp.am: New file.
113
114         * automake.in (generate_makefile): Run handle_emacs_lisp.
115
116         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
117
118         * automake.in (initialize_global_constants): Removed version.texi
119         from common_sometimes.
120         (initialize_global_constants): Added texinfo.tex to common_files.
121         Test texinfo.test.
122         (handle_tests): Allow dejagnu- and automake-style test suites to
123         coexist.  Test dejagnu.test.
124         (initialize_global_constants): New constants AC_CANONICAL_HOST,
125         AC_CANONICAL_SYSTEM.
126         (scan_configure): Use new constants.
127         (handle_tests): Put target specific information into site.exp if
128         AC_CANONICAL_* used.
129         (read_am_file): Generate some extra variables when AC_CANONICAL_*
130         used.
131         (handle_options): Allow version number to have letters appended.
132         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
133         option not specd.
134         (initialize_global_constants): install_man_format changed to
135         handle built man pages.
136
137 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
138
139         * config.guess, config.sub: New versions.
140
141 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
142
143         * configure.in (VERSION): Upped to 1.0.
144
145 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
146
147         * automake.in (handle_tests): Handle dejagnu.
148         (handle_options): Recognize dejagnu option.
149
150         * dejagnu.am: New file.
151
152 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
153
154         * automake.in (handle_dist): Run installcheck target from
155         distcheck.
156
157         * configure.in (VERSION): Upped to 0.34.
158
159         * automake.in (scan_configure): Always allow upgrading to
160         fp_PROG_INSTALL.  Test fpinstall.test.
161
162 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
163
164         (handle_dist): Make `distcheck' check `install' target, too.
165
166 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
167
168         * automake.in (initialize_per_input): Don't initialize
169         $output_directory here; initialize it globally.  From Joshua
170         Cowan.  Test outdir.test.
171
172 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
173
174         * automake.in (handle_tests): Don't push TESTS onto dist_common.
175         (initialize_global_constants): Put install-sh and mkinstalldirs
176         into @common_files.  Test insh2.test.
177
178 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
179
180         * automake.in (handle_source_transform): Don't generate _OBJECTS
181         when no source files specified.  Test number.test.
182
183         From Joerg-Martin Schwarz:
184         * automake.in (seen_package, seen_version): New globals.
185         (scan_configure): Look for PACKAGE= and VERSION=.
186
187         * automake.in (handle_options): Recognize dist-zip.
188         (handle_dist): Handle dist-zip.
189         (handle_options): Use ' ', not \s+, with split.  Test
190         backsl.test.
191         (handle_source_transform): Likewise.
192         (handle_lib_objects): Likewise.
193         (handle_libraries): Likewise.
194         (handle_texinfo): Likewise.
195         (handle_man_pages): Likewise.
196         (handle_subdirs): Likewise.
197         (handle_gettext): Likewise.
198         (handle_footer): Likewise.
199         (handle_tests): Likewise.
200         (scan_configure): Likewise.
201         (am_install_var): Likewise.
202
203         * Makefile.am (TAGS_DEPENDENCIES): New macro.
204
205         * tags.am (tags-recursive): New target.
206         (TAGS): Depend on it.
207
208         * automake.in (handle_tags): Put tags-recursive on @phony.
209
210         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
211         TAGS_DEPENDENCIES.
212         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
213
214 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
215
216         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
217
218         * automake.in (scan_configure): Look for install-sh and
219         mkinstalldirs here.
220         (initialize_global_constants): Moved mdate-sh from
221         common_sometimes to common_files.  Test mdate2.test.
222
223 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
224
225         * automake.in (seen_maint_mode): New global.
226         (scan_configure): Handle jm_MAINTAINER_MODE.
227         (read_am_file): Handle seen_maint_mode.
228         (file_contents_with_transform): Handle seen_maint_mode.
229         (handle_source_transform): Changed interface, all callers.
230
231         From Jim Meyering:
232         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
233         Handle @MAINT@.
234         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
235
236         * automake.in (handle_configure): Check $config_aux_dir against
237         empty string.  From Markku Rossi.  Test mkinstall.test.
238
239 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
240
241         * automake.in (distcheck): Added new rule to top level
242         Makefile.in.
243
244 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
245
246         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
247         sets seen_ranlib.
248         (generate_makefile): libtool, config.sub, and config.guess should
249         only ever appear in the top directory of a package.
250
251 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
252
253         * automake.in (initialize_global_constants): Added libversion.in
254         to @common_files.
255
256         * configure.in (VERSION): Upped to 0.33.
257
258         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
259         Test extra.test.
260
261 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
262
263         * install-sh (transformbasename): Correct misspelling of
264         transformbasename.  From Ian Lance Taylor.
265
266 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
267
268         * automake.in (handle_configure): Set mkinstalldirs variable
269         here.
270         (handle_dist_worker): Explicitly set distdir in subdir makes.
271         (handle_dist): Handle separate distdir target.
272         (handle_dist_worker): Only generate distdir target.
273
274         * texinfos.am (install-info): Use $(mkinstalldirs).
275         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
276         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
277         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
278         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
279         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
280
281         * automake.in (read_am_file): Set mkinstalldirs variable.
282         (handle_man_pages): Use it.
283         (handle_installdirs): Ditto.
284
285 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
286
287         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
288
289 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
290
291         * automake.in (handle_dist_worker): Use $(TAR), not tar.
292         (handle_merge_targets): Make sure config header is built before
293         recursing into subdirs.
294         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
295         (handle_merge_targets): Handle case where nothing is installed but
296         something must be built -- "make install" must still work.
297
298         * dist-vars.am (TAR): New macro.
299
300         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
301         (handle_configure): Require stamp-h.in when config header used.
302
303 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
304
305         * doc/mdate-sh: Extract the last field from the date output, not
306         the sixth, which will fail when the timezone name has more than
307         one word or is missing.
308
309 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
310
311         * automake.in (am_install_var): Use delete, not undef, to remove
312         EXTRA entry.  From Gord Matzigkeit.
313
314 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
315
316         * automake.in (read_am_file): Handle case where last line doesn't
317         end in newline.
318
319 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
320
321         * automake.in (variable_defined): New function.
322         (read_am_file): Ensure a blank line comes before starting comments
323         from Makefile.am.
324         (initialize_per_input): Initialize %targets.
325         (read_am_file): Set appropriate entry in %targets.
326         Many changes to use variable_defined.
327         (check_gnu_standards): Only require ChangeLog at top level.  From
328         Gord Matzigkeit.
329         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
330         Matzigkeit.
331
332 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
333
334         * automake.in (parse_arguments): Added short options.
335         (initialize_global_constants): Ditto.
336
337 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
338
339         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
340         fails.
341
342         * automake.in (handle_source_transform): Typo fix.
343
344 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
345
346         * automake.in (handle_dist_worker): Renamed dist-local to
347         dist-hook.
348         (handle_merge_targets): Added install-data-hook and
349         install-exec-hook.
350         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
351
352         * automake.in (handle_scripts): Never allow scripts_installed to
353         become 0.
354
355         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
356         srcdir.
357
358         * automake.in (generate_makefile): Derived file names from given
359         input; don't assume Makefile.in and Makefile.am.
360         (am_file_name, in_file_name): New globals.
361         (read_am_file): Use them.
362
363         * program.am (@PROGRAM@): Use transformed program name.
364
365         * remake-hdr.am (stamp-h): Actually touch stamp-h.
366
367 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
368
369         * automake.in (require_file_internal): Use correct file for error
370         messages.  Test insh.test.
371
372 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
373
374         * texinfos.am (.texi.info): Build output file in srcdir.
375
376         * automake.in (require_file_internal): If $dir is ".",then look in
377         relative directory.
378         (handle_texinfo): Canonicalize name of texi file before looking
379         for dependency variable.
380
381 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
382
383         * automake.in (require_conf_file_with_conf_line): Yet another
384         function of this form.
385         (libtool_line): New variable.
386         (handle_libraries): Handle libtool.
387
388         * libraries-vars.am: Removed.
389
390         * automake.in (seen_libtool): New variable.
391         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
392
393         * automake.in (handle_dist_worker): Handle dist-local.
394
395         * Makefile.am (maintainer-check): Do "make check" after all syntax
396         checks.
397
398         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
399         directory.
400
401         * automake.in ($seen_arg_prog): New global.
402         (handle_programs): Error if AC_ARG_PROGRAM not seen.
403         (handle_scripts): Ditto.
404         (handle_configure): mkinstalldirs now a config file.
405         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
406         (handle_dist_worker): Removed DIST_SUBDIRS.
407         (require_file_path): New variable.
408         (require_file_with_conf_line): Set it.
409         (require_file_with_line): Ditto.
410         (require_file): Ditto.
411         (require_file_internal): Incorporated code from
412         require_config_file.
413         (require_config_file): Rewrote.
414         (require_conf_file_with_line): New function.
415         (handle_texinfo): Use it for mdate-sh.
416         (handle_texinfo): Look for mdate-sh in appropriate directory.
417
418 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
419
420         * Makefile.am (cvs-dist): Find NEWS in srcdir.
421         * automake.in (handle_dist_worker): Find NEWS in srcdir.
422         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
423         rule.
424         (require_config_file): Set config_aux_path when file found.
425         ($config_aux_dir): New variable.
426         (require_config_file): Set it.
427         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
428
429 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
430
431         * data.am (install-@DIR@DATA): Also allow data to be in build
432         directory.
433
434 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
435
436         * automake.in (am_install_var): Don't look in EXTRA_primary
437         variable any more; it is handled in the main loop.
438
439 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
440
441         * data.am (install-@DIR@DATA): Find data in srcdir.
442
443 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
444
445         * automake.in (require_config_file): Use correct filename when
446         looking for errors.  Also, install file in `.' if not found.  Bug
447         reported by Gord Matzigkeit.  Test installsh.test.
448
449 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
450
451         * Makefile.am (cvs-diff): New target.
452
453         Fix for bug when install var substitutes empty.  Test empty.test.
454         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
455         (uninstall-@DIR@HEADERS): Ditto.
456         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
457         (uninstall-@DIR@SCRIPTS): Ditto.
458         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
459         libraries.
460         (uninstall-@DIR@LIBRARIES): Ditto.
461         * data.am (install-@DIR@DATA): Allow empty list of data.
462         (uninstall-@DIR@DATA): Ditto.
463         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
464         From François Pinard.
465         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
466         (uninstall-@DIR@PROGRAMS): Ditto.
467
468 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
469
470         * tags-subd.am (ID): Name of ID file must be flush against -f.
471
472         * configure.in (VERSION): Version 0.32.
473
474 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
475
476         * automake.in (seen_linguas, all_linguas_line): New variables.
477         (handle_gettext): New function.
478         (generate_makefile): Run it.
479         (scan_configure): Recognize ALL_LINGUAS.
480
481 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
482
483         * automake.texi: doc fix.
484
485         * automake.in (am_install_var): Added support for check and
486         installcheck special prefixes.
487
488 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
489
490         * automake.in (handle_subdirs): Don't do SUBDIRS check for
491         gettext.
492
493 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
494
495         * automake.in (OBJECT_PATTERN): Removed.
496         (am_install_var): No error if name is invalid.
497         (handle_programs): Canonicalize program names.
498         (BOGUS_MACRO_PATTERN): New variable.
499         (read_am_file): Error if bad macro name given.
500         (require_file_internal): Use am_line_error, not am_conf_error.
501
502         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
503
504 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
505
506         * automake.in (handle_lib_objects): New function.
507         (handle_libraries): Use it.
508         (handle_programs): Ditto.
509         (handle_dist_worker): Deprecate DIST_SUBDIRS.
510         (am_install_var): Allow extended directory mechanism to work.
511         Test exdir.test.
512
513         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
514         (DEP_DISTFILES): Ditto.
515
516         * automake.in (OBJECT_PATTERN): New variable.
517         (am_install_var): Use it.
518         (handle_dist): DIST_OTHER is an anachronism.
519
520 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
521
522         * automake.in (handle_dist_worker): Only cause Automake to be
523         re-run if not making a distribution.  Fixes bug reported by
524         Joerg-Martin Schwarz.
525         (require_file_with_line): New function.
526         (require_file): Use it.
527         (am_line_error): Don't print line number if $symbol is empty.
528         (get_object_extension): Use require_file_with_line.
529         (handle_libraries): Use require_file_with_line.
530         (handle_texinfo): Use require_file_with_line.
531         (handle_configure): Use am_conf_line_error and
532         require_file_with_conf_line.
533         (handle_subdirs): Use require_file_with_conf_line.
534         (handle_configure): Use require_file_with_conf_line.
535         (handle_tests): Push check-TESTS on @phony.
536         (am_conf_line_error): New function.
537         (require_file_with_conf_line): New function.
538         (require_file_internal): New function.
539         (require_file_with_line): Use it.
540         (require_file): Ditto.
541         (am_conf_line_error): Handle empty line number.
542         (ac_gettext_line, ac_output_line): New variables.
543         (scan_configure): Set them.
544
545 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
546
547         * automake.in (parse_arguments): Default strictness is gnu.
548         Changed `normal' to `foreign' everywhere.
549         (parse_arguments): Handle --foreign.
550         (initialize_global_constants): Document --foreign.
551         (handle_dependencies): Better error message.
552         (handle_texinfo): Don't push $vtexi on @texis.
553         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
554         (handle_configure): install-sh is a config file; require it as
555         such.
556         (parse_arguments): Renamed --install-missing to --add-missing.
557         (add_missing): Renamed from install_missing.
558         (am_install_var): Check to make sure contents of install variable
559         are correct if primary requires it.  Test badprog.test.
560         (initialize_global_constants): Initialize
561         %primary_uses_subobjects.
562         (handle_source_transform): Skip configure substitutions.  Test
563         depend.test.  Also, skip empty elements.
564
565 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
566
567         * texinfo.tex: New version.
568
569         * automake.in (am_install_var): Allow extended range of
570         installation directories.
571
572         * automake.in (get_object_extension): Don't allow
573         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
574         From Gord Matzigkeit.  Test confincl.test.
575
576         * texinfos.am (install-info): Changed usage of install-info (in
577         comment).  Per Feb 25 GNU Standards document.
578
579 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
580
581         * automake.in (handle_tests): New function.
582         (generate_makefile): Call it.
583         (handle_subdirs): Skip directories whose names look like configure
584         substitutions.
585         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
586         when using gettext.
587         (scan_configure): Clear in_ac_output if "]" found.  Test
588         acoutqnl.test.
589         (require_config_file): New function.
590         (generate_makefile): Use require_config_file.
591         (config_aux_path): New variable.
592         (scan_configure): Check for AC_CONFIG_AUX_DIR.
593         (handle_merge_targets): Add install-strip rule.
594
595 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
596
597         * mdate-sh: New version from Ulrich Drepper.
598
599         * automake.in (handle_source_transform): Changed fill back to
600         empty string.
601         (handle_libraries): Ditto.
602         (handle_dist): Ditto.
603         (handle_dependencies): Ditto.
604         (handle_footer): Ditto.
605         (handle_phony): Ditto.
606
607         * Makefile.am (DIST_SUBDIRS): Removed.
608         (installcheck-local): Use Perl, not test -x.
609         (PERL): New macro.
610         (maintainer-check): Use $(PERL), not @PERL@.
611
612         * configure.in (VERSION): Upped to 0.31.
613
614 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
615
616         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
617         and config.guess.
618
619         * automake.in: Use keyed_aclocal_warning when warning about
620         fp_PROG_INSTALL.
621         (get_object_extension): Use keyed_aclocal_warning when warning
622         about fp_C_PROTOTYPES.
623         (keyed_aclocal_warning): New function.
624
625         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
626         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
627
628         * automake.in (get_object_extension): Only give error about
629         fp_C_PROTOTYPES once.
630
631         * automake.in (seen_ranlib): New variable.
632         (scan_configure): Recognized AC_PROG_RANLIB.
633         (handle_libraries): Error if ranlib not checked for.
634
635         * automake.in (default_strictness): Default to GNU.
636         (default_strictness_name): Ditto.
637
638 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
639
640         * automake.in (read_am_file): Removed @kr@ support.
641         (get_object_extension): Ditto.
642
643         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
644
645 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
646
647         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
648
649 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
650
651         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
652         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
653
654         * automake.in (handle_scripts): Ensure $scripts_installed set to
655         boolean value.  Test proginst.test.
656
657         * Makefile.am (installcheck-local): New target.
658
659         * automake.in (require_file): No error if missing file is
660         installed.
661
662 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
663
664         * automake.in (handle_scripts): SCRIPTS no longer automatically
665         cleaned.  Now possible to install scripts in pkgdatadir.
666         ($seen_canonical): New variable.
667         (generate_makefile): Check for config.guess and config.sub here;
668         fixes bug reported by Gord Matzigkeit.
669
670         * Makefile.am (pkgdata_SCRIPTS): New variable.
671         (CLEANFILES): New macro.
672
673         * scripts-clean.am: Removed.
674
675 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
676
677         * automake.in (am_install_var): Error if primary variable actually
678         defined.
679         (am_install_var): Skip elements that look like configure
680         substitutions.
681         (am_install_var): "EXTRA" is a valid prefix.
682         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
683         (handle_merge_targets): Treat "all" target like "install".
684         (handle_subdirs): Don't push all-recursive.
685
686         * header.am (install-@DIR@HEADERS): Don't depend on all.
687         * data.am (install-@DIR@DATA): Don't depend on all.
688         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
689         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
690         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
691
692         * automake.in (am_install_var): Push generated install targets
693         onto @phony.
694
695         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
696         * automake.in (handle_merge_targets): Correctly handle recursive
697         calls of uninstall, install-exec, and install-data.
698         (handle_merge_targets): Put Makefile, and possibly $config_name,
699         onto @all.
700         (handle_merge_targets): Push 'all' onto @install as appropriate.
701
702 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
703
704         * automake.in (handle_configure): config.status is in
705         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
706
707         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
708
709 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
710
711         * automake.in: (seen_prog_yacc): New variable.
712         (scan_configure): Look for yacc.
713         (handle_source_transform): Skipp C++ header files.
714         (handle_source_transform): .cxx is a C++ source file.
715
716 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
717
718         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
719
720         Implemented --verbose feature; idea from Greg Woods:
721         * automake.in (verbose): New global.
722         (generate_makefile): Print creating message if verbose.
723         (grep_for_vers_texi): Print message if verbose.
724         (handle_dependencies): Ditto.
725         (scan_configure): Ditto.
726         (read_am_file): Ditto.
727         (parse_arguments): Added --verbose.
728         (initialize_global_constants): Ditto.
729
730         * automake.in (get_object_extension): Use am_line_error.
731         (handle_source_transform): Ditto.
732         (handle_libraries): Ditto.
733         (handle_texinfo): Ditto.
734         (handle_man_pages): Ditto.
735         (handle_dist): Ditto.
736         (handle_dist): Ditto.
737         (handle_subdirs): Ditto.
738         (handle_configure): Ditto.
739         (handle_merge_targets): Ditto.
740         (am_install_var): Ditto.
741         (am_line_error): Allow actual line number as argument.
742         (handle_configure): Use am_line_error.
743         (scan_configure): Set config_header_line.
744         (config_header_line): New global.
745         Use @PERL@ to find perl during exec.  From Greg Woods.
746
747 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
748
749         * automake.in (initialize_per_input): Init %content_lines.
750         (read_am_file): Set appropriate content_lines elements while
751         reading.
752         (am_line_error): New function.
753         (read_am_file): Use it.
754         (handle_options): Ditto.
755
756         * automake.in (scan_configure): Handle case where more than one .o
757         is put into LIBOBJS at once.  Test libobj.test.
758
759 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
760
761         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
762         Test acouttbs.test.
763         (handle_subdirs): Restored intl, po warnings.
764
765         * automake.in (scan_configure): Delete everything after "," or
766         ")".  Test acoutnoq.test.
767         (handle_dist): Use $relative_dir, not nonexistent $subdir.
768         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
769         SUBDIRS; don't warn about their absence.
770
771 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
772
773         * automake.in (handle_texinfo): Removed bogus error message.
774
775         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
776         onto @all.
777         (handle_options): Handle version number.
778
779         * automake.in ($maint_charset, $dist_charset): New variables.
780         (initialize_per_input): Init $local_maint_charset.
781         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
782         (generate_makefile): Don't print "creating...".
783
784 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
785
786         * automake.in (get_object_extension): Substitute
787         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
788         (handle_source_transform): Use $1, not \1.
789         (pretty_print_internal): Handle Tabs in fill when computing indent
790         on new line.
791         (handle_merge_targets): Always generate install-exec and
792         install-data targets.  Test instexec.test.
793         Fixed error message if fp_PROG_INSTALL missing.
794
795         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
796         @CONFIG_INCLUDE_SPEC@.
797
798         * automake.in (scan_configure): Delete everything after "]".  Test
799         acoutput.test.
800
801         * configure.in (AC_OUTPUT): Create tests/Makefile.
802         * Makefile.am (SUBDIRS): New macro.
803
804         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
805         Meyering.
806
807         * configure.in (AC_OUTPUT): Ensure automake is executable.
808
809 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
810
811         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
812         not exist.
813
814         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
815
816         From Jim Meyering:
817         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
818         (@DIR@_LIBFILES).
819         * header.am (install-@DIR@HEADERS): Depend on all, not
820         $(@DIR@_HEADERS).
821         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
822         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
823         $(@DIR@_SCRIPTS).
824         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
825         $(@DIR@_PROGRAMS).
826
827         * automake.in (initialize_per_input): Initialize
828         $use_dependencies.
829         ($seen_path_xtra): New variable.
830         (scan_configure): Look for AC_PATH_XTRA.
831         (get_object_extension): Add variables to output if X seen.
832
833 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
834
835         * automake.in (handle_programs): add pkglib to list of
836         directories for C
837         (various): include a tab as fill for continuation lines
838         printed with pretty_print*, esp. for macro variable assignments.
839         [ changed to 4 spaced by me ]
840
841 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
842
843         * configure.in (VERSION): Upped to 0.30.
844
845         * Makefile.am (automake): Removed.
846         (DIST_OTHER): Removed.
847
848         * automake.in (handle_source_transform): All dep_files are
849         relative to $(srcdir).
850         (handle_libraries): Ditto.
851         (scan_configure): Test for AC_PROG_INSTALL as well as
852         fp_PROG_INSTALL.  Don't error here.
853         (seen_prog_install): Now global.
854         (scripts_installed): New global.
855         (handle_scripts): Set it.
856         Give error if appropriate install macro not seen.
857         (handle_subdirs): Ensure $seen_gettext before requiring
858         gettext-specific files.
859         (handle_configure): Automatically rebuild 
860
861         From Jim Meyering:
862         * automake.in (handle_source_transform): Use \W when quoting
863         regexp.  When blah_SOURCES not explicitly defined, still create
864         entry in %deps.
865         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
866         * subdirs.am (maintainer-clean-recursive): Now depends on
867         $(CONFIG_HEADER) and Makefile.
868
869         * automake.in (handle_source_transform): Skip macro references.
870
871 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
872
873         * automake.in (handle_texinfo): Include "rm" when deleting files.
874
875         * Makefile.am (maintainer-check): Expect only one ${...}.
876         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
877         Meyering.
878
879         * automake.in (handle_configure): Only define CONFIG_HEADER if
880         $config_name.
881         ($seen_gettext): New variable.
882         (handle_subdirs): Do all gettext-related checking here.
883         (scan_configure): Just set $seen_gettext.
884         (handle_man_pages): Properly quote $(MANS).
885
886 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
887
888         * depend.am: Don't use srcdir anywhere.
889         * automake.in (handle_libraries): Don't make .deps relative to
890         srcdir.
891         (handle_options): Recognize no-dependencies.
892
893         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
894         ".".  Properly quote regexp.
895
896 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
897
898         * automake.in (handle_configure): Only defined CONFIG_HEADER if
899         $config_name.
900         (read_am_file): Quote regexp when substituting top_builddir.
901         (handle_source_transform, handle_libraries): Look in
902         $(srcdir)/.deps for .P files.
903
904 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
905
906         * automake.in (am_conf_error): New function.
907         (scan_configure): Use it.
908         (scan_configure): A comma also ends AC_OUTPUT macro.
909
910         * automake.in (read_am_file): Compute top_builddir when including
911         header-vars.am.
912         (handle_configure): Use $top_builddir, not $top_reldir.
913         (other_input_files): New variable.
914         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
915
916         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
917         * automake.in (input_files, seen_make_set): Declare globally.
918         (parse_arguments): Use input_files, not make_list.
919         Only scan configure.in once.
920         (handle_dist): Use SUBDIRS to determine when to make
921         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
922         find top of dist tree.
923         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
924         configure.in (done elsewhere).
925         (scan_configure): seen_make_set is global.  Allow arbitrary space
926         in LIBOBJS assignment.
927         (top_builddir): New variable.
928         * header-vars.am (top_builddir): New variable.
929         * remake-subd.am (Makefile): Look in top_builddir, not .., when
930         remaking.
931         * automake.in (handle_merge_targets): Run 'all' before
932         check-recursive.
933
934         * automake.in (file_contents_with_transform): Changed error
935         message.
936         (handle_configure): Define $contents{'CONFIG_HEADER'}.
937
938         * texi-version.am: Many changes to support multiple .texi files.
939         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
940         "@VTI@".
941         * automake.in (handle_configure): install.sh is an anachronism.
942         (handle_texinfo): Generalized for multiple .texi files.  Handle
943         'clean-info' internally.
944         * texi-clean.am: Removed.
945         * Makefile.am: Updated for removal.
946
947 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
948
949         * automake.in (grep_for_vers_texi): New function.
950         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
951         (handle_texinfo): Changes to generalize to multiple .texi files.
952
953 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
954
955         Fixes from Gord Matzigkeit:
956         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
957         topsrcdir.
958         * header.am: New file.
959         * Makefile.am (pkgdata_DATA): Install header.am.
960         * automake.in (handle_headers): Use header.am, not data.am.
961         (am_install_var): Allow pattern to be compiled multiple times.
962
963         * config.guess, config.sub: New files.
964         * Makefile.am (pkgdata_DATA): Install config.guess and
965         config.sub.
966         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
967         AC_CANONICAL_SYSTEM.
968
969 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
970
971         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
972         (handle_man_pages): Use man_MANS, not MANS.
973
974         * Makefile.am (info_TEXINFOS): Renamed.
975
976         * automake.in (scan_configure): Remove comments from input line.
977         (am_variable): Removed.
978
979         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
980
981         * automake.in (config_name, config_header): New globals.
982         (scan_configure): Look for AC_CONFIG_HEADER.
983         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
984
985 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
986
987         * automake.in (handle_dist_worker): Bug fix.
988
989 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
990
991         * automake.in (require_file): Install missing files only according
992         to desired strictness.
993         (initialize_per_input): Don't init libsources.
994         (scan_configure): Reinit libsources.
995         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
996         (fp_c_prototypes): New global.
997         (scan_configure): Set it.
998         (get_object_extension): Error if fp_C_PROTOTYPES not in
999         configure.in when using ansi2knr.
1000         (handle_source_transform): Skip header files.
1001
1002         * automake.in (handle_dist_worker): Explicitly make 'dist' in
1003         subdirs.
1004
1005 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1006
1007         From François Pinard:
1008         * automake.in (handle_source_transform): Transform $o file into .P
1009         file.
1010         (handle_dist_worker): Handle case where DISTFILES includes
1011         wildcard.  Bug fix in subdir case.
1012
1013         * automake.in (parse_arguments): Initialize strictness to
1014         'normal'.
1015
1016 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1017
1018         * automake.in (scan_configure): Look for NLS support.
1019
1020         Changes from François Pinard:
1021         * texinfos.am (install-info): Correctly install when build dir is
1022         not srcdir.
1023         * tags-subd.am (ID): Indentation change.
1024         * kr-vars.am (o): Use ".@U@o", not "@U@o".
1025         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
1026         * automake.in (handle_dist_worker): Fixlets.
1027         (handle_dist): Sort keys going into dist_common.
1028
1029 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1030
1031         * automake.in (handle_dist_worker): If Gnits, don't allow release
1032         until NEWS is updated.
1033
1034         * configure.in (VERSION): Version 0.29.
1035
1036         * Makefile.am (maintainer-check): Look for perl4.036 in path.
1037
1038         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
1039         (DEP_DISTFILES): Ditto.
1040
1041         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
1042         * dist-vars.am (DEP_DISTFILES): New variable.
1043
1044         * automake.in (handle_options): Support dist-shar option.
1045         (handle_dist_worker): New function.
1046         (handle_dist): Use it.
1047
1048         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
1049         *.tmp.
1050
1051         * automake.in (handle_dist): Chmod distdir 777.  From François
1052         Pinard.
1053
1054         * automake.in (scan_configure): New function.
1055         (initialize_per_input): Init libsources.
1056         (generate_makefile): Run handle_configure first.
1057         (handle_configure): Run scan_configure.
1058         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
1059
1060 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
1061
1062         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
1063
1064         * automake.in (strictness, strictness_name): Renamed.
1065         (initialize_per_input): Set strictness, strictness_name.
1066         Initialize %options.
1067         (generate_makefile): Run handle_options.
1068         (handle_options): New function.
1069         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
1070         man page install if no-installman option given.
1071         (read_am_file): Deprecate @kr@.
1072         (get_object_extension): Look at ansi2knr option.
1073         (parse_arguments): Take global strictness from command-line
1074         options.
1075
1076 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1077
1078         Fixes from François Pinard:
1079         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
1080         * automake.in (get_object_extension): Use $o, not $(kr)o.
1081         (handle_source_transform): Don't look for $(kr)c files.
1082         * kr-vars.am (o): New macro.
1083         (kr): Removed.
1084
1085         * depend.am (DEP_FILES): Removed.
1086         * automake.in (handle_source_transform): Push .P file onto
1087         dep_files.
1088         (initialize_per_input): New variable %dep_files.
1089         (handle_dependencies): Generate DEP_FILES here.
1090
1091 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
1092
1093         * automake.in (do_one_clean_target): Only remove config.status in
1094         top-level directory.
1095         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
1096
1097         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
1098
1099         * automake.in (handle_dist): Make "ln" quiet.
1100
1101         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
1102
1103 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1104
1105         * automake.in (handle_merge_targets): 'check' shouldn't depend on
1106         'all' at top level.
1107         (file_contents_with_transform): New function.
1108         (am_install_var): Use file_contents_with_transform.
1109         (handle_programs): Ditto.
1110         (handle_libraries): Ditto.
1111         (handle_texinfo): Ditto.
1112         (handle_merge_targets): Let 'install' depend on 'all' if no other
1113         dependencies exist.  From Jim Meyering.
1114         (check_gnu_standards): GNU requires AUTHORS file.  (See
1115         maintain.text).
1116         (require_file): Put body in loop.
1117         (get_object_extension): Only call require_file once.
1118         (handle_configure): Ditto.
1119
1120         From Jim Meyering:
1121         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
1122         * tags-subd.am (id): Removed.
1123
1124 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1125
1126         * Added copyright notice to each .am file.
1127
1128         * automake.in: Cleanups from François Pinard to avoid $#.
1129         (require_argument): Fixed sense of test.
1130         (set_strictness): Bug fix.
1131
1132 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1133
1134         * Makefile.am (pkgdata_DATA): Removed old dist files.
1135
1136         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
1137
1138         * automake.in (set_strictness): Set $strictness_name.
1139         (strictness_name): New variable.
1140         (handle_dist): Substantially rewrote.
1141
1142         * configure.in: Point AC_INIT at automake.in.
1143
1144         * automake.in (generate_makefile): Report errors against
1145         Makefile.in, not Makefile.am.
1146
1147 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1148
1149         * mdate-sh: Bug fix from Jim Meyering.
1150
1151         * dist.am (dist): Changed in parallel with dist-subd-top.am.
1152
1153         * mkinstalldirs: Reverted.
1154
1155         * automake.in (initialize_global_constants): Allow COPYING.LIB
1156         again.
1157         (check_gnits_standards): Disallow COPYING.LIB.
1158
1159         * texinfos.am (install-info): Only look in $(srcdir) for info
1160         files.
1161
1162         * automake.in (initialize_global_constants): New variable
1163         gen_copyright.
1164         (read_am_file): Put a copyright in each Makefile.in.
1165
1166         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
1167
1168         * automake.in (am_install_var): Put space before "=".
1169         (handle_dist): Put README first in DIST_COMMON.
1170
1171         * Makefile.am (pkgdata_DATA): Include COPYING.
1172
1173         * COPYING: New file.
1174
1175         * automake.in (parse_arguments): Added --gnu and --gnits as
1176         synonyms.
1177         (initialize_global_constants): Ditto.
1178         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
1179         (initialize_global_constants): Look for README first.
1180         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
1181         ABOUT-GNU.
1182         (check_gnu_standards): Require file COPYING.
1183
1184         From François Pinard:
1185         * automake.in (file_contents): Comment out "warn"s.
1186         (usage): Use 4 columns.
1187         (USAGE_FORMAT): Ditto.
1188
1189         * texinfos.am (install-info): Look for info file relative to $$d.
1190
1191         * Makefile.am (cvs-dist): Suppress output of "grep".
1192
1193         * configure.in (VERSION): Version 0.28.
1194
1195         * automake.in (pretty_print_internal): Fix for Perl 4
1196         compatibility.
1197
1198         * configure.in (VERSION): Version 0.27.
1199
1200         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
1201         invocation.
1202
1203         * automake.in (initialize_global_constants): Don't quote "@" in
1204         $install_man_format.
1205         (handle_merge_targets): use "@:" as empty command, not ":".
1206
1207 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1208
1209         * texinfos.am (install-info): Look in $d for info files.  From
1210         François Pinard.
1211
1212         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
1213
1214         * automake.in (read_am_file): Correctly deal with continued
1215         variable definitions.
1216
1217 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1218
1219         * automake.in (handle_merge_targets): 'check' target depends on
1220         'all'.
1221         (file_contents): Don't be so verbose.
1222         (read_am_file): Ditto.
1223         (read_am_file): Must use substr to check for trailing \.
1224         (am_install_var): Use push_phony_cleaners.
1225         (file_contents): Set $was_rule when assuming a rule is seen.
1226         (read_am_file): Ditto.
1227         (do_one_clean_target): Removed spurious newline.
1228
1229         Some changes from François Pinard:
1230         * Removed trailing whitespace from all '.am' files.
1231         * tags-subd.am (ID): Use &&, not ;.
1232         (TAGS): Ditto.
1233         * automake.in (parse_arguments): Removed useless message.
1234         (parse_arguments): Don't explicitly referenced STDERR.
1235         (require_argument): Ditto.
1236         (am_error): Ditto.
1237         (set_strictness): Ditto.
1238         (file_contents): Ditto.
1239         (read_am_file): Ditto.
1240         (generate_makefile): Style tweaks.
1241         (handle_programs): Ditto.
1242         (handle_libraries): Ditto.
1243         (handle_texinfo): Ditto.
1244         (handle_man_pages): Ditto.
1245         (handle_tags): Ditto.
1246         (handle_dist): Ditto.
1247         (handle_subdirs): Ditto.
1248         (handle_configure): Ditto.
1249         (handle_footer): Don't put newline before footer.am contents.
1250         (handle_merge_targets): Style tweaks.
1251         (do_one_clean_target): Ditto.
1252         (dirname): Ditto.
1253         (am_variable): Ditto.
1254         Defined some new constants.
1255         (generate_makefile): Don't call generate_header.
1256         (generate_header): Removed.
1257         (file_contents): Rewrote.
1258         (read_am_file): Rewrote.
1259
1260         * automake.in (generate_makefile): Handle phony target.
1261         (do_one_clean_target): Pretty-print dependencies.
1262         (handle_installdirs): Pretty-print rule.
1263
1264         * Makefile.am (maintainer-check): Made some commands silent.
1265
1266         * automake.in (initialize_global_constants): Don't install or
1267         uninstall cat'd man pages.
1268         (initialize_per_input): Added phony target.
1269         (push_phony_cleaners): New function.
1270         (get_object_extension): Handle phony targets.
1271         (handle_texinfo): Ditto.
1272         (handle_man_pages): Ditto.
1273         (handle_tags): Ditto.
1274         (handle_dist): Ditto.
1275         (handle_subdirs): Ditto.
1276         (handle_installdirs): Ditto.
1277         (handle_merge_targets): Ditto.
1278         (handle_clean): Ditto.
1279         (do_one_merge_target): Ditto.
1280         (am_install_var): Ditto.
1281         (handle_phony): New function.
1282         (generate_makefile): Call it.
1283         (pretty_print_internal): New function.
1284         (pretty_print_rule): Ditto.
1285
1286 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1287
1288         * automake.in (initialize_global_constants): Don't print body of
1289         loop at make time.
1290
1291         Changes from François Pinard:
1292         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
1293         (DEP_FILES): Put dependency files in $(srcdir).
1294         Look in $(srcdir) when including dependency files.
1295         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
1296         (.deps/%.P): MKDEP includes all macro expansions.
1297         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
1298         be so verbose.
1299         * dist-subd.am (dist): Don't be so verbose.
1300         * dist.am (dist): Don't be so verbose.
1301
1302         * automake.in (do_one_clean_target): Remove config.status in
1303         maintainer-clean.  From Jim Meyering.
1304
1305         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
1306         Meyering.
1307
1308         * automake.in (handle_merge_targets): Add dummy command for empty
1309         install target.  From Jim Meyering.
1310
1311 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1312
1313         * texinfos.am (uninstall-info): Bug fix.
1314
1315         * Makefile.am (maintainer-check): Error if ${...} used.
1316         * depend.am (DEP_FILES): Prefer $(...).
1317
1318         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
1319         exists.
1320         * libraries.am (install-@DIR@LIBRARIES): Only install library if
1321         it exists.
1322         * programs.am (install-@DIR@PROGRAMS): Only install program if it
1323         exists.
1324
1325         * texinfos-vars.am (TEXFILES): Removed.
1326
1327         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
1328
1329         * automake.in (do_one_merge_target): Never generate trailing
1330         whitespace.
1331         (pretty_print): New function.
1332         (handle_footer): Prettyprint definitions.
1333         (am_install_var): Ditto.
1334         (handle_source_transform): Ditto.
1335         (handle_dist): Ditto.
1336         (handle_libraries): Ditto.
1337         (read_am_file): Put comments nearer appropriate code.
1338
1339         * texi-clean.am (mostlyclean-info): Use continued lines, not
1340         multiple rm's.  From Jim Meyering.
1341
1342 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1343
1344         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
1345         mkinstalldirs, texinfo.tex to be installed.
1346         * automake.in (symlink_exists): New global.
1347         (install_missing): Ditto.
1348         (require_file): Install missing files if possible.
1349         (parse_arguments): Handle --install-missing option.
1350         (initialize_global_constants): Document --install-missing.
1351
1352         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
1353         Ensure 'checks' pass before release.
1354         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
1355         Franc,ois Pinard.
1356         (cvs-dist): Depend on maintainer-check instead of explicitly
1357         running check.
1358
1359         * configure.in (VERSION): Version 0.26.
1360
1361         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
1362         of 'if' test.
1363
1364         * depend.am (DEP_FILES): Bug fix.
1365
1366         * automake.in (do_one_clean_target): Typo.
1367
1368         * Makefile.am (check-local): Run syntax check under Perl 4.
1369
1370         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
1371         (handle_source_transform): Loop variable is now $_.  From Gor
1372
1373         * Makefile.am (check-local): Check for 'true' in source.
1374         * texinfos.am (install-info): Can't use "true" in any rule.
1375
1376 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1377
1378         * Makefile.am (cvs-dist): New target.
1379
1380         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
1381         failures.
1382
1383         * texinfos.am (install-info): Don't do install-info for now.
1384
1385         * clean.am (distclean-generic): Don't remove config.status here.
1386         * automake.in (do_one_clean_target): Remove config.status later,
1387         for 'make -j2'.  From Jim Meyering.
1388
1389 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1390
1391         * configure.in (VERSION): Version 0.25.
1392
1393         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
1394         (handle_configure): Check for AC_PROG_MAKE_SET.
1395
1396         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
1397         Meyering.
1398
1399         * automake.in (am_install_var): Changed how 'clean' handled for
1400         uniform name targets.
1401         * Makefile.am (pkgdata_DATA): Added new files.
1402         * data-clean.am: New file.
1403         * scripts-clean.am: New file.
1404         * libraries-clean.am: New file.
1405         * programs-clean.am: New file.
1406
1407 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1408
1409         * automake.in (am_install_var): Error if variable name
1410         "misspelled".
1411         (handle_source_transform): Automatically include .c file
1412         corresponding to .y or .l.
1413
1414 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1415
1416         * programs.am: Changed for uniform naming scheme.
1417
1418         * automake.in (read_am_file): Allow '-' and '.' in target names.
1419         (generate_makefile): Don't pass arguments to handle_libraries.
1420         (initialize_per_input): Define @sources, @objects.
1421         (generate_makefile): Init @sources, @objects if needed.
1422         (handle_source_transform): Push onto @sources, @objects here.
1423         (am_install_var): Push primary onto @all, for configure-time
1424         customization.
1425         (handle_programs): Use new uniform naming scheme.
1426
1427         * Makefile.am (check-local): New target.
1428
1429         * automake.in (handle_libraries): Use uniform naming scheme.
1430
1431         * libraries.am: Rewrote for uniform naming scheme.
1432
1433         * scripts.am: Updated names of all clean targets.
1434
1435         * automake.in (handle_programs): Split on all whitespace.
1436         (handle_libraries): Ditto.
1437         (handle_texinfo): Ditto.
1438         (handle_man_pages): Ditto.
1439         (am_install_var): Changed return result.
1440         (am_install_var): Changed interface.
1441         (am_install_var): Push onto @clean@ if requested.
1442         (handle_scripts): Pass -clean to am_install_var.
1443
1444 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1445
1446         * automake.in (am_install_var): Push target onto @all.
1447         (get_object_extension): Use $(...).
1448         (handle_source_transform): Ditto.
1449         (handle_programs): Ditto.
1450
1451         * automake.in (require_argument): New function.
1452         (parse_arguments): Use it.
1453         (push_dist_common): New function.
1454         (generate_makefile): Use it.
1455         (handle_texinfo): Ditto.
1456         (handle_dist): Ditto.
1457         (handle_configure): Ditto.
1458         (require_file): Ditto.
1459         (generate_makefile): Don't pass arguments to handle_scripts.
1460         (handle_configure): Require configure.in.
1461         (check_gnu_standards): New function.
1462         (check_gnits_standards): Ditto.
1463         (generate_makefile): Check standards.
1464
1465         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
1466
1467         * automake.in (LENIENT, GNU, GNITS): New constants.
1468         (initialize_per_input): New function.
1469         (generate_makefile): Use it.
1470         (initialize_global_constants): Renamed from init_globals.
1471         (require_file): Added strictness argument.
1472         (parse_arguments): Added --strict option.
1473         (set_strictness): New function.
1474         (parse_arguments): use it.
1475         (initialize_global_constants): Document --strictness.
1476
1477         * automake.in: Use ${1+"$@"} to preserve quoting when running
1478         under sh.
1479
1480         * texinfos.am (install-info): Don't use "true".
1481         * tags.am (TAGS): Don't use "true".
1482
1483         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
1484         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
1485
1486         * program.am (@PROGRAM@): Use LINK macro.
1487         * compile.am (.c.o): Use COMPILE macro.
1488
1489         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
1490         ${...}.
1491
1492         * subdirs.am (RECURSIVE): Removed macro.
1493
1494         * clean.am: Changed to not be so verbose.
1495
1496         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
1497         * automake.in (handle_texinfo): Transform texi-clean and put into
1498         output rules.
1499         * texinfos-vars.am (TEXFILES): Removed.
1500         * texinfos.am: Removed 'clean' targets.
1501         * texi-clean.am: New file.
1502
1503         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
1504
1505         * texinfos-vars.am (TEXFILES): Added *.op.
1506
1507         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
1508         standards.
1509         * dist.am (dist): Use DISTFILES.
1510         * dist-subd.am (dist): Use DISTFILES.
1511         * dist-subd-top.am (dist): Use DISTFILES.
1512
1513 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1514
1515         * Makefile.am (ETAGS_ARGS): Define.
1516
1517         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
1518         Meyering.
1519
1520         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
1521
1522         * automake.in (handle_scripts): Use am_install_var.
1523
1524         * scripts.am: Rewrote for new uniform naming scheme.
1525
1526         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
1527
1528         * libscripts.am: Removed.
1529
1530         * packagedata.am: Removed.
1531
1532         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
1533         (pkgdata_DATA): Renamed from PACKAGEDATA.
1534
1535         * automake.in (handle_data): Use am_install_var.
1536         (init_globals): Init %exec_dir_p.
1537
1538         * data.am: Rewrote for new uniform naming scheme.
1539
1540         * automake.in (get_object_extension): New function.
1541         (handle_programs): Use it.
1542         (dir_holds_sources): Changed interpretation.
1543         (handle_headers): New function.
1544         (am_install_var): New function.
1545         (generate_makefile): Call handle_headers.
1546
1547         * header-vars.am (pkgdatadir): New macro.
1548         (pkglibdir): Ditto.
1549         (pkgincludedir): Ditto.
1550
1551         * automake.in (handle_source_transform): New function.
1552         (am_error): New function.
1553         (generate_makefile): Use it.
1554         (handle_source_transform): Ditto.
1555         (handle_texinfo): Ditto.
1556         (handle_dependencies): Ditto.
1557         (handle_merge_targets): Ditto.
1558         (require_file): Ditto.
1559
1560 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1561
1562         * automake.in: Updated FSF address.  From Jim Meyering.
1563         * header-vars.am: Updated FSF address.
1564
1565         * distname.am: Removed.
1566
1567         * automake.in (file_contents): Strip "##" comments.
1568         * Various files: Added "##" comments for strange things.
1569
1570         * automake.in (handle_tags): Generate TAGS rule for every
1571         directory.
1572
1573         * subdirs.am (RECURSIVE): Include installcheck-recursive.
1574         * automake.in (installcheck): New variable.
1575         (generate_makefile): Initialize it.
1576         (handle_subdirs): Push 'installcheck-recursive'.
1577         (handle_merge_targets): Handle installcheck target.
1578
1579 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
1580
1581         * automake.in ($PACKAGE): Removed.
1582
1583         * header-vars.am (ALL): Removed.
1584
1585         * automake.in: Reworked 'all' target handling.
1586
1587         * automake.in (generate_makefile):
1588         Don't use AM_ forms in call to am_variable.
1589
1590         * automake.in: Changes for Perl 5, from Gord Matzigkeit
1591
1592         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
1593
1594         * automake.in (handle_footer): Allow SUFFIXES variable.
1595
1596         * automake.in (am_variable): New function.
1597         (handle_texinfo): Use it.
1598         (generate_makefile): Use it.
1599
1600         * configure.in: Version 0.24.
1601
1602 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
1603
1604         * automake.in (handle_libraries):
1605         Generate blah_LIBADD defines if required.
1606
1607         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
1608
1609         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
1610
1611         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
1612
1613         * configure.in: Version 0.23
1614
1615         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
1616
1617         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
1618
1619         * automake.in: New option --output-dir
1620
1621         * automake.in (handle_configure): Fixed typo.
1622
1623         * automake.in (handle_installdirs): Always make installdirs target.
1624
1625         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
1626         uninstall-exec-recursive.  Added installdirs-recursive.
1627
1628         * automake.in (handle_installdirs): Handle installdirs-recursive.
1629         (handle_man_pages): 'all' depends on $(MANS)
1630
1631         * Makefile.am: Removed mans.am.
1632
1633         * automake.in: More man-related fixes
1634
1635         * automake.in: Bug fixes
1636
1637         * automake.in: Rewrote man page handling.
1638
1639         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
1640
1641         * automake.in (handle_installdirs): New function.
1642         (@installdirs): New global.
1643         Many changes to deal with installdirs.
1644
1645         * clean.am (clean-generic): Always supply 'else' clause to 'if'
1646
1647         * automake.in (generate_header): Don't use header.am.
1648         (handle_dist): Don't use dist-subd-vars.am.
1649
1650         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
1651
1652         * Makefile.am (DISTCLEANFILES): Removed.
1653
1654         * clean.am (clean-generic): Bug fix.
1655
1656         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
1657
1658         * texi-version.am (clean-vti): No such macro as VTI
1659
1660 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
1661
1662         * automake.in: Bug fix for maintainer-clean
1663
1664         * automake.in (do_one_clean_target):
1665         Print special text in maintainer-clean.
1666         (handle_clean): Always include clean.am
1667
1668         * clean.am: Use -generic clean targets.
1669
1670         * compile.am: Added clean targets.
1671
1672         * configure.in: Version 0.22.
1673
1674         * automake.in (handle_dependencies):
1675         Put trailing newline after all deps.
1676
1677         * automake.in (handle_dependencies): Another dependency bug fix.
1678
1679         * automake.in (handle_dependencies):
1680         Bug fix when including dependencies.
1681
1682         * automake.in (handle_configure):
1683         Verify existence of install-sh, mkinstalldirs
1684
1685         * automake.in (handle_texinfo): Include stamp-vti in distribution
1686
1687         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
1688         Include DATA, PACKAGEDATA.
1689
1690         * Makefile.am: Nothing
1691
1692         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
1693
1694         * automake.in (handle_texinfo): Typo
1695
1696         * automake.in: If script ends up in shell, feed to perl
1697
1698         * automake.in: Rewrote 'clean' rules.
1699         Documentation made and installed first.
1700         'all' depends on 'info'
1701
1702 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
1703
1704         * configure.in, Makefile.am: Turned off internationalization.
1705
1706         * clean-kr.am: Rewrote for new clean scheme.
1707
1708         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
1709
1710         * Makefile.am (PACKAGEDATA): Include tags-clean.am
1711
1712         * subdirs.am: Removed bogus local clean targets
1713
1714         * tags-clean.am: Initial revision
1715
1716         * texi-version.am: Added clean targets
1717
1718         * texinfos.am: Fixes to clean targets.
1719
1720         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
1721         Added clean targets
1722
1723         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
1724
1725         * automake.in: Completely revamped automatic de-ANSI-fication
1726
1727         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
1728
1729         * compile-vars.am (LINK): New macro
1730
1731         * kr-vars.am: Trailing blank line
1732
1733         * compile-kr.am: Rewrote
1734
1735         * compile-vars.am (COMPILE): New macro
1736
1737         * compile-vars.am (ANSI2KNR): Removed
1738
1739         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
1740
1741         * kr-vars.am: Initial revision
1742
1743         * automake.in (require_file): New function.
1744         (handle_texinfo): Require 'mdate-sh'
1745         (common_sometimes): New variable
1746         (usage): Use it.
1747
1748         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
1749
1750         * mdate-sh: Initial revision
1751
1752         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
1753
1754         * automake.in (generate_makefile):
1755         Put Makefile.in, Makefile.am in @dist_common
1756         (handle_configure): Use @dist_common as appropriate
1757
1758         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
1759
1760         * configure.in: Abort if perl not found
1761
1762         * configure.in: Look for perl
1763
1764         * automake.in: Reimplemented in Perl
1765
1766         * automake.in: Fixlet
1767
1768 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
1769
1770         * automake.in: Always print ".SUFFIXES:" rule.
1771
1772         * automake.in: Distribution config.h.in if required
1773
1774         * automake.in: Bug fix when including texi-version.am
1775
1776         * automake.in: Bug fix when looking for .texi file in $am_reldir
1777
1778         * depend.am: Comment fix
1779
1780         * automake.in: Look for .texi file in $am_reldir
1781
1782         * automake.in: Fixlet
1783
1784         * automake.in: Blank line after targets from user's Makefile.am
1785
1786         * automake.in: Move footer items to actual footer
1787
1788         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
1789
1790         * automake.in (common):
1791         Don't include acconfig.h, config.h.top, config.h.bot
1792
1793         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
1794
1795         * Makefile.am (CONFIG_H): Define
1796
1797         * acconfig.h: Initial revision
1798
1799         * configure.in: Use AC_CONFIG_HEADER.
1800
1801         * automake.in: Put blah_TEXINFOS into DIST_COMMON
1802
1803         * automake.in: .info file explicitly depends on primary .texi file
1804
1805         * texinfos.am (install-info): Always supply 'else' clause to 'if'
1806
1807         * tags.am (TAGS): Always supply 'else' clause to 'if'
1808
1809         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
1810
1811         * automake.in: Always include footer.am in output
1812
1813         * mans.am (install-man): Always supply 'else' clause to 'if'
1814
1815         * automake.in: More version.texi fixes
1816
1817         * automake.in: Only do version.texi processing if requested.
1818
1819         * automake.in: Minor internationalization fixes.
1820         Subshell can now exit with nonzero status.
1821         Fixed up .texi handling; now uses texi-version.am
1822         Make sure '.c' and '.o' are in .SUFFIXES if required.
1823
1824         * Makefile.am (PACKAGEDATA): Include texi-version.am
1825         (stamp-vti, version.texi): Removed
1826         (TEXINFOS): Don't reference version.texi
1827
1828         * texi-version.am: Initial revision
1829
1830         * dist.am, dist-subd-top.am (dist):
1831         [DIST_SUBDIRS] Follow symlinks when copying.
1832
1833         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
1834
1835 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
1836
1837         * automake.in: Added --amdir option
1838
1839         * Makefile.am, configure.in: Turned on internationalization
1840
1841         * Makefile.am: Set EDITION
1842
1843         * configure.in: Version 0.21
1844
1845         * tags.am, tags-subd.am: Don't use double-colon rules
1846
1847         * automake.in: Redid install-data, install-exec, uninstall handling
1848
1849         * configure.in: Turn off i18n
1850
1851 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
1852
1853         * automake.in (common): Remove NLS
1854
1855         * automake.in (common): Include ABOUT-NLS.
1856
1857         * automake.in: Test for install-sh and mkinstalldirs
1858
1859         * automake.in: Blank line after OBJECTS= line
1860
1861         * automake.in: Start subshell in loop after check for Makefile.am
1862
1863         * automake.in: --use-deps now the default
1864
1865         * automake.in (am_dir): Don't apply transform to install directory name
1866
1867         * packagedata.am: Don't apply transform to install directory name
1868
1869         * Makefile.am (SUBDIRS): Hold off on internationalization
1870
1871 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
1872
1873         * automake.in:
1874         Write 'SOURCES =' line after copying Makefile.am variables
1875
1876         * automake.in: Fixed bug in "--" option processing
1877
1878         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
1879
1880         * Makefile.am (DIST_OTHER): Include gettext-sh
1881
1882         * Makefile.am (SUBDIRS): Define
1883
1884         * configure.in: Include internationalization bits
1885
1886         * automake.in: Many changes to avoid double-colon rules.
1887
1888         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
1889
1890         * subdirs.am: Removed "::" rules
1891
1892         * header.am: Removed install, uninstall
1893
1894         * header.am: Added install, uninstall targets
1895
1896         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
1897
1898         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
1899         Removed "::" rules
1900
1901         * Makefile.am (PACKAGEDATA): Include libscripts.am
1902
1903         * libprograms.am: Don't install libscripts here
1904
1905         * libscripts.am: Initial revision
1906
1907         * scripts.am, programs.am, libprograms.am: Removed "::" rules
1908
1909         * automake.in (am_dir): Run package name through name transform.
1910
1911         * automake.in: Don't use packagedata.sed or data.sed
1912
1913         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
1914         packagedata.am
1915
1916         * data.am: No longer run through sed
1917
1918         * packagedata.am: Initial revision
1919
1920 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
1921
1922         * automake.in: No blank line after Usage
1923
1924         * automake.in: Removed "NLS nuisances" section.
1925         Now uniformly uses $echo for user-visible messages (in advance of
1926         internationalization)
1927
1928         * subdirs.am (maintainer-clean): Don't use realclean-local
1929
1930         * Makefile.am: Use PACKAGEDATA, not custom code
1931
1932         * data.am: Use @LONG@, not $(@LONG@)
1933
1934         * automake.in: Handle DATA and PACKAGEDATA
1935
1936         * packagedata.sed: Initial revision
1937
1938         * data.am: Use @DIR@, not $(@DIR@)
1939
1940         * data.sed: Use $(datadir), not datadir
1941
1942         * data.sed: Initial revision
1943
1944         * data.am: Wrote uninstall targets
1945
1946         * data.am: Initial revision
1947
1948         * dist-subd.am (dist): Don't link a file that has already been linked
1949
1950         * dist-subd-top.am, dist.am (dist):
1951         Run `automake --include-deps' before making distribution
1952
1953         * automake.in: More dependency-tracking bug fixes
1954
1955         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
1956
1957         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
1958
1959         * tags-subd.am, tags.am: Added trailing blank line
1960
1961         * depend.am: Use ".P", not "empty.P", as placeholder.
1962
1963         * automake.in: Only include depend.am if SOURCES not empty
1964
1965         * automake.in: Added --use-deps and --include-deps options.
1966         Handle auto-generating dependencies.
1967
1968         * Makefile.am (am_DATA): Include depend.am
1969
1970         * depend.am: Initial revision
1971
1972         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
1973
1974         * automake.in: Put blank line after .SUFFIXES
1975
1976         * scripts.am: Added blank line at end
1977
1978         * scripts.am: Removed unnecessary comment
1979
1980         * scripts.am: Removed unnecessary workarounds
1981
1982         * automake.in: Don't include programs.am if PROGRAMS empty
1983
1984         * header-vars.am (INSTALL_SCRIPT): Typo
1985
1986         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
1987
1988         * automake.in: Handle .SUFFIXES here.
1989
1990         * configure.in: Use fp_PROG_INSTALL
1991
1992         * header-vars.am: Changes for autoconf 2.5.
1993         Now includes INSTALL_SCRIPTS.
1994
1995         * texinfos.am (install-info): Bug fix
1996
1997         * automake.in:
1998         Include scripts.am or libscripts.am in output if appropriate
1999
2000         * programs.am (install-programs, uninstall-programs):
2001         Don't install SCRIPTS
2002
2003         * Makefile.am (am_DATA): Include scripts.am
2004
2005         * scripts.am: Initial revision
2006
2007 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
2008
2009         * automake.in:
2010         Cleaned up how "prog_SOURCES" variable is found in input.
2011         Ditto prog_OBJECTS.
2012         Put static sed scripts into separate, installed files.
2013
2014         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
2015
2016         * hack-make.sed, nl-remove.sed: Initial revision
2017
2018         * texinfos.am (install-info): Rewrote
2019
2020         * subdirs.am (all-recursive): Put with other -recursive rules
2021
2022         * configure.in: Version 0.20
2023
2024         * automake.in: Another bug fix
2025
2026         * automake.in: Bug fix when looking for texinfo.tex
2027
2028         * texinfo.tex: Initial revision
2029
2030         * automake.in:
2031         If TEXINFOS defined but texinfo.tex does not exist, give warning.
2032
2033         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
2034         (all-recursive): Don't fail immediately if -k specified.
2035
2036 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
2037
2038         * subdirs.am (_all):
2039         New target.  Now use Jim Meyering's formulation of AIX
2040         workaround.
2041         (install-exec, install-data): New targets
2042
2043 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
2044
2045         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
2046
2047         * automake.in: Use @datadir@
2048
2049         * automake.in: Added @configure_input@ line
2050
2051 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
2052
2053         * automake.in: "--help" option now prints auto-recognized file names.
2054         Allow AM_ overriding of more variables.
2055
2056         * texinfos.am (install-info):
2057         Don't cd to srcdir to avoid breaking install-sh
2058         Other bug fixes
2059
2060         * Makefile.am: Handle automake.texi
2061
2062 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
2063
2064         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
2065
2066         * tags.am (TAGS): bug fix
2067
2068         * automake.in: Use am_dir, not AM_DIR.
2069         Use version, not VERSION.
2070         Bug fix in TAGS code.
2071
2072         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
2073
2074         * subdirs.am: TAGS target now in tags.am
2075
2076         * footer.am: TAGS and ID targets now in tags-subd.am
2077
2078         * tags-subd.am, tags.am: Initial revision
2079
2080         * automake.in: Cleaned up AM_PROGRAM code.
2081         Handle TAGS target better
2082
2083         * remake.am, remake-subd.am (Makefile.in): Bug fix.
2084
2085         * automake.in (usage): Updated
2086
2087         * remake-subd.am, remake.am:
2088         Added rule where Makefile.in depends on Makefile.am
2089
2090         * automake.in: Entire body of 'for' loop now in subshell
2091
2092         * automake.in (common): config.guess and config.sub are common files.
2093
2094         * dist-subd-top.am, dist.am (dist): Bug fix.
2095
2096         * Makefile.am (DIST_OTHER): Don't include TODO
2097
2098         * automake.in: Auto-include TODO and THANKS files.
2099
2100         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
2101
2102         * automake.in: More bug fixes in "look for Makefile.am" code.
2103
2104         * automake.in: Bug fix in "look for Makefile.am" code.
2105
2106         * automake.in:
2107         If no arguments given, look for all Makefile.am's in this
2108         directory and in immediate subdirs
2109
2110         * automake.in: Bug fixes for LDADD-override feature.
2111
2112         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
2113
2114         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
2115
2116         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
2117
2118         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
2119
2120 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
2121
2122         * automake.in: No longer look for _SOURCES or _OBJECTS
2123
2124         * header-vars.am:
2125         Remove "automatically created" header (now in automake).
2126         Updated copyright.
2127
2128         * automake.in: Put version info in Makefile header
2129
2130 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
2131
2132         * automake.in: Minor cleanups
2133
2134         * dist-subd-top.am, dist.am (dist):
2135         Don't link or copy file if it already exists.
2136
2137         * automake.in:
2138         Look for _SOURCES (common sources) and generate _OBJECTS.
2139
2140         * footer.am (ID, TAGS): Include HEADERS
2141
2142         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
2143
2144 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
2145
2146         * dist-subd.am (distdir): Is relative to ".."
2147
2148         * dist-subd-vars.am (PACKAGE, VERSION): Define
2149
2150         * dist-subd.am (dist): Don't handle DIST_DIRS.
2151
2152         * mans.am (uninstall-man): Another bug fix.
2153
2154         * mans.am (uninstall-man): Bug fix.
2155
2156         * dist.am, dist-subd-top.am (dist): Bug fix
2157
2158         * Makefile.am (DIST_SUBDIRS): New macro
2159
2160         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
2161
2162         * Makefile.am (DIST_OTHER): Include automake.in
2163
2164         * Makefile.am (DISTCLEANFILES): New macro.
2165
2166         * automake.in (common): Include COPYING.LIB
2167
2168         * Makefile.am (automake): New rule.
2169
2170         * texinfos.am (install-info): Changed per GNU standards
2171
2172         * remake-hdr.am (stamp-h.in):
2173         Use "touch", not "date", per GNU standards.
2174
2175         * automake.in (common): Include texinfo.tex
2176
2177 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
2178
2179         * automake.in: More fixes when finding common files.
2180
2181         * Makefile.am (DIST_OTHER): Another removal.
2182
2183         * automake.in: Special-case when amdir=.
2184
2185         * Makefile.am (DIST_OTHER): Removed auto-detected files.
2186
2187         * automake.in:
2188         Search for commonly-used files and auto-include them in distribution
2189
2190         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
2191         (DIST_CONF): Removed files searched for by automake.
2192
2193         * automake.in: More arg-parsing bug fixes.
2194
2195         * Makefile.am (DIST_OTHER): Include install-sh
2196
2197         * Makefile.am (DIST_OTHER): Don't include auto-included files.
2198
2199         * automake.in: Bug fixes to argument parsing code.
2200
2201         * automake.in: Handle --version and --help.
2202         NLS stuff from autoconf.
2203
2204         * Makefile.am (amdatadir): Fixed typo.
2205         (install): Make install directories
2206
2207         * Makefile.am: Use "install::", not "install:"
2208
2209         * install-sh, mkinstalldirs: Initial revision
2210
2211         * configure.in: Use AC_PROG_INSTALL
2212
2213         * automake.in: Set AM_DIR based on configure results.
2214
2215         * Makefile.am (install): New target.
2216         (amdatadir): New variable.
2217
2218         * automake.in: Use "#! /", not "#!/".
2219
2220         * Makefile.am, configure.in: Initial revision
2221
2222         * automake.in: Renamed from "automake".
2223         Set VERSION.
2224
2225         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
2226
2227         * automake.in: Insert remake-subd.am if appropriate.
2228
2229         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
2230
2231         * automake.in: Handle ALLPROGRAMS variable.
2232
2233         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
2234
2235         * automake.in: Fixlet when printing "subdir=DIR"
2236
2237         * automake.in: Put "subdir=DIR" into subdir Makefile
2238
2239         * automake.in: Don't refer to distname.am.
2240         Only put footer.am in subdir Makefiles.
2241
2242         * subdirs.am (id, ID): New target.
2243         (.NOEXPORT): Copied from footers.am.
2244
2245         * subdirs.am (TAGS): Bug fixes.
2246
2247         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
2248
2249         * subdirs.am (maintainer-clean-local): Remove TAGS
2250
2251         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
2252
2253         * subdirs.am: Use maintainer-clean, per GNU standards
2254
2255         * dist-subd-top.am: Some variables defined in dist-vars.am
2256
2257         * dist-vars.am (PACKAGE, VERSION):
2258         New variables, initialized by configure
2259
2260         * footer.am (id, ID): New targets
2261         (TAGS): Put TAGS file in build, not source, directory
2262
2263         * remake-subd.am (Makefile): Don't assume subdir is 'src'
2264
2265         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
2266
2267         * dist-subd.am: Changed to conform to new top-level dist target.
2268
2269         * dist-subd-top.am:
2270         Changed to assume PACKAGE and VERSION are set by configure.
2271
2272         * clean-kr.am, clean.am (maintainer-clean):
2273         Updated rules per GNU standards.
2274
2275         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
2276
2277 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
2278
2279         * automake.in, texinfos.am: kludge for multiple-part info files
2280
2281 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
2282
2283         * clean.am, clean-kr.am: remove INFOS
2284
2285 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
2286
2287         * texinfos.am: add path
2288
2289         * remake.am, remake-hdr.am: account for VPATH limitations
2290
2291 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
2292
2293         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
2294         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
2295
2296 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
2297
2298         * texinfos.am: install-info depends on info files
2299
2300         * dist-subd-vars.am, dist-vars.am: distrib info files
2301
2302 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
2303
2304         * clean-kr.am, clean.am: fix up distclean
2305
2306         * subdirs.am: fix typo
2307
2308         * clean.am: do more in distclean
2309
2310 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
2311
2312         * libraries.am: make install depend on all
2313
2314         * automake.in: fix typo
2315
2316 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
2317
2318         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
2319
2320         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
2321
2322         * dist-subd-top.am: Initial revision
2323
2324         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
2325         centralize prefix var setting
2326
2327         * header-vars.am: set all the std vars based on prefix
2328
2329 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
2330
2331         * automake.in: don't add kr stuff if not needed
2332
2333         * dist-vars.am: add config vars to dist
2334
2335 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
2336
2337         * program.am: add LDADD
2338
2339         * compile-vars.am: remove LDADD from LDFLAGS
2340
2341         * clean.am: move knr stuff to another file
2342
2343         * automake.in: use different clean file for ansi2knr
2344
2345         * clean-kr.am: Initial revision
2346
2347 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
2348
2349         * automake.in, dist-subd.am, dist.am: fix rules and dist
2350
2351 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
2352
2353         * compile.am, automake.in: split out knr
2354
2355         * compile-kr.am: Initial revision
2356
2357         * libprograms.am: fix typo
2358
2359         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
2360         make libprograms work
2361
2362         * libprograms.am: Initial revision
2363
2364         * automake.in, compile.am, header-vars.am: fix little bugs
2365
2366         * compile.am: allow parallel K&R
2367
2368         * clean.am: remove kerb temps
2369
2370         * automake.in: fix recognizing start of rules
2371
2372         * dist-subd.am, dist.am: fix dist
2373
2374         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
2375
2376 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
2377
2378         * automake.in: works on m4 too
2379
2380         * automake.in, mans.am: works on fileutils
2381
2382         * 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:
2383         works on fileutils except for all
2384
2385         * automake.in: vars thing
2386
2387         * header-vars.am: Initial revision
2388
2389         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
2390         entered into RCS
2391
2392         * compile-vars.am: Initial revision
2393
2394         * automake.in: many improvements
2395
2396         * footer.am: Initial revision
2397
2398         * dist.am: remove distname
2399
2400         * automake.in: namespace cleanup
2401
2402         * distname.am: Initial revision
2403
2404         * 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:
2405         might work
2406
2407         * 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:
2408         Initial revision
2409