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