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