texinfo install fix
[automake.git] / ChangeLog
blobcdb3c2437e7a3198eddb55bab44ff2817d63c1c1
1 Thu Apr  3 19:07:59 1997  Tom Tromey  <tromey@cygnus.com>
3         * texinfos.am (install-info-am): If --cygnus, then info file can
4         be in build dir.  From David Zaroski.
6         * ltlibrary.am (@LTLIBRARY@): use @RPATH@, not explicit -rpath.
8         * automake.in (handle_ltlibraries): Treat EXTRA_ libraries
9         specially.
11 Wed Apr  2 00:03:50 1997  Tom Tromey  <tromey@cygnus.com>
13         * automake.in (handle_source_transform): Don't generate dependency
14         on config.h.
15         (scan_dependency_file): Strip the .P file from the target.
17         * automake.in (handle_tags): Use single, not double, quotes when
18         setting list variable.
20         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs-clean.am,
21         progs.am, scripts.am, tags.am: Use single quotes to fill list
22         variable; otherwise `$' in filename will not work.  From Per
23         Bothner.
25         * mdate-sh: Use "ls -d" so mdate-sh can be run on a directory.
26         From Bruno Haible.
28         * automake.in (handle_programs): Error if LIBADD used where LDADD
29         meant.
30         (handle_libraries): Error if LDADD used where LIBADD meant.
31         (handle_ltlibraries): Likewise.
33 Tue Apr  1 22:46:33 1997  Tom Tromey  <tromey@cygnus.com>
35         * automake.in (check_canonical_spelling): New sub.
36         (handle_programs): Use it.
37         (handle_libraries): Likewise.
38         (handle_ltlibraries): Likewise.
40 Mon Mar 31 12:13:08 1997  Tom Tromey  <tromey@cygnus.com>
42         * depend2.am (.deps/%.P): Make .P file depend on everything the .c
43         file includes.
45 Fri Mar 28 23:34:49 1997  Tom Tromey  <tromey@cygnus.com>
47         * automake.in (handle_configure): Error if stamp-h appears in
48         AC_OUTPUT line.
50 Thu Mar 27 17:28:47 1997  Tom Tromey  <tromey@cygnus.com>
52         * automake.in (handle_dist_worker): Avoid automake rules in
53         generated Makefile when no-dependencies specified.  From Greg
54         Woods.
56         * m4/lispdir.m4: Don't AC_SUBST ELCFILES.  From Greg Woods.
58         * texi-vers.am (stamp-@VTI@): Make commands silent.
60         * Makefile.am (maintainer-check): "true" is ok now.
62         * m4/init.m4: Added optional 3rd argument, which avoids
63         AC_DEFINE.
65         * automake.in (scan_one_configure_file): Explicitly avoid
66         INSTALL_SCRIPT to avoid defining it twice.
68         * header-vars.am: Change _INSTALL variable definitions to `true'.
69         Updated all users to put `@' before invocation.
71 Tue Mar 25 22:09:45 1997  Tom Tromey  <tromey@cygnus.com>
73         Update to follow GNU Standards:
74         * automake.in (handle_man_pages): Use NORMAL_UNINSTALL before
75         uninstall-man.
76         * texinfos.am (uninstall-info): Use two loops, and have
77         PRE_UNINSTALL before running install-info.
78         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
79         scripts.am, texinfos.am: Use NORMAL_UNINSTALL.
80         * header-vars.am (PRE_UNINSTALL, POST_UNINSTALL,
81         NORMAL_UNINSTALL): Define.
83         * automake.in (scan_one_configure_file): Don't define ANSI2KNR as
84         a configure varriable.
86         * m4/missing.m4: Run test in a subshell.  From Gord Matzigkeit.
88 Mon Mar 24 23:28:59 1997  Tom Tromey  <tromey@cygnus.com>
90         * m4/sanity.m4: Sleep before creating temp file.
92         * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL):
93         Define.
95 Sat Mar 22 00:06:00 1997  Tom Tromey  <tromey@cygnus.com>
97         * automake.in (am_install_var): Make sure to delete
98         CYGWIN/NOTCYGWIN tokens as appropriate.
99         (handle_programs): Remove NOTCYGWIN tokens as well.
100         (file_contents_with_transform): A single newline makes an empty
101         line.
103         * program.am: Remove executable before linking.
105         * texinfos.am (.texi.dvi): Look in @TEXINFODIR@ for texinfo.tex.
106         (.texinfo.dvi): Likewise.
108         * automake.in (handle_texinfo): TEXINFO_TEX variable can set
109         location of texinfo.tex.
111 Fri Mar 21 10:22:51 1997  Tom Tromey  <tromey@cygnus.com>
113         * texinfos.am (.texinfo.dvi): Mirror .texi.dvi.
115         * ansi2knr.c, ansi2knr.1: New versions from L. Peter Deutsch.
117         * scripts.am: Add @EXEEXT@ to installed scripts.
119 Wed Jan 22 20:12:31 1997  Jim Meyering  <meyering@na-net.ornl.gov>
121         * m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values
122         for the TZ environment variable.  Andre Novaes Cunha provided the
123         hairy TZ setting that exercized the Solaris tzset bug.
125 1997-01-22  Paul Eggert  <eggert@twinsun.com>
127         * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't
128         test now, test a couple of thousand times.
130 Thu Mar 20 00:16:54 1997  Tom Tromey  <tromey@cygnus.com>
132         * automake.in (handle_programs): Remove CYGWIN lines unless
133         AM_CYGWIN32 seen.
134         (am_install_var): Remove CYGWIN lines from -clean file as well.
136         * progs.am: Put @EXEEXT@ where appropriate.
138         * program.am (@PROGRAM@): If using Cygwin32, then create actual
139         name in addition to ".exe" name.
141         * progs-clean.am (clean-@DIR@PROGRAMS): Conditionalize on CYGWIN.
143         * automake.in (check_cygnus): Require AM_CYGWIN32 in --cygnus mode.
144         (am_install_var): If AM_CYGWIN32 not seen, then remove @EXEEXT@
145         from .am files.
147         * automake.in (seen_cygwin32): New global.
148         (scan_one_configure_file): Check for AM_CYGWIN32.
150         * m4/cygwin.m4: New file.
152         * automake.in (scan_one_configure_file): Explicitly handle
153         AC_CONFIG_HEADER so we can avoid spurious warnings.
154         (obsolete_macros): Removed AC_CONFIG_HEADER.
156         * automake.in (handle_yacc_lex_cxx): Perl 4 fixes.  From Greg
157         A. Woods.
159 Wed Mar 19 00:35:13 1997  Tom Tromey  <tromey@cygnus.com>
161         * Released 1.1m.
163         * m4/missing.m4: Print message saying what is happening.
165         * m4/sanity.m4: sleep before testing.
167 Tue Mar 18 17:20:03 1997  Tom Tromey  <tromey@cygnus.com>
169         * config.guess, config.sub: New from the FSF.
171         * automake.in (initialize_global_constants): [common_files]
172         Include `missing'.
173         (scan_configure): Require `missing'.
175         * header-vars.am (MAKEINFO): Don't define.
177         * m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
178         * m4/missing.m4: New file.
180         `missing' changes from François Pinard:
181         * Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
182         names aclocal program.
183         * m4/init.m4: Replace programs with `missing' if not found.
184         * automake.in (handle_texinfo): Define MAKEINFO as @MAKEINFO@.
185         (AC_CHECK_PATTERN): Check for alphanumeric names only.
186         (handle_aclocal_m4): Use ACLOCAL, not aclocal.
187         * Makefile.am (pkgdata_SCRIPTS): Include missing.
188         * missing: New file.
190         * automake.in (target_defined): New sub.
191         (handle_footer): Error if target .SUFFIXES used.
193 Sun Mar 16 14:33:41 1997  Tom Tromey  <tromey@cygnus.com>
195         * automake.in (handle_lib_objects): Set seen_c_source to line
196         number.
197         (handle_yacc_lex_cxx): Use seen_c_source as line number.
198         (am_line_error): Line of -1 means skip line-number check.
200         * automake.in (read_am_file): Change to keep perl -w quiet.
201         (check_typos): Removed extra check of EXTRA_ containing config
202         subs.
204 Mon Mar 10 23:17:19 1997  Tom Tromey  <tromey@cygnus.com>
206         * remake-hdr.am (stamp-h): Set CONFIG_HEADERS to
207         $(CONFIG_HEADER_FULL).
208         * automake.in (handle_configure): Define CONFIG_HEADER_FULL.
210         * automake.in (handle_lib_objects): Set seen_c_source as
211         appropriate.  From Alexander V. Lukyanov.  Test cxxlibobj.test.
213 Sat Mar  8 22:54:35 1997  Tom Tromey  <tromey@cygnus.com>
215         * texinfo.tex: New version.
217         * automake.in (handle_emacs_lisp): If EMACS is `no', then we
218         couldn't find an Emacs.  So don't bother running elisp-comp.  From
219         Ulrich Drepper.
221         * automake.in (handle_texinfo): Added .tr and .cv to list of
222         texinfo clean extensions.  From Karl Berry.
224 Fri Feb 28 22:14:53 1997  Tom Tromey  <tromey@cygnus.com>
226         * Makefile.am: Make sure we never use "undef".
228         * automake.in (usage): Changed bug-reporting address.
229         (handle_dist): Use undef, not delete.
231 Wed Feb 26 08:41:11 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
233         * automake.in (%obsolete_macros): Reintroduce, with hints for what
234         to do to upgrade the support.
236         * automake.in, ltlib-clean.am, ltlib.am, ltlibrary.am: Revamped
237         libtool support to use the _LTLIBRARIES primary.
239 Wed Feb 26 00:20:39 1997  Tom Tromey  <tromey@cygnus.com>
241         * automake.in (handle_tags): In default case, add @tags_deps to
242         dependencies of tags target.
244 Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
246         * automake.in (handle_tests): If a test failed, then make should
247         fail.  From Jim Meyering.
249 Mon Feb 24 19:02:21 1997  Tom Tromey  <tromey@cygnus.com>
251         * texi-vers.am (@VTEXI@): Copy stamp file into output.
253 Sun Feb 23 00:10:36 1997  Tom Tromey  <tromey@cygnus.com>
255         * automake.in (handle_programs): Give correct error line for lex
256         error.
257         (am_line_error): Avoid uninitialized value errors from perl -w.
259         * aclocal.in (scan_m4_files): Fixed perl -w warning.
261         * texinfos.am (.texi, .texinfo): New targets.
263         * automake.in (scan_texinfo_file): Renamed.
264         (handle_texinfo): Handle files without ".info" extension.
266         * automake.in (handle_subdirs): Error if directory contains "/".
267         (handle_yacc_lex_cxx): Quoting fix.
268         (handle_single_transform_list): Use transformed (non-ansi) version
269         of $obj instead of explicit ".o".  From Gord Matzigkeit.
271         * m4/sanity.m4: Pass -L to ls if possible.
273 Sat Feb 22 15:22:31 1997  Tom Tromey  <tromey@cygnus.com>
275         * dist-vars.am (DISTFILES): Don't distribute MANS.
277         * automake.in (handle_dist): Use define_variable to define TAR,
278         GZIP.
279         (handle_dist): Pass GZIP in environment to tar.
280         (initialize_global_constants): Likewise.
282         From Kaveh Ghazi:
283         * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
284         AC_C_CONST.
285         * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
286         or AC_C_CONST.
288 Fri Feb 21 00:39:17 1997  Tom Tromey  <tromey@cygnus.com>
290         From The Crimson Binome:
291         * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
292         (output_yacc_build_rule): New sub for C++ yacc/lex.
294         * automake.in (my_glob): New sub.
295         (handle_dependencies): Use my_glob.
296         (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
298         * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
299         scripts.am, texinfos.am: Add leading space to echo.
301         * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
302         endings.  From Jim Blandy.
303         (install_man_format): Make rule silent; instead print actual
304         command.
306 Tue Feb  4 18:29:42 1997  Tom Tromey  <tromey@cygnus.com>
308         * dist-vars.am (TAR): Removed.
309         * automake.in (TAR): New variable.
310         (handle_dist): Explicitly define TAR.
311         * configure.in: Compute TAR.
313         * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
314         @dep_files.
315         (AC_SUBST_PATTERN): Typo fix.
316         (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
317         (handle_clean): Put -recursive target before -am target.
318         (handle_merge_targets): Put basename of $config_name on @all.
319         Test confsub.test.  From Ramón García Fernández.
321 Tue Jan 28 22:19:04 1997  Tom Tromey  <tromey@cygnus.com>
323         * automake.in (initialize_global_constants): Put libtoolize files
324         into @common_files, not @common_sometimes.  From Gord Matzigkeit.
326 Sun Jan 26 17:46:08 1997  Tom Tromey  <tromey@cygnus.com>
328         * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir).  From
329         Per Bothner.
331 Sun Jan 12 18:28:16 1997  Fred Fish  (fnf@ninemoons.com)
333         * automake.in: Use 'interlock' and 'ylwrap' from source
334         directory or aux config directory, not build directory.
336 Tue Jan  7 18:35:10 1997  Tom Tromey  <tromey@cygnus.com>
338         * aclocal.in (parse_arguments): Handle -I.
339         (usage): Ditto.
340         (scan_m4_files): Ditto.
342         * automake.in (handle_single_transform_list): Don't give error
343         message if extension unrecognized.
345 Tue Dec 17 11:18:20 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
347         * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
348         $CONFIG_HEADER.
350 Tue Jan  7 17:59:26 1997  Tom Tromey  <tromey@cygnus.com>
352         * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
353         AM_PROG_INSTALL, not AC_PROG_INSTALL.  From Jim Blandy.
354         (handle_texinfo): Handle no-texinfo.tex option.
355         (handle_options): Ditto.
357 Thu Jan  2 14:16:17 1997  Tom Tromey  <tromey@cygnus.com>
359         * automake.in (am_install_var): Ignore EXTRA libtool libraries.
360         From Marius Vollmer.
362 Wed Dec 18 15:27:09 1996  Tom Tromey  <tromey@cygnus.com>
364         * automake.in (read_am_file): Sort configure_vars before adding to
365         output_vars.
366         (handle_yacc_lex_cxx): Sort de_ansi_objects.
367         (handle_man_pages): Sort %section keys.
369 Tue Dec 10 00:41:17 1996  Tom Tromey  <tromey@cygnus.com>
371         * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
372         names only.  Test subst.test.
373         (scan_one_configure_file): Skip AC_DEFUN lines.  Test
374         defun2.test.
376 Mon Dec  9 08:18:42 1996  Tom Tromey  <tromey@cygnus.com>
378         * automake.in (file_contents_with_transform): Use ne, not !=, to
379         compare strings.  Compare against correct string.  From Jim
380         Meyering.
381         (handle_texinfo): Use rm -f to remove info files.  From Gord
382         Matzigkeit.
384         * Released 1.1l.
386         * automake.in (handle_texinfo): Put .ps on @suffixes.
388 Sun Dec  8 12:29:52 1996  Tom Tromey  <tromey@cygnus.com>
390         * automake.in (am_install_var): Directory with 'exec' in its name
391         is installed by install-exec.
393         * subdirs.am (maintainer-clean-recursive): Make commands quiet.
394         * texinfos.am: Make commands quiet.
395         * scripts.am: Make commands quiet.
396         * progs.am: Make commands quiet.
397         * ltlibs.am: Make comamnds quiet.
398         * lisp.am: Make commands quiet.
399         * libs.am: Make commands quiet.
400         * header.am: Make commands quiet.
401         * data.am: Make commands quiet.
403         * automake.in (variable_value_as_list): Handle := substitution
404         references.
405         (am_conf_line_error): Take file argument.  Changed all callers.
406         (scan_one_configure_file): Skip config header of [$1].
407         (scan_dependency_file): Don't add top_builddir to regex if it is
408         ".".  Don't include top_builddir in output if it is ".".
409         (scan_one_configure_file): Skip version of [$2].
411 Sat Dec  7 11:34:39 1996  Tom Tromey  <tromey@cygnus.com>
413         * automake.in (scan_one_configure_file): New sub.
414         (scan_configure): Scan aclocal.m4 as well as configure.in.
415         (handle_configure): Makefile.in now depends on $(ACLOCAL), because
416         automake scans it.
418         * automake.in (handle_configure): Put full path to file onto
419         @rewritten_inputs.  Test output4.test.
421         * automake.in (handle_configure): Put proper name onto @inputs.
422         Test output3.test.
424         * automake.in (handle_configure): Pass correct args to automake
425         invocations.  Test remake2.test.
427         * automake.in (handle_configure): Check dirname of $file, not of
428         $local.  Test output2.test.
430         * automake.in (handle_dependencies): Added some missing ";"s in
431         transforms.
432         (get_object_extension): Ditto.
433         (handle_tags): Ditto.
434         (handle_tests): Ditto.
435         (read_am_file): Ditto.
436         (am_install_var): Ditto.
437         (file_contents_with_transform): Die if transform missing trailing
438         ";".
440         * automake.in (am_install_var): Quote $ in regexp substitution.
441         From Ulrich Drepper.
443 Fri Dec  6 18:54:10 1996  Tom Tromey  <tromey@cygnus.com>
445         * automake.in (handle_configure): Require actual input files, not
446         rewritten input files.  From Ulrich Drepper.
448 Thu Dec  5 02:52:20 1996  Tom Tromey  <tromey@cygnus.com>
450         Suggestion from Mark Galassi:
451         * texinfos.am (DVIPS): New macro.
452         (.dvi.ps): New rule.
454         * automake.in (handle_dependencies): Check to make sure
455         --build-directory specified before searching for .P files.
456         (handle_configure): Correctly handle ":" syntax when running
457         config.status.
459         * remake.am: Removed rules to regenerate Makefile and Makefile.in;
460         now handled by handle_configure.
462         * remake-subd.am: Removed.
464         * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
465         arg.
466         (parse_arguments): Ditto.
467         (handle_configure): Ditto.
468         (%other_output_files): Removed.
469         (rewrite_inputs_into_dependencies): New sub.
470         (handle_configure): Use it.
471         (handle_configure): Ditto.
473         From Gord Matzigkeit:
474         * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
475         (handle_configure): Ditto.
477         * automake.in (handle_single_transform_list): .S is assembly
478         source.  From Anthony Green.
480         * automake.in (handle_single_transform_list): Correctly rewrite
481         C++ and Fortran source to objects ending in ".o".  Test
482         cxxo.test.
484         * automake.in: Better error message if file missing.
486         * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
487         * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
488         ud_GNU_GETTEXT.
489         (scan_configure): Ditto.  ud_GNU_GETTEXT is now obsolete.
491 Wed Dec  4 00:41:23 1996  Tom Tromey  <tromey@cygnus.com>
493         * automake.in (scan_configure): Skip empty elements when adding to
494         libsources.  Perl 4 bug reported by Greg A Woods.
496         * Makefile.am (perl4-check): New target.
497         (cvs-dist): Run perl4-check.
499         Perl 4 fixes.  Reported by Greg A. Woods:
500         * automake.in (file_contents_with_transform): If transform caused
501         all chars to go away, then skip rest of loop.
502         (handle_texinfo): Don't use "next" in arg to
503         file_contents_with_transform.
504         (handle_dependencies): Ditto.
505         (handle_tests): Ditto.
507         * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc.  From
508         Andreas Schwab.
510         * automake.in (parse_arguments): Removed --strictness.
511         (handle_dist_worker): Don't use --strictness.
512         (handle_configure): Ditto.
513         (initialize_global_constants): Don't mention --strictness.
515         * automake.in (handle_merge_targets): Use all-recursive-am instead
516         of all-recursive-hack.  The latter is ugly, according to Joel
517         Weber.
519         * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
521         * automake.in (do_one_clean_target): Allow -local version of clean
522         targets.
524 Tue Dec  3 18:58:40 1996  Tom Tromey  <tromey@cygnus.com>
526         * automake.in (handle_dependencies): Skip C-only lines in
527         depend2.am when appropriate.
528         * depend2.am (.deps/%.P): Omit modification of $o if language is
529         not C.
531 Tue Dec  3 11:29:01 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
533         * compile-kr.am: Quote arguments to echo.
535         * progs.am: Fix up problems when LIBTOOL is not defined (by
536         setting shell variable instprog to the installation program).
538         * aclocal.in (scan_file): Allow the acinclude.m4 file to override
539         any other macro files (but still prevent multiple definitions
540         within acinclude.m4).
542 Tue Dec  3 10:40:48 1996  Tom Tromey  <tromey@cygnus.com>
544         From Ulrich Drepper:
545         * automake.in (handle_emacs_lisp): Typo fix.
546         (scan_configure): Only recognize VERSION after whitespace.
548         * texinfos.am: install-info requires path to info file.
550         * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
552         * automake.in (am_install_var): If -ltlibs passed, substitute
553         @LIBTOOL@.
555 Mon Dec  2 13:51:11 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
557         * automake.in (get_object_extension): Unshift ansi2knr onto the
558         all target, so that it builds before any other targets.
559         [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
560         solution.
562 Mon Dec  2 12:13:27 1996  Tom Tromey  <tromey@cygnus.com>
564         * Released 1.1i.
566         From Janos Farkas:
567         * automake.in (handle_texinfo): Must quote $ for make.
569 Sun Dec  1 15:08:09 1996  Tom Tromey  <tromey@cygnus.com>
571         * automake.in (handle_configure): Correctly handle common case of
572         multiple non-Makefiles in AC_OUTPUT.  Require all input files when
573         using ":" syntax.
575 Sun Nov 24 00:33:50 1996  Tom Tromey  <tromey@cygnus.com>
577         * automake.in (handle_source_transform): Don't define
578         EXTRA_prog_SOURCES unnecessarily.  Test extra2.test.
580         * automake.in (initialize_per_input): New variables
581         included_generic_compile, included_knr_compile,
582         included_libtool_compile.
583         (get_object_extension): Use them.
585         * automake.in (handle_single_transform_list): Removed
586         Objective-C/C++ support (didn't really work anyway).
587         (handle_single_transform_list): Handle assembly specially.
589         * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
590         --mode=link when running libtool.
592         * ltlibs.am: Set --mode=install when running libtool.
593         (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
594         libtool.
595         * libtool.am (.c.lo): Set --mode=compile when running libtool.
596         * progs.am: Set --mode=install when running libtool.
598         Fix for bug reported by François Pinard:
599         * automake.in (do_check_merge_target): New sub.
600         (do_one_merge_target): No longer handle `check'.
601         (handle_merge_targets): Use do_check_merge_target.
602         (initialize_per_input): Set @check_tests.
603         (handle_tests): Push onto @check_tests, not @check.
605         * automake.in (am_install_var): Typo fix.
606         (handle_configure): Require $inputs[0].
608 Fri Nov 22 00:01:45 1996  Tom Tromey  <tromey@cygnus.com>
610         * automake.in (handle_lib_objects): Fixed error message
611         processing.
613 Thu Nov 21 22:29:30 1996  Tom Tromey  <tromey@cygnus.com>
615         * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
616         LIBOBJS.
617         (handle_configure): Support multi-":" mode for AC_OUTPUT.
619         * m4/header.m4: New file.
621         * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
623 Wed Nov 20 00:23:42 1996  Tom Tromey  <tromey@cygnus.com>
625         * acinstall: Allow commentary at end of "serial" line.  From Gord
626         Matzigkeit.
628         * automake.in (handle_yacc_lex_cxx): Only replace output header if
629         it has changed.
631 Tue Nov 19 19:03:30 1996  Tom Tromey  <tromey@cygnus.com>
633         * automake.in (am_primary_prefixes): Allow configure variables to
634         be named after primary.
635         (am_install_var): Ditto.
637         * automake.in (initialize_per_input): Initialize output_header.
638         (generate_makefile): Set up output_header; print it before
639         output_rules.
640         (handle_footer): Put .SUFFIXES into output_header, for AIX.
642 Mon Nov 18 19:11:53 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
644         * automake.in: Added a lot of libtool support.  New variable
645         prog_LDFLAGS to pass linker flags.  Use libtoolize to install
646         libtool support files.
648 Mon Nov 18 13:29:55 1996  Tom Tromey  <tromey@cygnus.com>
650         * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
651         onto dependency list.
653         * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
654         part of autoconf proper.
655         * m4/ccsanity.m4: Removed.
657 Sun Nov 17 12:25:17 1996  Tom Tromey  <tromey@cygnus.com>
659         * automake.in (check_typos): Check to make sure EXTRA_ variables
660         don't contain configure subs.
661         (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
663 Fri Nov 15 18:58:04 1996  Tom Tromey  <tromey@cygnus.com>
665         * tags-subd.am: Removed.
667         * tags.am (tags-recursive): Removed.
668         (TAGS): Depend on @DIRS@, @CONFIG@.  Use @CONFIG@ in rule.
669         (ID): From tags-subd.am.
670         
671         * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
672         * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
673         * m4/fnmatch.m4: Removed (now in autoconf).
675         * automake.in (initialize_per_input): Init de_ansi_objects.
676         (handle_single_transform_list): Error if extension unrecognized.
677         Set elements of de_ansi_objects.
678         (get_object_extension): Don't push ANSI2KNR onto @all.
679         (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
680         files.
681         (pretty_print_internal): Initialize $bol depending on the column.
683 Fri Nov 15 16:22:15 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
685         * library.am: Fixed references to LIBRARY according to new scheme.
687         * libs.am, libs-clean.am: Removed references to LIBFILES.
689         * automake.texi (A Library): doc fix
691         * automake.in (handle_libraries): Deleted references to *LIBFILES,
692         since we now have the full library name in the *LIBRARIES
693         variable.
694         (am_install_var): Removed `-no-all' option, which was only required
695         for the LIBFILES hack.
697 Fri Nov 15 16:39:29 1996  Tom Tromey  <tromey@cygnus.com>
699         * automake.in: Applied libtool-related patches from Gord.
700         (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
701         Also indicate that AC_CANONICAL_HOST was run.
703         * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
705 Thu Nov 14 23:11:09 1996  Tom Tromey  <tromey@cygnus.com>
707         * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
708         CXX, CC.
710         * dejagnu.am: Print warning if runtest missing.
712         From Joerg-Martin Schwarz:
713         * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
714         (require_file_internal): Unlink file before creating it.
716         * depend2.am (.deps/%.P): Don't print commands when running.
718 Mon Nov 11 10:35:08 1996  Tom Tromey  <tromey@cygnus.com>
720         * automake.in (handle_single_transform_list): Simplified C++
721         matching expression.
723 Fri Nov  8 09:49:09 1996  Tom Tromey  <tromey@cygnus.com>
725         * Released 1.1g.
727         * compile-kr.am ($(OBJECTS)): Removed.
729         * automake.in (get_object_extension): Define ANSI2KNR.  Push onto
730         @all if ansi2knr is in this directory.
732         * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
734         * m4/init.m4: Run AM_SANITY_CHECK.
736         * m4/sanity.m4: New file.
738         * automake.in (handle_dist_worker): In Cygnus mode, possibly find
739         files to dist in build dir, not srcdir.
740         (%omit_dependencies): New global.
741         (scan_dependency_file): Handle OMIT_DEPENDENCIES.
742         (scan_configure): Put rx.h, regex.h on %omit_dependencies.  Ditto
743         libintl.h.
744         (handle_tests): Remove CYGNUS strings in Cygnus mode.
745         (handle_texinfo): Ditto.
747         * texinfos.am (dist-info): New target.
749         * automake.in (handle_dist_worker): Use DISTFILES, not
750         DEP_DISTFILES.
751         (initialize_per_input): Initialize dist_targets.
752         (handle_texinfo): Don't compute @infos_list; don't define or use
753         INFOS.  Put dist-info onto @dist_targets.
754         (handle_dist_worker): Handle @dist_targets.  Don't use the "echo
755         trick" for expanding DISTFILES any more.
757         * dist-vars.am (DEP_DISTFILES): Removed.
758         (DISTFILES): Don't include INFOS.
760         * automake.in (handle_texinfo): Handle Cygnus mode.
761         * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
763         * automake.in (handle_single_transform_list): New sub.
764         (handle_source_transform): Use it.
765         (handle_built_sources): New sub.
767 Thu Nov  7 14:49:16 1996  Tom Tromey  <tromey@cygnus.com>
769         * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
770         * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
771         automake.
772         * automake.in (handle_configure): Pass --cygnus when running
773         automake again.
775         * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
776         ACCONFIG, CONFIG_TOP, CONFIG_BOT.
777         * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
778         top_srcdir.
779         (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
780         instead substitute files directly.
782 Wed Nov  6 10:22:26 1996  Tom Tromey  <tromey@cygnus.com>
784         * remake-hdr.am (stamp-h): Look in top_builddir for
785         config.status.
786         ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
788 Thu Oct 31 10:55:59 1996  Tom Tromey  <tromey@cygnus.com>
790         * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
791         From Jim Meyering.
793         * automake.in (handle_texinfo): Push install-info-am, not
794         install-info.
795         (handle_merge_targets): Handle no-installinfo option.
797         * texinfos.am (install-info-am): Renamed from install-info.
799         * automake.in (handle_subdirs): Include install-info-recursive if
800         no-installinfo given.
802         * subdirs.am: Include INSTALLINFO token.
804         * automake.in (handle_texinfo): Explicitly define MAKEINFO,
805         TEXI2DVI.
806         (cygnus_mode): New global.
807         (handle_dist_worker): Pass --cygnus to automake.
808         (initialize_global_constants): Document --cygnus.
809         (check_cygnus): New sub.
810         (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
812         * texi-vars.am: Removed.
814         * dejagnu.am (check-DEJAGNU): Don't define rootme.
816         * automake.in (handle_tests): Define EXPECT, RUNTEST.
818         * dejagnu.am (EXPECT): Removed.
819         (RUNTEST): Removed.
821         * automake.in (define_program_variable): New sub.
823 Mon Oct 28 10:43:48 1996  Tom Tromey  <tromey@cygnus.com>
825         * automake.in (handle_dependencies): Use -M, not -MM, for C++
826         dependencies.
828 Thu Oct 24 20:21:50 1996  Tom Tromey  <tromey@cygnus.com>
830         * automake.in (check_libobjs_sources): New sub.  Test
831         libobj4.test.
832         (handle_source_transform): Don't check for auto-discovered source
833         files here.
834         (handle_programs): Run check_libobjs_sources here.
835         (handle_libraries): Ditto.
837         * automake.in (define_configure_variable): New function.
838         (get_object_extension): Use define_configure_variable.
839         (handle_yacc_lex_cxx): Ditto.
840         (handle_emacs_lisp): Ditto.
841         (configure_vars): New global.
842         (AC_CHECK_PATTERN): New global.
843         (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
844         Removed.
845         (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
846         (AC_SUBST_PATTERN): New global.
847         (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
848         (handle_libraries): Don't use seen_ranlib.
849         (read_am_file): Run define_configure_variable on each discovered
850         variable.
852 Mon Oct 21 23:06:49 1996  Tom Tromey  <tromey@cygnus.com>
854         * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
855         (handle_libraries): Pass configure substitutions directly on to
856         LIBFILES.
858         * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
859         (scan_configure): Use it.  Test version.test.
861 Sun Oct 20 12:08:46 1996  Tom Tromey  <tromey@cygnus.com>
863         * automake.in (handle_dist_worker): Explicitly pass distdir to
864         dist-hook make.  From Tatu Ylonen.
866         * m4/strtod.m4: Use correct cache variable.
868 Thu Oct 17 13:45:20 1996  Tom Tromey  <tromey@cygnus.com>
870         Lisp fixes from Erick Branderhorst:
871         * m4/lispdir.m4: Define lispdir, not LISPDIR.
872         * lisp.am: Added missing \.
874 Fri Oct 11 00:44:49 1996  Tom Tromey  <tromey@cygnus.com>
876         * automake.in (handle_source_transform): Only rewrite c, yacc, lex
877         to use de-ansi-fication.
878         (scan_configure): Handle multi-line AC_REPLACE_FUNCS.  Test
879         libobj5.test.
881         * automake.in (handle_lib_objects): Added $lex_seen argument.
882         Error if lex file used but LEXLIB not seen.
883         (handle_programs): Ditto.
884         (handle_yacc_lex_cxx): Define LEXLIB variable.
885         (handle_lib_objects): Don't allow LEXLIB to end up on dependency
886         list.
888 Thu Oct 10 16:12:38 1996  Tom Tromey  <tromey@cygnus.com>
890         * automake.in (handle_gettext): Moved check for SUBDIRS and
891         ABOUT-NLS here.
893         * automake.in (handle_configure): Run mkinstalldirs under
894         $(SHELL).
895         (handle_yacc_lex_cxx): Run interlock under $(SHELL).
897         * remake-subd.am (Makefile): Run config.status under $(SHELL).
898         * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
899         * remake.am (Makefile): Run config.status under $(SHELL).
900         (config.status): Ditto.
902         * automake.in (read_am_file): Removed UNMAINT code.
903         (file_contents_with_transform): Ditto.
904         * m4/maintainer.m4: Removed bogus UNMAINT code.
906         * automake.in (handle_emacs_lisp): Define EMACS variable.
907         (handle_emacs_lisp): Make sure EMACS is in environment when
908         elisp-comp is run.
910         * elisp-comp: Exit with status 1 if usage bad.
911         Use "emacs -q".  Use EMACS environment variable if set (unless set
912         to t).
914         * m4/lispdir.m4: Unset EMACS if it is set to `t'.
916         * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
917         in subdirs.
918         (do_one_merge_target): Use all-am, not all, in subdirs case.
919         (handle_merge_targets): Always generate all-am in subdirs case.
921         * remake.am (Makefile): Depend on BUILT_SOURCES.
922         * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
923         * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
925         * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
926         case.
928         * ylwrap: Bug fix.  From Jim Meyering.
930 Wed Oct  9 22:51:16 1996  Tom Tromey  <tromey@cygnus.com>
932         * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
933         check directly for header.
935 Mon Oct  7 13:08:15 1996  Tom Tromey  <tromey@cygnus.com>
937         * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
938         are obsolete.
940 Sun Oct  6 00:43:01 1996  Tom Tromey  <tromey@cygnus.com>
942         * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
943         (AM_INIT_AUTOMAKE_PATTERN): New global.
944         (scan_configure): Use them.
946         * aclocal.in (add_file): Search contents of included files.  Test
947         req.test.
948         (scan_m4_files): Don't skip acinclude.m4 when constructing
949         search.  Test acsilent.test.
950         (scan_m4_files): Scan acinclude.m4.
952         * aclocal.in (add_file): Removed debugging print.
953         (scan_configure): Set $file_contents when scanning acinclude.m4.
954         Test acinclude.test.
956         * configure.in: Upped to 1.1g.
958         * Released 1.1f.
960         * texinfos.am: Run : after install-info.
962         * aclocal.in (parse_arguments): Better error message.
963         * automake.in (parse_arguments): Better error message.
965         * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
966         around broken makes.  From David A. Swierczek.
967         * remake-subd.am (Makefile): Ditto.
969 Sat Oct  5 11:29:48 1996  Tom Tromey  <tromey@cygnus.com>
971         * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
972         appropriate.
973         (handle_source_transform): Error if discovered source file is
974         mentioned.
975         (do_one_merge_target): Move all-vs-check test here.
977         * m4/obstack.m4: New file.
978         * m4/error.m4: New file.
980         * automake.in (scan_configure): Support AM_FUNC_MKTIME,
981         AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
983         * texinfo.tex: New version from texinfo 3.9.
985         * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
986         Also, handle y.tab.h file when "yacc -d" is used.
987         (do_one_merge_target): Use pretty_print_rule.
989         * ylwrap: Changed usage.
991         * m4/mktime.m4: New file.
993         * m4: Renamed all .m4 files to fit into 14-char limits.
995         * m4/Makefile.am (EXTRA_DIST): New macro.
997         * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
998         (scan_m4_files): Use $ac_defun_rx.
999         (add_file): Ditto.
1000         Run scan_m4_files.
1001         (scan_configure): Scan acinclude.m4 before anything else.
1002         (scan_file): New sub.
1003         (check_acinclude): New sub.
1004         (add_file): Rewrote.
1006         * progs-clean.am, progs.am: Renamed from programs-clean.am,
1007         programs.am.
1008         * libs-clean.am, libs.am: Renamed from libraries-clean.am,
1009         libraries.am.
1010         * texi-vars: Renamed from texinfos-vars.am.
1011         * comp-vars.am: Renamed from compile-vars.am.
1012         * texi-vers.am: Renamed from texi-version.am.
1014         * automake.in (require_file_internal): Give error if symlink can't
1015         be made.
1016         (require_config_file): Error message references configure.in.
1017         (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
1018         Joerg-Martin Schwarz.
1019         (handle_texinfo): Use texi-vers, not texi-version.
1020         (get_object_extension): Use comp-vars, not compile-vars.
1021         (handle_texinfo): Use texi-vars, not texinfos-vars.
1022         (handle_libraries): Use `libs' prefix, not `libraries'.
1023         (handle_programs): Use `progs' prefix, not `programs'.
1025 Fri Oct  4 01:14:08 1996  Tom Tromey  <tromey@cygnus.com>
1027         * aclocal.in (scan_m4_files): New sub.
1029         * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
1030         am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
1031         everywhere.
1033 Thu Oct  3 20:11:16 1996  Tom Tromey  <tromey@cygnus.com>
1035         * texinfos.am (uninstall-info): Run install-info --remove.
1037         * automake.in (read_am_file): Define all variables after reading
1038         .am file.  Test vpath.test.  Reported by Anthony Green.
1040 Mon Sep 30 08:31:51 1996  Tom Tromey  <tromey@cygnus.com>
1042         * texinfos.am: Run install-info.
1044         * automake.in (variable_value_as_list): Just return if comment
1045         seen.  Report from Mark Galassi.
1046         (handle_options): Don't bother with explicit comment checking.
1048 Tue Sep 24 09:15:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1050         * automake.in (read_am_file): Cleaned up dejagnu variables.
1052 Mon Sep 23 00:04:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1054         * automake.in (parse_arguments): New usage to conform to GNU
1055         standards.
1057         * aclocal.in (parse_arguments): New usage to conform to GNU
1058         standards.
1060         * automake.in (handle_scripts): Push new target onto @check.
1061         * scripts.am (check-@DIR@SCRIPTS): New target.
1063         * automake.in (initialize_global_constants): Define %dist,
1064         dist_header, dist_trailer.
1065         (handle_dist): Make dist-all target.
1066         (generate_makefile): Run check_typos later.
1067         (examine_variable): New sub.
1068         (handle_tags): Examine TAGS_DEPENDENCIES.  Test spell3.test.
1069         Error if TAGS_DEPENDENCIES but no sources used.
1070         (handle_configure): Examine CONFIGURE_DEPENDENCIES.
1072 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1074         * automake.in (am_install_var): More error checking.
1076 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1078         * tags.am (TAGS): Minor cleanup.
1080         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
1082         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
1083         maintainer-clean-hdr): New targets.
1085         * automake.in (handle_configure): Define CONFIG_HEADER correctly
1086         when it is in current directory.
1087         (handle_configure): Push "hdr" on @clean.
1089         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
1090         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
1092         * automake.in (scan_configure): Check for install.sh here.
1093         (basename): New sub.
1094         (handle_configure): Handle case where config.h is in subdir.
1095         (handle_configure): Make stamp-in.h for user if it doesn't already
1096         exist.
1097         (touch): New sub.
1099 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1101         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
1103         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
1104         DATA.
1105         (DEP_DISTFILES): Ditto.
1107 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1109         * automake.in (check_typos): Renamed.
1110         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
1111         (variable_defined): Note variable as being "seen".
1112         (handle_lib_objects): Don't push configure substitutions onto
1113         _DEPENDENCIES.
1115 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1117         * automake.in (initialize_per_input): Init content_seen.
1118         (variable_value_as_list): Set content_seen entry.
1119         (define_variable): Ditto.
1120         (define_pretty_variable): Ditto.
1121         (check_source_typos): New sub.
1122         (generate_makefile): Call it.
1124 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
1126         * automake.in (handle_source_transform): Removed extraneous
1127         space.  Test implicit.test.
1128         (read_am_file): Make sure "canonical" variables are mentioned in
1129         %contents.
1130         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
1131         $AC_CANONICAL_HOST conditionally.
1132         (handle_footer): Don't use define_pretty_variable in all cases.
1134 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
1136         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
1137         per GNU/Gnits standards.
1139         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
1140         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
1142         * automake.in (handle_options): Rewrote version handling.  Now
1143         returns error indicator.
1144         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
1145         (RULE_PATTERN): Exclude `:=' from being a rule.
1147         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
1149         * automake.in (variable_value_as_list): Always use am_line_error.
1150         (define_variable): New sub.
1151         (get_object_extension): Use define_variable.
1152         (handle_yacc_lex_cxx): Ditto.
1153         (handle_source_transform): Ditto.
1154         (handle_programs): Ditto.
1155         (handle_libraries): Ditto.
1156         (handle_texinfo): Ditto.
1157         (handle_man_pages): Ditto.
1158         (handle_dependencies): Ditto.
1159         (handle_aclocal_m4): Ditto.
1160         (define_pretty_variable): New sub.
1161         (handle_source_transform): Use define_pretty_variable.
1162         (handle_lib_objects): Ditto.
1163         (handle_libraries): Ditto.
1164         (handle_dist): Ditto.
1165         (handle_dependencies): Ditto.
1166         (handle_configure): Ditto.
1167         (handle_footer): Ditto.
1168         (handle_emacs_lisp): Ditto.
1169         (am_install_var): Ditto.
1171         * Released version 1.1e.
1173         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
1174         releases.
1176         * configure.in: Version 1.1e.
1178         * automake.in (handle_texinfo): Distribute .info file.
1180 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1182         * Makefile.am (EXTRA_DIST): New macro.
1183         (maintainer-clean): Don't run "make check".
1184         (pathchk): New target.
1186         * automake.in (check_gnits_standards): Only check version number
1187         syntax at top level.
1188         ($package_version_line): New variable.
1189         (scan_configure): Set it.
1190         (check_gnits_standards): Use am_conf_line_error.
1191         (scan_configure): Remove extraneous whitespace from version
1192         number.
1193         (handle_dist): Handle distcheck-hook.
1195         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
1197         * automake.in (scan_configure): Handle AM_WITH_REGEX.
1198         (handle_lib_objects): Require .h files in %libsources but don't
1199         generate dependencies for them.
1200         (scan_configure): Also require rx.h and regex.h.
1202         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
1203         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
1204         AM_SYSTEM_HEADER.
1206         * texi-version.am: Use "cp; rm" and not "mv", to work around
1207         broken mvs.
1209         * automake.in ($package_version): New global.
1210         (scan_configure): Set it.
1211         (check_gnits_standards): Verify version string; require
1212         README-alpha if alpha version.
1213         (scan_configure): Recognize AM_FUNC_FNMATCH,
1214         AM_REPLACE_GNU_GETOPT.
1216         * Makefile.am (installcheck-local): Check all scripts.
1218 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1220         * tags-clean.am: Do deletions here again.
1222 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
1224         * automake.in (usage): Include bug-reporting information.
1225         (handle_lib_objects): Error if LIBOBJS seen but never set.
1227         * aclocal.in ($acdir): Use @datadir@/aclocal.
1228         (usage): Include bug-reporting information.
1230 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1232         * automake.in (handle_source_transform): .deps no longer in
1233         srcdir.
1234         (handle_lib_objects): Ditto.
1235         (handle_dist_worker): Pass --build-dir to automake.
1236         ($build_directory): New global.
1237         (parse_arguments): Handle --build-dir.
1238         (initialize_global_constants): Include --build-dir in help.
1239         (scan_dependency_file): New sub.
1240         (handle_dependencies): Use it.  Also, use $build_directory.
1241         (initialize_global_constants): Added --srcdir-name.
1242         (parse_arguments): Ditto.
1243         (handle_dist_worker): Ditto.
1244         ($srcdir_name): New global.
1245         ($srcdir_rx): New global.
1246         (parse_arguments): Set it.
1248         * depend2.am: Removed all mention of $(srcdir).
1250         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
1251         Removed all mention of $(srcdir); dependencies now put into build
1252         dir.
1254         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
1255         Don't do work silently.
1257         * automake.in (handle_merge_targets): Error if invalid uninstall
1258         targets are given.
1259         (read_am_file): Fix for test block.test.
1261 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1263         * texinfos.am (install-info): Added NORMAL_INSTALL.
1264         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
1265         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
1266         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
1267         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
1268         Also, use POST_INSTALL when running ranlib.
1269         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
1270         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
1272         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
1273         (handle_merge_targets): Ditto.
1274         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
1275         NORMAL_INSTALL defined.
1277         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
1278         ${INSTALL_PROGRAM}.  From François Pinard.
1280 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
1282         * automake.in (file_contents_with_transform): Correctly remove
1283         @(UN)?MAINT@ from input when maintainer mode not active.
1284         (handle_aclocal_m4): Handle no-maintainer-mode case.
1286         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
1288         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
1290 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1292         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
1293         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
1294         in LIBFILES definition.  Reported by Steve M Robbins.  Test
1295         alllib.test.
1297         * automake.in (variable_value_as_list): New sub.
1298         (handle_source_transform): Use it.
1299         (handle_lib_objects): Ditto.
1300         (handle_libraries): Ditto.
1301         (handle_texinfo): Ditto.
1302         (handle_man_pages): Ditto.
1303         (am_install_var): Ditto.
1304         (handle_options): Ditto.
1306 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1308         Reported by Jim Meyering:
1309         * automake.in (get_object_extension): Look in "./" for ansi2knr if
1310         no path found.
1311         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
1313         * remake.am (.PHONY): New target.
1315         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
1317         * automake.in (check_gnu_standards): Disallow no-installman,
1318         no-installinfo.
1319         (read_am_file): Sed out UNMAINT too.
1320         (file_contents_with_transform): Ditto.
1322         * acinstall: New file.
1324         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
1326         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
1328         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
1329         * m4/AM_C_PROTOTYPES.m4: Ditto.
1330         * m4/AM_FUNC_STRTOD.m4: Ditto.
1331         * m4/AM_PROG_CC_STDC.m4: Ditto.
1332         * m4/AM_PROG_LIBTOOL.m4: Ditto.
1334 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1336         * m4/Makefile.am (m4datadir): New macro
1337         (m4data_DATA): Renamed.
1339         * Makefile.am (cvs-dist): Depend on distcheck target.
1341 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1343         * automake.in (initialize_global_constants): [common_files]
1344         Include acinclude.m4.
1346         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
1348 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1350         * automake.in (handle_dependencies): Push `depend'-clean targets
1351         on @clean.
1352         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
1353         maintainer-clean-depend): New targets.
1355 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1357         * texinfos.am (.texinfo.info): New target.
1358         (.texinfo.dvi): New target.
1360         From Jim Meyering:
1361         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
1362         match info files.
1363         (handle_texinfo): Handle `.texinfo' files.
1365 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1367         * automake.in (require_file_internal): Special-case `.' when
1368         finding files to distribute.  Test libobj2.test.
1370         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
1371         order.test.
1373         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
1374         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
1376         * compile-kr.am: Removed duplicate ansi2knr rules.
1378 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1380         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
1381         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
1382         (mkdir): Removed.
1384         * automake.in (initialize_global_constants): [common_files]
1385         Include interlock and ylwrap.
1387         * Released version 1.1c.
1389         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
1390         ud_PATH_LISPDIR are obsolete names.
1392         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
1393         Removed.
1395         * automake.in (handle_lib_objects): Changed interface.  Now
1396         generates _DEPENDENCIES variable if appropriate.
1397         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
1398         (scan_configure): Ditto.
1400         * Makefile.am (CLEANFILES): Removed.
1402         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
1404         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
1406         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
1408         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
1409         multi-lex/yacc case.
1410         (handle_source_transform): Changed return result.
1411         (handle_programs): Use linker returned by
1412         handle_source_transform.
1413         (seen_prog_cc, seen_prog_cxx): New globals.
1414         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
1415         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
1416         AC_PROG_YACC missing.
1417         (seen_decl_yytext, seen_prog_lex): New globals.
1418         (scan_configure): Set them.
1419         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
1420         AC_DECL_YYTEXT.
1421         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
1422         (initialize_per_input): Initialize seen_c_source.
1423         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
1424         C source seen.
1425         (handle_source_transform): Set seen_c_source.
1427         * interlock: Changed usage.
1429         * ylwrap: New file.
1431         * automake.in (handle_yacc_lex_cxx): Renamed.
1433         * automake.in (handle_dependencies): Handle %cxx_extensions.
1434         Include depend2.am when appropriate.
1436         * depend2.am: New file; contents from depend.am but templatized.
1438         * automake.in (initialize_per_input): Initialize
1439         %cxx_extensions.
1440         (handle_source_transform): Set %cxx_extensions.
1442 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1444         * interlock: New file.
1446         * automake.in (handle_yacc_lex): New sub.
1447         (handle_source_transform): Removed most yacc/lex handling.
1448         (initialize_per_input): Init yacc_sources, lex_sources.
1449         (generate_makefile): Run handle_yacc_lex.
1450         (handle_merge_targets): Use `scalar' and not $# to find length of
1451         array.
1453         * m4/AM_FEATURE_EXIT.m4: Wrote.
1454         * m4/AM_FEATURE_CTYPE.m4: Wrote.
1455         * m4/AM_FEATURE_ERRNO.m4: Wrote.
1457         * aclocal.in (macro_seen): New global.
1458         (add_file): Set macro_seen entry.  Only push required macro on
1459         @rlist if not already seen.  Test defun.test.
1461         * automake.in (get_object_extension): Handle directory prefix on
1462         `ansi2knr' option.
1464         * kr-extra.am: New file.
1466         * kr-vars.am: Removed.
1468         * automake.in (handle_options): Handle directory prefix on
1469         `ansi2knr' option.
1471         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
1473         * aclocal.in (add_file): Error if macro is duplicated.  Test
1474         dup.test.
1476 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1478         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
1479         linker variable is transformed name.
1480         * program.am (@PROGRAM@): Use @XLINK@ to link.
1482         * automake.in (handle_scripts): Fixed call to
1483         am_primary_prefixes.
1484         (handle_libraries): Better error message when AC_PROG_RANLIB
1485         required.
1487         * automake.in (handle_libraries): Canonicalize library name.  Test
1488         canon4.test.
1489         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
1490         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
1492 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1494         * automake.in (handle_scripts): Correctly compute
1495         $scripts_installed.  Test scripts.test.
1497 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1499         * ansi2knr.c: New version.
1501 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1503         * automake.in (handle_source_transform): Handle more C++ file
1504         extensions.  "Handle" Objective C.  Handle more FORTRAN
1505         extensions.
1507         * compile-vars.am (LEX): Removed.
1508         (YACC): Removed.
1510         * automake.in (handle_source_transform): Correctly handle lex
1511         source.  Test lex.test.
1512         (handle_source_transform): Skip more C++ headers.  Generate macro
1513         definitions for YACC and LEX on first use.
1515         * aclocal.in (parse_arguments): Mention GNU.
1516         * automake.in (parse_arguments): Mention GNU.
1518 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
1520         * automake.in (handle_programs): Define program_LINK.
1521         * program.am (@PROGRAM@): Use program_LINK to link.
1523         * Released version 1.1b
1525         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
1526         seen_prog_install to `2'.
1528         * configure.in: Don't run AM_PROG_INSTALL.
1530         * automake.in (parse_arguments): Use $PACKAGE.
1531         ($PACKAGE): New global.
1532         ($am_c_prototypes): Renamed.
1533         (get_object_extension): Use am_c_prototypes.
1534         (scan_configure): Ditto.
1535         (scan_configure): Use AM_MAINTAINER_MODE.
1536         (scan_configure): Warn about obsolete macros.
1538         * aclocal.in (parse_arguments): Use $PACKAGE.
1539         ($PACKAGE): New global.
1541         * Makefile.am (CLEANFILES): Added aclocal.
1542         (ETAGS_ARGS): Added aclocal.in.
1543         (TAGS_DEPENDENCIES): Ditto.
1544         (maintainer-check): Depend on aclocal.
1545         (maintainer-check): Check aclocal.
1546         (bin_SCRIPTS): Include aclocal.
1548         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
1549         (scan_configure): Use AM_PROG_INSTALL.
1551         * configure.in: Use AM_INIT_AUTOMAKE.
1553         * automake.in (keyed_aclocal_warning): Warning tells about
1554         aclocal.
1555         (handle_aclocal_m4): New sub.
1556         (handle_configure): Use it.
1558         * aclocal.in (output_file): New global.
1559         (usage): Handle --output.
1560         (parse_arguments): Handle --output.
1562         * m4/AM_INIT_AUTOMAKE.m4: New file.
1564         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
1565         Don't touch CFLAGS.
1567         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
1568         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
1570         * texinfos.am (.texi.info): Force .info file to be built in
1571         srcdir.  From Franc,ois Pinard.
1573         From Jim Meyering:
1574         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
1575         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
1576         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
1577         gets compile errors.  With help from Marcus Daniels.
1579         * automake.in (initialize_global_constants): Put elisp-comp into
1580         @common_files.  Bug from Glenn Amerine.
1582 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1584         * automake.in (handle_dist_worker): Use fgrep, not grep.
1586         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
1588         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
1589         output.
1590         (initialize_global_constants): [install_man_format] Don't hide
1591         "ugliness" at install time.
1593         * lisp-clean.am: New file.
1595         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
1597         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
1598         bug when installing man pages.  Test man.test.
1599         (initialize_global_constants): [install_man_format] Make sure man
1600         page can actually be found in either source or build dirs.
1601         (handle_dist_worker): Use "755" permissions on distdir.
1603         * automake.in (handle_dist): Allow chmod's to fail.
1604         (am_primary_prefixes): New function.
1605         (am_install_var): Use it.
1606         (handle_libraries): Use it.  Test libfiles.test.
1607         (handle_dist): For dist-tarZ, assume traditional "tar" and
1608         "compress".
1610         * m4/AM_FUNC_STRTOD.m4: New file.
1612         * automake.in (handle_dist): Only generate `distdir' variable if
1613         it doesn't already exist.
1615         Fix for bug reported by Harlan Stenn.  Test tags.test.
1616         * automake.in (initialize_per_input): Define dir_holds_sources.
1617         (handle_tags): Check dir_holds_headers.
1618         (handle_headers): Set dir_holds_headers.
1620         * automake.in (handle_texinfo): Generate "version.texi" dependency
1621         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
1623         * automake.in (handle_configure): Require file $input, not
1624         "$local.in".  From Nyul Laszlo.  Test colon.test.
1626 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
1628         * aclocal.in: New file.
1629         * configure.in: Generate m4/Makefile, aclocal.
1630         * Makefile.am (SUBDIRS): Include m4.
1631         * m4/Makefile.am: New file.
1633 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1635         * automake.in (initialize_global_constants): Put ansi2knr.c and
1636         ansi2knr.1 into common_files.  Bug report from François Pinard.
1638 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1640         * install-sh: Updated copyright notice.
1642 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
1644         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
1645         Report from Josh MacDonald.
1647         Bugs from Gord Matzigkeit:
1648         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
1649         `$(SUFFIXES)'.
1650         (handle_dist): Ignore chmod return results.
1652         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
1653         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
1654         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
1656 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1658         * texinfos.am (install-info): Use "if", not "&&", to avoid
1659         install problem when glob doesn't match.
1661         * automake.in (initialize_global_constants): [USAGE] Added
1662         --no-force.
1663         (force_generation): New global.
1664         (parse_arguments): Handle --no-force.
1665         (generate_makefile): Handle --no-force.
1667         * Makefile.am (maintainer-check): Ensure all invocations of
1668         mkinstalldirs are correct.
1670 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
1672         * automake.in (handle_tests): Don't directly generate site.exp.
1674 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
1675         
1676         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
1677         as a comment start.  Add support for a dist-tarZ target.
1679 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
1681         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
1682         paths into relative paths.
1684 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
1686         * texinfo.tex: New version.
1688         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
1689         (initialize_global_constants): Added libtool to
1690         @common_sometimes.
1691         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
1693 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1695         * texinfos.am (install-info): Don't install ~ files.  Bug report
1696         from Greg McGary.
1697         * automake.in (handle_texinfo): Don't push '.info*' onto
1698         @infos_list.
1700         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
1701         using gettext.
1702         (handle_dist): Pass --with-included-gettext to configure if using
1703         gettext.
1705         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
1706         (.c._o): Ditto.
1707         * compile.am (.c.o): Pass -c to $(COMPILE).
1708         * compile-vars.am (COMPILE): Don't include -c.
1710         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
1711         automake.
1712         * automake.in (handle_configure): Supply --strictness arg to
1713         automake.
1715 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
1717         * automake.in (handle_tests): Fix quoting on `pwd`.
1718         (handle_options): Recognize no-installinfo option.
1719         (handle_man_pages): Don't put man directory on @installdirs if
1720         no-installman is specified.
1721         (handle_texinfo): Handle no-installinfo option.
1722         (handle_options): Compare version against $num_version, not
1723         $VERSION.
1724         (handle_source_transform): Generate rules for output of lex,
1725         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
1726         (handle_dist): "distcheck" now runs "make dvi".
1727         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
1728         Drepper.
1730         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
1732 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
1734         * automake.in (handle_emacs_lisp): New function.
1735         (initialize_global_constants): Added elisp-comp to
1736         @common_sometimes.
1737         (seen_lispdir): New global.
1738         (scan_configure): Handle ud_PATH_LISPDIR.
1740         * elisp-comp: New file.
1742         * lisp.am: New file.
1744         * automake.in (generate_makefile): Run handle_emacs_lisp.
1746         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
1748         * automake.in (initialize_global_constants): Removed version.texi
1749         from common_sometimes.
1750         (initialize_global_constants): Added texinfo.tex to common_files.
1751         Test texinfo.test.
1752         (handle_tests): Allow dejagnu- and automake-style test suites to
1753         coexist.  Test dejagnu.test.
1754         (initialize_global_constants): New constants AC_CANONICAL_HOST,
1755         AC_CANONICAL_SYSTEM.
1756         (scan_configure): Use new constants.
1757         (handle_tests): Put target specific information into site.exp if
1758         AC_CANONICAL_* used.
1759         (read_am_file): Generate some extra variables when AC_CANONICAL_*
1760         used.
1761         (handle_options): Allow version number to have letters appended.
1762         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
1763         option not specd.
1764         (initialize_global_constants): install_man_format changed to
1765         handle built man pages.
1767 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
1769         * config.guess, config.sub: New versions.
1771 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
1773         * configure.in (VERSION): Upped to 1.0.
1775 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
1777         * automake.in (handle_tests): Handle dejagnu.
1778         (handle_options): Recognize dejagnu option.
1780         * dejagnu.am: New file.
1782 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
1784         * automake.in (handle_dist): Run installcheck target from
1785         distcheck.
1787         * configure.in (VERSION): Upped to 0.34.
1789         * automake.in (scan_configure): Always allow upgrading to
1790         fp_PROG_INSTALL.  Test fpinstall.test.
1792 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
1794         (handle_dist): Make `distcheck' check `install' target, too.
1796 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1798         * automake.in (initialize_per_input): Don't initialize
1799         $output_directory here; initialize it globally.  From Joshua
1800         Cowan.  Test outdir.test.
1802 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
1804         * automake.in (handle_tests): Don't push TESTS onto dist_common.
1805         (initialize_global_constants): Put install-sh and mkinstalldirs
1806         into @common_files.  Test insh2.test.
1808 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
1810         * automake.in (handle_source_transform): Don't generate _OBJECTS
1811         when no source files specified.  Test number.test.
1813         From Joerg-Martin Schwarz:
1814         * automake.in (seen_package, seen_version): New globals.
1815         (scan_configure): Look for PACKAGE= and VERSION=.
1817         * automake.in (handle_options): Recognize dist-zip.
1818         (handle_dist): Handle dist-zip.
1819         (handle_options): Use ' ', not \s+, with split.  Test
1820         backsl.test.
1821         (handle_source_transform): Likewise.
1822         (handle_lib_objects): Likewise.
1823         (handle_libraries): Likewise.
1824         (handle_texinfo): Likewise.
1825         (handle_man_pages): Likewise.
1826         (handle_subdirs): Likewise.
1827         (handle_gettext): Likewise.
1828         (handle_footer): Likewise.
1829         (handle_tests): Likewise.
1830         (scan_configure): Likewise.
1831         (am_install_var): Likewise.
1833         * Makefile.am (TAGS_DEPENDENCIES): New macro.
1835         * tags.am (tags-recursive): New target.
1836         (TAGS): Depend on it.
1838         * automake.in (handle_tags): Put tags-recursive on @phony.
1840         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
1841         TAGS_DEPENDENCIES.
1842         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
1844 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1846         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
1848         * automake.in (scan_configure): Look for install-sh and
1849         mkinstalldirs here.
1850         (initialize_global_constants): Moved mdate-sh from
1851         common_sometimes to common_files.  Test mdate2.test.
1853 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
1855         * automake.in (seen_maint_mode): New global.
1856         (scan_configure): Handle jm_MAINTAINER_MODE.
1857         (read_am_file): Handle seen_maint_mode.
1858         (file_contents_with_transform): Handle seen_maint_mode.
1859         (handle_source_transform): Changed interface, all callers.
1861         From Jim Meyering:
1862         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
1863         Handle @MAINT@.
1864         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
1866         * automake.in (handle_configure): Check $config_aux_dir against
1867         empty string.  From Markku Rossi.  Test mkinstall.test.
1869 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
1871         * automake.in (distcheck): Added new rule to top level
1872         Makefile.in.
1874 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
1876         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
1877         sets seen_ranlib.
1878         (generate_makefile): libtool, config.sub, and config.guess should
1879         only ever appear in the top directory of a package.
1881 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1883         * automake.in (initialize_global_constants): Added libversion.in
1884         to @common_files.
1886         * configure.in (VERSION): Upped to 0.33.
1888         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
1889         Test extra.test.
1891 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
1893         * install-sh (transformbasename): Correct misspelling of
1894         transformbasename.  From Ian Lance Taylor.
1896 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
1898         * automake.in (handle_configure): Set mkinstalldirs variable
1899         here.
1900         (handle_dist_worker): Explicitly set distdir in subdir makes.
1901         (handle_dist): Handle separate distdir target.
1902         (handle_dist_worker): Only generate distdir target.
1904         * texinfos.am (install-info): Use $(mkinstalldirs).
1905         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
1906         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
1907         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
1908         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
1909         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
1911         * automake.in (read_am_file): Set mkinstalldirs variable.
1912         (handle_man_pages): Use it.
1913         (handle_installdirs): Ditto.
1915 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1917         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
1919 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1921         * automake.in (handle_dist_worker): Use $(TAR), not tar.
1922         (handle_merge_targets): Make sure config header is built before
1923         recursing into subdirs.
1924         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
1925         (handle_merge_targets): Handle case where nothing is installed but
1926         something must be built -- "make install" must still work.
1928         * dist-vars.am (TAR): New macro.
1930         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
1931         (handle_configure): Require stamp-h.in when config header used.
1933 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1935         * doc/mdate-sh: Extract the last field from the date output, not
1936         the sixth, which will fail when the timezone name has more than
1937         one word or is missing.
1939 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
1941         * automake.in (am_install_var): Use delete, not undef, to remove
1942         EXTRA entry.  From Gord Matzigkeit.
1944 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1946         * automake.in (read_am_file): Handle case where last line doesn't
1947         end in newline.
1949 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1951         * automake.in (variable_defined): New function.
1952         (read_am_file): Ensure a blank line comes before starting comments
1953         from Makefile.am.
1954         (initialize_per_input): Initialize %targets.
1955         (read_am_file): Set appropriate entry in %targets.
1956         Many changes to use variable_defined.
1957         (check_gnu_standards): Only require ChangeLog at top level.  From
1958         Gord Matzigkeit.
1959         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
1960         Matzigkeit.
1962 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
1964         * automake.in (parse_arguments): Added short options.
1965         (initialize_global_constants): Ditto.
1967 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1969         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
1970         fails.
1972         * automake.in (handle_source_transform): Typo fix.
1974 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1976         * automake.in (handle_dist_worker): Renamed dist-local to
1977         dist-hook.
1978         (handle_merge_targets): Added install-data-hook and
1979         install-exec-hook.
1980         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
1982         * automake.in (handle_scripts): Never allow scripts_installed to
1983         become 0.
1985         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
1986         srcdir.
1988         * automake.in (generate_makefile): Derived file names from given
1989         input; don't assume Makefile.in and Makefile.am.
1990         (am_file_name, in_file_name): New globals.
1991         (read_am_file): Use them.
1993         * program.am (@PROGRAM@): Use transformed program name.
1995         * remake-hdr.am (stamp-h): Actually touch stamp-h.
1997 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1999         * automake.in (require_file_internal): Use correct file for error
2000         messages.  Test insh.test.
2002 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
2004         * texinfos.am (.texi.info): Build output file in srcdir.
2006         * automake.in (require_file_internal): If $dir is ".",then look in
2007         relative directory.
2008         (handle_texinfo): Canonicalize name of texi file before looking
2009         for dependency variable.
2011 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2013         * automake.in (require_conf_file_with_conf_line): Yet another
2014         function of this form.
2015         (libtool_line): New variable.
2016         (handle_libraries): Handle libtool.
2018         * libraries-vars.am: Removed.
2020         * automake.in (seen_libtool): New variable.
2021         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
2023         * automake.in (handle_dist_worker): Handle dist-local.
2025         * Makefile.am (maintainer-check): Do "make check" after all syntax
2026         checks.
2028         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
2029         directory.
2031         * automake.in ($seen_arg_prog): New global.
2032         (handle_programs): Error if AC_ARG_PROGRAM not seen.
2033         (handle_scripts): Ditto.
2034         (handle_configure): mkinstalldirs now a config file.
2035         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
2036         (handle_dist_worker): Removed DIST_SUBDIRS.
2037         (require_file_path): New variable.
2038         (require_file_with_conf_line): Set it.
2039         (require_file_with_line): Ditto.
2040         (require_file): Ditto.
2041         (require_file_internal): Incorporated code from
2042         require_config_file.
2043         (require_config_file): Rewrote.
2044         (require_conf_file_with_line): New function.
2045         (handle_texinfo): Use it for mdate-sh.
2046         (handle_texinfo): Look for mdate-sh in appropriate directory.
2048 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
2050         * Makefile.am (cvs-dist): Find NEWS in srcdir.
2051         * automake.in (handle_dist_worker): Find NEWS in srcdir.
2052         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
2053         rule.
2054         (require_config_file): Set config_aux_path when file found.
2055         ($config_aux_dir): New variable.
2056         (require_config_file): Set it.
2057         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
2059 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
2061         * data.am (install-@DIR@DATA): Also allow data to be in build
2062         directory.
2064 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2066         * automake.in (am_install_var): Don't look in EXTRA_primary
2067         variable any more; it is handled in the main loop.
2069 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
2071         * data.am (install-@DIR@DATA): Find data in srcdir.
2073 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
2075         * automake.in (require_config_file): Use correct filename when
2076         looking for errors.  Also, install file in `.' if not found.  Bug
2077         reported by Gord Matzigkeit.  Test installsh.test.
2079 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2081         * Makefile.am (cvs-diff): New target.
2083         Fix for bug when install var substitutes empty.  Test empty.test.
2084         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
2085         (uninstall-@DIR@HEADERS): Ditto.
2086         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
2087         (uninstall-@DIR@SCRIPTS): Ditto.
2088         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
2089         libraries.
2090         (uninstall-@DIR@LIBRARIES): Ditto.
2091         * data.am (install-@DIR@DATA): Allow empty list of data.
2092         (uninstall-@DIR@DATA): Ditto.
2093         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
2094         From François Pinard.
2095         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
2096         (uninstall-@DIR@PROGRAMS): Ditto.
2098 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
2100         * tags-subd.am (ID): Name of ID file must be flush against -f.
2102         * configure.in (VERSION): Version 0.32.
2104 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2106         * automake.in (seen_linguas, all_linguas_line): New variables.
2107         (handle_gettext): New function.
2108         (generate_makefile): Run it.
2109         (scan_configure): Recognize ALL_LINGUAS.
2111 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
2113         * automake.texi: doc fix.
2115         * automake.in (am_install_var): Added support for check and
2116         installcheck special prefixes.
2118 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
2120         * automake.in (handle_subdirs): Don't do SUBDIRS check for
2121         gettext.
2123 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2125         * automake.in (OBJECT_PATTERN): Removed.
2126         (am_install_var): No error if name is invalid.
2127         (handle_programs): Canonicalize program names.
2128         (BOGUS_MACRO_PATTERN): New variable.
2129         (read_am_file): Error if bad macro name given.
2130         (require_file_internal): Use am_line_error, not am_conf_error.
2132         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
2134 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2136         * automake.in (handle_lib_objects): New function.
2137         (handle_libraries): Use it.
2138         (handle_programs): Ditto.
2139         (handle_dist_worker): Deprecate DIST_SUBDIRS.
2140         (am_install_var): Allow extended directory mechanism to work.
2141         Test exdir.test.
2143         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
2144         (DEP_DISTFILES): Ditto.
2146         * automake.in (OBJECT_PATTERN): New variable.
2147         (am_install_var): Use it.
2148         (handle_dist): DIST_OTHER is an anachronism.
2150 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
2152         * automake.in (handle_dist_worker): Only cause Automake to be
2153         re-run if not making a distribution.  Fixes bug reported by
2154         Joerg-Martin Schwarz.
2155         (require_file_with_line): New function.
2156         (require_file): Use it.
2157         (am_line_error): Don't print line number if $symbol is empty.
2158         (get_object_extension): Use require_file_with_line.
2159         (handle_libraries): Use require_file_with_line.
2160         (handle_texinfo): Use require_file_with_line.
2161         (handle_configure): Use am_conf_line_error and
2162         require_file_with_conf_line.
2163         (handle_subdirs): Use require_file_with_conf_line.
2164         (handle_configure): Use require_file_with_conf_line.
2165         (handle_tests): Push check-TESTS on @phony.
2166         (am_conf_line_error): New function.
2167         (require_file_with_conf_line): New function.
2168         (require_file_internal): New function.
2169         (require_file_with_line): Use it.
2170         (require_file): Ditto.
2171         (am_conf_line_error): Handle empty line number.
2172         (ac_gettext_line, ac_output_line): New variables.
2173         (scan_configure): Set them.
2175 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2177         * automake.in (parse_arguments): Default strictness is gnu.
2178         Changed `normal' to `foreign' everywhere.
2179         (parse_arguments): Handle --foreign.
2180         (initialize_global_constants): Document --foreign.
2181         (handle_dependencies): Better error message.
2182         (handle_texinfo): Don't push $vtexi on @texis.
2183         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
2184         (handle_configure): install-sh is a config file; require it as
2185         such.
2186         (parse_arguments): Renamed --install-missing to --add-missing.
2187         (add_missing): Renamed from install_missing.
2188         (am_install_var): Check to make sure contents of install variable
2189         are correct if primary requires it.  Test badprog.test.
2190         (initialize_global_constants): Initialize
2191         %primary_uses_subobjects.
2192         (handle_source_transform): Skip configure substitutions.  Test
2193         depend.test.  Also, skip empty elements.
2195 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2197         * texinfo.tex: New version.
2199         * automake.in (am_install_var): Allow extended range of
2200         installation directories.
2202         * automake.in (get_object_extension): Don't allow
2203         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
2204         From Gord Matzigkeit.  Test confincl.test.
2206         * texinfos.am (install-info): Changed usage of install-info (in
2207         comment).  Per Feb 25 GNU Standards document.
2209 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
2211         * automake.in (handle_tests): New function.
2212         (generate_makefile): Call it.
2213         (handle_subdirs): Skip directories whose names look like configure
2214         substitutions.
2215         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
2216         when using gettext.
2217         (scan_configure): Clear in_ac_output if "]" found.  Test
2218         acoutqnl.test.
2219         (require_config_file): New function.
2220         (generate_makefile): Use require_config_file.
2221         (config_aux_path): New variable.
2222         (scan_configure): Check for AC_CONFIG_AUX_DIR.
2223         (handle_merge_targets): Add install-strip rule.
2225 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
2227         * mdate-sh: New version from Ulrich Drepper.
2229         * automake.in (handle_source_transform): Changed fill back to
2230         empty string.
2231         (handle_libraries): Ditto.
2232         (handle_dist): Ditto.
2233         (handle_dependencies): Ditto.
2234         (handle_footer): Ditto.
2235         (handle_phony): Ditto.
2237         * Makefile.am (DIST_SUBDIRS): Removed.
2238         (installcheck-local): Use Perl, not test -x.
2239         (PERL): New macro.
2240         (maintainer-check): Use $(PERL), not @PERL@.
2242         * configure.in (VERSION): Upped to 0.31.
2244 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
2246         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
2247         and config.guess.
2249         * automake.in: Use keyed_aclocal_warning when warning about
2250         fp_PROG_INSTALL.
2251         (get_object_extension): Use keyed_aclocal_warning when warning
2252         about fp_C_PROTOTYPES.
2253         (keyed_aclocal_warning): New function.
2255         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
2256         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
2258         * automake.in (get_object_extension): Only give error about
2259         fp_C_PROTOTYPES once.
2261         * automake.in (seen_ranlib): New variable.
2262         (scan_configure): Recognized AC_PROG_RANLIB.
2263         (handle_libraries): Error if ranlib not checked for.
2265         * automake.in (default_strictness): Default to GNU.
2266         (default_strictness_name): Ditto.
2268 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2270         * automake.in (read_am_file): Removed @kr@ support.
2271         (get_object_extension): Ditto.
2273         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
2275 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2277         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
2279 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
2281         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
2282         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
2284         * automake.in (handle_scripts): Ensure $scripts_installed set to
2285         boolean value.  Test proginst.test.
2287         * Makefile.am (installcheck-local): New target.
2289         * automake.in (require_file): No error if missing file is
2290         installed.
2292 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
2294         * automake.in (handle_scripts): SCRIPTS no longer automatically
2295         cleaned.  Now possible to install scripts in pkgdatadir.
2296         ($seen_canonical): New variable.
2297         (generate_makefile): Check for config.guess and config.sub here;
2298         fixes bug reported by Gord Matzigkeit.
2300         * Makefile.am (pkgdata_SCRIPTS): New variable.
2301         (CLEANFILES): New macro.
2303         * scripts-clean.am: Removed.
2305 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
2307         * automake.in (am_install_var): Error if primary variable actually
2308         defined.
2309         (am_install_var): Skip elements that look like configure
2310         substitutions.
2311         (am_install_var): "EXTRA" is a valid prefix.
2312         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
2313         (handle_merge_targets): Treat "all" target like "install".
2314         (handle_subdirs): Don't push all-recursive.
2316         * header.am (install-@DIR@HEADERS): Don't depend on all.
2317         * data.am (install-@DIR@DATA): Don't depend on all.
2318         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
2319         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
2320         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
2322         * automake.in (am_install_var): Push generated install targets
2323         onto @phony.
2325         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
2326         * automake.in (handle_merge_targets): Correctly handle recursive
2327         calls of uninstall, install-exec, and install-data.
2328         (handle_merge_targets): Put Makefile, and possibly $config_name,
2329         onto @all.
2330         (handle_merge_targets): Push 'all' onto @install as appropriate.
2332 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2334         * automake.in (handle_configure): config.status is in
2335         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
2337         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
2339 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
2341         * automake.in: (seen_prog_yacc): New variable.
2342         (scan_configure): Look for yacc.
2343         (handle_source_transform): Skipp C++ header files.
2344         (handle_source_transform): .cxx is a C++ source file.
2346 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2348         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
2350         Implemented --verbose feature; idea from Greg Woods:
2351         * automake.in (verbose): New global.
2352         (generate_makefile): Print creating message if verbose.
2353         (grep_for_vers_texi): Print message if verbose.
2354         (handle_dependencies): Ditto.
2355         (scan_configure): Ditto.
2356         (read_am_file): Ditto.
2357         (parse_arguments): Added --verbose.
2358         (initialize_global_constants): Ditto.
2360         * automake.in (get_object_extension): Use am_line_error.
2361         (handle_source_transform): Ditto.
2362         (handle_libraries): Ditto.
2363         (handle_texinfo): Ditto.
2364         (handle_man_pages): Ditto.
2365         (handle_dist): Ditto.
2366         (handle_dist): Ditto.
2367         (handle_subdirs): Ditto.
2368         (handle_configure): Ditto.
2369         (handle_merge_targets): Ditto.
2370         (am_install_var): Ditto.
2371         (am_line_error): Allow actual line number as argument.
2372         (handle_configure): Use am_line_error.
2373         (scan_configure): Set config_header_line.
2374         (config_header_line): New global.
2375         Use @PERL@ to find perl during exec.  From Greg Woods.
2377 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
2379         * automake.in (initialize_per_input): Init %content_lines.
2380         (read_am_file): Set appropriate content_lines elements while
2381         reading.
2382         (am_line_error): New function.
2383         (read_am_file): Use it.
2384         (handle_options): Ditto.
2386         * automake.in (scan_configure): Handle case where more than one .o
2387         is put into LIBOBJS at once.  Test libobj.test.
2389 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2391         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
2392         Test acouttbs.test.
2393         (handle_subdirs): Restored intl, po warnings.
2395         * automake.in (scan_configure): Delete everything after "," or
2396         ")".  Test acoutnoq.test.
2397         (handle_dist): Use $relative_dir, not nonexistent $subdir.
2398         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
2399         SUBDIRS; don't warn about their absence.
2401 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
2403         * automake.in (handle_texinfo): Removed bogus error message.
2405         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
2406         onto @all.
2407         (handle_options): Handle version number.
2409         * automake.in ($maint_charset, $dist_charset): New variables.
2410         (initialize_per_input): Init $local_maint_charset.
2411         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
2412         (generate_makefile): Don't print "creating...".
2414 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
2416         * automake.in (get_object_extension): Substitute
2417         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
2418         (handle_source_transform): Use $1, not \1.
2419         (pretty_print_internal): Handle Tabs in fill when computing indent
2420         on new line.
2421         (handle_merge_targets): Always generate install-exec and
2422         install-data targets.  Test instexec.test.
2423         Fixed error message if fp_PROG_INSTALL missing.
2425         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
2426         @CONFIG_INCLUDE_SPEC@.
2428         * automake.in (scan_configure): Delete everything after "]".  Test
2429         acoutput.test.
2431         * configure.in (AC_OUTPUT): Create tests/Makefile.
2432         * Makefile.am (SUBDIRS): New macro.
2434         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
2435         Meyering.
2437         * configure.in (AC_OUTPUT): Ensure automake is executable.
2439 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2441         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
2442         not exist.
2444         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
2446         From Jim Meyering:
2447         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
2448         (@DIR@_LIBFILES).
2449         * header.am (install-@DIR@HEADERS): Depend on all, not
2450         $(@DIR@_HEADERS).
2451         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
2452         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
2453         $(@DIR@_SCRIPTS).
2454         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
2455         $(@DIR@_PROGRAMS).
2457         * automake.in (initialize_per_input): Initialize
2458         $use_dependencies.
2459         ($seen_path_xtra): New variable.
2460         (scan_configure): Look for AC_PATH_XTRA.
2461         (get_object_extension): Add variables to output if X seen.
2463 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
2465         * automake.in (handle_programs): add pkglib to list of
2466         directories for C
2467         (various): include a tab as fill for continuation lines
2468         printed with pretty_print*, esp. for macro variable assignments.
2469         [ changed to 4 spaced by me ]
2471 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2473         * configure.in (VERSION): Upped to 0.30.
2475         * Makefile.am (automake): Removed.
2476         (DIST_OTHER): Removed.
2478         * automake.in (handle_source_transform): All dep_files are
2479         relative to $(srcdir).
2480         (handle_libraries): Ditto.
2481         (scan_configure): Test for AC_PROG_INSTALL as well as
2482         fp_PROG_INSTALL.  Don't error here.
2483         (seen_prog_install): Now global.
2484         (scripts_installed): New global.
2485         (handle_scripts): Set it.
2486         Give error if appropriate install macro not seen.
2487         (handle_subdirs): Ensure $seen_gettext before requiring
2488         gettext-specific files.
2489         (handle_configure): Automatically rebuild 
2491         From Jim Meyering:
2492         * automake.in (handle_source_transform): Use \W when quoting
2493         regexp.  When blah_SOURCES not explicitly defined, still create
2494         entry in %deps.
2495         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
2496         * subdirs.am (maintainer-clean-recursive): Now depends on
2497         $(CONFIG_HEADER) and Makefile.
2499         * automake.in (handle_source_transform): Skip macro references.
2501 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2503         * automake.in (handle_texinfo): Include "rm" when deleting files.
2505         * Makefile.am (maintainer-check): Expect only one ${...}.
2506         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
2507         Meyering.
2509         * automake.in (handle_configure): Only define CONFIG_HEADER if
2510         $config_name.
2511         ($seen_gettext): New variable.
2512         (handle_subdirs): Do all gettext-related checking here.
2513         (scan_configure): Just set $seen_gettext.
2514         (handle_man_pages): Properly quote $(MANS).
2516 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2518         * depend.am: Don't use srcdir anywhere.
2519         * automake.in (handle_libraries): Don't make .deps relative to
2520         srcdir.
2521         (handle_options): Recognize no-dependencies.
2523         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
2524         ".".  Properly quote regexp.
2526 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2528         * automake.in (handle_configure): Only defined CONFIG_HEADER if
2529         $config_name.
2530         (read_am_file): Quote regexp when substituting top_builddir.
2531         (handle_source_transform, handle_libraries): Look in
2532         $(srcdir)/.deps for .P files.
2534 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
2536         * automake.in (am_conf_error): New function.
2537         (scan_configure): Use it.
2538         (scan_configure): A comma also ends AC_OUTPUT macro.
2540         * automake.in (read_am_file): Compute top_builddir when including
2541         header-vars.am.
2542         (handle_configure): Use $top_builddir, not $top_reldir.
2543         (other_input_files): New variable.
2544         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
2546         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
2547         * automake.in (input_files, seen_make_set): Declare globally.
2548         (parse_arguments): Use input_files, not make_list.
2549         Only scan configure.in once.
2550         (handle_dist): Use SUBDIRS to determine when to make
2551         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
2552         find top of dist tree.
2553         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
2554         configure.in (done elsewhere).
2555         (scan_configure): seen_make_set is global.  Allow arbitrary space
2556         in LIBOBJS assignment.
2557         (top_builddir): New variable.
2558         * header-vars.am (top_builddir): New variable.
2559         * remake-subd.am (Makefile): Look in top_builddir, not .., when
2560         remaking.
2561         * automake.in (handle_merge_targets): Run 'all' before
2562         check-recursive.
2564         * automake.in (file_contents_with_transform): Changed error
2565         message.
2566         (handle_configure): Define $contents{'CONFIG_HEADER'}.
2568         * texi-version.am: Many changes to support multiple .texi files.
2569         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
2570         "@VTI@".
2571         * automake.in (handle_configure): install.sh is an anachronism.
2572         (handle_texinfo): Generalized for multiple .texi files.  Handle
2573         'clean-info' internally.
2574         * texi-clean.am: Removed.
2575         * Makefile.am: Updated for removal.
2577 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
2579         * automake.in (grep_for_vers_texi): New function.
2580         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
2581         (handle_texinfo): Changes to generalize to multiple .texi files.
2583 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2585         Fixes from Gord Matzigkeit:
2586         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
2587         topsrcdir.
2588         * header.am: New file.
2589         * Makefile.am (pkgdata_DATA): Install header.am.
2590         * automake.in (handle_headers): Use header.am, not data.am.
2591         (am_install_var): Allow pattern to be compiled multiple times.
2593         * config.guess, config.sub: New files.
2594         * Makefile.am (pkgdata_DATA): Install config.guess and
2595         config.sub.
2596         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
2597         AC_CANONICAL_SYSTEM.
2599 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2601         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
2602         (handle_man_pages): Use man_MANS, not MANS.
2604         * Makefile.am (info_TEXINFOS): Renamed.
2606         * automake.in (scan_configure): Remove comments from input line.
2607         (am_variable): Removed.
2609         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
2611         * automake.in (config_name, config_header): New globals.
2612         (scan_configure): Look for AC_CONFIG_HEADER.
2613         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
2615 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2617         * automake.in (handle_dist_worker): Bug fix.
2619 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2621         * automake.in (require_file): Install missing files only according
2622         to desired strictness.
2623         (initialize_per_input): Don't init libsources.
2624         (scan_configure): Reinit libsources.
2625         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
2626         (fp_c_prototypes): New global.
2627         (scan_configure): Set it.
2628         (get_object_extension): Error if fp_C_PROTOTYPES not in
2629         configure.in when using ansi2knr.
2630         (handle_source_transform): Skip header files.
2632         * automake.in (handle_dist_worker): Explicitly make 'dist' in
2633         subdirs.
2635 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
2637         From François Pinard:
2638         * automake.in (handle_source_transform): Transform $o file into .P
2639         file.
2640         (handle_dist_worker): Handle case where DISTFILES includes
2641         wildcard.  Bug fix in subdir case.
2643         * automake.in (parse_arguments): Initialize strictness to
2644         'normal'.
2646 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2648         * automake.in (scan_configure): Look for NLS support.
2650         Changes from François Pinard:
2651         * texinfos.am (install-info): Correctly install when build dir is
2652         not srcdir.
2653         * tags-subd.am (ID): Indentation change.
2654         * kr-vars.am (o): Use ".@U@o", not "@U@o".
2655         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
2656         * automake.in (handle_dist_worker): Fixlets.
2657         (handle_dist): Sort keys going into dist_common.
2659 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2661         * automake.in (handle_dist_worker): If Gnits, don't allow release
2662         until NEWS is updated.
2664         * configure.in (VERSION): Version 0.29.
2666         * Makefile.am (maintainer-check): Look for perl4.036 in path.
2668         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
2669         (DEP_DISTFILES): Ditto.
2671         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
2672         * dist-vars.am (DEP_DISTFILES): New variable.
2674         * automake.in (handle_options): Support dist-shar option.
2675         (handle_dist_worker): New function.
2676         (handle_dist): Use it.
2678         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
2679         *.tmp.
2681         * automake.in (handle_dist): Chmod distdir 777.  From François
2682         Pinard.
2684         * automake.in (scan_configure): New function.
2685         (initialize_per_input): Init libsources.
2686         (generate_makefile): Run handle_configure first.
2687         (handle_configure): Run scan_configure.
2688         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
2690 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2692         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
2694         * automake.in (strictness, strictness_name): Renamed.
2695         (initialize_per_input): Set strictness, strictness_name.
2696         Initialize %options.
2697         (generate_makefile): Run handle_options.
2698         (handle_options): New function.
2699         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
2700         man page install if no-installman option given.
2701         (read_am_file): Deprecate @kr@.
2702         (get_object_extension): Look at ansi2knr option.
2703         (parse_arguments): Take global strictness from command-line
2704         options.
2706 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
2708         Fixes from François Pinard:
2709         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
2710         * automake.in (get_object_extension): Use $o, not $(kr)o.
2711         (handle_source_transform): Don't look for $(kr)c files.
2712         * kr-vars.am (o): New macro.
2713         (kr): Removed.
2715         * depend.am (DEP_FILES): Removed.
2716         * automake.in (handle_source_transform): Push .P file onto
2717         dep_files.
2718         (initialize_per_input): New variable %dep_files.
2719         (handle_dependencies): Generate DEP_FILES here.
2721 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
2723         * automake.in (do_one_clean_target): Only remove config.status in
2724         top-level directory.
2725         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
2727         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
2729         * automake.in (handle_dist): Make "ln" quiet.
2731         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
2733 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2735         * automake.in (handle_merge_targets): 'check' shouldn't depend on
2736         'all' at top level.
2737         (file_contents_with_transform): New function.
2738         (am_install_var): Use file_contents_with_transform.
2739         (handle_programs): Ditto.
2740         (handle_libraries): Ditto.
2741         (handle_texinfo): Ditto.
2742         (handle_merge_targets): Let 'install' depend on 'all' if no other
2743         dependencies exist.  From Jim Meyering.
2744         (check_gnu_standards): GNU requires AUTHORS file.  (See
2745         maintain.text).
2746         (require_file): Put body in loop.
2747         (get_object_extension): Only call require_file once.
2748         (handle_configure): Ditto.
2750         From Jim Meyering:
2751         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
2752         * tags-subd.am (id): Removed.
2754 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2756         * Added copyright notice to each .am file.
2758         * automake.in: Cleanups from François Pinard to avoid $#.
2759         (require_argument): Fixed sense of test.
2760         (set_strictness): Bug fix.
2762 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2764         * Makefile.am (pkgdata_DATA): Removed old dist files.
2766         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
2768         * automake.in (set_strictness): Set $strictness_name.
2769         (strictness_name): New variable.
2770         (handle_dist): Substantially rewrote.
2772         * configure.in: Point AC_INIT at automake.in.
2774         * automake.in (generate_makefile): Report errors against
2775         Makefile.in, not Makefile.am.
2777 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2779         * mdate-sh: Bug fix from Jim Meyering.
2781         * dist.am (dist): Changed in parallel with dist-subd-top.am.
2783         * mkinstalldirs: Reverted.
2785         * automake.in (initialize_global_constants): Allow COPYING.LIB
2786         again.
2787         (check_gnits_standards): Disallow COPYING.LIB.
2789         * texinfos.am (install-info): Only look in $(srcdir) for info
2790         files.
2792         * automake.in (initialize_global_constants): New variable
2793         gen_copyright.
2794         (read_am_file): Put a copyright in each Makefile.in.
2796         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
2798         * automake.in (am_install_var): Put space before "=".
2799         (handle_dist): Put README first in DIST_COMMON.
2801         * Makefile.am (pkgdata_DATA): Include COPYING.
2803         * COPYING: New file.
2805         * automake.in (parse_arguments): Added --gnu and --gnits as
2806         synonyms.
2807         (initialize_global_constants): Ditto.
2808         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
2809         (initialize_global_constants): Look for README first.
2810         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
2811         ABOUT-GNU.
2812         (check_gnu_standards): Require file COPYING.
2814         From François Pinard:
2815         * automake.in (file_contents): Comment out "warn"s.
2816         (usage): Use 4 columns.
2817         (USAGE_FORMAT): Ditto.
2819         * texinfos.am (install-info): Look for info file relative to $$d.
2821         * Makefile.am (cvs-dist): Suppress output of "grep".
2823         * configure.in (VERSION): Version 0.28.
2825         * automake.in (pretty_print_internal): Fix for Perl 4
2826         compatibility.
2828         * configure.in (VERSION): Version 0.27.
2830         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
2831         invocation.
2833         * automake.in (initialize_global_constants): Don't quote "@" in
2834         $install_man_format.
2835         (handle_merge_targets): use "@:" as empty command, not ":".
2837 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2839         * texinfos.am (install-info): Look in $d for info files.  From
2840         François Pinard.
2842         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
2844         * automake.in (read_am_file): Correctly deal with continued
2845         variable definitions.
2847 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2849         * automake.in (handle_merge_targets): 'check' target depends on
2850         'all'.
2851         (file_contents): Don't be so verbose.
2852         (read_am_file): Ditto.
2853         (read_am_file): Must use substr to check for trailing \.
2854         (am_install_var): Use push_phony_cleaners.
2855         (file_contents): Set $was_rule when assuming a rule is seen.
2856         (read_am_file): Ditto.
2857         (do_one_clean_target): Removed spurious newline.
2859         Some changes from François Pinard:
2860         * Removed trailing whitespace from all '.am' files.
2861         * tags-subd.am (ID): Use &&, not ;.
2862         (TAGS): Ditto.
2863         * automake.in (parse_arguments): Removed useless message.
2864         (parse_arguments): Don't explicitly referenced STDERR.
2865         (require_argument): Ditto.
2866         (am_error): Ditto.
2867         (set_strictness): Ditto.
2868         (file_contents): Ditto.
2869         (read_am_file): Ditto.
2870         (generate_makefile): Style tweaks.
2871         (handle_programs): Ditto.
2872         (handle_libraries): Ditto.
2873         (handle_texinfo): Ditto.
2874         (handle_man_pages): Ditto.
2875         (handle_tags): Ditto.
2876         (handle_dist): Ditto.
2877         (handle_subdirs): Ditto.
2878         (handle_configure): Ditto.
2879         (handle_footer): Don't put newline before footer.am contents.
2880         (handle_merge_targets): Style tweaks.
2881         (do_one_clean_target): Ditto.
2882         (dirname): Ditto.
2883         (am_variable): Ditto.
2884         Defined some new constants.
2885         (generate_makefile): Don't call generate_header.
2886         (generate_header): Removed.
2887         (file_contents): Rewrote.
2888         (read_am_file): Rewrote.
2890         * automake.in (generate_makefile): Handle phony target.
2891         (do_one_clean_target): Pretty-print dependencies.
2892         (handle_installdirs): Pretty-print rule.
2894         * Makefile.am (maintainer-check): Made some commands silent.
2896         * automake.in (initialize_global_constants): Don't install or
2897         uninstall cat'd man pages.
2898         (initialize_per_input): Added phony target.
2899         (push_phony_cleaners): New function.
2900         (get_object_extension): Handle phony targets.
2901         (handle_texinfo): Ditto.
2902         (handle_man_pages): Ditto.
2903         (handle_tags): Ditto.
2904         (handle_dist): Ditto.
2905         (handle_subdirs): Ditto.
2906         (handle_installdirs): Ditto.
2907         (handle_merge_targets): Ditto.
2908         (handle_clean): Ditto.
2909         (do_one_merge_target): Ditto.
2910         (am_install_var): Ditto.
2911         (handle_phony): New function.
2912         (generate_makefile): Call it.
2913         (pretty_print_internal): New function.
2914         (pretty_print_rule): Ditto.
2916 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2918         * automake.in (initialize_global_constants): Don't print body of
2919         loop at make time.
2921         Changes from François Pinard:
2922         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
2923         (DEP_FILES): Put dependency files in $(srcdir).
2924         Look in $(srcdir) when including dependency files.
2925         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
2926         (.deps/%.P): MKDEP includes all macro expansions.
2927         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
2928         be so verbose.
2929         * dist-subd.am (dist): Don't be so verbose.
2930         * dist.am (dist): Don't be so verbose.
2932         * automake.in (do_one_clean_target): Remove config.status in
2933         maintainer-clean.  From Jim Meyering.
2935         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
2936         Meyering.
2938         * automake.in (handle_merge_targets): Add dummy command for empty
2939         install target.  From Jim Meyering.
2941 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2943         * texinfos.am (uninstall-info): Bug fix.
2945         * Makefile.am (maintainer-check): Error if ${...} used.
2946         * depend.am (DEP_FILES): Prefer $(...).
2948         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
2949         exists.
2950         * libraries.am (install-@DIR@LIBRARIES): Only install library if
2951         it exists.
2952         * programs.am (install-@DIR@PROGRAMS): Only install program if it
2953         exists.
2955         * texinfos-vars.am (TEXFILES): Removed.
2957         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
2959         * automake.in (do_one_merge_target): Never generate trailing
2960         whitespace.
2961         (pretty_print): New function.
2962         (handle_footer): Prettyprint definitions.
2963         (am_install_var): Ditto.
2964         (handle_source_transform): Ditto.
2965         (handle_dist): Ditto.
2966         (handle_libraries): Ditto.
2967         (read_am_file): Put comments nearer appropriate code.
2969         * texi-clean.am (mostlyclean-info): Use continued lines, not
2970         multiple rm's.  From Jim Meyering.
2972 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2974         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
2975         mkinstalldirs, texinfo.tex to be installed.
2976         * automake.in (symlink_exists): New global.
2977         (install_missing): Ditto.
2978         (require_file): Install missing files if possible.
2979         (parse_arguments): Handle --install-missing option.
2980         (initialize_global_constants): Document --install-missing.
2982         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
2983         Ensure 'checks' pass before release.
2984         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
2985         Franc,ois Pinard.
2986         (cvs-dist): Depend on maintainer-check instead of explicitly
2987         running check.
2989         * configure.in (VERSION): Version 0.26.
2991         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
2992         of 'if' test.
2994         * depend.am (DEP_FILES): Bug fix.
2996         * automake.in (do_one_clean_target): Typo.
2998         * Makefile.am (check-local): Run syntax check under Perl 4.
3000         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
3001         (handle_source_transform): Loop variable is now $_.  From Gor
3003         * Makefile.am (check-local): Check for 'true' in source.
3004         * texinfos.am (install-info): Can't use "true" in any rule.
3006 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3008         * Makefile.am (cvs-dist): New target.
3010         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
3011         failures.
3013         * texinfos.am (install-info): Don't do install-info for now.
3015         * clean.am (distclean-generic): Don't remove config.status here.
3016         * automake.in (do_one_clean_target): Remove config.status later,
3017         for 'make -j2'.  From Jim Meyering.
3019 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3021         * configure.in (VERSION): Version 0.25.
3023         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
3024         (handle_configure): Check for AC_PROG_MAKE_SET.
3026         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
3027         Meyering.
3029         * automake.in (am_install_var): Changed how 'clean' handled for
3030         uniform name targets.
3031         * Makefile.am (pkgdata_DATA): Added new files.
3032         * data-clean.am: New file.
3033         * scripts-clean.am: New file.
3034         * libraries-clean.am: New file.
3035         * programs-clean.am: New file.
3037 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3039         * automake.in (am_install_var): Error if variable name
3040         "misspelled".
3041         (handle_source_transform): Automatically include .c file
3042         corresponding to .y or .l.
3044 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3046         * programs.am: Changed for uniform naming scheme.
3048         * automake.in (read_am_file): Allow '-' and '.' in target names.
3049         (generate_makefile): Don't pass arguments to handle_libraries.
3050         (initialize_per_input): Define @sources, @objects.
3051         (generate_makefile): Init @sources, @objects if needed.
3052         (handle_source_transform): Push onto @sources, @objects here.
3053         (am_install_var): Push primary onto @all, for configure-time
3054         customization.
3055         (handle_programs): Use new uniform naming scheme.
3057         * Makefile.am (check-local): New target.
3059         * automake.in (handle_libraries): Use uniform naming scheme.
3061         * libraries.am: Rewrote for uniform naming scheme.
3063         * scripts.am: Updated names of all clean targets.
3065         * automake.in (handle_programs): Split on all whitespace.
3066         (handle_libraries): Ditto.
3067         (handle_texinfo): Ditto.
3068         (handle_man_pages): Ditto.
3069         (am_install_var): Changed return result.
3070         (am_install_var): Changed interface.
3071         (am_install_var): Push onto @clean@ if requested.
3072         (handle_scripts): Pass -clean to am_install_var.
3074 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3076         * automake.in (am_install_var): Push target onto @all.
3077         (get_object_extension): Use $(...).
3078         (handle_source_transform): Ditto.
3079         (handle_programs): Ditto.
3081         * automake.in (require_argument): New function.
3082         (parse_arguments): Use it.
3083         (push_dist_common): New function.
3084         (generate_makefile): Use it.
3085         (handle_texinfo): Ditto.
3086         (handle_dist): Ditto.
3087         (handle_configure): Ditto.
3088         (require_file): Ditto.
3089         (generate_makefile): Don't pass arguments to handle_scripts.
3090         (handle_configure): Require configure.in.
3091         (check_gnu_standards): New function.
3092         (check_gnits_standards): Ditto.
3093         (generate_makefile): Check standards.
3095         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
3097         * automake.in (LENIENT, GNU, GNITS): New constants.
3098         (initialize_per_input): New function.
3099         (generate_makefile): Use it.
3100         (initialize_global_constants): Renamed from init_globals.
3101         (require_file): Added strictness argument.
3102         (parse_arguments): Added --strict option.
3103         (set_strictness): New function.
3104         (parse_arguments): use it.
3105         (initialize_global_constants): Document --strictness.
3107         * automake.in: Use ${1+"$@"} to preserve quoting when running
3108         under sh.
3110         * texinfos.am (install-info): Don't use "true".
3111         * tags.am (TAGS): Don't use "true".
3113         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
3114         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
3116         * program.am (@PROGRAM@): Use LINK macro.
3117         * compile.am (.c.o): Use COMPILE macro.
3119         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
3120         ${...}.
3122         * subdirs.am (RECURSIVE): Removed macro.
3124         * clean.am: Changed to not be so verbose.
3126         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
3127         * automake.in (handle_texinfo): Transform texi-clean and put into
3128         output rules.
3129         * texinfos-vars.am (TEXFILES): Removed.
3130         * texinfos.am: Removed 'clean' targets.
3131         * texi-clean.am: New file.
3133         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
3135         * texinfos-vars.am (TEXFILES): Added *.op.
3137         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
3138         standards.
3139         * dist.am (dist): Use DISTFILES.
3140         * dist-subd.am (dist): Use DISTFILES.
3141         * dist-subd-top.am (dist): Use DISTFILES.
3143 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3145         * Makefile.am (ETAGS_ARGS): Define.
3147         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
3148         Meyering.
3150         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
3152         * automake.in (handle_scripts): Use am_install_var.
3154         * scripts.am: Rewrote for new uniform naming scheme.
3156         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
3158         * libscripts.am: Removed.
3160         * packagedata.am: Removed.
3162         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
3163         (pkgdata_DATA): Renamed from PACKAGEDATA.
3165         * automake.in (handle_data): Use am_install_var.
3166         (init_globals): Init %exec_dir_p.
3168         * data.am: Rewrote for new uniform naming scheme.
3170         * automake.in (get_object_extension): New function.
3171         (handle_programs): Use it.
3172         (dir_holds_sources): Changed interpretation.
3173         (handle_headers): New function.
3174         (am_install_var): New function.
3175         (generate_makefile): Call handle_headers.
3177         * header-vars.am (pkgdatadir): New macro.
3178         (pkglibdir): Ditto.
3179         (pkgincludedir): Ditto.
3181         * automake.in (handle_source_transform): New function.
3182         (am_error): New function.
3183         (generate_makefile): Use it.
3184         (handle_source_transform): Ditto.
3185         (handle_texinfo): Ditto.
3186         (handle_dependencies): Ditto.
3187         (handle_merge_targets): Ditto.
3188         (require_file): Ditto.
3190 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3192         * automake.in: Updated FSF address.  From Jim Meyering.
3193         * header-vars.am: Updated FSF address.
3195         * distname.am: Removed.
3197         * automake.in (file_contents): Strip "##" comments.
3198         * Various files: Added "##" comments for strange things.
3200         * automake.in (handle_tags): Generate TAGS rule for every
3201         directory.
3203         * subdirs.am (RECURSIVE): Include installcheck-recursive.
3204         * automake.in (installcheck): New variable.
3205         (generate_makefile): Initialize it.
3206         (handle_subdirs): Push 'installcheck-recursive'.
3207         (handle_merge_targets): Handle installcheck target.
3209 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
3211         * automake.in ($PACKAGE): Removed.
3213         * header-vars.am (ALL): Removed.
3215         * automake.in: Reworked 'all' target handling.
3217         * automake.in (generate_makefile):
3218         Don't use AM_ forms in call to am_variable.
3220         * automake.in: Changes for Perl 5, from Gord Matzigkeit
3222         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
3224         * automake.in (handle_footer): Allow SUFFIXES variable.
3226         * automake.in (am_variable): New function.
3227         (handle_texinfo): Use it.
3228         (generate_makefile): Use it.
3230         * configure.in: Version 0.24.
3232 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
3234         * automake.in (handle_libraries):
3235         Generate blah_LIBADD defines if required.
3237         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
3239         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
3241         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
3243         * configure.in: Version 0.23
3245         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
3247         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
3249         * automake.in: New option --output-dir
3251         * automake.in (handle_configure): Fixed typo.
3253         * automake.in (handle_installdirs): Always make installdirs target.
3255         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
3256         uninstall-exec-recursive.  Added installdirs-recursive.
3258         * automake.in (handle_installdirs): Handle installdirs-recursive.
3259         (handle_man_pages): 'all' depends on $(MANS)
3261         * Makefile.am: Removed mans.am.
3263         * automake.in: More man-related fixes
3265         * automake.in: Bug fixes
3267         * automake.in: Rewrote man page handling.
3269         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
3271         * automake.in (handle_installdirs): New function.
3272         (@installdirs): New global.
3273         Many changes to deal with installdirs.
3275         * clean.am (clean-generic): Always supply 'else' clause to 'if'
3277         * automake.in (generate_header): Don't use header.am.
3278         (handle_dist): Don't use dist-subd-vars.am.
3280         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
3282         * Makefile.am (DISTCLEANFILES): Removed.
3284         * clean.am (clean-generic): Bug fix.
3286         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
3288         * texi-version.am (clean-vti): No such macro as VTI
3290 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
3292         * automake.in: Bug fix for maintainer-clean
3294         * automake.in (do_one_clean_target):
3295         Print special text in maintainer-clean.
3296         (handle_clean): Always include clean.am
3298         * clean.am: Use -generic clean targets.
3300         * compile.am: Added clean targets.
3302         * configure.in: Version 0.22.
3304         * automake.in (handle_dependencies):
3305         Put trailing newline after all deps.
3307         * automake.in (handle_dependencies): Another dependency bug fix.
3309         * automake.in (handle_dependencies):
3310         Bug fix when including dependencies.
3312         * automake.in (handle_configure):
3313         Verify existence of install-sh, mkinstalldirs
3315         * automake.in (handle_texinfo): Include stamp-vti in distribution
3317         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
3318         Include DATA, PACKAGEDATA.
3320         * Makefile.am: Nothing
3322         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
3324         * automake.in (handle_texinfo): Typo
3326         * automake.in: If script ends up in shell, feed to perl
3328         * automake.in: Rewrote 'clean' rules.
3329         Documentation made and installed first.
3330         'all' depends on 'info'
3332 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
3334         * configure.in, Makefile.am: Turned off internationalization.
3336         * clean-kr.am: Rewrote for new clean scheme.
3338         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
3340         * Makefile.am (PACKAGEDATA): Include tags-clean.am
3342         * subdirs.am: Removed bogus local clean targets
3344         * tags-clean.am: Initial revision
3346         * texi-version.am: Added clean targets
3348         * texinfos.am: Fixes to clean targets.
3350         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
3351         Added clean targets
3353         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
3355         * automake.in: Completely revamped automatic de-ANSI-fication
3357         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
3359         * compile-vars.am (LINK): New macro
3361         * kr-vars.am: Trailing blank line
3363         * compile-kr.am: Rewrote
3365         * compile-vars.am (COMPILE): New macro
3367         * compile-vars.am (ANSI2KNR): Removed
3369         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
3371         * kr-vars.am: Initial revision
3373         * automake.in (require_file): New function.
3374         (handle_texinfo): Require 'mdate-sh'
3375         (common_sometimes): New variable
3376         (usage): Use it.
3378         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
3380         * mdate-sh: Initial revision
3382         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
3384         * automake.in (generate_makefile):
3385         Put Makefile.in, Makefile.am in @dist_common
3386         (handle_configure): Use @dist_common as appropriate
3388         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
3390         * configure.in: Abort if perl not found
3392         * configure.in: Look for perl
3394         * automake.in: Reimplemented in Perl
3396         * automake.in: Fixlet
3398 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
3400         * automake.in: Always print ".SUFFIXES:" rule.
3402         * automake.in: Distribution config.h.in if required
3404         * automake.in: Bug fix when including texi-version.am
3406         * automake.in: Bug fix when looking for .texi file in $am_reldir
3408         * depend.am: Comment fix
3410         * automake.in: Look for .texi file in $am_reldir
3412         * automake.in: Fixlet
3414         * automake.in: Blank line after targets from user's Makefile.am
3416         * automake.in: Move footer items to actual footer
3418         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
3420         * automake.in (common):
3421         Don't include acconfig.h, config.h.top, config.h.bot
3423         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
3425         * Makefile.am (CONFIG_H): Define
3427         * acconfig.h: Initial revision
3429         * configure.in: Use AC_CONFIG_HEADER.
3431         * automake.in: Put blah_TEXINFOS into DIST_COMMON
3433         * automake.in: .info file explicitly depends on primary .texi file
3435         * texinfos.am (install-info): Always supply 'else' clause to 'if'
3437         * tags.am (TAGS): Always supply 'else' clause to 'if'
3439         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
3441         * automake.in: Always include footer.am in output
3443         * mans.am (install-man): Always supply 'else' clause to 'if'
3445         * automake.in: More version.texi fixes
3447         * automake.in: Only do version.texi processing if requested.
3449         * automake.in: Minor internationalization fixes.
3450         Subshell can now exit with nonzero status.
3451         Fixed up .texi handling; now uses texi-version.am
3452         Make sure '.c' and '.o' are in .SUFFIXES if required.
3454         * Makefile.am (PACKAGEDATA): Include texi-version.am
3455         (stamp-vti, version.texi): Removed
3456         (TEXINFOS): Don't reference version.texi
3458         * texi-version.am: Initial revision
3460         * dist.am, dist-subd-top.am (dist):
3461         [DIST_SUBDIRS] Follow symlinks when copying.
3463         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
3465 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
3467         * automake.in: Added --amdir option
3469         * Makefile.am, configure.in: Turned on internationalization
3471         * Makefile.am: Set EDITION
3473         * configure.in: Version 0.21
3475         * tags.am, tags-subd.am: Don't use double-colon rules
3477         * automake.in: Redid install-data, install-exec, uninstall handling
3479         * configure.in: Turn off i18n
3481 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
3483         * automake.in (common): Remove NLS
3485         * automake.in (common): Include ABOUT-NLS.
3487         * automake.in: Test for install-sh and mkinstalldirs
3489         * automake.in: Blank line after OBJECTS= line
3491         * automake.in: Start subshell in loop after check for Makefile.am
3493         * automake.in: --use-deps now the default
3495         * automake.in (am_dir): Don't apply transform to install directory name
3497         * packagedata.am: Don't apply transform to install directory name
3499         * Makefile.am (SUBDIRS): Hold off on internationalization
3501 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
3503         * automake.in:
3504         Write 'SOURCES =' line after copying Makefile.am variables
3506         * automake.in: Fixed bug in "--" option processing
3508         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
3510         * Makefile.am (DIST_OTHER): Include gettext-sh
3512         * Makefile.am (SUBDIRS): Define
3514         * configure.in: Include internationalization bits
3516         * automake.in: Many changes to avoid double-colon rules.
3518         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
3520         * subdirs.am: Removed "::" rules
3522         * header.am: Removed install, uninstall
3524         * header.am: Added install, uninstall targets
3526         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
3528         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
3529         Removed "::" rules
3531         * Makefile.am (PACKAGEDATA): Include libscripts.am
3533         * libprograms.am: Don't install libscripts here
3535         * libscripts.am: Initial revision
3537         * scripts.am, programs.am, libprograms.am: Removed "::" rules
3539         * automake.in (am_dir): Run package name through name transform.
3541         * automake.in: Don't use packagedata.sed or data.sed
3543         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
3544         packagedata.am
3546         * data.am: No longer run through sed
3548         * packagedata.am: Initial revision
3550 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
3552         * automake.in: No blank line after Usage
3554         * automake.in: Removed "NLS nuisances" section.
3555         Now uniformly uses $echo for user-visible messages (in advance of
3556         internationalization)
3558         * subdirs.am (maintainer-clean): Don't use realclean-local
3560         * Makefile.am: Use PACKAGEDATA, not custom code
3562         * data.am: Use @LONG@, not $(@LONG@)
3564         * automake.in: Handle DATA and PACKAGEDATA
3566         * packagedata.sed: Initial revision
3568         * data.am: Use @DIR@, not $(@DIR@)
3570         * data.sed: Use $(datadir), not datadir
3572         * data.sed: Initial revision
3574         * data.am: Wrote uninstall targets
3576         * data.am: Initial revision
3578         * dist-subd.am (dist): Don't link a file that has already been linked
3580         * dist-subd-top.am, dist.am (dist):
3581         Run `automake --include-deps' before making distribution
3583         * automake.in: More dependency-tracking bug fixes
3585         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
3587         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
3589         * tags-subd.am, tags.am: Added trailing blank line
3591         * depend.am: Use ".P", not "empty.P", as placeholder.
3593         * automake.in: Only include depend.am if SOURCES not empty
3595         * automake.in: Added --use-deps and --include-deps options.
3596         Handle auto-generating dependencies.
3598         * Makefile.am (am_DATA): Include depend.am
3600         * depend.am: Initial revision
3602         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
3604         * automake.in: Put blank line after .SUFFIXES
3606         * scripts.am: Added blank line at end
3608         * scripts.am: Removed unnecessary comment
3610         * scripts.am: Removed unnecessary workarounds
3612         * automake.in: Don't include programs.am if PROGRAMS empty
3614         * header-vars.am (INSTALL_SCRIPT): Typo
3616         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
3618         * automake.in: Handle .SUFFIXES here.
3620         * configure.in: Use fp_PROG_INSTALL
3622         * header-vars.am: Changes for autoconf 2.5.
3623         Now includes INSTALL_SCRIPTS.
3625         * texinfos.am (install-info): Bug fix
3627         * automake.in:
3628         Include scripts.am or libscripts.am in output if appropriate
3630         * programs.am (install-programs, uninstall-programs):
3631         Don't install SCRIPTS
3633         * Makefile.am (am_DATA): Include scripts.am
3635         * scripts.am: Initial revision
3637 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
3639         * automake.in:
3640         Cleaned up how "prog_SOURCES" variable is found in input.
3641         Ditto prog_OBJECTS.
3642         Put static sed scripts into separate, installed files.
3644         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
3646         * hack-make.sed, nl-remove.sed: Initial revision
3648         * texinfos.am (install-info): Rewrote
3650         * subdirs.am (all-recursive): Put with other -recursive rules
3652         * configure.in: Version 0.20
3654         * automake.in: Another bug fix
3656         * automake.in: Bug fix when looking for texinfo.tex
3658         * texinfo.tex: Initial revision
3660         * automake.in:
3661         If TEXINFOS defined but texinfo.tex does not exist, give warning.
3663         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
3664         (all-recursive): Don't fail immediately if -k specified.
3666 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
3668         * subdirs.am (_all):
3669         New target.  Now use Jim Meyering's formulation of AIX
3670         workaround.
3671         (install-exec, install-data): New targets
3673 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
3675         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
3677         * automake.in: Use @datadir@
3679         * automake.in: Added @configure_input@ line
3681 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
3683         * automake.in: "--help" option now prints auto-recognized file names.
3684         Allow AM_ overriding of more variables.
3686         * texinfos.am (install-info):
3687         Don't cd to srcdir to avoid breaking install-sh
3688         Other bug fixes
3690         * Makefile.am: Handle automake.texi
3692 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
3694         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
3696         * tags.am (TAGS): bug fix
3698         * automake.in: Use am_dir, not AM_DIR.
3699         Use version, not VERSION.
3700         Bug fix in TAGS code.
3702         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
3704         * subdirs.am: TAGS target now in tags.am
3706         * footer.am: TAGS and ID targets now in tags-subd.am
3708         * tags-subd.am, tags.am: Initial revision
3710         * automake.in: Cleaned up AM_PROGRAM code.
3711         Handle TAGS target better
3713         * remake.am, remake-subd.am (Makefile.in): Bug fix.
3715         * automake.in (usage): Updated
3717         * remake-subd.am, remake.am:
3718         Added rule where Makefile.in depends on Makefile.am
3720         * automake.in: Entire body of 'for' loop now in subshell
3722         * automake.in (common): config.guess and config.sub are common files.
3724         * dist-subd-top.am, dist.am (dist): Bug fix.
3726         * Makefile.am (DIST_OTHER): Don't include TODO
3728         * automake.in: Auto-include TODO and THANKS files.
3730         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
3732         * automake.in: More bug fixes in "look for Makefile.am" code.
3734         * automake.in: Bug fix in "look for Makefile.am" code.
3736         * automake.in:
3737         If no arguments given, look for all Makefile.am's in this
3738         directory and in immediate subdirs
3740         * automake.in: Bug fixes for LDADD-override feature.
3742         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
3744         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
3746         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
3748         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
3750 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
3752         * automake.in: No longer look for _SOURCES or _OBJECTS
3754         * header-vars.am:
3755         Remove "automatically created" header (now in automake).
3756         Updated copyright.
3758         * automake.in: Put version info in Makefile header
3760 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
3762         * automake.in: Minor cleanups
3764         * dist-subd-top.am, dist.am (dist):
3765         Don't link or copy file if it already exists.
3767         * automake.in:
3768         Look for _SOURCES (common sources) and generate _OBJECTS.
3770         * footer.am (ID, TAGS): Include HEADERS
3772         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
3774 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
3776         * dist-subd.am (distdir): Is relative to ".."
3778         * dist-subd-vars.am (PACKAGE, VERSION): Define
3780         * dist-subd.am (dist): Don't handle DIST_DIRS.
3782         * mans.am (uninstall-man): Another bug fix.
3784         * mans.am (uninstall-man): Bug fix.
3786         * dist.am, dist-subd-top.am (dist): Bug fix
3788         * Makefile.am (DIST_SUBDIRS): New macro
3790         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
3792         * Makefile.am (DIST_OTHER): Include automake.in
3794         * Makefile.am (DISTCLEANFILES): New macro.
3796         * automake.in (common): Include COPYING.LIB
3798         * Makefile.am (automake): New rule.
3800         * texinfos.am (install-info): Changed per GNU standards
3802         * remake-hdr.am (stamp-h.in):
3803         Use "touch", not "date", per GNU standards.
3805         * automake.in (common): Include texinfo.tex
3807 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
3809         * automake.in: More fixes when finding common files.
3811         * Makefile.am (DIST_OTHER): Another removal.
3813         * automake.in: Special-case when amdir=.
3815         * Makefile.am (DIST_OTHER): Removed auto-detected files.
3817         * automake.in:
3818         Search for commonly-used files and auto-include them in distribution
3820         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
3821         (DIST_CONF): Removed files searched for by automake.
3823         * automake.in: More arg-parsing bug fixes.
3825         * Makefile.am (DIST_OTHER): Include install-sh
3827         * Makefile.am (DIST_OTHER): Don't include auto-included files.
3829         * automake.in: Bug fixes to argument parsing code.
3831         * automake.in: Handle --version and --help.
3832         NLS stuff from autoconf.
3834         * Makefile.am (amdatadir): Fixed typo.
3835         (install): Make install directories
3837         * Makefile.am: Use "install::", not "install:"
3839         * install-sh, mkinstalldirs: Initial revision
3841         * configure.in: Use AC_PROG_INSTALL
3843         * automake.in: Set AM_DIR based on configure results.
3845         * Makefile.am (install): New target.
3846         (amdatadir): New variable.
3848         * automake.in: Use "#! /", not "#!/".
3850         * Makefile.am, configure.in: Initial revision
3852         * automake.in: Renamed from "automake".
3853         Set VERSION.
3855         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
3857         * automake.in: Insert remake-subd.am if appropriate.
3859         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
3861         * automake.in: Handle ALLPROGRAMS variable.
3863         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
3865         * automake.in: Fixlet when printing "subdir=DIR"
3867         * automake.in: Put "subdir=DIR" into subdir Makefile
3869         * automake.in: Don't refer to distname.am.
3870         Only put footer.am in subdir Makefiles.
3872         * subdirs.am (id, ID): New target.
3873         (.NOEXPORT): Copied from footers.am.
3875         * subdirs.am (TAGS): Bug fixes.
3877         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
3879         * subdirs.am (maintainer-clean-local): Remove TAGS
3881         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
3883         * subdirs.am: Use maintainer-clean, per GNU standards
3885         * dist-subd-top.am: Some variables defined in dist-vars.am
3887         * dist-vars.am (PACKAGE, VERSION):
3888         New variables, initialized by configure
3890         * footer.am (id, ID): New targets
3891         (TAGS): Put TAGS file in build, not source, directory
3893         * remake-subd.am (Makefile): Don't assume subdir is 'src'
3895         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
3897         * dist-subd.am: Changed to conform to new top-level dist target.
3899         * dist-subd-top.am:
3900         Changed to assume PACKAGE and VERSION are set by configure.
3902         * clean-kr.am, clean.am (maintainer-clean):
3903         Updated rules per GNU standards.
3905         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
3907 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
3909         * automake.in, texinfos.am: kludge for multiple-part info files
3911 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
3913         * clean.am, clean-kr.am: remove INFOS
3915 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
3917         * texinfos.am: add path
3919         * remake.am, remake-hdr.am: account for VPATH limitations
3921 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
3923         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
3924         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
3926 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
3928         * texinfos.am: install-info depends on info files
3930         * dist-subd-vars.am, dist-vars.am: distrib info files
3932 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
3934         * clean-kr.am, clean.am: fix up distclean
3936         * subdirs.am: fix typo
3938         * clean.am: do more in distclean
3940 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
3942         * libraries.am: make install depend on all
3944         * automake.in: fix typo
3946 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
3948         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
3950         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
3952         * dist-subd-top.am: Initial revision
3954         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
3955         centralize prefix var setting
3957         * header-vars.am: set all the std vars based on prefix
3959 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
3961         * automake.in: don't add kr stuff if not needed
3963         * dist-vars.am: add config vars to dist
3965 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
3967         * program.am: add LDADD
3969         * compile-vars.am: remove LDADD from LDFLAGS
3971         * clean.am: move knr stuff to another file
3973         * automake.in: use different clean file for ansi2knr
3975         * clean-kr.am: Initial revision
3977 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
3979         * automake.in, dist-subd.am, dist.am: fix rules and dist
3981 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
3983         * compile.am, automake.in: split out knr
3985         * compile-kr.am: Initial revision
3987         * libprograms.am: fix typo
3989         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
3990         make libprograms work
3992         * libprograms.am: Initial revision
3994         * automake.in, compile.am, header-vars.am: fix little bugs
3996         * compile.am: allow parallel K&R
3998         * clean.am: remove kerb temps
4000         * automake.in: fix recognizing start of rules
4002         * dist-subd.am, dist.am: fix dist
4004         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
4006 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
4008         * automake.in: works on m4 too
4010         * automake.in, mans.am: works on fileutils
4012         * 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:
4013         works on fileutils except for all
4015         * automake.in: vars thing
4017         * header-vars.am: Initial revision
4019         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
4020         entered into RCS
4022         * compile-vars.am: Initial revision
4024         * automake.in: many improvements
4026         * footer.am: Initial revision
4028         * dist.am: remove distname
4030         * automake.in: namespace cleanup
4032         * distname.am: Initial revision
4034         * 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:
4035         might work
4037         * 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:
4038         Initial revision