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