fixlets
[platform/upstream/automake.git] / ChangeLog
1 Sat Mar  8 22:54:35 1997  Tom Tromey  <tromey@cygnus.com>
2
3         * texinfo.tex: New version.
4
5         * automake.in (handle_emacs_lisp): If EMACS is `no', then we
6         couldn't find an Emacs.  So don't bother running elisp-comp.  From
7         Ulrich Drepper.
8
9         * automake.in (handle_texinfo): Added .tr and .cv to list of
10         texinfo clean extensions.  From Karl Berry.
11
12 Fri Feb 28 22:14:53 1997  Tom Tromey  <tromey@cygnus.com>
13
14         * Makefile.am: Make sure we never use "undef".
15
16         * automake.in (usage): Changed bug-reporting address.
17         (handle_dist): Use undef, not delete.
18
19 Wed Feb 26 00:20:39 1997  Tom Tromey  <tromey@cygnus.com>
20
21         * automake.in (handle_tags): In default case, add @tags_deps to
22         dependencies of tags target.
23
24 Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
25
26         * automake.in (handle_tests): If a test failed, then make should
27         fail.  From Jim Meyering.
28
29 Mon Feb 24 19:02:21 1997  Tom Tromey  <tromey@cygnus.com>
30
31         * texi-vers.am (@VTEXI@): Copy stamp file into output.
32
33 Sun Feb 23 00:10:36 1997  Tom Tromey  <tromey@cygnus.com>
34
35         * automake.in (handle_programs): Give correct error line for lex
36         error.
37         (am_line_error): Avoid uninitialized value errors from perl -w.
38
39         * aclocal.in (scan_m4_files): Fixed perl -w warning.
40
41         * texinfos.am (.texi, .texinfo): New targets.
42
43         * automake.in (scan_texinfo_file): Renamed.
44         (handle_texinfo): Handle files without ".info" extension.
45
46         * automake.in (handle_subdirs): Error if directory contains "/".
47         (handle_yacc_lex_cxx): Quoting fix.
48         (handle_single_transform_list): Use transformed (non-ansi) version
49         of $obj instead of explicit ".o".  From Gord Matzigkeit.
50
51         * m4/sanity.m4: Pass -L to ls if possible.
52
53 Sat Feb 22 15:22:31 1997  Tom Tromey  <tromey@cygnus.com>
54
55         * dist-vars.am (DISTFILES): Don't distribute MANS.
56
57         * automake.in (handle_dist): Use define_variable to define TAR,
58         GZIP.
59         (handle_dist): Pass GZIP in environment to tar.
60         (initialize_global_constants): Likewise.
61
62         From Kaveh Ghazi:
63         * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
64         AC_C_CONST.
65         * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
66         or AC_C_CONST.
67
68 Fri Feb 21 00:39:17 1997  Tom Tromey  <tromey@cygnus.com>
69
70         From The Crimson Binome:
71         * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
72         (output_yacc_build_rule): New sub for C++ yacc/lex.
73
74         * automake.in (my_glob): New sub.
75         (handle_dependencies): Use my_glob.
76         (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
77
78         * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
79         scripts.am, texinfos.am: Add leading space to echo.
80
81         * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
82         endings.  From Jim Blandy.
83         (install_man_format): Make rule silent; instead print actual
84         command.
85
86 Tue Feb  4 18:29:42 1997  Tom Tromey  <tromey@cygnus.com>
87
88         * dist-vars.am (TAR): Removed.
89         * automake.in (TAR): New variable.
90         (handle_dist): Explicitly define TAR.
91         * configure.in: Compute TAR.
92
93         * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
94         @dep_files.
95         (AC_SUBST_PATTERN): Typo fix.
96         (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
97         (handle_clean): Put -recursive target before -am target.
98         (handle_merge_targets): Put basename of $config_name on @all.
99         Test confsub.test.  From Ramón García Fernández.
100
101 Tue Jan 28 22:19:04 1997  Tom Tromey  <tromey@cygnus.com>
102
103         * automake.in (initialize_global_constants): Put libtoolize files
104         into @common_files, not @common_sometimes.  From Gord Matzigkeit.
105
106 Sun Jan 26 17:46:08 1997  Tom Tromey  <tromey@cygnus.com>
107
108         * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir).  From
109         Per Bothner.
110
111 Sun Jan 12 18:28:16 1997  Fred Fish  (fnf@ninemoons.com)
112
113         * automake.in: Use 'interlock' and 'ylwrap' from source
114         directory or aux config directory, not build directory.
115
116 Tue Jan  7 18:35:10 1997  Tom Tromey  <tromey@cygnus.com>
117
118         * aclocal.in (parse_arguments): Handle -I.
119         (usage): Ditto.
120         (scan_m4_files): Ditto.
121
122         * automake.in (handle_single_transform_list): Don't give error
123         message if extension unrecognized.
124
125 Tue Dec 17 11:18:20 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
126
127         * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
128         $CONFIG_HEADER.
129
130 Tue Jan  7 17:59:26 1997  Tom Tromey  <tromey@cygnus.com>
131
132         * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
133         AM_PROG_INSTALL, not AC_PROG_INSTALL.  From Jim Blandy.
134         (handle_texinfo): Handle no-texinfo.tex option.
135         (handle_options): Ditto.
136
137 Thu Jan  2 14:16:17 1997  Tom Tromey  <tromey@cygnus.com>
138
139         * automake.in (am_install_var): Ignore EXTRA libtool libraries.
140         From Marius Vollmer.
141
142 Wed Dec 18 15:27:09 1996  Tom Tromey  <tromey@cygnus.com>
143
144         * automake.in (read_am_file): Sort configure_vars before adding to
145         output_vars.
146         (handle_yacc_lex_cxx): Sort de_ansi_objects.
147         (handle_man_pages): Sort %section keys.
148
149 Tue Dec 10 00:41:17 1996  Tom Tromey  <tromey@cygnus.com>
150
151         * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
152         names only.  Test subst.test.
153         (scan_one_configure_file): Skip AC_DEFUN lines.  Test
154         defun2.test.
155
156 Mon Dec  9 08:18:42 1996  Tom Tromey  <tromey@cygnus.com>
157
158         * automake.in (file_contents_with_transform): Use ne, not !=, to
159         compare strings.  Compare against correct string.  From Jim
160         Meyering.
161         (handle_texinfo): Use rm -f to remove info files.  From Gord
162         Matzigkeit.
163
164         * Released 1.1l.
165
166         * automake.in (handle_texinfo): Put .ps on @suffixes.
167
168 Sun Dec  8 12:29:52 1996  Tom Tromey  <tromey@cygnus.com>
169
170         * automake.in (am_install_var): Directory with 'exec' in its name
171         is installed by install-exec.
172
173         * subdirs.am (maintainer-clean-recursive): Make commands quiet.
174         * texinfos.am: Make commands quiet.
175         * scripts.am: Make commands quiet.
176         * progs.am: Make commands quiet.
177         * ltlibs.am: Make comamnds quiet.
178         * lisp.am: Make commands quiet.
179         * libs.am: Make commands quiet.
180         * header.am: Make commands quiet.
181         * data.am: Make commands quiet.
182
183         * automake.in (variable_value_as_list): Handle := substitution
184         references.
185         (am_conf_line_error): Take file argument.  Changed all callers.
186         (scan_one_configure_file): Skip config header of [$1].
187         (scan_dependency_file): Don't add top_builddir to regex if it is
188         ".".  Don't include top_builddir in output if it is ".".
189         (scan_one_configure_file): Skip version of [$2].
190
191 Sat Dec  7 11:34:39 1996  Tom Tromey  <tromey@cygnus.com>
192
193         * automake.in (scan_one_configure_file): New sub.
194         (scan_configure): Scan aclocal.m4 as well as configure.in.
195         (handle_configure): Makefile.in now depends on $(ACLOCAL), because
196         automake scans it.
197
198         * automake.in (handle_configure): Put full path to file onto
199         @rewritten_inputs.  Test output4.test.
200
201         * automake.in (handle_configure): Put proper name onto @inputs.
202         Test output3.test.
203
204         * automake.in (handle_configure): Pass correct args to automake
205         invocations.  Test remake2.test.
206
207         * automake.in (handle_configure): Check dirname of $file, not of
208         $local.  Test output2.test.
209
210         * automake.in (handle_dependencies): Added some missing ";"s in
211         transforms.
212         (get_object_extension): Ditto.
213         (handle_tags): Ditto.
214         (handle_tests): Ditto.
215         (read_am_file): Ditto.
216         (am_install_var): Ditto.
217         (file_contents_with_transform): Die if transform missing trailing
218         ";".
219
220         * automake.in (am_install_var): Quote $ in regexp substitution.
221         From Ulrich Drepper.
222
223 Fri Dec  6 18:54:10 1996  Tom Tromey  <tromey@cygnus.com>
224
225         * automake.in (handle_configure): Require actual input files, not
226         rewritten input files.  From Ulrich Drepper.
227
228 Thu Dec  5 02:52:20 1996  Tom Tromey  <tromey@cygnus.com>
229
230         Suggestion from Mark Galassi:
231         * texinfos.am (DVIPS): New macro.
232         (.dvi.ps): New rule.
233
234         * automake.in (handle_dependencies): Check to make sure
235         --build-directory specified before searching for .P files.
236         (handle_configure): Correctly handle ":" syntax when running
237         config.status.
238
239         * remake.am: Removed rules to regenerate Makefile and Makefile.in;
240         now handled by handle_configure.
241
242         * remake-subd.am: Removed.
243
244         * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
245         arg.
246         (parse_arguments): Ditto.
247         (handle_configure): Ditto.
248         (%other_output_files): Removed.
249         (rewrite_inputs_into_dependencies): New sub.
250         (handle_configure): Use it.
251         (handle_configure): Ditto.
252
253         From Gord Matzigkeit:
254         * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
255         (handle_configure): Ditto.
256
257         * automake.in (handle_single_transform_list): .S is assembly
258         source.  From Anthony Green.
259
260         * automake.in (handle_single_transform_list): Correctly rewrite
261         C++ and Fortran source to objects ending in ".o".  Test
262         cxxo.test.
263
264         * automake.in: Better error message if file missing.
265
266         * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
267         * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
268         ud_GNU_GETTEXT.
269         (scan_configure): Ditto.  ud_GNU_GETTEXT is now obsolete.
270
271 Wed Dec  4 00:41:23 1996  Tom Tromey  <tromey@cygnus.com>
272
273         * automake.in (scan_configure): Skip empty elements when adding to
274         libsources.  Perl 4 bug reported by Greg A Woods.
275
276         * Makefile.am (perl4-check): New target.
277         (cvs-dist): Run perl4-check.
278
279         Perl 4 fixes.  Reported by Greg A. Woods:
280         * automake.in (file_contents_with_transform): If transform caused
281         all chars to go away, then skip rest of loop.
282         (handle_texinfo): Don't use "next" in arg to
283         file_contents_with_transform.
284         (handle_dependencies): Ditto.
285         (handle_tests): Ditto.
286
287         * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc.  From
288         Andreas Schwab.
289
290         * automake.in (parse_arguments): Removed --strictness.
291         (handle_dist_worker): Don't use --strictness.
292         (handle_configure): Ditto.
293         (initialize_global_constants): Don't mention --strictness.
294
295         * automake.in (handle_merge_targets): Use all-recursive-am instead
296         of all-recursive-hack.  The latter is ugly, according to Joel
297         Weber.
298
299         * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
300
301         * automake.in (do_one_clean_target): Allow -local version of clean
302         targets.
303
304 Tue Dec  3 18:58:40 1996  Tom Tromey  <tromey@cygnus.com>
305
306         * automake.in (handle_dependencies): Skip C-only lines in
307         depend2.am when appropriate.
308         * depend2.am (.deps/%.P): Omit modification of $o if language is
309         not C.
310
311 Tue Dec  3 11:29:01 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
312
313         * compile-kr.am: Quote arguments to echo.
314
315         * progs.am: Fix up problems when LIBTOOL is not defined (by
316         setting shell variable instprog to the installation program).
317
318         * aclocal.in (scan_file): Allow the acinclude.m4 file to override
319         any other macro files (but still prevent multiple definitions
320         within acinclude.m4).
321
322 Tue Dec  3 10:40:48 1996  Tom Tromey  <tromey@cygnus.com>
323
324         From Ulrich Drepper:
325         * automake.in (handle_emacs_lisp): Typo fix.
326         (scan_configure): Only recognize VERSION after whitespace.
327
328         * texinfos.am: install-info requires path to info file.
329
330         * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
331
332         * automake.in (am_install_var): If -ltlibs passed, substitute
333         @LIBTOOL@.
334
335 Mon Dec  2 13:51:11 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
336
337         * automake.in (get_object_extension): Unshift ansi2knr onto the
338         all target, so that it builds before any other targets.
339         [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
340         solution.
341
342 Mon Dec  2 12:13:27 1996  Tom Tromey  <tromey@cygnus.com>
343
344         * Released 1.1i.
345
346         From Janos Farkas:
347         * automake.in (handle_texinfo): Must quote $ for make.
348
349 Sun Dec  1 15:08:09 1996  Tom Tromey  <tromey@cygnus.com>
350
351         * automake.in (handle_configure): Correctly handle common case of
352         multiple non-Makefiles in AC_OUTPUT.  Require all input files when
353         using ":" syntax.
354
355 Sun Nov 24 00:33:50 1996  Tom Tromey  <tromey@cygnus.com>
356
357         * automake.in (handle_source_transform): Don't define
358         EXTRA_prog_SOURCES unnecessarily.  Test extra2.test.
359
360         * automake.in (initialize_per_input): New variables
361         included_generic_compile, included_knr_compile,
362         included_libtool_compile.
363         (get_object_extension): Use them.
364
365         * automake.in (handle_single_transform_list): Removed
366         Objective-C/C++ support (didn't really work anyway).
367         (handle_single_transform_list): Handle assembly specially.
368
369         * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
370         --mode=link when running libtool.
371
372         * ltlibs.am: Set --mode=install when running libtool.
373         (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
374         libtool.
375         * libtool.am (.c.lo): Set --mode=compile when running libtool.
376         * progs.am: Set --mode=install when running libtool.
377
378         Fix for bug reported by François Pinard:
379         * automake.in (do_check_merge_target): New sub.
380         (do_one_merge_target): No longer handle `check'.
381         (handle_merge_targets): Use do_check_merge_target.
382         (initialize_per_input): Set @check_tests.
383         (handle_tests): Push onto @check_tests, not @check.
384
385         * automake.in (am_install_var): Typo fix.
386         (handle_configure): Require $inputs[0].
387
388 Fri Nov 22 00:01:45 1996  Tom Tromey  <tromey@cygnus.com>
389
390         * automake.in (handle_lib_objects): Fixed error message
391         processing.
392
393 Thu Nov 21 22:29:30 1996  Tom Tromey  <tromey@cygnus.com>
394
395         * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
396         LIBOBJS.
397         (handle_configure): Support multi-":" mode for AC_OUTPUT.
398
399         * m4/header.m4: New file.
400
401         * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
402
403 Wed Nov 20 00:23:42 1996  Tom Tromey  <tromey@cygnus.com>
404
405         * acinstall: Allow commentary at end of "serial" line.  From Gord
406         Matzigkeit.
407
408         * automake.in (handle_yacc_lex_cxx): Only replace output header if
409         it has changed.
410
411 Tue Nov 19 19:03:30 1996  Tom Tromey  <tromey@cygnus.com>
412
413         * automake.in (am_primary_prefixes): Allow configure variables to
414         be named after primary.
415         (am_install_var): Ditto.
416
417         * automake.in (initialize_per_input): Initialize output_header.
418         (generate_makefile): Set up output_header; print it before
419         output_rules.
420         (handle_footer): Put .SUFFIXES into output_header, for AIX.
421
422 Mon Nov 18 19:11:53 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
423
424         * automake.in: Added a lot of libtool support.  New variable
425         prog_LDFLAGS to pass linker flags.  Use libtoolize to install
426         libtool support files.
427
428 Mon Nov 18 13:29:55 1996  Tom Tromey  <tromey@cygnus.com>
429
430         * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
431         onto dependency list.
432
433         * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
434         part of autoconf proper.
435         * m4/ccsanity.m4: Removed.
436
437 Sun Nov 17 12:25:17 1996  Tom Tromey  <tromey@cygnus.com>
438
439         * automake.in (check_typos): Check to make sure EXTRA_ variables
440         don't contain configure subs.
441         (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
442
443 Fri Nov 15 18:58:04 1996  Tom Tromey  <tromey@cygnus.com>
444
445         * tags-subd.am: Removed.
446
447         * tags.am (tags-recursive): Removed.
448         (TAGS): Depend on @DIRS@, @CONFIG@.  Use @CONFIG@ in rule.
449         (ID): From tags-subd.am.
450         
451         * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
452         * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
453         * m4/fnmatch.m4: Removed (now in autoconf).
454
455         * automake.in (initialize_per_input): Init de_ansi_objects.
456         (handle_single_transform_list): Error if extension unrecognized.
457         Set elements of de_ansi_objects.
458         (get_object_extension): Don't push ANSI2KNR onto @all.
459         (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
460         files.
461         (pretty_print_internal): Initialize $bol depending on the column.
462
463 Fri Nov 15 16:22:15 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
464
465         * library.am: Fixed references to LIBRARY according to new scheme.
466
467         * libs.am, libs-clean.am: Removed references to LIBFILES.
468
469         * automake.texi (A Library): doc fix
470
471         * automake.in (handle_libraries): Deleted references to *LIBFILES,
472         since we now have the full library name in the *LIBRARIES
473         variable.
474         (am_install_var): Removed `-no-all' option, which was only required
475         for the LIBFILES hack.
476
477 Fri Nov 15 16:39:29 1996  Tom Tromey  <tromey@cygnus.com>
478
479         * automake.in: Applied libtool-related patches from Gord.
480         (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
481         Also indicate that AC_CANONICAL_HOST was run.
482
483         * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
484
485 Thu Nov 14 23:11:09 1996  Tom Tromey  <tromey@cygnus.com>
486
487         * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
488         CXX, CC.
489
490         * dejagnu.am: Print warning if runtest missing.
491
492         From Joerg-Martin Schwarz:
493         * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
494         (require_file_internal): Unlink file before creating it.
495
496         * depend2.am (.deps/%.P): Don't print commands when running.
497
498 Mon Nov 11 10:35:08 1996  Tom Tromey  <tromey@cygnus.com>
499
500         * automake.in (handle_single_transform_list): Simplified C++
501         matching expression.
502
503 Fri Nov  8 09:49:09 1996  Tom Tromey  <tromey@cygnus.com>
504
505         * Released 1.1g.
506
507         * compile-kr.am ($(OBJECTS)): Removed.
508
509         * automake.in (get_object_extension): Define ANSI2KNR.  Push onto
510         @all if ansi2knr is in this directory.
511
512         * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
513
514         * m4/init.m4: Run AM_SANITY_CHECK.
515
516         * m4/sanity.m4: New file.
517
518         * automake.in (handle_dist_worker): In Cygnus mode, possibly find
519         files to dist in build dir, not srcdir.
520         (%omit_dependencies): New global.
521         (scan_dependency_file): Handle OMIT_DEPENDENCIES.
522         (scan_configure): Put rx.h, regex.h on %omit_dependencies.  Ditto
523         libintl.h.
524         (handle_tests): Remove CYGNUS strings in Cygnus mode.
525         (handle_texinfo): Ditto.
526
527         * texinfos.am (dist-info): New target.
528
529         * automake.in (handle_dist_worker): Use DISTFILES, not
530         DEP_DISTFILES.
531         (initialize_per_input): Initialize dist_targets.
532         (handle_texinfo): Don't compute @infos_list; don't define or use
533         INFOS.  Put dist-info onto @dist_targets.
534         (handle_dist_worker): Handle @dist_targets.  Don't use the "echo
535         trick" for expanding DISTFILES any more.
536
537         * dist-vars.am (DEP_DISTFILES): Removed.
538         (DISTFILES): Don't include INFOS.
539
540         * automake.in (handle_texinfo): Handle Cygnus mode.
541         * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
542
543         * automake.in (handle_single_transform_list): New sub.
544         (handle_source_transform): Use it.
545         (handle_built_sources): New sub.
546
547 Thu Nov  7 14:49:16 1996  Tom Tromey  <tromey@cygnus.com>
548
549         * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
550         * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
551         automake.
552         * automake.in (handle_configure): Pass --cygnus when running
553         automake again.
554
555         * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
556         ACCONFIG, CONFIG_TOP, CONFIG_BOT.
557         * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
558         top_srcdir.
559         (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
560         instead substitute files directly.
561
562 Wed Nov  6 10:22:26 1996  Tom Tromey  <tromey@cygnus.com>
563
564         * remake-hdr.am (stamp-h): Look in top_builddir for
565         config.status.
566         ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
567
568 Thu Oct 31 10:55:59 1996  Tom Tromey  <tromey@cygnus.com>
569
570         * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
571         From Jim Meyering.
572
573         * automake.in (handle_texinfo): Push install-info-am, not
574         install-info.
575         (handle_merge_targets): Handle no-installinfo option.
576
577         * texinfos.am (install-info-am): Renamed from install-info.
578
579         * automake.in (handle_subdirs): Include install-info-recursive if
580         no-installinfo given.
581
582         * subdirs.am: Include INSTALLINFO token.
583
584         * automake.in (handle_texinfo): Explicitly define MAKEINFO,
585         TEXI2DVI.
586         (cygnus_mode): New global.
587         (handle_dist_worker): Pass --cygnus to automake.
588         (initialize_global_constants): Document --cygnus.
589         (check_cygnus): New sub.
590         (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
591
592         * texi-vars.am: Removed.
593
594         * dejagnu.am (check-DEJAGNU): Don't define rootme.
595
596         * automake.in (handle_tests): Define EXPECT, RUNTEST.
597
598         * dejagnu.am (EXPECT): Removed.
599         (RUNTEST): Removed.
600
601         * automake.in (define_program_variable): New sub.
602
603 Mon Oct 28 10:43:48 1996  Tom Tromey  <tromey@cygnus.com>
604
605         * automake.in (handle_dependencies): Use -M, not -MM, for C++
606         dependencies.
607
608 Thu Oct 24 20:21:50 1996  Tom Tromey  <tromey@cygnus.com>
609
610         * automake.in (check_libobjs_sources): New sub.  Test
611         libobj4.test.
612         (handle_source_transform): Don't check for auto-discovered source
613         files here.
614         (handle_programs): Run check_libobjs_sources here.
615         (handle_libraries): Ditto.
616
617         * automake.in (define_configure_variable): New function.
618         (get_object_extension): Use define_configure_variable.
619         (handle_yacc_lex_cxx): Ditto.
620         (handle_emacs_lisp): Ditto.
621         (configure_vars): New global.
622         (AC_CHECK_PATTERN): New global.
623         (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
624         Removed.
625         (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
626         (AC_SUBST_PATTERN): New global.
627         (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
628         (handle_libraries): Don't use seen_ranlib.
629         (read_am_file): Run define_configure_variable on each discovered
630         variable.
631
632 Mon Oct 21 23:06:49 1996  Tom Tromey  <tromey@cygnus.com>
633
634         * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
635         (handle_libraries): Pass configure substitutions directly on to
636         LIBFILES.
637
638         * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
639         (scan_configure): Use it.  Test version.test.
640
641 Sun Oct 20 12:08:46 1996  Tom Tromey  <tromey@cygnus.com>
642
643         * automake.in (handle_dist_worker): Explicitly pass distdir to
644         dist-hook make.  From Tatu Ylonen.
645
646         * m4/strtod.m4: Use correct cache variable.
647
648 Thu Oct 17 13:45:20 1996  Tom Tromey  <tromey@cygnus.com>
649
650         Lisp fixes from Erick Branderhorst:
651         * m4/lispdir.m4: Define lispdir, not LISPDIR.
652         * lisp.am: Added missing \.
653
654 Fri Oct 11 00:44:49 1996  Tom Tromey  <tromey@cygnus.com>
655
656         * automake.in (handle_source_transform): Only rewrite c, yacc, lex
657         to use de-ansi-fication.
658         (scan_configure): Handle multi-line AC_REPLACE_FUNCS.  Test
659         libobj5.test.
660
661         * automake.in (handle_lib_objects): Added $lex_seen argument.
662         Error if lex file used but LEXLIB not seen.
663         (handle_programs): Ditto.
664         (handle_yacc_lex_cxx): Define LEXLIB variable.
665         (handle_lib_objects): Don't allow LEXLIB to end up on dependency
666         list.
667
668 Thu Oct 10 16:12:38 1996  Tom Tromey  <tromey@cygnus.com>
669
670         * automake.in (handle_gettext): Moved check for SUBDIRS and
671         ABOUT-NLS here.
672
673         * automake.in (handle_configure): Run mkinstalldirs under
674         $(SHELL).
675         (handle_yacc_lex_cxx): Run interlock under $(SHELL).
676
677         * remake-subd.am (Makefile): Run config.status under $(SHELL).
678         * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
679         * remake.am (Makefile): Run config.status under $(SHELL).
680         (config.status): Ditto.
681
682         * automake.in (read_am_file): Removed UNMAINT code.
683         (file_contents_with_transform): Ditto.
684         * m4/maintainer.m4: Removed bogus UNMAINT code.
685
686         * automake.in (handle_emacs_lisp): Define EMACS variable.
687         (handle_emacs_lisp): Make sure EMACS is in environment when
688         elisp-comp is run.
689
690         * elisp-comp: Exit with status 1 if usage bad.
691         Use "emacs -q".  Use EMACS environment variable if set (unless set
692         to t).
693
694         * m4/lispdir.m4: Unset EMACS if it is set to `t'.
695
696         * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
697         in subdirs.
698         (do_one_merge_target): Use all-am, not all, in subdirs case.
699         (handle_merge_targets): Always generate all-am in subdirs case.
700
701         * remake.am (Makefile): Depend on BUILT_SOURCES.
702         * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
703         * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
704
705         * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
706         case.
707
708         * ylwrap: Bug fix.  From Jim Meyering.
709
710 Wed Oct  9 22:51:16 1996  Tom Tromey  <tromey@cygnus.com>
711
712         * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
713         check directly for header.
714
715 Mon Oct  7 13:08:15 1996  Tom Tromey  <tromey@cygnus.com>
716
717         * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
718         are obsolete.
719
720 Sun Oct  6 00:43:01 1996  Tom Tromey  <tromey@cygnus.com>
721
722         * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
723         (AM_INIT_AUTOMAKE_PATTERN): New global.
724         (scan_configure): Use them.
725
726         * aclocal.in (add_file): Search contents of included files.  Test
727         req.test.
728         (scan_m4_files): Don't skip acinclude.m4 when constructing
729         search.  Test acsilent.test.
730         (scan_m4_files): Scan acinclude.m4.
731
732         * aclocal.in (add_file): Removed debugging print.
733         (scan_configure): Set $file_contents when scanning acinclude.m4.
734         Test acinclude.test.
735
736         * configure.in: Upped to 1.1g.
737
738         * Released 1.1f.
739
740         * texinfos.am: Run : after install-info.
741
742         * aclocal.in (parse_arguments): Better error message.
743         * automake.in (parse_arguments): Better error message.
744
745         * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
746         around broken makes.  From David A. Swierczek.
747         * remake-subd.am (Makefile): Ditto.
748
749 Sat Oct  5 11:29:48 1996  Tom Tromey  <tromey@cygnus.com>
750
751         * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
752         appropriate.
753         (handle_source_transform): Error if discovered source file is
754         mentioned.
755         (do_one_merge_target): Move all-vs-check test here.
756
757         * m4/obstack.m4: New file.
758         * m4/error.m4: New file.
759
760         * automake.in (scan_configure): Support AM_FUNC_MKTIME,
761         AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
762
763         * texinfo.tex: New version from texinfo 3.9.
764
765         * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
766         Also, handle y.tab.h file when "yacc -d" is used.
767         (do_one_merge_target): Use pretty_print_rule.
768
769         * ylwrap: Changed usage.
770
771         * m4/mktime.m4: New file.
772
773         * m4: Renamed all .m4 files to fit into 14-char limits.
774
775         * m4/Makefile.am (EXTRA_DIST): New macro.
776
777         * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
778         (scan_m4_files): Use $ac_defun_rx.
779         (add_file): Ditto.
780         Run scan_m4_files.
781         (scan_configure): Scan acinclude.m4 before anything else.
782         (scan_file): New sub.
783         (check_acinclude): New sub.
784         (add_file): Rewrote.
785
786         * progs-clean.am, progs.am: Renamed from programs-clean.am,
787         programs.am.
788         * libs-clean.am, libs.am: Renamed from libraries-clean.am,
789         libraries.am.
790         * texi-vars: Renamed from texinfos-vars.am.
791         * comp-vars.am: Renamed from compile-vars.am.
792         * texi-vers.am: Renamed from texi-version.am.
793
794         * automake.in (require_file_internal): Give error if symlink can't
795         be made.
796         (require_config_file): Error message references configure.in.
797         (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
798         Joerg-Martin Schwarz.
799         (handle_texinfo): Use texi-vers, not texi-version.
800         (get_object_extension): Use comp-vars, not compile-vars.
801         (handle_texinfo): Use texi-vars, not texinfos-vars.
802         (handle_libraries): Use `libs' prefix, not `libraries'.
803         (handle_programs): Use `progs' prefix, not `programs'.
804
805 Fri Oct  4 01:14:08 1996  Tom Tromey  <tromey@cygnus.com>
806
807         * aclocal.in (scan_m4_files): New sub.
808
809         * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
810         am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
811         everywhere.
812
813 Thu Oct  3 20:11:16 1996  Tom Tromey  <tromey@cygnus.com>
814
815         * texinfos.am (uninstall-info): Run install-info --remove.
816
817         * automake.in (read_am_file): Define all variables after reading
818         .am file.  Test vpath.test.  Reported by Anthony Green.
819
820 Mon Sep 30 08:31:51 1996  Tom Tromey  <tromey@cygnus.com>
821
822         * texinfos.am: Run install-info.
823
824         * automake.in (variable_value_as_list): Just return if comment
825         seen.  Report from Mark Galassi.
826         (handle_options): Don't bother with explicit comment checking.
827
828 Tue Sep 24 09:15:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
829
830         * automake.in (read_am_file): Cleaned up dejagnu variables.
831
832 Mon Sep 23 00:04:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
833
834         * automake.in (parse_arguments): New usage to conform to GNU
835         standards.
836
837         * aclocal.in (parse_arguments): New usage to conform to GNU
838         standards.
839
840         * automake.in (handle_scripts): Push new target onto @check.
841         * scripts.am (check-@DIR@SCRIPTS): New target.
842
843         * automake.in (initialize_global_constants): Define %dist,
844         dist_header, dist_trailer.
845         (handle_dist): Make dist-all target.
846         (generate_makefile): Run check_typos later.
847         (examine_variable): New sub.
848         (handle_tags): Examine TAGS_DEPENDENCIES.  Test spell3.test.
849         Error if TAGS_DEPENDENCIES but no sources used.
850         (handle_configure): Examine CONFIGURE_DEPENDENCIES.
851
852 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
853
854         * automake.in (am_install_var): More error checking.
855
856 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
857
858         * tags.am (TAGS): Minor cleanup.
859
860         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
861
862         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
863         maintainer-clean-hdr): New targets.
864
865         * automake.in (handle_configure): Define CONFIG_HEADER correctly
866         when it is in current directory.
867         (handle_configure): Push "hdr" on @clean.
868
869         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
870         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
871
872         * automake.in (scan_configure): Check for install.sh here.
873         (basename): New sub.
874         (handle_configure): Handle case where config.h is in subdir.
875         (handle_configure): Make stamp-in.h for user if it doesn't already
876         exist.
877         (touch): New sub.
878
879 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
880
881         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
882
883         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
884         DATA.
885         (DEP_DISTFILES): Ditto.
886
887 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
888
889         * automake.in (check_typos): Renamed.
890         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
891         (variable_defined): Note variable as being "seen".
892         (handle_lib_objects): Don't push configure substitutions onto
893         _DEPENDENCIES.
894
895 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
896
897         * automake.in (initialize_per_input): Init content_seen.
898         (variable_value_as_list): Set content_seen entry.
899         (define_variable): Ditto.
900         (define_pretty_variable): Ditto.
901         (check_source_typos): New sub.
902         (generate_makefile): Call it.
903
904 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
905
906         * automake.in (handle_source_transform): Removed extraneous
907         space.  Test implicit.test.
908         (read_am_file): Make sure "canonical" variables are mentioned in
909         %contents.
910         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
911         $AC_CANONICAL_HOST conditionally.
912         (handle_footer): Don't use define_pretty_variable in all cases.
913
914 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
915
916         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
917         per GNU/Gnits standards.
918
919         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
920         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
921
922         * automake.in (handle_options): Rewrote version handling.  Now
923         returns error indicator.
924         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
925         (RULE_PATTERN): Exclude `:=' from being a rule.
926
927         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
928
929         * automake.in (variable_value_as_list): Always use am_line_error.
930         (define_variable): New sub.
931         (get_object_extension): Use define_variable.
932         (handle_yacc_lex_cxx): Ditto.
933         (handle_source_transform): Ditto.
934         (handle_programs): Ditto.
935         (handle_libraries): Ditto.
936         (handle_texinfo): Ditto.
937         (handle_man_pages): Ditto.
938         (handle_dependencies): Ditto.
939         (handle_aclocal_m4): Ditto.
940         (define_pretty_variable): New sub.
941         (handle_source_transform): Use define_pretty_variable.
942         (handle_lib_objects): Ditto.
943         (handle_libraries): Ditto.
944         (handle_dist): Ditto.
945         (handle_dependencies): Ditto.
946         (handle_configure): Ditto.
947         (handle_footer): Ditto.
948         (handle_emacs_lisp): Ditto.
949         (am_install_var): Ditto.
950
951         * Released version 1.1e.
952
953         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
954         releases.
955
956         * configure.in: Version 1.1e.
957
958         * automake.in (handle_texinfo): Distribute .info file.
959
960 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
961
962         * Makefile.am (EXTRA_DIST): New macro.
963         (maintainer-clean): Don't run "make check".
964         (pathchk): New target.
965
966         * automake.in (check_gnits_standards): Only check version number
967         syntax at top level.
968         ($package_version_line): New variable.
969         (scan_configure): Set it.
970         (check_gnits_standards): Use am_conf_line_error.
971         (scan_configure): Remove extraneous whitespace from version
972         number.
973         (handle_dist): Handle distcheck-hook.
974
975         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
976
977         * automake.in (scan_configure): Handle AM_WITH_REGEX.
978         (handle_lib_objects): Require .h files in %libsources but don't
979         generate dependencies for them.
980         (scan_configure): Also require rx.h and regex.h.
981
982         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
983         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
984         AM_SYSTEM_HEADER.
985
986         * texi-version.am: Use "cp; rm" and not "mv", to work around
987         broken mvs.
988
989         * automake.in ($package_version): New global.
990         (scan_configure): Set it.
991         (check_gnits_standards): Verify version string; require
992         README-alpha if alpha version.
993         (scan_configure): Recognize AM_FUNC_FNMATCH,
994         AM_REPLACE_GNU_GETOPT.
995
996         * Makefile.am (installcheck-local): Check all scripts.
997
998 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
999
1000         * tags-clean.am: Do deletions here again.
1001
1002 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
1003
1004         * automake.in (usage): Include bug-reporting information.
1005         (handle_lib_objects): Error if LIBOBJS seen but never set.
1006
1007         * aclocal.in ($acdir): Use @datadir@/aclocal.
1008         (usage): Include bug-reporting information.
1009
1010 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1011
1012         * automake.in (handle_source_transform): .deps no longer in
1013         srcdir.
1014         (handle_lib_objects): Ditto.
1015         (handle_dist_worker): Pass --build-dir to automake.
1016         ($build_directory): New global.
1017         (parse_arguments): Handle --build-dir.
1018         (initialize_global_constants): Include --build-dir in help.
1019         (scan_dependency_file): New sub.
1020         (handle_dependencies): Use it.  Also, use $build_directory.
1021         (initialize_global_constants): Added --srcdir-name.
1022         (parse_arguments): Ditto.
1023         (handle_dist_worker): Ditto.
1024         ($srcdir_name): New global.
1025         ($srcdir_rx): New global.
1026         (parse_arguments): Set it.
1027
1028         * depend2.am: Removed all mention of $(srcdir).
1029
1030         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
1031         Removed all mention of $(srcdir); dependencies now put into build
1032         dir.
1033
1034         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
1035         Don't do work silently.
1036
1037         * automake.in (handle_merge_targets): Error if invalid uninstall
1038         targets are given.
1039         (read_am_file): Fix for test block.test.
1040
1041 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1042
1043         * texinfos.am (install-info): Added NORMAL_INSTALL.
1044         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
1045         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
1046         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
1047         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
1048         Also, use POST_INSTALL when running ranlib.
1049         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
1050         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
1051
1052         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
1053         (handle_merge_targets): Ditto.
1054         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
1055         NORMAL_INSTALL defined.
1056
1057         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
1058         ${INSTALL_PROGRAM}.  From François Pinard.
1059
1060 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
1061
1062         * automake.in (file_contents_with_transform): Correctly remove
1063         @(UN)?MAINT@ from input when maintainer mode not active.
1064         (handle_aclocal_m4): Handle no-maintainer-mode case.
1065
1066         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
1067
1068         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
1069
1070 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1071
1072         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
1073         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
1074         in LIBFILES definition.  Reported by Steve M Robbins.  Test
1075         alllib.test.
1076
1077         * automake.in (variable_value_as_list): New sub.
1078         (handle_source_transform): Use it.
1079         (handle_lib_objects): Ditto.
1080         (handle_libraries): Ditto.
1081         (handle_texinfo): Ditto.
1082         (handle_man_pages): Ditto.
1083         (am_install_var): Ditto.
1084         (handle_options): Ditto.
1085
1086 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1087
1088         Reported by Jim Meyering:
1089         * automake.in (get_object_extension): Look in "./" for ansi2knr if
1090         no path found.
1091         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
1092
1093         * remake.am (.PHONY): New target.
1094
1095         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
1096
1097         * automake.in (check_gnu_standards): Disallow no-installman,
1098         no-installinfo.
1099         (read_am_file): Sed out UNMAINT too.
1100         (file_contents_with_transform): Ditto.
1101
1102         * acinstall: New file.
1103
1104         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
1105
1106         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
1107
1108         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
1109         * m4/AM_C_PROTOTYPES.m4: Ditto.
1110         * m4/AM_FUNC_STRTOD.m4: Ditto.
1111         * m4/AM_PROG_CC_STDC.m4: Ditto.
1112         * m4/AM_PROG_LIBTOOL.m4: Ditto.
1113
1114 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1115
1116         * m4/Makefile.am (m4datadir): New macro
1117         (m4data_DATA): Renamed.
1118
1119         * Makefile.am (cvs-dist): Depend on distcheck target.
1120
1121 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1122
1123         * automake.in (initialize_global_constants): [common_files]
1124         Include acinclude.m4.
1125
1126         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
1127
1128 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1129
1130         * automake.in (handle_dependencies): Push `depend'-clean targets
1131         on @clean.
1132         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
1133         maintainer-clean-depend): New targets.
1134
1135 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1136
1137         * texinfos.am (.texinfo.info): New target.
1138         (.texinfo.dvi): New target.
1139
1140         From Jim Meyering:
1141         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
1142         match info files.
1143         (handle_texinfo): Handle `.texinfo' files.
1144
1145 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1146
1147         * automake.in (require_file_internal): Special-case `.' when
1148         finding files to distribute.  Test libobj2.test.
1149
1150         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
1151         order.test.
1152
1153         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
1154         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
1155
1156         * compile-kr.am: Removed duplicate ansi2knr rules.
1157
1158 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1159
1160         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
1161         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
1162         (mkdir): Removed.
1163
1164         * automake.in (initialize_global_constants): [common_files]
1165         Include interlock and ylwrap.
1166
1167         * Released version 1.1c.
1168
1169         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
1170         ud_PATH_LISPDIR are obsolete names.
1171
1172         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
1173         Removed.
1174
1175         * automake.in (handle_lib_objects): Changed interface.  Now
1176         generates _DEPENDENCIES variable if appropriate.
1177         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
1178         (scan_configure): Ditto.
1179
1180         * Makefile.am (CLEANFILES): Removed.
1181
1182         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
1183
1184         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
1185
1186         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
1187
1188         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
1189         multi-lex/yacc case.
1190         (handle_source_transform): Changed return result.
1191         (handle_programs): Use linker returned by
1192         handle_source_transform.
1193         (seen_prog_cc, seen_prog_cxx): New globals.
1194         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
1195         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
1196         AC_PROG_YACC missing.
1197         (seen_decl_yytext, seen_prog_lex): New globals.
1198         (scan_configure): Set them.
1199         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
1200         AC_DECL_YYTEXT.
1201         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
1202         (initialize_per_input): Initialize seen_c_source.
1203         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
1204         C source seen.
1205         (handle_source_transform): Set seen_c_source.
1206
1207         * interlock: Changed usage.
1208
1209         * ylwrap: New file.
1210
1211         * automake.in (handle_yacc_lex_cxx): Renamed.
1212
1213         * automake.in (handle_dependencies): Handle %cxx_extensions.
1214         Include depend2.am when appropriate.
1215
1216         * depend2.am: New file; contents from depend.am but templatized.
1217
1218         * automake.in (initialize_per_input): Initialize
1219         %cxx_extensions.
1220         (handle_source_transform): Set %cxx_extensions.
1221
1222 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1223
1224         * interlock: New file.
1225
1226         * automake.in (handle_yacc_lex): New sub.
1227         (handle_source_transform): Removed most yacc/lex handling.
1228         (initialize_per_input): Init yacc_sources, lex_sources.
1229         (generate_makefile): Run handle_yacc_lex.
1230         (handle_merge_targets): Use `scalar' and not $# to find length of
1231         array.
1232
1233         * m4/AM_FEATURE_EXIT.m4: Wrote.
1234         * m4/AM_FEATURE_CTYPE.m4: Wrote.
1235         * m4/AM_FEATURE_ERRNO.m4: Wrote.
1236
1237         * aclocal.in (macro_seen): New global.
1238         (add_file): Set macro_seen entry.  Only push required macro on
1239         @rlist if not already seen.  Test defun.test.
1240
1241         * automake.in (get_object_extension): Handle directory prefix on
1242         `ansi2knr' option.
1243
1244         * kr-extra.am: New file.
1245
1246         * kr-vars.am: Removed.
1247
1248         * automake.in (handle_options): Handle directory prefix on
1249         `ansi2knr' option.
1250
1251         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
1252
1253         * aclocal.in (add_file): Error if macro is duplicated.  Test
1254         dup.test.
1255
1256 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1257
1258         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
1259         linker variable is transformed name.
1260         * program.am (@PROGRAM@): Use @XLINK@ to link.
1261
1262         * automake.in (handle_scripts): Fixed call to
1263         am_primary_prefixes.
1264         (handle_libraries): Better error message when AC_PROG_RANLIB
1265         required.
1266
1267         * automake.in (handle_libraries): Canonicalize library name.  Test
1268         canon4.test.
1269         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
1270         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
1271
1272 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1273
1274         * automake.in (handle_scripts): Correctly compute
1275         $scripts_installed.  Test scripts.test.
1276
1277 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1278
1279         * ansi2knr.c: New version.
1280
1281 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1282
1283         * automake.in (handle_source_transform): Handle more C++ file
1284         extensions.  "Handle" Objective C.  Handle more FORTRAN
1285         extensions.
1286
1287         * compile-vars.am (LEX): Removed.
1288         (YACC): Removed.
1289
1290         * automake.in (handle_source_transform): Correctly handle lex
1291         source.  Test lex.test.
1292         (handle_source_transform): Skip more C++ headers.  Generate macro
1293         definitions for YACC and LEX on first use.
1294
1295         * aclocal.in (parse_arguments): Mention GNU.
1296         * automake.in (parse_arguments): Mention GNU.
1297
1298 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
1299
1300         * automake.in (handle_programs): Define program_LINK.
1301         * program.am (@PROGRAM@): Use program_LINK to link.
1302
1303         * Released version 1.1b
1304
1305         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
1306         seen_prog_install to `2'.
1307
1308         * configure.in: Don't run AM_PROG_INSTALL.
1309
1310         * automake.in (parse_arguments): Use $PACKAGE.
1311         ($PACKAGE): New global.
1312         ($am_c_prototypes): Renamed.
1313         (get_object_extension): Use am_c_prototypes.
1314         (scan_configure): Ditto.
1315         (scan_configure): Use AM_MAINTAINER_MODE.
1316         (scan_configure): Warn about obsolete macros.
1317
1318         * aclocal.in (parse_arguments): Use $PACKAGE.
1319         ($PACKAGE): New global.
1320
1321         * Makefile.am (CLEANFILES): Added aclocal.
1322         (ETAGS_ARGS): Added aclocal.in.
1323         (TAGS_DEPENDENCIES): Ditto.
1324         (maintainer-check): Depend on aclocal.
1325         (maintainer-check): Check aclocal.
1326         (bin_SCRIPTS): Include aclocal.
1327
1328         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
1329         (scan_configure): Use AM_PROG_INSTALL.
1330
1331         * configure.in: Use AM_INIT_AUTOMAKE.
1332
1333         * automake.in (keyed_aclocal_warning): Warning tells about
1334         aclocal.
1335         (handle_aclocal_m4): New sub.
1336         (handle_configure): Use it.
1337
1338         * aclocal.in (output_file): New global.
1339         (usage): Handle --output.
1340         (parse_arguments): Handle --output.
1341
1342         * m4/AM_INIT_AUTOMAKE.m4: New file.
1343
1344         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
1345         Don't touch CFLAGS.
1346
1347         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
1348         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
1349
1350         * texinfos.am (.texi.info): Force .info file to be built in
1351         srcdir.  From Franc,ois Pinard.
1352
1353         From Jim Meyering:
1354         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
1355         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
1356         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
1357         gets compile errors.  With help from Marcus Daniels.
1358
1359         * automake.in (initialize_global_constants): Put elisp-comp into
1360         @common_files.  Bug from Glenn Amerine.
1361
1362 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1363
1364         * automake.in (handle_dist_worker): Use fgrep, not grep.
1365
1366         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
1367
1368         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
1369         output.
1370         (initialize_global_constants): [install_man_format] Don't hide
1371         "ugliness" at install time.
1372
1373         * lisp-clean.am: New file.
1374
1375         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
1376
1377         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
1378         bug when installing man pages.  Test man.test.
1379         (initialize_global_constants): [install_man_format] Make sure man
1380         page can actually be found in either source or build dirs.
1381         (handle_dist_worker): Use "755" permissions on distdir.
1382
1383         * automake.in (handle_dist): Allow chmod's to fail.
1384         (am_primary_prefixes): New function.
1385         (am_install_var): Use it.
1386         (handle_libraries): Use it.  Test libfiles.test.
1387         (handle_dist): For dist-tarZ, assume traditional "tar" and
1388         "compress".
1389
1390         * m4/AM_FUNC_STRTOD.m4: New file.
1391
1392         * automake.in (handle_dist): Only generate `distdir' variable if
1393         it doesn't already exist.
1394
1395         Fix for bug reported by Harlan Stenn.  Test tags.test.
1396         * automake.in (initialize_per_input): Define dir_holds_sources.
1397         (handle_tags): Check dir_holds_headers.
1398         (handle_headers): Set dir_holds_headers.
1399
1400         * automake.in (handle_texinfo): Generate "version.texi" dependency
1401         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
1402
1403         * automake.in (handle_configure): Require file $input, not
1404         "$local.in".  From Nyul Laszlo.  Test colon.test.
1405
1406 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
1407
1408         * aclocal.in: New file.
1409         * configure.in: Generate m4/Makefile, aclocal.
1410         * Makefile.am (SUBDIRS): Include m4.
1411         * m4/Makefile.am: New file.
1412
1413 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1414
1415         * automake.in (initialize_global_constants): Put ansi2knr.c and
1416         ansi2knr.1 into common_files.  Bug report from François Pinard.
1417
1418 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1419
1420         * install-sh: Updated copyright notice.
1421
1422 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
1423
1424         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
1425         Report from Josh MacDonald.
1426
1427         Bugs from Gord Matzigkeit:
1428         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
1429         `$(SUFFIXES)'.
1430         (handle_dist): Ignore chmod return results.
1431
1432         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
1433         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
1434         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
1435
1436 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1437
1438         * texinfos.am (install-info): Use "if", not "&&", to avoid
1439         install problem when glob doesn't match.
1440
1441         * automake.in (initialize_global_constants): [USAGE] Added
1442         --no-force.
1443         (force_generation): New global.
1444         (parse_arguments): Handle --no-force.
1445         (generate_makefile): Handle --no-force.
1446
1447         * Makefile.am (maintainer-check): Ensure all invocations of
1448         mkinstalldirs are correct.
1449
1450 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
1451
1452         * automake.in (handle_tests): Don't directly generate site.exp.
1453
1454 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
1455         
1456         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
1457         as a comment start.  Add support for a dist-tarZ target.
1458
1459 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
1460
1461         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
1462         paths into relative paths.
1463
1464 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
1465
1466         * texinfo.tex: New version.
1467
1468         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
1469         (initialize_global_constants): Added libtool to
1470         @common_sometimes.
1471         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
1472
1473 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1474
1475         * texinfos.am (install-info): Don't install ~ files.  Bug report
1476         from Greg McGary.
1477         * automake.in (handle_texinfo): Don't push '.info*' onto
1478         @infos_list.
1479
1480         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
1481         using gettext.
1482         (handle_dist): Pass --with-included-gettext to configure if using
1483         gettext.
1484
1485         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
1486         (.c._o): Ditto.
1487         * compile.am (.c.o): Pass -c to $(COMPILE).
1488         * compile-vars.am (COMPILE): Don't include -c.
1489
1490         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
1491         automake.
1492         * automake.in (handle_configure): Supply --strictness arg to
1493         automake.
1494
1495 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
1496
1497         * automake.in (handle_tests): Fix quoting on `pwd`.
1498         (handle_options): Recognize no-installinfo option.
1499         (handle_man_pages): Don't put man directory on @installdirs if
1500         no-installman is specified.
1501         (handle_texinfo): Handle no-installinfo option.
1502         (handle_options): Compare version against $num_version, not
1503         $VERSION.
1504         (handle_source_transform): Generate rules for output of lex,
1505         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
1506         (handle_dist): "distcheck" now runs "make dvi".
1507         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
1508         Drepper.
1509
1510         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
1511
1512 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
1513
1514         * automake.in (handle_emacs_lisp): New function.
1515         (initialize_global_constants): Added elisp-comp to
1516         @common_sometimes.
1517         (seen_lispdir): New global.
1518         (scan_configure): Handle ud_PATH_LISPDIR.
1519
1520         * elisp-comp: New file.
1521
1522         * lisp.am: New file.
1523
1524         * automake.in (generate_makefile): Run handle_emacs_lisp.
1525
1526         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
1527
1528         * automake.in (initialize_global_constants): Removed version.texi
1529         from common_sometimes.
1530         (initialize_global_constants): Added texinfo.tex to common_files.
1531         Test texinfo.test.
1532         (handle_tests): Allow dejagnu- and automake-style test suites to
1533         coexist.  Test dejagnu.test.
1534         (initialize_global_constants): New constants AC_CANONICAL_HOST,
1535         AC_CANONICAL_SYSTEM.
1536         (scan_configure): Use new constants.
1537         (handle_tests): Put target specific information into site.exp if
1538         AC_CANONICAL_* used.
1539         (read_am_file): Generate some extra variables when AC_CANONICAL_*
1540         used.
1541         (handle_options): Allow version number to have letters appended.
1542         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
1543         option not specd.
1544         (initialize_global_constants): install_man_format changed to
1545         handle built man pages.
1546
1547 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
1548
1549         * config.guess, config.sub: New versions.
1550
1551 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
1552
1553         * configure.in (VERSION): Upped to 1.0.
1554
1555 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
1556
1557         * automake.in (handle_tests): Handle dejagnu.
1558         (handle_options): Recognize dejagnu option.
1559
1560         * dejagnu.am: New file.
1561
1562 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
1563
1564         * automake.in (handle_dist): Run installcheck target from
1565         distcheck.
1566
1567         * configure.in (VERSION): Upped to 0.34.
1568
1569         * automake.in (scan_configure): Always allow upgrading to
1570         fp_PROG_INSTALL.  Test fpinstall.test.
1571
1572 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
1573
1574         (handle_dist): Make `distcheck' check `install' target, too.
1575
1576 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1577
1578         * automake.in (initialize_per_input): Don't initialize
1579         $output_directory here; initialize it globally.  From Joshua
1580         Cowan.  Test outdir.test.
1581
1582 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
1583
1584         * automake.in (handle_tests): Don't push TESTS onto dist_common.
1585         (initialize_global_constants): Put install-sh and mkinstalldirs
1586         into @common_files.  Test insh2.test.
1587
1588 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
1589
1590         * automake.in (handle_source_transform): Don't generate _OBJECTS
1591         when no source files specified.  Test number.test.
1592
1593         From Joerg-Martin Schwarz:
1594         * automake.in (seen_package, seen_version): New globals.
1595         (scan_configure): Look for PACKAGE= and VERSION=.
1596
1597         * automake.in (handle_options): Recognize dist-zip.
1598         (handle_dist): Handle dist-zip.
1599         (handle_options): Use ' ', not \s+, with split.  Test
1600         backsl.test.
1601         (handle_source_transform): Likewise.
1602         (handle_lib_objects): Likewise.
1603         (handle_libraries): Likewise.
1604         (handle_texinfo): Likewise.
1605         (handle_man_pages): Likewise.
1606         (handle_subdirs): Likewise.
1607         (handle_gettext): Likewise.
1608         (handle_footer): Likewise.
1609         (handle_tests): Likewise.
1610         (scan_configure): Likewise.
1611         (am_install_var): Likewise.
1612
1613         * Makefile.am (TAGS_DEPENDENCIES): New macro.
1614
1615         * tags.am (tags-recursive): New target.
1616         (TAGS): Depend on it.
1617
1618         * automake.in (handle_tags): Put tags-recursive on @phony.
1619
1620         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
1621         TAGS_DEPENDENCIES.
1622         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
1623
1624 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1625
1626         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
1627
1628         * automake.in (scan_configure): Look for install-sh and
1629         mkinstalldirs here.
1630         (initialize_global_constants): Moved mdate-sh from
1631         common_sometimes to common_files.  Test mdate2.test.
1632
1633 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
1634
1635         * automake.in (seen_maint_mode): New global.
1636         (scan_configure): Handle jm_MAINTAINER_MODE.
1637         (read_am_file): Handle seen_maint_mode.
1638         (file_contents_with_transform): Handle seen_maint_mode.
1639         (handle_source_transform): Changed interface, all callers.
1640
1641         From Jim Meyering:
1642         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
1643         Handle @MAINT@.
1644         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
1645
1646         * automake.in (handle_configure): Check $config_aux_dir against
1647         empty string.  From Markku Rossi.  Test mkinstall.test.
1648
1649 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
1650
1651         * automake.in (distcheck): Added new rule to top level
1652         Makefile.in.
1653
1654 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
1655
1656         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
1657         sets seen_ranlib.
1658         (generate_makefile): libtool, config.sub, and config.guess should
1659         only ever appear in the top directory of a package.
1660
1661 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1662
1663         * automake.in (initialize_global_constants): Added libversion.in
1664         to @common_files.
1665
1666         * configure.in (VERSION): Upped to 0.33.
1667
1668         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
1669         Test extra.test.
1670
1671 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
1672
1673         * install-sh (transformbasename): Correct misspelling of
1674         transformbasename.  From Ian Lance Taylor.
1675
1676 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
1677
1678         * automake.in (handle_configure): Set mkinstalldirs variable
1679         here.
1680         (handle_dist_worker): Explicitly set distdir in subdir makes.
1681         (handle_dist): Handle separate distdir target.
1682         (handle_dist_worker): Only generate distdir target.
1683
1684         * texinfos.am (install-info): Use $(mkinstalldirs).
1685         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
1686         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
1687         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
1688         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
1689         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
1690
1691         * automake.in (read_am_file): Set mkinstalldirs variable.
1692         (handle_man_pages): Use it.
1693         (handle_installdirs): Ditto.
1694
1695 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1696
1697         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
1698
1699 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1700
1701         * automake.in (handle_dist_worker): Use $(TAR), not tar.
1702         (handle_merge_targets): Make sure config header is built before
1703         recursing into subdirs.
1704         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
1705         (handle_merge_targets): Handle case where nothing is installed but
1706         something must be built -- "make install" must still work.
1707
1708         * dist-vars.am (TAR): New macro.
1709
1710         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
1711         (handle_configure): Require stamp-h.in when config header used.
1712
1713 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1714
1715         * doc/mdate-sh: Extract the last field from the date output, not
1716         the sixth, which will fail when the timezone name has more than
1717         one word or is missing.
1718
1719 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
1720
1721         * automake.in (am_install_var): Use delete, not undef, to remove
1722         EXTRA entry.  From Gord Matzigkeit.
1723
1724 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1725
1726         * automake.in (read_am_file): Handle case where last line doesn't
1727         end in newline.
1728
1729 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1730
1731         * automake.in (variable_defined): New function.
1732         (read_am_file): Ensure a blank line comes before starting comments
1733         from Makefile.am.
1734         (initialize_per_input): Initialize %targets.
1735         (read_am_file): Set appropriate entry in %targets.
1736         Many changes to use variable_defined.
1737         (check_gnu_standards): Only require ChangeLog at top level.  From
1738         Gord Matzigkeit.
1739         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
1740         Matzigkeit.
1741
1742 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
1743
1744         * automake.in (parse_arguments): Added short options.
1745         (initialize_global_constants): Ditto.
1746
1747 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1748
1749         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
1750         fails.
1751
1752         * automake.in (handle_source_transform): Typo fix.
1753
1754 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1755
1756         * automake.in (handle_dist_worker): Renamed dist-local to
1757         dist-hook.
1758         (handle_merge_targets): Added install-data-hook and
1759         install-exec-hook.
1760         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
1761
1762         * automake.in (handle_scripts): Never allow scripts_installed to
1763         become 0.
1764
1765         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
1766         srcdir.
1767
1768         * automake.in (generate_makefile): Derived file names from given
1769         input; don't assume Makefile.in and Makefile.am.
1770         (am_file_name, in_file_name): New globals.
1771         (read_am_file): Use them.
1772
1773         * program.am (@PROGRAM@): Use transformed program name.
1774
1775         * remake-hdr.am (stamp-h): Actually touch stamp-h.
1776
1777 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1778
1779         * automake.in (require_file_internal): Use correct file for error
1780         messages.  Test insh.test.
1781
1782 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
1783
1784         * texinfos.am (.texi.info): Build output file in srcdir.
1785
1786         * automake.in (require_file_internal): If $dir is ".",then look in
1787         relative directory.
1788         (handle_texinfo): Canonicalize name of texi file before looking
1789         for dependency variable.
1790
1791 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1792
1793         * automake.in (require_conf_file_with_conf_line): Yet another
1794         function of this form.
1795         (libtool_line): New variable.
1796         (handle_libraries): Handle libtool.
1797
1798         * libraries-vars.am: Removed.
1799
1800         * automake.in (seen_libtool): New variable.
1801         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
1802
1803         * automake.in (handle_dist_worker): Handle dist-local.
1804
1805         * Makefile.am (maintainer-check): Do "make check" after all syntax
1806         checks.
1807
1808         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
1809         directory.
1810
1811         * automake.in ($seen_arg_prog): New global.
1812         (handle_programs): Error if AC_ARG_PROGRAM not seen.
1813         (handle_scripts): Ditto.
1814         (handle_configure): mkinstalldirs now a config file.
1815         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
1816         (handle_dist_worker): Removed DIST_SUBDIRS.
1817         (require_file_path): New variable.
1818         (require_file_with_conf_line): Set it.
1819         (require_file_with_line): Ditto.
1820         (require_file): Ditto.
1821         (require_file_internal): Incorporated code from
1822         require_config_file.
1823         (require_config_file): Rewrote.
1824         (require_conf_file_with_line): New function.
1825         (handle_texinfo): Use it for mdate-sh.
1826         (handle_texinfo): Look for mdate-sh in appropriate directory.
1827
1828 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
1829
1830         * Makefile.am (cvs-dist): Find NEWS in srcdir.
1831         * automake.in (handle_dist_worker): Find NEWS in srcdir.
1832         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
1833         rule.
1834         (require_config_file): Set config_aux_path when file found.
1835         ($config_aux_dir): New variable.
1836         (require_config_file): Set it.
1837         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
1838
1839 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
1840
1841         * data.am (install-@DIR@DATA): Also allow data to be in build
1842         directory.
1843
1844 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
1845
1846         * automake.in (am_install_var): Don't look in EXTRA_primary
1847         variable any more; it is handled in the main loop.
1848
1849 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
1850
1851         * data.am (install-@DIR@DATA): Find data in srcdir.
1852
1853 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
1854
1855         * automake.in (require_config_file): Use correct filename when
1856         looking for errors.  Also, install file in `.' if not found.  Bug
1857         reported by Gord Matzigkeit.  Test installsh.test.
1858
1859 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1860
1861         * Makefile.am (cvs-diff): New target.
1862
1863         Fix for bug when install var substitutes empty.  Test empty.test.
1864         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
1865         (uninstall-@DIR@HEADERS): Ditto.
1866         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
1867         (uninstall-@DIR@SCRIPTS): Ditto.
1868         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
1869         libraries.
1870         (uninstall-@DIR@LIBRARIES): Ditto.
1871         * data.am (install-@DIR@DATA): Allow empty list of data.
1872         (uninstall-@DIR@DATA): Ditto.
1873         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
1874         From François Pinard.
1875         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
1876         (uninstall-@DIR@PROGRAMS): Ditto.
1877
1878 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
1879
1880         * tags-subd.am (ID): Name of ID file must be flush against -f.
1881
1882         * configure.in (VERSION): Version 0.32.
1883
1884 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1885
1886         * automake.in (seen_linguas, all_linguas_line): New variables.
1887         (handle_gettext): New function.
1888         (generate_makefile): Run it.
1889         (scan_configure): Recognize ALL_LINGUAS.
1890
1891 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
1892
1893         * automake.texi: doc fix.
1894
1895         * automake.in (am_install_var): Added support for check and
1896         installcheck special prefixes.
1897
1898 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
1899
1900         * automake.in (handle_subdirs): Don't do SUBDIRS check for
1901         gettext.
1902
1903 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
1904
1905         * automake.in (OBJECT_PATTERN): Removed.
1906         (am_install_var): No error if name is invalid.
1907         (handle_programs): Canonicalize program names.
1908         (BOGUS_MACRO_PATTERN): New variable.
1909         (read_am_file): Error if bad macro name given.
1910         (require_file_internal): Use am_line_error, not am_conf_error.
1911
1912         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
1913
1914 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
1915
1916         * automake.in (handle_lib_objects): New function.
1917         (handle_libraries): Use it.
1918         (handle_programs): Ditto.
1919         (handle_dist_worker): Deprecate DIST_SUBDIRS.
1920         (am_install_var): Allow extended directory mechanism to work.
1921         Test exdir.test.
1922
1923         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
1924         (DEP_DISTFILES): Ditto.
1925
1926         * automake.in (OBJECT_PATTERN): New variable.
1927         (am_install_var): Use it.
1928         (handle_dist): DIST_OTHER is an anachronism.
1929
1930 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
1931
1932         * automake.in (handle_dist_worker): Only cause Automake to be
1933         re-run if not making a distribution.  Fixes bug reported by
1934         Joerg-Martin Schwarz.
1935         (require_file_with_line): New function.
1936         (require_file): Use it.
1937         (am_line_error): Don't print line number if $symbol is empty.
1938         (get_object_extension): Use require_file_with_line.
1939         (handle_libraries): Use require_file_with_line.
1940         (handle_texinfo): Use require_file_with_line.
1941         (handle_configure): Use am_conf_line_error and
1942         require_file_with_conf_line.
1943         (handle_subdirs): Use require_file_with_conf_line.
1944         (handle_configure): Use require_file_with_conf_line.
1945         (handle_tests): Push check-TESTS on @phony.
1946         (am_conf_line_error): New function.
1947         (require_file_with_conf_line): New function.
1948         (require_file_internal): New function.
1949         (require_file_with_line): Use it.
1950         (require_file): Ditto.
1951         (am_conf_line_error): Handle empty line number.
1952         (ac_gettext_line, ac_output_line): New variables.
1953         (scan_configure): Set them.
1954
1955 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
1956
1957         * automake.in (parse_arguments): Default strictness is gnu.
1958         Changed `normal' to `foreign' everywhere.
1959         (parse_arguments): Handle --foreign.
1960         (initialize_global_constants): Document --foreign.
1961         (handle_dependencies): Better error message.
1962         (handle_texinfo): Don't push $vtexi on @texis.
1963         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
1964         (handle_configure): install-sh is a config file; require it as
1965         such.
1966         (parse_arguments): Renamed --install-missing to --add-missing.
1967         (add_missing): Renamed from install_missing.
1968         (am_install_var): Check to make sure contents of install variable
1969         are correct if primary requires it.  Test badprog.test.
1970         (initialize_global_constants): Initialize
1971         %primary_uses_subobjects.
1972         (handle_source_transform): Skip configure substitutions.  Test
1973         depend.test.  Also, skip empty elements.
1974
1975 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1976
1977         * texinfo.tex: New version.
1978
1979         * automake.in (am_install_var): Allow extended range of
1980         installation directories.
1981
1982         * automake.in (get_object_extension): Don't allow
1983         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
1984         From Gord Matzigkeit.  Test confincl.test.
1985
1986         * texinfos.am (install-info): Changed usage of install-info (in
1987         comment).  Per Feb 25 GNU Standards document.
1988
1989 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
1990
1991         * automake.in (handle_tests): New function.
1992         (generate_makefile): Call it.
1993         (handle_subdirs): Skip directories whose names look like configure
1994         substitutions.
1995         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
1996         when using gettext.
1997         (scan_configure): Clear in_ac_output if "]" found.  Test
1998         acoutqnl.test.
1999         (require_config_file): New function.
2000         (generate_makefile): Use require_config_file.
2001         (config_aux_path): New variable.
2002         (scan_configure): Check for AC_CONFIG_AUX_DIR.
2003         (handle_merge_targets): Add install-strip rule.
2004
2005 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
2006
2007         * mdate-sh: New version from Ulrich Drepper.
2008
2009         * automake.in (handle_source_transform): Changed fill back to
2010         empty string.
2011         (handle_libraries): Ditto.
2012         (handle_dist): Ditto.
2013         (handle_dependencies): Ditto.
2014         (handle_footer): Ditto.
2015         (handle_phony): Ditto.
2016
2017         * Makefile.am (DIST_SUBDIRS): Removed.
2018         (installcheck-local): Use Perl, not test -x.
2019         (PERL): New macro.
2020         (maintainer-check): Use $(PERL), not @PERL@.
2021
2022         * configure.in (VERSION): Upped to 0.31.
2023
2024 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
2025
2026         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
2027         and config.guess.
2028
2029         * automake.in: Use keyed_aclocal_warning when warning about
2030         fp_PROG_INSTALL.
2031         (get_object_extension): Use keyed_aclocal_warning when warning
2032         about fp_C_PROTOTYPES.
2033         (keyed_aclocal_warning): New function.
2034
2035         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
2036         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
2037
2038         * automake.in (get_object_extension): Only give error about
2039         fp_C_PROTOTYPES once.
2040
2041         * automake.in (seen_ranlib): New variable.
2042         (scan_configure): Recognized AC_PROG_RANLIB.
2043         (handle_libraries): Error if ranlib not checked for.
2044
2045         * automake.in (default_strictness): Default to GNU.
2046         (default_strictness_name): Ditto.
2047
2048 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2049
2050         * automake.in (read_am_file): Removed @kr@ support.
2051         (get_object_extension): Ditto.
2052
2053         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
2054
2055 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2056
2057         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
2058
2059 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
2060
2061         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
2062         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
2063
2064         * automake.in (handle_scripts): Ensure $scripts_installed set to
2065         boolean value.  Test proginst.test.
2066
2067         * Makefile.am (installcheck-local): New target.
2068
2069         * automake.in (require_file): No error if missing file is
2070         installed.
2071
2072 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
2073
2074         * automake.in (handle_scripts): SCRIPTS no longer automatically
2075         cleaned.  Now possible to install scripts in pkgdatadir.
2076         ($seen_canonical): New variable.
2077         (generate_makefile): Check for config.guess and config.sub here;
2078         fixes bug reported by Gord Matzigkeit.
2079
2080         * Makefile.am (pkgdata_SCRIPTS): New variable.
2081         (CLEANFILES): New macro.
2082
2083         * scripts-clean.am: Removed.
2084
2085 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
2086
2087         * automake.in (am_install_var): Error if primary variable actually
2088         defined.
2089         (am_install_var): Skip elements that look like configure
2090         substitutions.
2091         (am_install_var): "EXTRA" is a valid prefix.
2092         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
2093         (handle_merge_targets): Treat "all" target like "install".
2094         (handle_subdirs): Don't push all-recursive.
2095
2096         * header.am (install-@DIR@HEADERS): Don't depend on all.
2097         * data.am (install-@DIR@DATA): Don't depend on all.
2098         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
2099         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
2100         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
2101
2102         * automake.in (am_install_var): Push generated install targets
2103         onto @phony.
2104
2105         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
2106         * automake.in (handle_merge_targets): Correctly handle recursive
2107         calls of uninstall, install-exec, and install-data.
2108         (handle_merge_targets): Put Makefile, and possibly $config_name,
2109         onto @all.
2110         (handle_merge_targets): Push 'all' onto @install as appropriate.
2111
2112 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2113
2114         * automake.in (handle_configure): config.status is in
2115         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
2116
2117         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
2118
2119 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
2120
2121         * automake.in: (seen_prog_yacc): New variable.
2122         (scan_configure): Look for yacc.
2123         (handle_source_transform): Skipp C++ header files.
2124         (handle_source_transform): .cxx is a C++ source file.
2125
2126 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2127
2128         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
2129
2130         Implemented --verbose feature; idea from Greg Woods:
2131         * automake.in (verbose): New global.
2132         (generate_makefile): Print creating message if verbose.
2133         (grep_for_vers_texi): Print message if verbose.
2134         (handle_dependencies): Ditto.
2135         (scan_configure): Ditto.
2136         (read_am_file): Ditto.
2137         (parse_arguments): Added --verbose.
2138         (initialize_global_constants): Ditto.
2139
2140         * automake.in (get_object_extension): Use am_line_error.
2141         (handle_source_transform): Ditto.
2142         (handle_libraries): Ditto.
2143         (handle_texinfo): Ditto.
2144         (handle_man_pages): Ditto.
2145         (handle_dist): Ditto.
2146         (handle_dist): Ditto.
2147         (handle_subdirs): Ditto.
2148         (handle_configure): Ditto.
2149         (handle_merge_targets): Ditto.
2150         (am_install_var): Ditto.
2151         (am_line_error): Allow actual line number as argument.
2152         (handle_configure): Use am_line_error.
2153         (scan_configure): Set config_header_line.
2154         (config_header_line): New global.
2155         Use @PERL@ to find perl during exec.  From Greg Woods.
2156
2157 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
2158
2159         * automake.in (initialize_per_input): Init %content_lines.
2160         (read_am_file): Set appropriate content_lines elements while
2161         reading.
2162         (am_line_error): New function.
2163         (read_am_file): Use it.
2164         (handle_options): Ditto.
2165
2166         * automake.in (scan_configure): Handle case where more than one .o
2167         is put into LIBOBJS at once.  Test libobj.test.
2168
2169 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2170
2171         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
2172         Test acouttbs.test.
2173         (handle_subdirs): Restored intl, po warnings.
2174
2175         * automake.in (scan_configure): Delete everything after "," or
2176         ")".  Test acoutnoq.test.
2177         (handle_dist): Use $relative_dir, not nonexistent $subdir.
2178         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
2179         SUBDIRS; don't warn about their absence.
2180
2181 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
2182
2183         * automake.in (handle_texinfo): Removed bogus error message.
2184
2185         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
2186         onto @all.
2187         (handle_options): Handle version number.
2188
2189         * automake.in ($maint_charset, $dist_charset): New variables.
2190         (initialize_per_input): Init $local_maint_charset.
2191         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
2192         (generate_makefile): Don't print "creating...".
2193
2194 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
2195
2196         * automake.in (get_object_extension): Substitute
2197         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
2198         (handle_source_transform): Use $1, not \1.
2199         (pretty_print_internal): Handle Tabs in fill when computing indent
2200         on new line.
2201         (handle_merge_targets): Always generate install-exec and
2202         install-data targets.  Test instexec.test.
2203         Fixed error message if fp_PROG_INSTALL missing.
2204
2205         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
2206         @CONFIG_INCLUDE_SPEC@.
2207
2208         * automake.in (scan_configure): Delete everything after "]".  Test
2209         acoutput.test.
2210
2211         * configure.in (AC_OUTPUT): Create tests/Makefile.
2212         * Makefile.am (SUBDIRS): New macro.
2213
2214         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
2215         Meyering.
2216
2217         * configure.in (AC_OUTPUT): Ensure automake is executable.
2218
2219 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2220
2221         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
2222         not exist.
2223
2224         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
2225
2226         From Jim Meyering:
2227         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
2228         (@DIR@_LIBFILES).
2229         * header.am (install-@DIR@HEADERS): Depend on all, not
2230         $(@DIR@_HEADERS).
2231         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
2232         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
2233         $(@DIR@_SCRIPTS).
2234         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
2235         $(@DIR@_PROGRAMS).
2236
2237         * automake.in (initialize_per_input): Initialize
2238         $use_dependencies.
2239         ($seen_path_xtra): New variable.
2240         (scan_configure): Look for AC_PATH_XTRA.
2241         (get_object_extension): Add variables to output if X seen.
2242
2243 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
2244
2245         * automake.in (handle_programs): add pkglib to list of
2246         directories for C
2247         (various): include a tab as fill for continuation lines
2248         printed with pretty_print*, esp. for macro variable assignments.
2249         [ changed to 4 spaced by me ]
2250
2251 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2252
2253         * configure.in (VERSION): Upped to 0.30.
2254
2255         * Makefile.am (automake): Removed.
2256         (DIST_OTHER): Removed.
2257
2258         * automake.in (handle_source_transform): All dep_files are
2259         relative to $(srcdir).
2260         (handle_libraries): Ditto.
2261         (scan_configure): Test for AC_PROG_INSTALL as well as
2262         fp_PROG_INSTALL.  Don't error here.
2263         (seen_prog_install): Now global.
2264         (scripts_installed): New global.
2265         (handle_scripts): Set it.
2266         Give error if appropriate install macro not seen.
2267         (handle_subdirs): Ensure $seen_gettext before requiring
2268         gettext-specific files.
2269         (handle_configure): Automatically rebuild 
2270
2271         From Jim Meyering:
2272         * automake.in (handle_source_transform): Use \W when quoting
2273         regexp.  When blah_SOURCES not explicitly defined, still create
2274         entry in %deps.
2275         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
2276         * subdirs.am (maintainer-clean-recursive): Now depends on
2277         $(CONFIG_HEADER) and Makefile.
2278
2279         * automake.in (handle_source_transform): Skip macro references.
2280
2281 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2282
2283         * automake.in (handle_texinfo): Include "rm" when deleting files.
2284
2285         * Makefile.am (maintainer-check): Expect only one ${...}.
2286         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
2287         Meyering.
2288
2289         * automake.in (handle_configure): Only define CONFIG_HEADER if
2290         $config_name.
2291         ($seen_gettext): New variable.
2292         (handle_subdirs): Do all gettext-related checking here.
2293         (scan_configure): Just set $seen_gettext.
2294         (handle_man_pages): Properly quote $(MANS).
2295
2296 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2297
2298         * depend.am: Don't use srcdir anywhere.
2299         * automake.in (handle_libraries): Don't make .deps relative to
2300         srcdir.
2301         (handle_options): Recognize no-dependencies.
2302
2303         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
2304         ".".  Properly quote regexp.
2305
2306 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2307
2308         * automake.in (handle_configure): Only defined CONFIG_HEADER if
2309         $config_name.
2310         (read_am_file): Quote regexp when substituting top_builddir.
2311         (handle_source_transform, handle_libraries): Look in
2312         $(srcdir)/.deps for .P files.
2313
2314 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
2315
2316         * automake.in (am_conf_error): New function.
2317         (scan_configure): Use it.
2318         (scan_configure): A comma also ends AC_OUTPUT macro.
2319
2320         * automake.in (read_am_file): Compute top_builddir when including
2321         header-vars.am.
2322         (handle_configure): Use $top_builddir, not $top_reldir.
2323         (other_input_files): New variable.
2324         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
2325
2326         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
2327         * automake.in (input_files, seen_make_set): Declare globally.
2328         (parse_arguments): Use input_files, not make_list.
2329         Only scan configure.in once.
2330         (handle_dist): Use SUBDIRS to determine when to make
2331         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
2332         find top of dist tree.
2333         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
2334         configure.in (done elsewhere).
2335         (scan_configure): seen_make_set is global.  Allow arbitrary space
2336         in LIBOBJS assignment.
2337         (top_builddir): New variable.
2338         * header-vars.am (top_builddir): New variable.
2339         * remake-subd.am (Makefile): Look in top_builddir, not .., when
2340         remaking.
2341         * automake.in (handle_merge_targets): Run 'all' before
2342         check-recursive.
2343
2344         * automake.in (file_contents_with_transform): Changed error
2345         message.
2346         (handle_configure): Define $contents{'CONFIG_HEADER'}.
2347
2348         * texi-version.am: Many changes to support multiple .texi files.
2349         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
2350         "@VTI@".
2351         * automake.in (handle_configure): install.sh is an anachronism.
2352         (handle_texinfo): Generalized for multiple .texi files.  Handle
2353         'clean-info' internally.
2354         * texi-clean.am: Removed.
2355         * Makefile.am: Updated for removal.
2356
2357 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
2358
2359         * automake.in (grep_for_vers_texi): New function.
2360         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
2361         (handle_texinfo): Changes to generalize to multiple .texi files.
2362
2363 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2364
2365         Fixes from Gord Matzigkeit:
2366         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
2367         topsrcdir.
2368         * header.am: New file.
2369         * Makefile.am (pkgdata_DATA): Install header.am.
2370         * automake.in (handle_headers): Use header.am, not data.am.
2371         (am_install_var): Allow pattern to be compiled multiple times.
2372
2373         * config.guess, config.sub: New files.
2374         * Makefile.am (pkgdata_DATA): Install config.guess and
2375         config.sub.
2376         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
2377         AC_CANONICAL_SYSTEM.
2378
2379 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2380
2381         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
2382         (handle_man_pages): Use man_MANS, not MANS.
2383
2384         * Makefile.am (info_TEXINFOS): Renamed.
2385
2386         * automake.in (scan_configure): Remove comments from input line.
2387         (am_variable): Removed.
2388
2389         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
2390
2391         * automake.in (config_name, config_header): New globals.
2392         (scan_configure): Look for AC_CONFIG_HEADER.
2393         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
2394
2395 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2396
2397         * automake.in (handle_dist_worker): Bug fix.
2398
2399 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2400
2401         * automake.in (require_file): Install missing files only according
2402         to desired strictness.
2403         (initialize_per_input): Don't init libsources.
2404         (scan_configure): Reinit libsources.
2405         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
2406         (fp_c_prototypes): New global.
2407         (scan_configure): Set it.
2408         (get_object_extension): Error if fp_C_PROTOTYPES not in
2409         configure.in when using ansi2knr.
2410         (handle_source_transform): Skip header files.
2411
2412         * automake.in (handle_dist_worker): Explicitly make 'dist' in
2413         subdirs.
2414
2415 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
2416
2417         From François Pinard:
2418         * automake.in (handle_source_transform): Transform $o file into .P
2419         file.
2420         (handle_dist_worker): Handle case where DISTFILES includes
2421         wildcard.  Bug fix in subdir case.
2422
2423         * automake.in (parse_arguments): Initialize strictness to
2424         'normal'.
2425
2426 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2427
2428         * automake.in (scan_configure): Look for NLS support.
2429
2430         Changes from François Pinard:
2431         * texinfos.am (install-info): Correctly install when build dir is
2432         not srcdir.
2433         * tags-subd.am (ID): Indentation change.
2434         * kr-vars.am (o): Use ".@U@o", not "@U@o".
2435         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
2436         * automake.in (handle_dist_worker): Fixlets.
2437         (handle_dist): Sort keys going into dist_common.
2438
2439 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2440
2441         * automake.in (handle_dist_worker): If Gnits, don't allow release
2442         until NEWS is updated.
2443
2444         * configure.in (VERSION): Version 0.29.
2445
2446         * Makefile.am (maintainer-check): Look for perl4.036 in path.
2447
2448         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
2449         (DEP_DISTFILES): Ditto.
2450
2451         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
2452         * dist-vars.am (DEP_DISTFILES): New variable.
2453
2454         * automake.in (handle_options): Support dist-shar option.
2455         (handle_dist_worker): New function.
2456         (handle_dist): Use it.
2457
2458         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
2459         *.tmp.
2460
2461         * automake.in (handle_dist): Chmod distdir 777.  From François
2462         Pinard.
2463
2464         * automake.in (scan_configure): New function.
2465         (initialize_per_input): Init libsources.
2466         (generate_makefile): Run handle_configure first.
2467         (handle_configure): Run scan_configure.
2468         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
2469
2470 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2471
2472         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
2473
2474         * automake.in (strictness, strictness_name): Renamed.
2475         (initialize_per_input): Set strictness, strictness_name.
2476         Initialize %options.
2477         (generate_makefile): Run handle_options.
2478         (handle_options): New function.
2479         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
2480         man page install if no-installman option given.
2481         (read_am_file): Deprecate @kr@.
2482         (get_object_extension): Look at ansi2knr option.
2483         (parse_arguments): Take global strictness from command-line
2484         options.
2485
2486 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
2487
2488         Fixes from François Pinard:
2489         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
2490         * automake.in (get_object_extension): Use $o, not $(kr)o.
2491         (handle_source_transform): Don't look for $(kr)c files.
2492         * kr-vars.am (o): New macro.
2493         (kr): Removed.
2494
2495         * depend.am (DEP_FILES): Removed.
2496         * automake.in (handle_source_transform): Push .P file onto
2497         dep_files.
2498         (initialize_per_input): New variable %dep_files.
2499         (handle_dependencies): Generate DEP_FILES here.
2500
2501 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
2502
2503         * automake.in (do_one_clean_target): Only remove config.status in
2504         top-level directory.
2505         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
2506
2507         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
2508
2509         * automake.in (handle_dist): Make "ln" quiet.
2510
2511         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
2512
2513 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2514
2515         * automake.in (handle_merge_targets): 'check' shouldn't depend on
2516         'all' at top level.
2517         (file_contents_with_transform): New function.
2518         (am_install_var): Use file_contents_with_transform.
2519         (handle_programs): Ditto.
2520         (handle_libraries): Ditto.
2521         (handle_texinfo): Ditto.
2522         (handle_merge_targets): Let 'install' depend on 'all' if no other
2523         dependencies exist.  From Jim Meyering.
2524         (check_gnu_standards): GNU requires AUTHORS file.  (See
2525         maintain.text).
2526         (require_file): Put body in loop.
2527         (get_object_extension): Only call require_file once.
2528         (handle_configure): Ditto.
2529
2530         From Jim Meyering:
2531         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
2532         * tags-subd.am (id): Removed.
2533
2534 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2535
2536         * Added copyright notice to each .am file.
2537
2538         * automake.in: Cleanups from François Pinard to avoid $#.
2539         (require_argument): Fixed sense of test.
2540         (set_strictness): Bug fix.
2541
2542 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2543
2544         * Makefile.am (pkgdata_DATA): Removed old dist files.
2545
2546         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
2547
2548         * automake.in (set_strictness): Set $strictness_name.
2549         (strictness_name): New variable.
2550         (handle_dist): Substantially rewrote.
2551
2552         * configure.in: Point AC_INIT at automake.in.
2553
2554         * automake.in (generate_makefile): Report errors against
2555         Makefile.in, not Makefile.am.
2556
2557 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2558
2559         * mdate-sh: Bug fix from Jim Meyering.
2560
2561         * dist.am (dist): Changed in parallel with dist-subd-top.am.
2562
2563         * mkinstalldirs: Reverted.
2564
2565         * automake.in (initialize_global_constants): Allow COPYING.LIB
2566         again.
2567         (check_gnits_standards): Disallow COPYING.LIB.
2568
2569         * texinfos.am (install-info): Only look in $(srcdir) for info
2570         files.
2571
2572         * automake.in (initialize_global_constants): New variable
2573         gen_copyright.
2574         (read_am_file): Put a copyright in each Makefile.in.
2575
2576         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
2577
2578         * automake.in (am_install_var): Put space before "=".
2579         (handle_dist): Put README first in DIST_COMMON.
2580
2581         * Makefile.am (pkgdata_DATA): Include COPYING.
2582
2583         * COPYING: New file.
2584
2585         * automake.in (parse_arguments): Added --gnu and --gnits as
2586         synonyms.
2587         (initialize_global_constants): Ditto.
2588         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
2589         (initialize_global_constants): Look for README first.
2590         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
2591         ABOUT-GNU.
2592         (check_gnu_standards): Require file COPYING.
2593
2594         From François Pinard:
2595         * automake.in (file_contents): Comment out "warn"s.
2596         (usage): Use 4 columns.
2597         (USAGE_FORMAT): Ditto.
2598
2599         * texinfos.am (install-info): Look for info file relative to $$d.
2600
2601         * Makefile.am (cvs-dist): Suppress output of "grep".
2602
2603         * configure.in (VERSION): Version 0.28.
2604
2605         * automake.in (pretty_print_internal): Fix for Perl 4
2606         compatibility.
2607
2608         * configure.in (VERSION): Version 0.27.
2609
2610         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
2611         invocation.
2612
2613         * automake.in (initialize_global_constants): Don't quote "@" in
2614         $install_man_format.
2615         (handle_merge_targets): use "@:" as empty command, not ":".
2616
2617 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2618
2619         * texinfos.am (install-info): Look in $d for info files.  From
2620         François Pinard.
2621
2622         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
2623
2624         * automake.in (read_am_file): Correctly deal with continued
2625         variable definitions.
2626
2627 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2628
2629         * automake.in (handle_merge_targets): 'check' target depends on
2630         'all'.
2631         (file_contents): Don't be so verbose.
2632         (read_am_file): Ditto.
2633         (read_am_file): Must use substr to check for trailing \.
2634         (am_install_var): Use push_phony_cleaners.
2635         (file_contents): Set $was_rule when assuming a rule is seen.
2636         (read_am_file): Ditto.
2637         (do_one_clean_target): Removed spurious newline.
2638
2639         Some changes from François Pinard:
2640         * Removed trailing whitespace from all '.am' files.
2641         * tags-subd.am (ID): Use &&, not ;.
2642         (TAGS): Ditto.
2643         * automake.in (parse_arguments): Removed useless message.
2644         (parse_arguments): Don't explicitly referenced STDERR.
2645         (require_argument): Ditto.
2646         (am_error): Ditto.
2647         (set_strictness): Ditto.
2648         (file_contents): Ditto.
2649         (read_am_file): Ditto.
2650         (generate_makefile): Style tweaks.
2651         (handle_programs): Ditto.
2652         (handle_libraries): Ditto.
2653         (handle_texinfo): Ditto.
2654         (handle_man_pages): Ditto.
2655         (handle_tags): Ditto.
2656         (handle_dist): Ditto.
2657         (handle_subdirs): Ditto.
2658         (handle_configure): Ditto.
2659         (handle_footer): Don't put newline before footer.am contents.
2660         (handle_merge_targets): Style tweaks.
2661         (do_one_clean_target): Ditto.
2662         (dirname): Ditto.
2663         (am_variable): Ditto.
2664         Defined some new constants.
2665         (generate_makefile): Don't call generate_header.
2666         (generate_header): Removed.
2667         (file_contents): Rewrote.
2668         (read_am_file): Rewrote.
2669
2670         * automake.in (generate_makefile): Handle phony target.
2671         (do_one_clean_target): Pretty-print dependencies.
2672         (handle_installdirs): Pretty-print rule.
2673
2674         * Makefile.am (maintainer-check): Made some commands silent.
2675
2676         * automake.in (initialize_global_constants): Don't install or
2677         uninstall cat'd man pages.
2678         (initialize_per_input): Added phony target.
2679         (push_phony_cleaners): New function.
2680         (get_object_extension): Handle phony targets.
2681         (handle_texinfo): Ditto.
2682         (handle_man_pages): Ditto.
2683         (handle_tags): Ditto.
2684         (handle_dist): Ditto.
2685         (handle_subdirs): Ditto.
2686         (handle_installdirs): Ditto.
2687         (handle_merge_targets): Ditto.
2688         (handle_clean): Ditto.
2689         (do_one_merge_target): Ditto.
2690         (am_install_var): Ditto.
2691         (handle_phony): New function.
2692         (generate_makefile): Call it.
2693         (pretty_print_internal): New function.
2694         (pretty_print_rule): Ditto.
2695
2696 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2697
2698         * automake.in (initialize_global_constants): Don't print body of
2699         loop at make time.
2700
2701         Changes from François Pinard:
2702         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
2703         (DEP_FILES): Put dependency files in $(srcdir).
2704         Look in $(srcdir) when including dependency files.
2705         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
2706         (.deps/%.P): MKDEP includes all macro expansions.
2707         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
2708         be so verbose.
2709         * dist-subd.am (dist): Don't be so verbose.
2710         * dist.am (dist): Don't be so verbose.
2711
2712         * automake.in (do_one_clean_target): Remove config.status in
2713         maintainer-clean.  From Jim Meyering.
2714
2715         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
2716         Meyering.
2717
2718         * automake.in (handle_merge_targets): Add dummy command for empty
2719         install target.  From Jim Meyering.
2720
2721 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2722
2723         * texinfos.am (uninstall-info): Bug fix.
2724
2725         * Makefile.am (maintainer-check): Error if ${...} used.
2726         * depend.am (DEP_FILES): Prefer $(...).
2727
2728         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
2729         exists.
2730         * libraries.am (install-@DIR@LIBRARIES): Only install library if
2731         it exists.
2732         * programs.am (install-@DIR@PROGRAMS): Only install program if it
2733         exists.
2734
2735         * texinfos-vars.am (TEXFILES): Removed.
2736
2737         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
2738
2739         * automake.in (do_one_merge_target): Never generate trailing
2740         whitespace.
2741         (pretty_print): New function.
2742         (handle_footer): Prettyprint definitions.
2743         (am_install_var): Ditto.
2744         (handle_source_transform): Ditto.
2745         (handle_dist): Ditto.
2746         (handle_libraries): Ditto.
2747         (read_am_file): Put comments nearer appropriate code.
2748
2749         * texi-clean.am (mostlyclean-info): Use continued lines, not
2750         multiple rm's.  From Jim Meyering.
2751
2752 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2753
2754         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
2755         mkinstalldirs, texinfo.tex to be installed.
2756         * automake.in (symlink_exists): New global.
2757         (install_missing): Ditto.
2758         (require_file): Install missing files if possible.
2759         (parse_arguments): Handle --install-missing option.
2760         (initialize_global_constants): Document --install-missing.
2761
2762         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
2763         Ensure 'checks' pass before release.
2764         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
2765         Franc,ois Pinard.
2766         (cvs-dist): Depend on maintainer-check instead of explicitly
2767         running check.
2768
2769         * configure.in (VERSION): Version 0.26.
2770
2771         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
2772         of 'if' test.
2773
2774         * depend.am (DEP_FILES): Bug fix.
2775
2776         * automake.in (do_one_clean_target): Typo.
2777
2778         * Makefile.am (check-local): Run syntax check under Perl 4.
2779
2780         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
2781         (handle_source_transform): Loop variable is now $_.  From Gor
2782
2783         * Makefile.am (check-local): Check for 'true' in source.
2784         * texinfos.am (install-info): Can't use "true" in any rule.
2785
2786 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2787
2788         * Makefile.am (cvs-dist): New target.
2789
2790         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
2791         failures.
2792
2793         * texinfos.am (install-info): Don't do install-info for now.
2794
2795         * clean.am (distclean-generic): Don't remove config.status here.
2796         * automake.in (do_one_clean_target): Remove config.status later,
2797         for 'make -j2'.  From Jim Meyering.
2798
2799 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2800
2801         * configure.in (VERSION): Version 0.25.
2802
2803         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
2804         (handle_configure): Check for AC_PROG_MAKE_SET.
2805
2806         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
2807         Meyering.
2808
2809         * automake.in (am_install_var): Changed how 'clean' handled for
2810         uniform name targets.
2811         * Makefile.am (pkgdata_DATA): Added new files.
2812         * data-clean.am: New file.
2813         * scripts-clean.am: New file.
2814         * libraries-clean.am: New file.
2815         * programs-clean.am: New file.
2816
2817 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2818
2819         * automake.in (am_install_var): Error if variable name
2820         "misspelled".
2821         (handle_source_transform): Automatically include .c file
2822         corresponding to .y or .l.
2823
2824 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2825
2826         * programs.am: Changed for uniform naming scheme.
2827
2828         * automake.in (read_am_file): Allow '-' and '.' in target names.
2829         (generate_makefile): Don't pass arguments to handle_libraries.
2830         (initialize_per_input): Define @sources, @objects.
2831         (generate_makefile): Init @sources, @objects if needed.
2832         (handle_source_transform): Push onto @sources, @objects here.
2833         (am_install_var): Push primary onto @all, for configure-time
2834         customization.
2835         (handle_programs): Use new uniform naming scheme.
2836
2837         * Makefile.am (check-local): New target.
2838
2839         * automake.in (handle_libraries): Use uniform naming scheme.
2840
2841         * libraries.am: Rewrote for uniform naming scheme.
2842
2843         * scripts.am: Updated names of all clean targets.
2844
2845         * automake.in (handle_programs): Split on all whitespace.
2846         (handle_libraries): Ditto.
2847         (handle_texinfo): Ditto.
2848         (handle_man_pages): Ditto.
2849         (am_install_var): Changed return result.
2850         (am_install_var): Changed interface.
2851         (am_install_var): Push onto @clean@ if requested.
2852         (handle_scripts): Pass -clean to am_install_var.
2853
2854 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2855
2856         * automake.in (am_install_var): Push target onto @all.
2857         (get_object_extension): Use $(...).
2858         (handle_source_transform): Ditto.
2859         (handle_programs): Ditto.
2860
2861         * automake.in (require_argument): New function.
2862         (parse_arguments): Use it.
2863         (push_dist_common): New function.
2864         (generate_makefile): Use it.
2865         (handle_texinfo): Ditto.
2866         (handle_dist): Ditto.
2867         (handle_configure): Ditto.
2868         (require_file): Ditto.
2869         (generate_makefile): Don't pass arguments to handle_scripts.
2870         (handle_configure): Require configure.in.
2871         (check_gnu_standards): New function.
2872         (check_gnits_standards): Ditto.
2873         (generate_makefile): Check standards.
2874
2875         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
2876
2877         * automake.in (LENIENT, GNU, GNITS): New constants.
2878         (initialize_per_input): New function.
2879         (generate_makefile): Use it.
2880         (initialize_global_constants): Renamed from init_globals.
2881         (require_file): Added strictness argument.
2882         (parse_arguments): Added --strict option.
2883         (set_strictness): New function.
2884         (parse_arguments): use it.
2885         (initialize_global_constants): Document --strictness.
2886
2887         * automake.in: Use ${1+"$@"} to preserve quoting when running
2888         under sh.
2889
2890         * texinfos.am (install-info): Don't use "true".
2891         * tags.am (TAGS): Don't use "true".
2892
2893         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
2894         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
2895
2896         * program.am (@PROGRAM@): Use LINK macro.
2897         * compile.am (.c.o): Use COMPILE macro.
2898
2899         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
2900         ${...}.
2901
2902         * subdirs.am (RECURSIVE): Removed macro.
2903
2904         * clean.am: Changed to not be so verbose.
2905
2906         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
2907         * automake.in (handle_texinfo): Transform texi-clean and put into
2908         output rules.
2909         * texinfos-vars.am (TEXFILES): Removed.
2910         * texinfos.am: Removed 'clean' targets.
2911         * texi-clean.am: New file.
2912
2913         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
2914
2915         * texinfos-vars.am (TEXFILES): Added *.op.
2916
2917         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
2918         standards.
2919         * dist.am (dist): Use DISTFILES.
2920         * dist-subd.am (dist): Use DISTFILES.
2921         * dist-subd-top.am (dist): Use DISTFILES.
2922
2923 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2924
2925         * Makefile.am (ETAGS_ARGS): Define.
2926
2927         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
2928         Meyering.
2929
2930         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
2931
2932         * automake.in (handle_scripts): Use am_install_var.
2933
2934         * scripts.am: Rewrote for new uniform naming scheme.
2935
2936         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
2937
2938         * libscripts.am: Removed.
2939
2940         * packagedata.am: Removed.
2941
2942         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
2943         (pkgdata_DATA): Renamed from PACKAGEDATA.
2944
2945         * automake.in (handle_data): Use am_install_var.
2946         (init_globals): Init %exec_dir_p.
2947
2948         * data.am: Rewrote for new uniform naming scheme.
2949
2950         * automake.in (get_object_extension): New function.
2951         (handle_programs): Use it.
2952         (dir_holds_sources): Changed interpretation.
2953         (handle_headers): New function.
2954         (am_install_var): New function.
2955         (generate_makefile): Call handle_headers.
2956
2957         * header-vars.am (pkgdatadir): New macro.
2958         (pkglibdir): Ditto.
2959         (pkgincludedir): Ditto.
2960
2961         * automake.in (handle_source_transform): New function.
2962         (am_error): New function.
2963         (generate_makefile): Use it.
2964         (handle_source_transform): Ditto.
2965         (handle_texinfo): Ditto.
2966         (handle_dependencies): Ditto.
2967         (handle_merge_targets): Ditto.
2968         (require_file): Ditto.
2969
2970 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2971
2972         * automake.in: Updated FSF address.  From Jim Meyering.
2973         * header-vars.am: Updated FSF address.
2974
2975         * distname.am: Removed.
2976
2977         * automake.in (file_contents): Strip "##" comments.
2978         * Various files: Added "##" comments for strange things.
2979
2980         * automake.in (handle_tags): Generate TAGS rule for every
2981         directory.
2982
2983         * subdirs.am (RECURSIVE): Include installcheck-recursive.
2984         * automake.in (installcheck): New variable.
2985         (generate_makefile): Initialize it.
2986         (handle_subdirs): Push 'installcheck-recursive'.
2987         (handle_merge_targets): Handle installcheck target.
2988
2989 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
2990
2991         * automake.in ($PACKAGE): Removed.
2992
2993         * header-vars.am (ALL): Removed.
2994
2995         * automake.in: Reworked 'all' target handling.
2996
2997         * automake.in (generate_makefile):
2998         Don't use AM_ forms in call to am_variable.
2999
3000         * automake.in: Changes for Perl 5, from Gord Matzigkeit
3001
3002         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
3003
3004         * automake.in (handle_footer): Allow SUFFIXES variable.
3005
3006         * automake.in (am_variable): New function.
3007         (handle_texinfo): Use it.
3008         (generate_makefile): Use it.
3009
3010         * configure.in: Version 0.24.
3011
3012 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
3013
3014         * automake.in (handle_libraries):
3015         Generate blah_LIBADD defines if required.
3016
3017         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
3018
3019         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
3020
3021         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
3022
3023         * configure.in: Version 0.23
3024
3025         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
3026
3027         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
3028
3029         * automake.in: New option --output-dir
3030
3031         * automake.in (handle_configure): Fixed typo.
3032
3033         * automake.in (handle_installdirs): Always make installdirs target.
3034
3035         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
3036         uninstall-exec-recursive.  Added installdirs-recursive.
3037
3038         * automake.in (handle_installdirs): Handle installdirs-recursive.
3039         (handle_man_pages): 'all' depends on $(MANS)
3040
3041         * Makefile.am: Removed mans.am.
3042
3043         * automake.in: More man-related fixes
3044
3045         * automake.in: Bug fixes
3046
3047         * automake.in: Rewrote man page handling.
3048
3049         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
3050
3051         * automake.in (handle_installdirs): New function.
3052         (@installdirs): New global.
3053         Many changes to deal with installdirs.
3054
3055         * clean.am (clean-generic): Always supply 'else' clause to 'if'
3056
3057         * automake.in (generate_header): Don't use header.am.
3058         (handle_dist): Don't use dist-subd-vars.am.
3059
3060         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
3061
3062         * Makefile.am (DISTCLEANFILES): Removed.
3063
3064         * clean.am (clean-generic): Bug fix.
3065
3066         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
3067
3068         * texi-version.am (clean-vti): No such macro as VTI
3069
3070 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
3071
3072         * automake.in: Bug fix for maintainer-clean
3073
3074         * automake.in (do_one_clean_target):
3075         Print special text in maintainer-clean.
3076         (handle_clean): Always include clean.am
3077
3078         * clean.am: Use -generic clean targets.
3079
3080         * compile.am: Added clean targets.
3081
3082         * configure.in: Version 0.22.
3083
3084         * automake.in (handle_dependencies):
3085         Put trailing newline after all deps.
3086
3087         * automake.in (handle_dependencies): Another dependency bug fix.
3088
3089         * automake.in (handle_dependencies):
3090         Bug fix when including dependencies.
3091
3092         * automake.in (handle_configure):
3093         Verify existence of install-sh, mkinstalldirs
3094
3095         * automake.in (handle_texinfo): Include stamp-vti in distribution
3096
3097         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
3098         Include DATA, PACKAGEDATA.
3099
3100         * Makefile.am: Nothing
3101
3102         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
3103
3104         * automake.in (handle_texinfo): Typo
3105
3106         * automake.in: If script ends up in shell, feed to perl
3107
3108         * automake.in: Rewrote 'clean' rules.
3109         Documentation made and installed first.
3110         'all' depends on 'info'
3111
3112 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
3113
3114         * configure.in, Makefile.am: Turned off internationalization.
3115
3116         * clean-kr.am: Rewrote for new clean scheme.
3117
3118         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
3119
3120         * Makefile.am (PACKAGEDATA): Include tags-clean.am
3121
3122         * subdirs.am: Removed bogus local clean targets
3123
3124         * tags-clean.am: Initial revision
3125
3126         * texi-version.am: Added clean targets
3127
3128         * texinfos.am: Fixes to clean targets.
3129
3130         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
3131         Added clean targets
3132
3133         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
3134
3135         * automake.in: Completely revamped automatic de-ANSI-fication
3136
3137         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
3138
3139         * compile-vars.am (LINK): New macro
3140
3141         * kr-vars.am: Trailing blank line
3142
3143         * compile-kr.am: Rewrote
3144
3145         * compile-vars.am (COMPILE): New macro
3146
3147         * compile-vars.am (ANSI2KNR): Removed
3148
3149         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
3150
3151         * kr-vars.am: Initial revision
3152
3153         * automake.in (require_file): New function.
3154         (handle_texinfo): Require 'mdate-sh'
3155         (common_sometimes): New variable
3156         (usage): Use it.
3157
3158         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
3159
3160         * mdate-sh: Initial revision
3161
3162         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
3163
3164         * automake.in (generate_makefile):
3165         Put Makefile.in, Makefile.am in @dist_common
3166         (handle_configure): Use @dist_common as appropriate
3167
3168         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
3169
3170         * configure.in: Abort if perl not found
3171
3172         * configure.in: Look for perl
3173
3174         * automake.in: Reimplemented in Perl
3175
3176         * automake.in: Fixlet
3177
3178 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
3179
3180         * automake.in: Always print ".SUFFIXES:" rule.
3181
3182         * automake.in: Distribution config.h.in if required
3183
3184         * automake.in: Bug fix when including texi-version.am
3185
3186         * automake.in: Bug fix when looking for .texi file in $am_reldir
3187
3188         * depend.am: Comment fix
3189
3190         * automake.in: Look for .texi file in $am_reldir
3191
3192         * automake.in: Fixlet
3193
3194         * automake.in: Blank line after targets from user's Makefile.am
3195
3196         * automake.in: Move footer items to actual footer
3197
3198         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
3199
3200         * automake.in (common):
3201         Don't include acconfig.h, config.h.top, config.h.bot
3202
3203         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
3204
3205         * Makefile.am (CONFIG_H): Define
3206
3207         * acconfig.h: Initial revision
3208
3209         * configure.in: Use AC_CONFIG_HEADER.
3210
3211         * automake.in: Put blah_TEXINFOS into DIST_COMMON
3212
3213         * automake.in: .info file explicitly depends on primary .texi file
3214
3215         * texinfos.am (install-info): Always supply 'else' clause to 'if'
3216
3217         * tags.am (TAGS): Always supply 'else' clause to 'if'
3218
3219         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
3220
3221         * automake.in: Always include footer.am in output
3222
3223         * mans.am (install-man): Always supply 'else' clause to 'if'
3224
3225         * automake.in: More version.texi fixes
3226
3227         * automake.in: Only do version.texi processing if requested.
3228
3229         * automake.in: Minor internationalization fixes.
3230         Subshell can now exit with nonzero status.
3231         Fixed up .texi handling; now uses texi-version.am
3232         Make sure '.c' and '.o' are in .SUFFIXES if required.
3233
3234         * Makefile.am (PACKAGEDATA): Include texi-version.am
3235         (stamp-vti, version.texi): Removed
3236         (TEXINFOS): Don't reference version.texi
3237
3238         * texi-version.am: Initial revision
3239
3240         * dist.am, dist-subd-top.am (dist):
3241         [DIST_SUBDIRS] Follow symlinks when copying.
3242
3243         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
3244
3245 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
3246
3247         * automake.in: Added --amdir option
3248
3249         * Makefile.am, configure.in: Turned on internationalization
3250
3251         * Makefile.am: Set EDITION
3252
3253         * configure.in: Version 0.21
3254
3255         * tags.am, tags-subd.am: Don't use double-colon rules
3256
3257         * automake.in: Redid install-data, install-exec, uninstall handling
3258
3259         * configure.in: Turn off i18n
3260
3261 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
3262
3263         * automake.in (common): Remove NLS
3264
3265         * automake.in (common): Include ABOUT-NLS.
3266
3267         * automake.in: Test for install-sh and mkinstalldirs
3268
3269         * automake.in: Blank line after OBJECTS= line
3270
3271         * automake.in: Start subshell in loop after check for Makefile.am
3272
3273         * automake.in: --use-deps now the default
3274
3275         * automake.in (am_dir): Don't apply transform to install directory name
3276
3277         * packagedata.am: Don't apply transform to install directory name
3278
3279         * Makefile.am (SUBDIRS): Hold off on internationalization
3280
3281 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
3282
3283         * automake.in:
3284         Write 'SOURCES =' line after copying Makefile.am variables
3285
3286         * automake.in: Fixed bug in "--" option processing
3287
3288         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
3289
3290         * Makefile.am (DIST_OTHER): Include gettext-sh
3291
3292         * Makefile.am (SUBDIRS): Define
3293
3294         * configure.in: Include internationalization bits
3295
3296         * automake.in: Many changes to avoid double-colon rules.
3297
3298         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
3299
3300         * subdirs.am: Removed "::" rules
3301
3302         * header.am: Removed install, uninstall
3303
3304         * header.am: Added install, uninstall targets
3305
3306         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
3307
3308         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
3309         Removed "::" rules
3310
3311         * Makefile.am (PACKAGEDATA): Include libscripts.am
3312
3313         * libprograms.am: Don't install libscripts here
3314
3315         * libscripts.am: Initial revision
3316
3317         * scripts.am, programs.am, libprograms.am: Removed "::" rules
3318
3319         * automake.in (am_dir): Run package name through name transform.
3320
3321         * automake.in: Don't use packagedata.sed or data.sed
3322
3323         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
3324         packagedata.am
3325
3326         * data.am: No longer run through sed
3327
3328         * packagedata.am: Initial revision
3329
3330 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
3331
3332         * automake.in: No blank line after Usage
3333
3334         * automake.in: Removed "NLS nuisances" section.
3335         Now uniformly uses $echo for user-visible messages (in advance of
3336         internationalization)
3337
3338         * subdirs.am (maintainer-clean): Don't use realclean-local
3339
3340         * Makefile.am: Use PACKAGEDATA, not custom code
3341
3342         * data.am: Use @LONG@, not $(@LONG@)
3343
3344         * automake.in: Handle DATA and PACKAGEDATA
3345
3346         * packagedata.sed: Initial revision
3347
3348         * data.am: Use @DIR@, not $(@DIR@)
3349
3350         * data.sed: Use $(datadir), not datadir
3351
3352         * data.sed: Initial revision
3353
3354         * data.am: Wrote uninstall targets
3355
3356         * data.am: Initial revision
3357
3358         * dist-subd.am (dist): Don't link a file that has already been linked
3359
3360         * dist-subd-top.am, dist.am (dist):
3361         Run `automake --include-deps' before making distribution
3362
3363         * automake.in: More dependency-tracking bug fixes
3364
3365         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
3366
3367         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
3368
3369         * tags-subd.am, tags.am: Added trailing blank line
3370
3371         * depend.am: Use ".P", not "empty.P", as placeholder.
3372
3373         * automake.in: Only include depend.am if SOURCES not empty
3374
3375         * automake.in: Added --use-deps and --include-deps options.
3376         Handle auto-generating dependencies.
3377
3378         * Makefile.am (am_DATA): Include depend.am
3379
3380         * depend.am: Initial revision
3381
3382         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
3383
3384         * automake.in: Put blank line after .SUFFIXES
3385
3386         * scripts.am: Added blank line at end
3387
3388         * scripts.am: Removed unnecessary comment
3389
3390         * scripts.am: Removed unnecessary workarounds
3391
3392         * automake.in: Don't include programs.am if PROGRAMS empty
3393
3394         * header-vars.am (INSTALL_SCRIPT): Typo
3395
3396         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
3397
3398         * automake.in: Handle .SUFFIXES here.
3399
3400         * configure.in: Use fp_PROG_INSTALL
3401
3402         * header-vars.am: Changes for autoconf 2.5.
3403         Now includes INSTALL_SCRIPTS.
3404
3405         * texinfos.am (install-info): Bug fix
3406
3407         * automake.in:
3408         Include scripts.am or libscripts.am in output if appropriate
3409
3410         * programs.am (install-programs, uninstall-programs):
3411         Don't install SCRIPTS
3412
3413         * Makefile.am (am_DATA): Include scripts.am
3414
3415         * scripts.am: Initial revision
3416
3417 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
3418
3419         * automake.in:
3420         Cleaned up how "prog_SOURCES" variable is found in input.
3421         Ditto prog_OBJECTS.
3422         Put static sed scripts into separate, installed files.
3423
3424         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
3425
3426         * hack-make.sed, nl-remove.sed: Initial revision
3427
3428         * texinfos.am (install-info): Rewrote
3429
3430         * subdirs.am (all-recursive): Put with other -recursive rules
3431
3432         * configure.in: Version 0.20
3433
3434         * automake.in: Another bug fix
3435
3436         * automake.in: Bug fix when looking for texinfo.tex
3437
3438         * texinfo.tex: Initial revision
3439
3440         * automake.in:
3441         If TEXINFOS defined but texinfo.tex does not exist, give warning.
3442
3443         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
3444         (all-recursive): Don't fail immediately if -k specified.
3445
3446 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
3447
3448         * subdirs.am (_all):
3449         New target.  Now use Jim Meyering's formulation of AIX
3450         workaround.
3451         (install-exec, install-data): New targets
3452
3453 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
3454
3455         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
3456
3457         * automake.in: Use @datadir@
3458
3459         * automake.in: Added @configure_input@ line
3460
3461 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
3462
3463         * automake.in: "--help" option now prints auto-recognized file names.
3464         Allow AM_ overriding of more variables.
3465
3466         * texinfos.am (install-info):
3467         Don't cd to srcdir to avoid breaking install-sh
3468         Other bug fixes
3469
3470         * Makefile.am: Handle automake.texi
3471
3472 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
3473
3474         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
3475
3476         * tags.am (TAGS): bug fix
3477
3478         * automake.in: Use am_dir, not AM_DIR.
3479         Use version, not VERSION.
3480         Bug fix in TAGS code.
3481
3482         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
3483
3484         * subdirs.am: TAGS target now in tags.am
3485
3486         * footer.am: TAGS and ID targets now in tags-subd.am
3487
3488         * tags-subd.am, tags.am: Initial revision
3489
3490         * automake.in: Cleaned up AM_PROGRAM code.
3491         Handle TAGS target better
3492
3493         * remake.am, remake-subd.am (Makefile.in): Bug fix.
3494
3495         * automake.in (usage): Updated
3496
3497         * remake-subd.am, remake.am:
3498         Added rule where Makefile.in depends on Makefile.am
3499
3500         * automake.in: Entire body of 'for' loop now in subshell
3501
3502         * automake.in (common): config.guess and config.sub are common files.
3503
3504         * dist-subd-top.am, dist.am (dist): Bug fix.
3505
3506         * Makefile.am (DIST_OTHER): Don't include TODO
3507
3508         * automake.in: Auto-include TODO and THANKS files.
3509
3510         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
3511
3512         * automake.in: More bug fixes in "look for Makefile.am" code.
3513
3514         * automake.in: Bug fix in "look for Makefile.am" code.
3515
3516         * automake.in:
3517         If no arguments given, look for all Makefile.am's in this
3518         directory and in immediate subdirs
3519
3520         * automake.in: Bug fixes for LDADD-override feature.
3521
3522         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
3523
3524         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
3525
3526         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
3527
3528         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
3529
3530 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
3531
3532         * automake.in: No longer look for _SOURCES or _OBJECTS
3533
3534         * header-vars.am:
3535         Remove "automatically created" header (now in automake).
3536         Updated copyright.
3537
3538         * automake.in: Put version info in Makefile header
3539
3540 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
3541
3542         * automake.in: Minor cleanups
3543
3544         * dist-subd-top.am, dist.am (dist):
3545         Don't link or copy file if it already exists.
3546
3547         * automake.in:
3548         Look for _SOURCES (common sources) and generate _OBJECTS.
3549
3550         * footer.am (ID, TAGS): Include HEADERS
3551
3552         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
3553
3554 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
3555
3556         * dist-subd.am (distdir): Is relative to ".."
3557
3558         * dist-subd-vars.am (PACKAGE, VERSION): Define
3559
3560         * dist-subd.am (dist): Don't handle DIST_DIRS.
3561
3562         * mans.am (uninstall-man): Another bug fix.
3563
3564         * mans.am (uninstall-man): Bug fix.
3565
3566         * dist.am, dist-subd-top.am (dist): Bug fix
3567
3568         * Makefile.am (DIST_SUBDIRS): New macro
3569
3570         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
3571
3572         * Makefile.am (DIST_OTHER): Include automake.in
3573
3574         * Makefile.am (DISTCLEANFILES): New macro.
3575
3576         * automake.in (common): Include COPYING.LIB
3577
3578         * Makefile.am (automake): New rule.
3579
3580         * texinfos.am (install-info): Changed per GNU standards
3581
3582         * remake-hdr.am (stamp-h.in):
3583         Use "touch", not "date", per GNU standards.
3584
3585         * automake.in (common): Include texinfo.tex
3586
3587 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
3588
3589         * automake.in: More fixes when finding common files.
3590
3591         * Makefile.am (DIST_OTHER): Another removal.
3592
3593         * automake.in: Special-case when amdir=.
3594
3595         * Makefile.am (DIST_OTHER): Removed auto-detected files.
3596
3597         * automake.in:
3598         Search for commonly-used files and auto-include them in distribution
3599
3600         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
3601         (DIST_CONF): Removed files searched for by automake.
3602
3603         * automake.in: More arg-parsing bug fixes.
3604
3605         * Makefile.am (DIST_OTHER): Include install-sh
3606
3607         * Makefile.am (DIST_OTHER): Don't include auto-included files.
3608
3609         * automake.in: Bug fixes to argument parsing code.
3610
3611         * automake.in: Handle --version and --help.
3612         NLS stuff from autoconf.
3613
3614         * Makefile.am (amdatadir): Fixed typo.
3615         (install): Make install directories
3616
3617         * Makefile.am: Use "install::", not "install:"
3618
3619         * install-sh, mkinstalldirs: Initial revision
3620
3621         * configure.in: Use AC_PROG_INSTALL
3622
3623         * automake.in: Set AM_DIR based on configure results.
3624
3625         * Makefile.am (install): New target.
3626         (amdatadir): New variable.
3627
3628         * automake.in: Use "#! /", not "#!/".
3629
3630         * Makefile.am, configure.in: Initial revision
3631
3632         * automake.in: Renamed from "automake".
3633         Set VERSION.
3634
3635         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
3636
3637         * automake.in: Insert remake-subd.am if appropriate.
3638
3639         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
3640
3641         * automake.in: Handle ALLPROGRAMS variable.
3642
3643         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
3644
3645         * automake.in: Fixlet when printing "subdir=DIR"
3646
3647         * automake.in: Put "subdir=DIR" into subdir Makefile
3648
3649         * automake.in: Don't refer to distname.am.
3650         Only put footer.am in subdir Makefiles.
3651
3652         * subdirs.am (id, ID): New target.
3653         (.NOEXPORT): Copied from footers.am.
3654
3655         * subdirs.am (TAGS): Bug fixes.
3656
3657         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
3658
3659         * subdirs.am (maintainer-clean-local): Remove TAGS
3660
3661         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
3662
3663         * subdirs.am: Use maintainer-clean, per GNU standards
3664
3665         * dist-subd-top.am: Some variables defined in dist-vars.am
3666
3667         * dist-vars.am (PACKAGE, VERSION):
3668         New variables, initialized by configure
3669
3670         * footer.am (id, ID): New targets
3671         (TAGS): Put TAGS file in build, not source, directory
3672
3673         * remake-subd.am (Makefile): Don't assume subdir is 'src'
3674
3675         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
3676
3677         * dist-subd.am: Changed to conform to new top-level dist target.
3678
3679         * dist-subd-top.am:
3680         Changed to assume PACKAGE and VERSION are set by configure.
3681
3682         * clean-kr.am, clean.am (maintainer-clean):
3683         Updated rules per GNU standards.
3684
3685         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
3686
3687 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
3688
3689         * automake.in, texinfos.am: kludge for multiple-part info files
3690
3691 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
3692
3693         * clean.am, clean-kr.am: remove INFOS
3694
3695 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
3696
3697         * texinfos.am: add path
3698
3699         * remake.am, remake-hdr.am: account for VPATH limitations
3700
3701 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
3702
3703         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
3704         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
3705
3706 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
3707
3708         * texinfos.am: install-info depends on info files
3709
3710         * dist-subd-vars.am, dist-vars.am: distrib info files
3711
3712 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
3713
3714         * clean-kr.am, clean.am: fix up distclean
3715
3716         * subdirs.am: fix typo
3717
3718         * clean.am: do more in distclean
3719
3720 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
3721
3722         * libraries.am: make install depend on all
3723
3724         * automake.in: fix typo
3725
3726 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
3727
3728         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
3729
3730         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
3731
3732         * dist-subd-top.am: Initial revision
3733
3734         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
3735         centralize prefix var setting
3736
3737         * header-vars.am: set all the std vars based on prefix
3738
3739 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
3740
3741         * automake.in: don't add kr stuff if not needed
3742
3743         * dist-vars.am: add config vars to dist
3744
3745 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
3746
3747         * program.am: add LDADD
3748
3749         * compile-vars.am: remove LDADD from LDFLAGS
3750
3751         * clean.am: move knr stuff to another file
3752
3753         * automake.in: use different clean file for ansi2knr
3754
3755         * clean-kr.am: Initial revision
3756
3757 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
3758
3759         * automake.in, dist-subd.am, dist.am: fix rules and dist
3760
3761 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
3762
3763         * compile.am, automake.in: split out knr
3764
3765         * compile-kr.am: Initial revision
3766
3767         * libprograms.am: fix typo
3768
3769         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
3770         make libprograms work
3771
3772         * libprograms.am: Initial revision
3773
3774         * automake.in, compile.am, header-vars.am: fix little bugs
3775
3776         * compile.am: allow parallel K&R
3777
3778         * clean.am: remove kerb temps
3779
3780         * automake.in: fix recognizing start of rules
3781
3782         * dist-subd.am, dist.am: fix dist
3783
3784         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
3785
3786 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
3787
3788         * automake.in: works on m4 too
3789
3790         * automake.in, mans.am: works on fileutils
3791
3792         * 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:
3793         works on fileutils except for all
3794
3795         * automake.in: vars thing
3796
3797         * header-vars.am: Initial revision
3798
3799         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
3800         entered into RCS
3801
3802         * compile-vars.am: Initial revision
3803
3804         * automake.in: many improvements
3805
3806         * footer.am: Initial revision
3807
3808         * dist.am: remove distname
3809
3810         * automake.in: namespace cleanup
3811
3812         * distname.am: Initial revision
3813
3814         * 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:
3815         might work
3816
3817         * 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:
3818         Initial revision
3819