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