release note
[automake.git] / ChangeLog
blob4923639c83e6a1ba1628bd75d4ef58f50f2c453d
1 Thu Apr  3 19:07:59 1997  Tom Tromey  <tromey@cygnus.com>
3         * Released 1.1n.
5         * tags.am (TAGS): Run "cd && etags" in subshell for proper
6         associativity.
8         * texinfos.am (install-info-am): If --cygnus, then info file can
9         be in build dir.  From David Zaroski.
11         * ltlibrary.am (@LTLIBRARY@): use @RPATH@, not explicit -rpath.
13         * automake.in (handle_ltlibraries): Treat EXTRA_ libraries
14         specially.
16 Wed Apr  2 00:03:50 1997  Tom Tromey  <tromey@cygnus.com>
18         * automake.in (handle_source_transform): Don't generate dependency
19         on config.h.
20         (scan_dependency_file): Strip the .P file from the target.
22         * automake.in (handle_tags): Use single, not double, quotes when
23         setting list variable.
25         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs-clean.am,
26         progs.am, scripts.am, tags.am: Use single quotes to fill list
27         variable; otherwise `$' in filename will not work.  From Per
28         Bothner.
30         * mdate-sh: Use "ls -d" so mdate-sh can be run on a directory.
31         From Bruno Haible.
33         * automake.in (handle_programs): Error if LIBADD used where LDADD
34         meant.
35         (handle_libraries): Error if LDADD used where LIBADD meant.
36         (handle_ltlibraries): Likewise.
38 Tue Apr  1 22:46:33 1997  Tom Tromey  <tromey@cygnus.com>
40         * automake.in (check_canonical_spelling): New sub.
41         (handle_programs): Use it.
42         (handle_libraries): Likewise.
43         (handle_ltlibraries): Likewise.
45 Mon Mar 31 12:13:08 1997  Tom Tromey  <tromey@cygnus.com>
47         * depend2.am (.deps/%.P): Make .P file depend on everything the .c
48         file includes.
50 Fri Mar 28 23:34:49 1997  Tom Tromey  <tromey@cygnus.com>
52         * automake.in (handle_configure): Error if stamp-h appears in
53         AC_OUTPUT line.
55 Thu Mar 27 17:28:47 1997  Tom Tromey  <tromey@cygnus.com>
57         * automake.in (handle_dist_worker): Avoid automake rules in
58         generated Makefile when no-dependencies specified.  From Greg
59         Woods.
61         * m4/lispdir.m4: Don't AC_SUBST ELCFILES.  From Greg Woods.
63         * texi-vers.am (stamp-@VTI@): Make commands silent.
65         * Makefile.am (maintainer-check): "true" is ok now.
67         * m4/init.m4: Added optional 3rd argument, which avoids
68         AC_DEFINE.
70         * automake.in (scan_one_configure_file): Explicitly avoid
71         INSTALL_SCRIPT to avoid defining it twice.
73         * header-vars.am: Change _INSTALL variable definitions to `true'.
74         Updated all users to put `@' before invocation.
76 Tue Mar 25 22:09:45 1997  Tom Tromey  <tromey@cygnus.com>
78         Update to follow GNU Standards:
79         * automake.in (handle_man_pages): Use NORMAL_UNINSTALL before
80         uninstall-man.
81         * texinfos.am (uninstall-info): Use two loops, and have
82         PRE_UNINSTALL before running install-info.
83         * data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
84         scripts.am, texinfos.am: Use NORMAL_UNINSTALL.
85         * header-vars.am (PRE_UNINSTALL, POST_UNINSTALL,
86         NORMAL_UNINSTALL): Define.
88         * automake.in (scan_one_configure_file): Don't define ANSI2KNR as
89         a configure varriable.
91         * m4/missing.m4: Run test in a subshell.  From Gord Matzigkeit.
93 Mon Mar 24 23:28:59 1997  Tom Tromey  <tromey@cygnus.com>
95         * m4/sanity.m4: Sleep before creating temp file.
97         * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL):
98         Define.
100 Sat Mar 22 00:06:00 1997  Tom Tromey  <tromey@cygnus.com>
102         * automake.in (am_install_var): Make sure to delete
103         CYGWIN/NOTCYGWIN tokens as appropriate.
104         (handle_programs): Remove NOTCYGWIN tokens as well.
105         (file_contents_with_transform): A single newline makes an empty
106         line.
108         * program.am: Remove executable before linking.
110         * texinfos.am (.texi.dvi): Look in @TEXINFODIR@ for texinfo.tex.
111         (.texinfo.dvi): Likewise.
113         * automake.in (handle_texinfo): TEXINFO_TEX variable can set
114         location of texinfo.tex.
116 Fri Mar 21 10:22:51 1997  Tom Tromey  <tromey@cygnus.com>
118         * texinfos.am (.texinfo.dvi): Mirror .texi.dvi.
120         * ansi2knr.c, ansi2knr.1: New versions from L. Peter Deutsch.
122         * scripts.am: Add @EXEEXT@ to installed scripts.
124 Wed Jan 22 20:12:31 1997  Jim Meyering  <meyering@na-net.ornl.gov>
126         * m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values
127         for the TZ environment variable.  Andre Novaes Cunha provided the
128         hairy TZ setting that exercized the Solaris tzset bug.
130 1997-01-22  Paul Eggert  <eggert@twinsun.com>
132         * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't
133         test now, test a couple of thousand times.
135 Thu Mar 20 00:16:54 1997  Tom Tromey  <tromey@cygnus.com>
137         * automake.in (handle_programs): Remove CYGWIN lines unless
138         AM_CYGWIN32 seen.
139         (am_install_var): Remove CYGWIN lines from -clean file as well.
141         * progs.am: Put @EXEEXT@ where appropriate.
143         * program.am (@PROGRAM@): If using Cygwin32, then create actual
144         name in addition to ".exe" name.
146         * progs-clean.am (clean-@DIR@PROGRAMS): Conditionalize on CYGWIN.
148         * automake.in (check_cygnus): Require AM_CYGWIN32 in --cygnus mode.
149         (am_install_var): If AM_CYGWIN32 not seen, then remove @EXEEXT@
150         from .am files.
152         * automake.in (seen_cygwin32): New global.
153         (scan_one_configure_file): Check for AM_CYGWIN32.
155         * m4/cygwin.m4: New file.
157         * automake.in (scan_one_configure_file): Explicitly handle
158         AC_CONFIG_HEADER so we can avoid spurious warnings.
159         (obsolete_macros): Removed AC_CONFIG_HEADER.
161         * automake.in (handle_yacc_lex_cxx): Perl 4 fixes.  From Greg
162         A. Woods.
164 Wed Mar 19 00:35:13 1997  Tom Tromey  <tromey@cygnus.com>
166         * Released 1.1m.
168         * m4/missing.m4: Print message saying what is happening.
170         * m4/sanity.m4: sleep before testing.
172 Tue Mar 18 17:20:03 1997  Tom Tromey  <tromey@cygnus.com>
174         * config.guess, config.sub: New from the FSF.
176         * automake.in (initialize_global_constants): [common_files]
177         Include `missing'.
178         (scan_configure): Require `missing'.
180         * header-vars.am (MAKEINFO): Don't define.
182         * m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
183         * m4/missing.m4: New file.
185         `missing' changes from François Pinard:
186         * Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
187         names aclocal program.
188         * m4/init.m4: Replace programs with `missing' if not found.
189         * automake.in (handle_texinfo): Define MAKEINFO as @MAKEINFO@.
190         (AC_CHECK_PATTERN): Check for alphanumeric names only.
191         (handle_aclocal_m4): Use ACLOCAL, not aclocal.
192         * Makefile.am (pkgdata_SCRIPTS): Include missing.
193         * missing: New file.
195         * automake.in (target_defined): New sub.
196         (handle_footer): Error if target .SUFFIXES used.
198 Sun Mar 16 14:33:41 1997  Tom Tromey  <tromey@cygnus.com>
200         * automake.in (handle_lib_objects): Set seen_c_source to line
201         number.
202         (handle_yacc_lex_cxx): Use seen_c_source as line number.
203         (am_line_error): Line of -1 means skip line-number check.
205         * automake.in (read_am_file): Change to keep perl -w quiet.
206         (check_typos): Removed extra check of EXTRA_ containing config
207         subs.
209 Mon Mar 10 23:17:19 1997  Tom Tromey  <tromey@cygnus.com>
211         * remake-hdr.am (stamp-h): Set CONFIG_HEADERS to
212         $(CONFIG_HEADER_FULL).
213         * automake.in (handle_configure): Define CONFIG_HEADER_FULL.
215         * automake.in (handle_lib_objects): Set seen_c_source as
216         appropriate.  From Alexander V. Lukyanov.  Test cxxlibobj.test.
218 Sat Mar  8 22:54:35 1997  Tom Tromey  <tromey@cygnus.com>
220         * texinfo.tex: New version.
222         * automake.in (handle_emacs_lisp): If EMACS is `no', then we
223         couldn't find an Emacs.  So don't bother running elisp-comp.  From
224         Ulrich Drepper.
226         * automake.in (handle_texinfo): Added .tr and .cv to list of
227         texinfo clean extensions.  From Karl Berry.
229 Fri Feb 28 22:14:53 1997  Tom Tromey  <tromey@cygnus.com>
231         * Makefile.am: Make sure we never use "undef".
233         * automake.in (usage): Changed bug-reporting address.
234         (handle_dist): Use undef, not delete.
236 Wed Feb 26 08:41:11 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
238         * automake.in (%obsolete_macros): Reintroduce, with hints for what
239         to do to upgrade the support.
241         * automake.in, ltlib-clean.am, ltlib.am, ltlibrary.am: Revamped
242         libtool support to use the _LTLIBRARIES primary.
244 Wed Feb 26 00:20:39 1997  Tom Tromey  <tromey@cygnus.com>
246         * automake.in (handle_tags): In default case, add @tags_deps to
247         dependencies of tags target.
249 Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
251         * automake.in (handle_tests): If a test failed, then make should
252         fail.  From Jim Meyering.
254 Mon Feb 24 19:02:21 1997  Tom Tromey  <tromey@cygnus.com>
256         * texi-vers.am (@VTEXI@): Copy stamp file into output.
258 Sun Feb 23 00:10:36 1997  Tom Tromey  <tromey@cygnus.com>
260         * automake.in (handle_programs): Give correct error line for lex
261         error.
262         (am_line_error): Avoid uninitialized value errors from perl -w.
264         * aclocal.in (scan_m4_files): Fixed perl -w warning.
266         * texinfos.am (.texi, .texinfo): New targets.
268         * automake.in (scan_texinfo_file): Renamed.
269         (handle_texinfo): Handle files without ".info" extension.
271         * automake.in (handle_subdirs): Error if directory contains "/".
272         (handle_yacc_lex_cxx): Quoting fix.
273         (handle_single_transform_list): Use transformed (non-ansi) version
274         of $obj instead of explicit ".o".  From Gord Matzigkeit.
276         * m4/sanity.m4: Pass -L to ls if possible.
278 Sat Feb 22 15:22:31 1997  Tom Tromey  <tromey@cygnus.com>
280         * dist-vars.am (DISTFILES): Don't distribute MANS.
282         * automake.in (handle_dist): Use define_variable to define TAR,
283         GZIP.
284         (handle_dist): Pass GZIP in environment to tar.
285         (initialize_global_constants): Likewise.
287         From Kaveh Ghazi:
288         * m4/protos.m4: Don't put any dependencies on AC_C_INLINE or
289         AC_C_CONST.
290         * m4/ccstdc.m4: Force AM_PROG_CC_STDC to come before AC_C_INLINE
291         or AC_C_CONST.
293 Fri Feb 21 00:39:17 1997  Tom Tromey  <tromey@cygnus.com>
295         From The Crimson Binome:
296         * automake.in (handle_yacc_lex_cxx): Handle C++ yacc/lex source.
297         (output_yacc_build_rule): New sub for C++ yacc/lex.
299         * automake.in (my_glob): New sub.
300         (handle_dependencies): Use my_glob.
301         (handle_aclocal_m4): Scan ACLOCAL_AMFLAGS for dependencies.
303         * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
304         scripts.am, texinfos.am: Add leading space to echo.
306         * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
307         endings.  From Jim Blandy.
308         (install_man_format): Make rule silent; instead print actual
309         command.
311 Tue Feb  4 18:29:42 1997  Tom Tromey  <tromey@cygnus.com>
313         * dist-vars.am (TAR): Removed.
314         * automake.in (TAR): New variable.
315         (handle_dist): Explicitly define TAR.
316         * configure.in: Compute TAR.
318         * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
319         @dep_files.
320         (AC_SUBST_PATTERN): Typo fix.
321         (handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
322         (handle_clean): Put -recursive target before -am target.
323         (handle_merge_targets): Put basename of $config_name on @all.
324         Test confsub.test.  From Ramón García Fernández.
326 Tue Jan 28 22:19:04 1997  Tom Tromey  <tromey@cygnus.com>
328         * automake.in (initialize_global_constants): Put libtoolize files
329         into @common_files, not @common_sometimes.  From Gord Matzigkeit.
331 Sun Jan 26 17:46:08 1997  Tom Tromey  <tromey@cygnus.com>
333         * texinfos.am (.texi.info): If --cygnus, set -I $(srcdir).  From
334         Per Bothner.
336 Sun Jan 12 18:28:16 1997  Fred Fish  (fnf@ninemoons.com)
338         * automake.in: Use 'interlock' and 'ylwrap' from source
339         directory or aux config directory, not build directory.
341 Tue Jan  7 18:35:10 1997  Tom Tromey  <tromey@cygnus.com>
343         * aclocal.in (parse_arguments): Handle -I.
344         (usage): Ditto.
345         (scan_m4_files): Ditto.
347         * automake.in (handle_single_transform_list): Don't give error
348         message if extension unrecognized.
350 Tue Dec 17 11:18:20 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
352         * m4/header.m4 (AM_CONFIG_HEADER): Check for $CONFIG_HEADERS, not
353         $CONFIG_HEADER.
355 Tue Jan  7 17:59:26 1997  Tom Tromey  <tromey@cygnus.com>
357         * automake.in (scan_one_configure_file): AM_INIT_GUILE_MODULE runs
358         AM_PROG_INSTALL, not AC_PROG_INSTALL.  From Jim Blandy.
359         (handle_texinfo): Handle no-texinfo.tex option.
360         (handle_options): Ditto.
362 Thu Jan  2 14:16:17 1997  Tom Tromey  <tromey@cygnus.com>
364         * automake.in (am_install_var): Ignore EXTRA libtool libraries.
365         From Marius Vollmer.
367 Wed Dec 18 15:27:09 1996  Tom Tromey  <tromey@cygnus.com>
369         * automake.in (read_am_file): Sort configure_vars before adding to
370         output_vars.
371         (handle_yacc_lex_cxx): Sort de_ansi_objects.
372         (handle_man_pages): Sort %section keys.
374 Tue Dec 10 00:41:17 1996  Tom Tromey  <tromey@cygnus.com>
376         * automake.in (AC_SUBST_PATTERN): Check for alphanumeric variable
377         names only.  Test subst.test.
378         (scan_one_configure_file): Skip AC_DEFUN lines.  Test
379         defun2.test.
381 Mon Dec  9 08:18:42 1996  Tom Tromey  <tromey@cygnus.com>
383         * automake.in (file_contents_with_transform): Use ne, not !=, to
384         compare strings.  Compare against correct string.  From Jim
385         Meyering.
386         (handle_texinfo): Use rm -f to remove info files.  From Gord
387         Matzigkeit.
389         * Released 1.1l.
391         * automake.in (handle_texinfo): Put .ps on @suffixes.
393 Sun Dec  8 12:29:52 1996  Tom Tromey  <tromey@cygnus.com>
395         * automake.in (am_install_var): Directory with 'exec' in its name
396         is installed by install-exec.
398         * subdirs.am (maintainer-clean-recursive): Make commands quiet.
399         * texinfos.am: Make commands quiet.
400         * scripts.am: Make commands quiet.
401         * progs.am: Make commands quiet.
402         * ltlibs.am: Make comamnds quiet.
403         * lisp.am: Make commands quiet.
404         * libs.am: Make commands quiet.
405         * header.am: Make commands quiet.
406         * data.am: Make commands quiet.
408         * automake.in (variable_value_as_list): Handle := substitution
409         references.
410         (am_conf_line_error): Take file argument.  Changed all callers.
411         (scan_one_configure_file): Skip config header of [$1].
412         (scan_dependency_file): Don't add top_builddir to regex if it is
413         ".".  Don't include top_builddir in output if it is ".".
414         (scan_one_configure_file): Skip version of [$2].
416 Sat Dec  7 11:34:39 1996  Tom Tromey  <tromey@cygnus.com>
418         * automake.in (scan_one_configure_file): New sub.
419         (scan_configure): Scan aclocal.m4 as well as configure.in.
420         (handle_configure): Makefile.in now depends on $(ACLOCAL), because
421         automake scans it.
423         * automake.in (handle_configure): Put full path to file onto
424         @rewritten_inputs.  Test output4.test.
426         * automake.in (handle_configure): Put proper name onto @inputs.
427         Test output3.test.
429         * automake.in (handle_configure): Pass correct args to automake
430         invocations.  Test remake2.test.
432         * automake.in (handle_configure): Check dirname of $file, not of
433         $local.  Test output2.test.
435         * automake.in (handle_dependencies): Added some missing ";"s in
436         transforms.
437         (get_object_extension): Ditto.
438         (handle_tags): Ditto.
439         (handle_tests): Ditto.
440         (read_am_file): Ditto.
441         (am_install_var): Ditto.
442         (file_contents_with_transform): Die if transform missing trailing
443         ";".
445         * automake.in (am_install_var): Quote $ in regexp substitution.
446         From Ulrich Drepper.
448 Fri Dec  6 18:54:10 1996  Tom Tromey  <tromey@cygnus.com>
450         * automake.in (handle_configure): Require actual input files, not
451         rewritten input files.  From Ulrich Drepper.
453 Thu Dec  5 02:52:20 1996  Tom Tromey  <tromey@cygnus.com>
455         Suggestion from Mark Galassi:
456         * texinfos.am (DVIPS): New macro.
457         (.dvi.ps): New rule.
459         * automake.in (handle_dependencies): Check to make sure
460         --build-directory specified before searching for .P files.
461         (handle_configure): Correctly handle ":" syntax when running
462         config.status.
464         * remake.am: Removed rules to regenerate Makefile and Makefile.in;
465         now handled by handle_configure.
467         * remake-subd.am: Removed.
469         * automake.in (scan_configure): Handle multiple ":"s in AC_OUTPUT
470         arg.
471         (parse_arguments): Ditto.
472         (handle_configure): Ditto.
473         (%other_output_files): Removed.
474         (rewrite_inputs_into_dependencies): New sub.
475         (handle_configure): Use it.
476         (handle_configure): Ditto.
478         From Gord Matzigkeit:
479         * automake.in (generate_makefile): Handle ":" in AC_OUTPUT arg.
480         (handle_configure): Ditto.
482         * automake.in (handle_single_transform_list): .S is assembly
483         source.  From Anthony Green.
485         * automake.in (handle_single_transform_list): Correctly rewrite
486         C++ and Fortran source to objects ending in ".o".  Test
487         cxxo.test.
489         * automake.in: Better error message if file missing.
491         * aclocal.in (@obsolete_macros): ud_GNU_GETTEXT is obsolete.
492         * automake.in (handle_gettext): Use AM_GNU_GETTEXT, not
493         ud_GNU_GETTEXT.
494         (scan_configure): Ditto.  ud_GNU_GETTEXT is now obsolete.
496 Wed Dec  4 00:41:23 1996  Tom Tromey  <tromey@cygnus.com>
498         * automake.in (scan_configure): Skip empty elements when adding to
499         libsources.  Perl 4 bug reported by Greg A Woods.
501         * Makefile.am (perl4-check): New target.
502         (cvs-dist): Run perl4-check.
504         Perl 4 fixes.  Reported by Greg A. Woods:
505         * automake.in (file_contents_with_transform): If transform caused
506         all chars to go away, then skip rest of loop.
507         (handle_texinfo): Don't use "next" in arg to
508         file_contents_with_transform.
509         (handle_dependencies): Ditto.
510         (handle_tests): Ditto.
512         * m4/regex.m4 (AM_WITH_REGEX): Check for GNU regex in libc.  From
513         Andreas Schwab.
515         * automake.in (parse_arguments): Removed --strictness.
516         (handle_dist_worker): Don't use --strictness.
517         (handle_configure): Ditto.
518         (initialize_global_constants): Don't mention --strictness.
520         * automake.in (handle_merge_targets): Use all-recursive-am instead
521         of all-recursive-hack.  The latter is ugly, according to Joel
522         Weber.
524         * automake.in (handle_emacs_lisp): Push $(ELCFILES) onto @all.
526         * automake.in (do_one_clean_target): Allow -local version of clean
527         targets.
529 Tue Dec  3 18:58:40 1996  Tom Tromey  <tromey@cygnus.com>
531         * automake.in (handle_dependencies): Skip C-only lines in
532         depend2.am when appropriate.
533         * depend2.am (.deps/%.P): Omit modification of $o if language is
534         not C.
536 Tue Dec  3 11:29:01 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
538         * compile-kr.am: Quote arguments to echo.
540         * progs.am: Fix up problems when LIBTOOL is not defined (by
541         setting shell variable instprog to the installation program).
543         * aclocal.in (scan_file): Allow the acinclude.m4 file to override
544         any other macro files (but still prevent multiple definitions
545         within acinclude.m4).
547 Tue Dec  3 10:40:48 1996  Tom Tromey  <tromey@cygnus.com>
549         From Ulrich Drepper:
550         * automake.in (handle_emacs_lisp): Typo fix.
551         (scan_configure): Only recognize VERSION after whitespace.
553         * texinfos.am: install-info requires path to info file.
555         * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
557         * automake.in (am_install_var): If -ltlibs passed, substitute
558         @LIBTOOL@.
560 Mon Dec  2 13:51:11 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
562         * automake.in (get_object_extension): Unshift ansi2knr onto the
563         all target, so that it builds before any other targets.
564         [de_ansi_objects]: Delete, since unshifting ansi2knr is an easier
565         solution.
567 Mon Dec  2 12:13:27 1996  Tom Tromey  <tromey@cygnus.com>
569         * Released 1.1i.
571         From Janos Farkas:
572         * automake.in (handle_texinfo): Must quote $ for make.
574 Sun Dec  1 15:08:09 1996  Tom Tromey  <tromey@cygnus.com>
576         * automake.in (handle_configure): Correctly handle common case of
577         multiple non-Makefiles in AC_OUTPUT.  Require all input files when
578         using ":" syntax.
580 Sun Nov 24 00:33:50 1996  Tom Tromey  <tromey@cygnus.com>
582         * automake.in (handle_source_transform): Don't define
583         EXTRA_prog_SOURCES unnecessarily.  Test extra2.test.
585         * automake.in (initialize_per_input): New variables
586         included_generic_compile, included_knr_compile,
587         included_libtool_compile.
588         (get_object_extension): Use them.
590         * automake.in (handle_single_transform_list): Removed
591         Objective-C/C++ support (didn't really work anyway).
592         (handle_single_transform_list): Handle assembly specially.
594         * automake.in (handle_yacc_lex_cxx): Set --mode=compile or
595         --mode=link when running libtool.
597         * ltlibs.am: Set --mode=install when running libtool.
598         (uninstall-@DIR@PROGRAMS): Set --mode=uninstall when running
599         libtool.
600         * libtool.am (.c.lo): Set --mode=compile when running libtool.
601         * progs.am: Set --mode=install when running libtool.
603         Fix for bug reported by François Pinard:
604         * automake.in (do_check_merge_target): New sub.
605         (do_one_merge_target): No longer handle `check'.
606         (handle_merge_targets): Use do_check_merge_target.
607         (initialize_per_input): Set @check_tests.
608         (handle_tests): Push onto @check_tests, not @check.
610         * automake.in (am_install_var): Typo fix.
611         (handle_configure): Require $inputs[0].
613 Fri Nov 22 00:01:45 1996  Tom Tromey  <tromey@cygnus.com>
615         * automake.in (handle_lib_objects): Fixed error message
616         processing.
618 Thu Nov 21 22:29:30 1996  Tom Tromey  <tromey@cygnus.com>
620         * automake.in (scan_configure): AC_FUNC_FNMATCH doesn't add to
621         LIBOBJS.
622         (handle_configure): Support multi-":" mode for AC_OUTPUT.
624         * m4/header.m4: New file.
626         * automake.in (scan_configure): Recognize AM_CONFIG_HEADER.
628 Wed Nov 20 00:23:42 1996  Tom Tromey  <tromey@cygnus.com>
630         * acinstall: Allow commentary at end of "serial" line.  From Gord
631         Matzigkeit.
633         * automake.in (handle_yacc_lex_cxx): Only replace output header if
634         it has changed.
636 Tue Nov 19 19:03:30 1996  Tom Tromey  <tromey@cygnus.com>
638         * automake.in (am_primary_prefixes): Allow configure variables to
639         be named after primary.
640         (am_install_var): Ditto.
642         * automake.in (initialize_per_input): Initialize output_header.
643         (generate_makefile): Set up output_header; print it before
644         output_rules.
645         (handle_footer): Put .SUFFIXES into output_header, for AIX.
647 Mon Nov 18 19:11:53 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
649         * automake.in: Added a lot of libtool support.  New variable
650         prog_LDFLAGS to pass linker flags.  Use libtoolize to install
651         libtool support files.
653 Mon Nov 18 13:29:55 1996  Tom Tromey  <tromey@cygnus.com>
655         * automake.in (handle_lib_objects): Push @LIBOBJS@ and @ALLOCA@
656         onto dependency list.
658         * aclocal.in (obsolete_macros): Include AM_SANITY_CHECK_CC; now
659         part of autoconf proper.
660         * m4/ccsanity.m4: Removed.
662 Sun Nov 17 12:25:17 1996  Tom Tromey  <tromey@cygnus.com>
664         * automake.in (check_typos): Check to make sure EXTRA_ variables
665         don't contain configure subs.
666         (handle_dist_worker): Removed EXTRA_DIST_DIRS; not needed.
668 Fri Nov 15 18:58:04 1996  Tom Tromey  <tromey@cygnus.com>
670         * tags-subd.am: Removed.
672         * tags.am (tags-recursive): Removed.
673         (TAGS): Depend on @DIRS@, @CONFIG@.  Use @CONFIG@ in rule.
674         (ID): From tags-subd.am.
675         
676         * aclocal.in (obsolete_macros): Include AM_FUNC_FNMATCH.
677         * automake.in (scan_configure): Recognize AC_FUNC_FNMATCH.
678         * m4/fnmatch.m4: Removed (now in autoconf).
680         * automake.in (initialize_per_input): Init de_ansi_objects.
681         (handle_single_transform_list): Error if extension unrecognized.
682         Set elements of de_ansi_objects.
683         (get_object_extension): Don't push ANSI2KNR onto @all.
684         (handle_yacc_lex_cxx): Put ANSI2KNR into dependency of all ._o
685         files.
686         (pretty_print_internal): Initialize $bol depending on the column.
688 Fri Nov 15 16:22:15 1996  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
690         * library.am: Fixed references to LIBRARY according to new scheme.
692         * libs.am, libs-clean.am: Removed references to LIBFILES.
694         * automake.texi (A Library): doc fix
696         * automake.in (handle_libraries): Deleted references to *LIBFILES,
697         since we now have the full library name in the *LIBRARIES
698         variable.
699         (am_install_var): Removed `-no-all' option, which was only required
700         for the LIBFILES hack.
702 Fri Nov 15 16:39:29 1996  Tom Tromey  <tromey@cygnus.com>
704         * automake.in: Applied libtool-related patches from Gord.
705         (scan_configure): Set CC configure var if AM_PROG_LIBTOOL seen.
706         Also indicate that AC_CANONICAL_HOST was run.
708         * Makefile.am (pkgdata_DATA): Removed aclocal.m4.
710 Thu Nov 14 23:11:09 1996  Tom Tromey  <tromey@cygnus.com>
712         * automake.in (handle_yacc_lex_cxx): Don't auto-define YACC, LEX,
713         CXX, CC.
715         * dejagnu.am: Print warning if runtest missing.
717         From Joerg-Martin Schwarz:
718         * automake.in (handle_aclocal_m4): Find aclocal.m4 in srcdir.
719         (require_file_internal): Unlink file before creating it.
721         * depend2.am (.deps/%.P): Don't print commands when running.
723 Mon Nov 11 10:35:08 1996  Tom Tromey  <tromey@cygnus.com>
725         * automake.in (handle_single_transform_list): Simplified C++
726         matching expression.
728 Fri Nov  8 09:49:09 1996  Tom Tromey  <tromey@cygnus.com>
730         * Released 1.1g.
732         * compile-kr.am ($(OBJECTS)): Removed.
734         * automake.in (get_object_extension): Define ANSI2KNR.  Push onto
735         @all if ansi2knr is in this directory.
737         * configure.in: Don't run AC_ARG_PROGRAM, AC_PROG_MAKE_SET.
739         * m4/init.m4: Run AM_SANITY_CHECK.
741         * m4/sanity.m4: New file.
743         * automake.in (handle_dist_worker): In Cygnus mode, possibly find
744         files to dist in build dir, not srcdir.
745         (%omit_dependencies): New global.
746         (scan_dependency_file): Handle OMIT_DEPENDENCIES.
747         (scan_configure): Put rx.h, regex.h on %omit_dependencies.  Ditto
748         libintl.h.
749         (handle_tests): Remove CYGNUS strings in Cygnus mode.
750         (handle_texinfo): Ditto.
752         * texinfos.am (dist-info): New target.
754         * automake.in (handle_dist_worker): Use DISTFILES, not
755         DEP_DISTFILES.
756         (initialize_per_input): Initialize dist_targets.
757         (handle_texinfo): Don't compute @infos_list; don't define or use
758         INFOS.  Put dist-info onto @dist_targets.
759         (handle_dist_worker): Handle @dist_targets.  Don't use the "echo
760         trick" for expanding DISTFILES any more.
762         * dist-vars.am (DEP_DISTFILES): Removed.
763         (DISTFILES): Don't include INFOS.
765         * automake.in (handle_texinfo): Handle Cygnus mode.
766         * texinfos.am (.texi.info, .texinfo.info): Handle Cygnus mode.
768         * automake.in (handle_single_transform_list): New sub.
769         (handle_source_transform): Use it.
770         (handle_built_sources): New sub.
772 Thu Nov  7 14:49:16 1996  Tom Tromey  <tromey@cygnus.com>
774         * remake.am ($(srcdir)/Makefile.in): Pass @ARGS@ to automake.
775         * remake-subd.am ($(srcdir)/Makefile.in): Pass @ARGS@ to
776         automake.
777         * automake.in (handle_configure): Pass --cygnus when running
778         automake again.
780         * remake-hdr.am ($(srcdir)/stamp-h.in): Depend on @FILES@, not
781         ACCONFIG, CONFIG_TOP, CONFIG_BOT.
782         * automake.in (handle_aclocal_m4): Always find aclocal.m4 in
783         top_srcdir.
784         (handle_configure): Don't define ACCONFIG, CONFIG_TOP, CONFIG_BOT;
785         instead substitute files directly.
787 Wed Nov  6 10:22:26 1996  Tom Tromey  <tromey@cygnus.com>
789         * remake-hdr.am (stamp-h): Look in top_builddir for
790         config.status.
791         ($(srcdir)/stamp-h.in): Look in top_srcdir for configure.in.
793 Thu Oct 31 10:55:59 1996  Tom Tromey  <tromey@cygnus.com>
795         * texinfos.am (.texi.dvi): Set MAKEINFO when running texi2dvi.
796         From Jim Meyering.
798         * automake.in (handle_texinfo): Push install-info-am, not
799         install-info.
800         (handle_merge_targets): Handle no-installinfo option.
802         * texinfos.am (install-info-am): Renamed from install-info.
804         * automake.in (handle_subdirs): Include install-info-recursive if
805         no-installinfo given.
807         * subdirs.am: Include INSTALLINFO token.
809         * automake.in (handle_texinfo): Explicitly define MAKEINFO,
810         TEXI2DVI.
811         (cygnus_mode): New global.
812         (handle_dist_worker): Pass --cygnus to automake.
813         (initialize_global_constants): Document --cygnus.
814         (check_cygnus): New sub.
815         (handle_texinfo): Don't require texinfo.tex in Cygnus mode.
817         * texi-vars.am: Removed.
819         * dejagnu.am (check-DEJAGNU): Don't define rootme.
821         * automake.in (handle_tests): Define EXPECT, RUNTEST.
823         * dejagnu.am (EXPECT): Removed.
824         (RUNTEST): Removed.
826         * automake.in (define_program_variable): New sub.
828 Mon Oct 28 10:43:48 1996  Tom Tromey  <tromey@cygnus.com>
830         * automake.in (handle_dependencies): Use -M, not -MM, for C++
831         dependencies.
833 Thu Oct 24 20:21:50 1996  Tom Tromey  <tromey@cygnus.com>
835         * automake.in (check_libobjs_sources): New sub.  Test
836         libobj4.test.
837         (handle_source_transform): Don't check for auto-discovered source
838         files here.
839         (handle_programs): Run check_libobjs_sources here.
840         (handle_libraries): Ditto.
842         * automake.in (define_configure_variable): New function.
843         (get_object_extension): Use define_configure_variable.
844         (handle_yacc_lex_cxx): Ditto.
845         (handle_emacs_lisp): Ditto.
846         (configure_vars): New global.
847         (AC_CHECK_PATTERN): New global.
848         (seen_ranlib, seen_prog_cc, seen_prog_cxx, seen_prog_lex):
849         Removed.
850         (handle_yacc_lex_cxx): Use configure_vars, not seen_prog_*.
851         (AC_SUBST_PATTERN): New global.
852         (scan_configure): Use AC_SUBST_PATTERN; don't set seen_prog_*.
853         (handle_libraries): Don't use seen_ranlib.
854         (read_am_file): Run define_configure_variable on each discovered
855         variable.
857 Mon Oct 21 23:06:49 1996  Tom Tromey  <tromey@cygnus.com>
859         * automake.in (scan_configure): Handle AM_INIT_GUILE_MODULE.
860         (handle_libraries): Pass configure substitutions directly on to
861         LIBFILES.
863         * automake.in (AM_PACKAGE_VERSION_PATTERN): New global.
864         (scan_configure): Use it.  Test version.test.
866 Sun Oct 20 12:08:46 1996  Tom Tromey  <tromey@cygnus.com>
868         * automake.in (handle_dist_worker): Explicitly pass distdir to
869         dist-hook make.  From Tatu Ylonen.
871         * m4/strtod.m4: Use correct cache variable.
873 Thu Oct 17 13:45:20 1996  Tom Tromey  <tromey@cygnus.com>
875         Lisp fixes from Erick Branderhorst:
876         * m4/lispdir.m4: Define lispdir, not LISPDIR.
877         * lisp.am: Added missing \.
879 Fri Oct 11 00:44:49 1996  Tom Tromey  <tromey@cygnus.com>
881         * automake.in (handle_source_transform): Only rewrite c, yacc, lex
882         to use de-ansi-fication.
883         (scan_configure): Handle multi-line AC_REPLACE_FUNCS.  Test
884         libobj5.test.
886         * automake.in (handle_lib_objects): Added $lex_seen argument.
887         Error if lex file used but LEXLIB not seen.
888         (handle_programs): Ditto.
889         (handle_yacc_lex_cxx): Define LEXLIB variable.
890         (handle_lib_objects): Don't allow LEXLIB to end up on dependency
891         list.
893 Thu Oct 10 16:12:38 1996  Tom Tromey  <tromey@cygnus.com>
895         * automake.in (handle_gettext): Moved check for SUBDIRS and
896         ABOUT-NLS here.
898         * automake.in (handle_configure): Run mkinstalldirs under
899         $(SHELL).
900         (handle_yacc_lex_cxx): Run interlock under $(SHELL).
902         * remake-subd.am (Makefile): Run config.status under $(SHELL).
903         * remake-hdr.am (stamp-h): Run config.status under $(SHELL).
904         * remake.am (Makefile): Run config.status under $(SHELL).
905         (config.status): Ditto.
907         * automake.in (read_am_file): Removed UNMAINT code.
908         (file_contents_with_transform): Ditto.
909         * m4/maintainer.m4: Removed bogus UNMAINT code.
911         * automake.in (handle_emacs_lisp): Define EMACS variable.
912         (handle_emacs_lisp): Make sure EMACS is in environment when
913         elisp-comp is run.
915         * elisp-comp: Exit with status 1 if usage bad.
916         Use "emacs -q".  Use EMACS environment variable if set (unless set
917         to t).
919         * m4/lispdir.m4: Unset EMACS if it is set to `t'.
921         * automake.in (handle_dist_worker): Allow EXTRA_DIST items to be
922         in subdirs.
923         (do_one_merge_target): Use all-am, not all, in subdirs case.
924         (handle_merge_targets): Always generate all-am in subdirs case.
926         * remake.am (Makefile): Depend on BUILT_SOURCES.
927         * remake-subd.am (Makefile): Depend on BUILT_SOURCES.
928         * depend.am (.deps/.P): Don't depend on BUILT_SOURCES.
930         * automake.in (handle_yacc_lex_cxx): Handle y.tab.h in non-ylwrap
931         case.
933         * ylwrap: Bug fix.  From Jim Meyering.
935 Wed Oct  9 22:51:16 1996  Tom Tromey  <tromey@cygnus.com>
937         * m4/mktime.m4: Don't define AC_HEADER_SYS_TIME_H; instead just
938         check directly for header.
940 Mon Oct  7 13:08:15 1996  Tom Tromey  <tromey@cygnus.com>
942         * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
943         are obsolete.
945 Sun Oct  6 00:43:01 1996  Tom Tromey  <tromey@cygnus.com>
947         * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
948         (AM_INIT_AUTOMAKE_PATTERN): New global.
949         (scan_configure): Use them.
951         * aclocal.in (add_file): Search contents of included files.  Test
952         req.test.
953         (scan_m4_files): Don't skip acinclude.m4 when constructing
954         search.  Test acsilent.test.
955         (scan_m4_files): Scan acinclude.m4.
957         * aclocal.in (add_file): Removed debugging print.
958         (scan_configure): Set $file_contents when scanning acinclude.m4.
959         Test acinclude.test.
961         * configure.in: Upped to 1.1g.
963         * Released 1.1f.
965         * texinfos.am: Run : after install-info.
967         * aclocal.in (parse_arguments): Better error message.
968         * automake.in (parse_arguments): Better error message.
970         * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
971         around broken makes.  From David A. Swierczek.
972         * remake-subd.am (Makefile): Ditto.
974 Sat Oct  5 11:29:48 1996  Tom Tromey  <tromey@cygnus.com>
976         * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
977         appropriate.
978         (handle_source_transform): Error if discovered source file is
979         mentioned.
980         (do_one_merge_target): Move all-vs-check test here.
982         * m4/obstack.m4: New file.
983         * m4/error.m4: New file.
985         * automake.in (scan_configure): Support AM_FUNC_MKTIME,
986         AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
988         * texinfo.tex: New version from texinfo 3.9.
990         * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
991         Also, handle y.tab.h file when "yacc -d" is used.
992         (do_one_merge_target): Use pretty_print_rule.
994         * ylwrap: Changed usage.
996         * m4/mktime.m4: New file.
998         * m4: Renamed all .m4 files to fit into 14-char limits.
1000         * m4/Makefile.am (EXTRA_DIST): New macro.
1002         * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
1003         (scan_m4_files): Use $ac_defun_rx.
1004         (add_file): Ditto.
1005         Run scan_m4_files.
1006         (scan_configure): Scan acinclude.m4 before anything else.
1007         (scan_file): New sub.
1008         (check_acinclude): New sub.
1009         (add_file): Rewrote.
1011         * progs-clean.am, progs.am: Renamed from programs-clean.am,
1012         programs.am.
1013         * libs-clean.am, libs.am: Renamed from libraries-clean.am,
1014         libraries.am.
1015         * texi-vars: Renamed from texinfos-vars.am.
1016         * comp-vars.am: Renamed from compile-vars.am.
1017         * texi-vers.am: Renamed from texi-version.am.
1019         * automake.in (require_file_internal): Give error if symlink can't
1020         be made.
1021         (require_config_file): Error message references configure.in.
1022         (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
1023         Joerg-Martin Schwarz.
1024         (handle_texinfo): Use texi-vers, not texi-version.
1025         (get_object_extension): Use comp-vars, not compile-vars.
1026         (handle_texinfo): Use texi-vars, not texinfos-vars.
1027         (handle_libraries): Use `libs' prefix, not `libraries'.
1028         (handle_programs): Use `progs' prefix, not `programs'.
1030 Fri Oct  4 01:14:08 1996  Tom Tromey  <tromey@cygnus.com>
1032         * aclocal.in (scan_m4_files): New sub.
1034         * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
1035         am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
1036         everywhere.
1038 Thu Oct  3 20:11:16 1996  Tom Tromey  <tromey@cygnus.com>
1040         * texinfos.am (uninstall-info): Run install-info --remove.
1042         * automake.in (read_am_file): Define all variables after reading
1043         .am file.  Test vpath.test.  Reported by Anthony Green.
1045 Mon Sep 30 08:31:51 1996  Tom Tromey  <tromey@cygnus.com>
1047         * texinfos.am: Run install-info.
1049         * automake.in (variable_value_as_list): Just return if comment
1050         seen.  Report from Mark Galassi.
1051         (handle_options): Don't bother with explicit comment checking.
1053 Tue Sep 24 09:15:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1055         * automake.in (read_am_file): Cleaned up dejagnu variables.
1057 Mon Sep 23 00:04:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1059         * automake.in (parse_arguments): New usage to conform to GNU
1060         standards.
1062         * aclocal.in (parse_arguments): New usage to conform to GNU
1063         standards.
1065         * automake.in (handle_scripts): Push new target onto @check.
1066         * scripts.am (check-@DIR@SCRIPTS): New target.
1068         * automake.in (initialize_global_constants): Define %dist,
1069         dist_header, dist_trailer.
1070         (handle_dist): Make dist-all target.
1071         (generate_makefile): Run check_typos later.
1072         (examine_variable): New sub.
1073         (handle_tags): Examine TAGS_DEPENDENCIES.  Test spell3.test.
1074         Error if TAGS_DEPENDENCIES but no sources used.
1075         (handle_configure): Examine CONFIGURE_DEPENDENCIES.
1077 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1079         * automake.in (am_install_var): More error checking.
1081 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1083         * tags.am (TAGS): Minor cleanup.
1085         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
1087         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
1088         maintainer-clean-hdr): New targets.
1090         * automake.in (handle_configure): Define CONFIG_HEADER correctly
1091         when it is in current directory.
1092         (handle_configure): Push "hdr" on @clean.
1094         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
1095         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
1097         * automake.in (scan_configure): Check for install.sh here.
1098         (basename): New sub.
1099         (handle_configure): Handle case where config.h is in subdir.
1100         (handle_configure): Make stamp-in.h for user if it doesn't already
1101         exist.
1102         (touch): New sub.
1104 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1106         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
1108         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
1109         DATA.
1110         (DEP_DISTFILES): Ditto.
1112 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1114         * automake.in (check_typos): Renamed.
1115         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
1116         (variable_defined): Note variable as being "seen".
1117         (handle_lib_objects): Don't push configure substitutions onto
1118         _DEPENDENCIES.
1120 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1122         * automake.in (initialize_per_input): Init content_seen.
1123         (variable_value_as_list): Set content_seen entry.
1124         (define_variable): Ditto.
1125         (define_pretty_variable): Ditto.
1126         (check_source_typos): New sub.
1127         (generate_makefile): Call it.
1129 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
1131         * automake.in (handle_source_transform): Removed extraneous
1132         space.  Test implicit.test.
1133         (read_am_file): Make sure "canonical" variables are mentioned in
1134         %contents.
1135         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
1136         $AC_CANONICAL_HOST conditionally.
1137         (handle_footer): Don't use define_pretty_variable in all cases.
1139 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
1141         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
1142         per GNU/Gnits standards.
1144         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
1145         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
1147         * automake.in (handle_options): Rewrote version handling.  Now
1148         returns error indicator.
1149         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
1150         (RULE_PATTERN): Exclude `:=' from being a rule.
1152         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
1154         * automake.in (variable_value_as_list): Always use am_line_error.
1155         (define_variable): New sub.
1156         (get_object_extension): Use define_variable.
1157         (handle_yacc_lex_cxx): Ditto.
1158         (handle_source_transform): Ditto.
1159         (handle_programs): Ditto.
1160         (handle_libraries): Ditto.
1161         (handle_texinfo): Ditto.
1162         (handle_man_pages): Ditto.
1163         (handle_dependencies): Ditto.
1164         (handle_aclocal_m4): Ditto.
1165         (define_pretty_variable): New sub.
1166         (handle_source_transform): Use define_pretty_variable.
1167         (handle_lib_objects): Ditto.
1168         (handle_libraries): Ditto.
1169         (handle_dist): Ditto.
1170         (handle_dependencies): Ditto.
1171         (handle_configure): Ditto.
1172         (handle_footer): Ditto.
1173         (handle_emacs_lisp): Ditto.
1174         (am_install_var): Ditto.
1176         * Released version 1.1e.
1178         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
1179         releases.
1181         * configure.in: Version 1.1e.
1183         * automake.in (handle_texinfo): Distribute .info file.
1185 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1187         * Makefile.am (EXTRA_DIST): New macro.
1188         (maintainer-clean): Don't run "make check".
1189         (pathchk): New target.
1191         * automake.in (check_gnits_standards): Only check version number
1192         syntax at top level.
1193         ($package_version_line): New variable.
1194         (scan_configure): Set it.
1195         (check_gnits_standards): Use am_conf_line_error.
1196         (scan_configure): Remove extraneous whitespace from version
1197         number.
1198         (handle_dist): Handle distcheck-hook.
1200         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
1202         * automake.in (scan_configure): Handle AM_WITH_REGEX.
1203         (handle_lib_objects): Require .h files in %libsources but don't
1204         generate dependencies for them.
1205         (scan_configure): Also require rx.h and regex.h.
1207         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
1208         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
1209         AM_SYSTEM_HEADER.
1211         * texi-version.am: Use "cp; rm" and not "mv", to work around
1212         broken mvs.
1214         * automake.in ($package_version): New global.
1215         (scan_configure): Set it.
1216         (check_gnits_standards): Verify version string; require
1217         README-alpha if alpha version.
1218         (scan_configure): Recognize AM_FUNC_FNMATCH,
1219         AM_REPLACE_GNU_GETOPT.
1221         * Makefile.am (installcheck-local): Check all scripts.
1223 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1225         * tags-clean.am: Do deletions here again.
1227 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
1229         * automake.in (usage): Include bug-reporting information.
1230         (handle_lib_objects): Error if LIBOBJS seen but never set.
1232         * aclocal.in ($acdir): Use @datadir@/aclocal.
1233         (usage): Include bug-reporting information.
1235 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1237         * automake.in (handle_source_transform): .deps no longer in
1238         srcdir.
1239         (handle_lib_objects): Ditto.
1240         (handle_dist_worker): Pass --build-dir to automake.
1241         ($build_directory): New global.
1242         (parse_arguments): Handle --build-dir.
1243         (initialize_global_constants): Include --build-dir in help.
1244         (scan_dependency_file): New sub.
1245         (handle_dependencies): Use it.  Also, use $build_directory.
1246         (initialize_global_constants): Added --srcdir-name.
1247         (parse_arguments): Ditto.
1248         (handle_dist_worker): Ditto.
1249         ($srcdir_name): New global.
1250         ($srcdir_rx): New global.
1251         (parse_arguments): Set it.
1253         * depend2.am: Removed all mention of $(srcdir).
1255         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
1256         Removed all mention of $(srcdir); dependencies now put into build
1257         dir.
1259         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
1260         Don't do work silently.
1262         * automake.in (handle_merge_targets): Error if invalid uninstall
1263         targets are given.
1264         (read_am_file): Fix for test block.test.
1266 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1268         * texinfos.am (install-info): Added NORMAL_INSTALL.
1269         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
1270         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
1271         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
1272         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
1273         Also, use POST_INSTALL when running ranlib.
1274         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
1275         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
1277         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
1278         (handle_merge_targets): Ditto.
1279         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
1280         NORMAL_INSTALL defined.
1282         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
1283         ${INSTALL_PROGRAM}.  From François Pinard.
1285 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
1287         * automake.in (file_contents_with_transform): Correctly remove
1288         @(UN)?MAINT@ from input when maintainer mode not active.
1289         (handle_aclocal_m4): Handle no-maintainer-mode case.
1291         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
1293         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
1295 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1297         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
1298         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
1299         in LIBFILES definition.  Reported by Steve M Robbins.  Test
1300         alllib.test.
1302         * automake.in (variable_value_as_list): New sub.
1303         (handle_source_transform): Use it.
1304         (handle_lib_objects): Ditto.
1305         (handle_libraries): Ditto.
1306         (handle_texinfo): Ditto.
1307         (handle_man_pages): Ditto.
1308         (am_install_var): Ditto.
1309         (handle_options): Ditto.
1311 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1313         Reported by Jim Meyering:
1314         * automake.in (get_object_extension): Look in "./" for ansi2knr if
1315         no path found.
1316         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
1318         * remake.am (.PHONY): New target.
1320         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
1322         * automake.in (check_gnu_standards): Disallow no-installman,
1323         no-installinfo.
1324         (read_am_file): Sed out UNMAINT too.
1325         (file_contents_with_transform): Ditto.
1327         * acinstall: New file.
1329         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
1331         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
1333         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
1334         * m4/AM_C_PROTOTYPES.m4: Ditto.
1335         * m4/AM_FUNC_STRTOD.m4: Ditto.
1336         * m4/AM_PROG_CC_STDC.m4: Ditto.
1337         * m4/AM_PROG_LIBTOOL.m4: Ditto.
1339 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1341         * m4/Makefile.am (m4datadir): New macro
1342         (m4data_DATA): Renamed.
1344         * Makefile.am (cvs-dist): Depend on distcheck target.
1346 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1348         * automake.in (initialize_global_constants): [common_files]
1349         Include acinclude.m4.
1351         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
1353 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1355         * automake.in (handle_dependencies): Push `depend'-clean targets
1356         on @clean.
1357         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
1358         maintainer-clean-depend): New targets.
1360 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1362         * texinfos.am (.texinfo.info): New target.
1363         (.texinfo.dvi): New target.
1365         From Jim Meyering:
1366         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
1367         match info files.
1368         (handle_texinfo): Handle `.texinfo' files.
1370 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1372         * automake.in (require_file_internal): Special-case `.' when
1373         finding files to distribute.  Test libobj2.test.
1375         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
1376         order.test.
1378         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
1379         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
1381         * compile-kr.am: Removed duplicate ansi2knr rules.
1383 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1385         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
1386         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
1387         (mkdir): Removed.
1389         * automake.in (initialize_global_constants): [common_files]
1390         Include interlock and ylwrap.
1392         * Released version 1.1c.
1394         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
1395         ud_PATH_LISPDIR are obsolete names.
1397         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
1398         Removed.
1400         * automake.in (handle_lib_objects): Changed interface.  Now
1401         generates _DEPENDENCIES variable if appropriate.
1402         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
1403         (scan_configure): Ditto.
1405         * Makefile.am (CLEANFILES): Removed.
1407         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
1409         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
1411         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
1413         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
1414         multi-lex/yacc case.
1415         (handle_source_transform): Changed return result.
1416         (handle_programs): Use linker returned by
1417         handle_source_transform.
1418         (seen_prog_cc, seen_prog_cxx): New globals.
1419         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
1420         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
1421         AC_PROG_YACC missing.
1422         (seen_decl_yytext, seen_prog_lex): New globals.
1423         (scan_configure): Set them.
1424         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
1425         AC_DECL_YYTEXT.
1426         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
1427         (initialize_per_input): Initialize seen_c_source.
1428         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
1429         C source seen.
1430         (handle_source_transform): Set seen_c_source.
1432         * interlock: Changed usage.
1434         * ylwrap: New file.
1436         * automake.in (handle_yacc_lex_cxx): Renamed.
1438         * automake.in (handle_dependencies): Handle %cxx_extensions.
1439         Include depend2.am when appropriate.
1441         * depend2.am: New file; contents from depend.am but templatized.
1443         * automake.in (initialize_per_input): Initialize
1444         %cxx_extensions.
1445         (handle_source_transform): Set %cxx_extensions.
1447 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1449         * interlock: New file.
1451         * automake.in (handle_yacc_lex): New sub.
1452         (handle_source_transform): Removed most yacc/lex handling.
1453         (initialize_per_input): Init yacc_sources, lex_sources.
1454         (generate_makefile): Run handle_yacc_lex.
1455         (handle_merge_targets): Use `scalar' and not $# to find length of
1456         array.
1458         * m4/AM_FEATURE_EXIT.m4: Wrote.
1459         * m4/AM_FEATURE_CTYPE.m4: Wrote.
1460         * m4/AM_FEATURE_ERRNO.m4: Wrote.
1462         * aclocal.in (macro_seen): New global.
1463         (add_file): Set macro_seen entry.  Only push required macro on
1464         @rlist if not already seen.  Test defun.test.
1466         * automake.in (get_object_extension): Handle directory prefix on
1467         `ansi2knr' option.
1469         * kr-extra.am: New file.
1471         * kr-vars.am: Removed.
1473         * automake.in (handle_options): Handle directory prefix on
1474         `ansi2knr' option.
1476         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
1478         * aclocal.in (add_file): Error if macro is duplicated.  Test
1479         dup.test.
1481 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
1483         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
1484         linker variable is transformed name.
1485         * program.am (@PROGRAM@): Use @XLINK@ to link.
1487         * automake.in (handle_scripts): Fixed call to
1488         am_primary_prefixes.
1489         (handle_libraries): Better error message when AC_PROG_RANLIB
1490         required.
1492         * automake.in (handle_libraries): Canonicalize library name.  Test
1493         canon4.test.
1494         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
1495         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
1497 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1499         * automake.in (handle_scripts): Correctly compute
1500         $scripts_installed.  Test scripts.test.
1502 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1504         * ansi2knr.c: New version.
1506 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
1508         * automake.in (handle_source_transform): Handle more C++ file
1509         extensions.  "Handle" Objective C.  Handle more FORTRAN
1510         extensions.
1512         * compile-vars.am (LEX): Removed.
1513         (YACC): Removed.
1515         * automake.in (handle_source_transform): Correctly handle lex
1516         source.  Test lex.test.
1517         (handle_source_transform): Skip more C++ headers.  Generate macro
1518         definitions for YACC and LEX on first use.
1520         * aclocal.in (parse_arguments): Mention GNU.
1521         * automake.in (parse_arguments): Mention GNU.
1523 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
1525         * automake.in (handle_programs): Define program_LINK.
1526         * program.am (@PROGRAM@): Use program_LINK to link.
1528         * Released version 1.1b
1530         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
1531         seen_prog_install to `2'.
1533         * configure.in: Don't run AM_PROG_INSTALL.
1535         * automake.in (parse_arguments): Use $PACKAGE.
1536         ($PACKAGE): New global.
1537         ($am_c_prototypes): Renamed.
1538         (get_object_extension): Use am_c_prototypes.
1539         (scan_configure): Ditto.
1540         (scan_configure): Use AM_MAINTAINER_MODE.
1541         (scan_configure): Warn about obsolete macros.
1543         * aclocal.in (parse_arguments): Use $PACKAGE.
1544         ($PACKAGE): New global.
1546         * Makefile.am (CLEANFILES): Added aclocal.
1547         (ETAGS_ARGS): Added aclocal.in.
1548         (TAGS_DEPENDENCIES): Ditto.
1549         (maintainer-check): Depend on aclocal.
1550         (maintainer-check): Check aclocal.
1551         (bin_SCRIPTS): Include aclocal.
1553         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
1554         (scan_configure): Use AM_PROG_INSTALL.
1556         * configure.in: Use AM_INIT_AUTOMAKE.
1558         * automake.in (keyed_aclocal_warning): Warning tells about
1559         aclocal.
1560         (handle_aclocal_m4): New sub.
1561         (handle_configure): Use it.
1563         * aclocal.in (output_file): New global.
1564         (usage): Handle --output.
1565         (parse_arguments): Handle --output.
1567         * m4/AM_INIT_AUTOMAKE.m4: New file.
1569         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
1570         Don't touch CFLAGS.
1572         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
1573         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
1575         * texinfos.am (.texi.info): Force .info file to be built in
1576         srcdir.  From Franc,ois Pinard.
1578         From Jim Meyering:
1579         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
1580         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
1581         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
1582         gets compile errors.  With help from Marcus Daniels.
1584         * automake.in (initialize_global_constants): Put elisp-comp into
1585         @common_files.  Bug from Glenn Amerine.
1587 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
1589         * automake.in (handle_dist_worker): Use fgrep, not grep.
1591         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
1593         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
1594         output.
1595         (initialize_global_constants): [install_man_format] Don't hide
1596         "ugliness" at install time.
1598         * lisp-clean.am: New file.
1600         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
1602         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
1603         bug when installing man pages.  Test man.test.
1604         (initialize_global_constants): [install_man_format] Make sure man
1605         page can actually be found in either source or build dirs.
1606         (handle_dist_worker): Use "755" permissions on distdir.
1608         * automake.in (handle_dist): Allow chmod's to fail.
1609         (am_primary_prefixes): New function.
1610         (am_install_var): Use it.
1611         (handle_libraries): Use it.  Test libfiles.test.
1612         (handle_dist): For dist-tarZ, assume traditional "tar" and
1613         "compress".
1615         * m4/AM_FUNC_STRTOD.m4: New file.
1617         * automake.in (handle_dist): Only generate `distdir' variable if
1618         it doesn't already exist.
1620         Fix for bug reported by Harlan Stenn.  Test tags.test.
1621         * automake.in (initialize_per_input): Define dir_holds_sources.
1622         (handle_tags): Check dir_holds_headers.
1623         (handle_headers): Set dir_holds_headers.
1625         * automake.in (handle_texinfo): Generate "version.texi" dependency
1626         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
1628         * automake.in (handle_configure): Require file $input, not
1629         "$local.in".  From Nyul Laszlo.  Test colon.test.
1631 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
1633         * aclocal.in: New file.
1634         * configure.in: Generate m4/Makefile, aclocal.
1635         * Makefile.am (SUBDIRS): Include m4.
1636         * m4/Makefile.am: New file.
1638 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1640         * automake.in (initialize_global_constants): Put ansi2knr.c and
1641         ansi2knr.1 into common_files.  Bug report from François Pinard.
1643 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1645         * install-sh: Updated copyright notice.
1647 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
1649         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
1650         Report from Josh MacDonald.
1652         Bugs from Gord Matzigkeit:
1653         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
1654         `$(SUFFIXES)'.
1655         (handle_dist): Ignore chmod return results.
1657         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
1658         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
1659         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
1661 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1663         * texinfos.am (install-info): Use "if", not "&&", to avoid
1664         install problem when glob doesn't match.
1666         * automake.in (initialize_global_constants): [USAGE] Added
1667         --no-force.
1668         (force_generation): New global.
1669         (parse_arguments): Handle --no-force.
1670         (generate_makefile): Handle --no-force.
1672         * Makefile.am (maintainer-check): Ensure all invocations of
1673         mkinstalldirs are correct.
1675 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
1677         * automake.in (handle_tests): Don't directly generate site.exp.
1679 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
1680         
1681         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
1682         as a comment start.  Add support for a dist-tarZ target.
1684 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
1686         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
1687         paths into relative paths.
1689 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
1691         * texinfo.tex: New version.
1693         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
1694         (initialize_global_constants): Added libtool to
1695         @common_sometimes.
1696         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
1698 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1700         * texinfos.am (install-info): Don't install ~ files.  Bug report
1701         from Greg McGary.
1702         * automake.in (handle_texinfo): Don't push '.info*' onto
1703         @infos_list.
1705         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
1706         using gettext.
1707         (handle_dist): Pass --with-included-gettext to configure if using
1708         gettext.
1710         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
1711         (.c._o): Ditto.
1712         * compile.am (.c.o): Pass -c to $(COMPILE).
1713         * compile-vars.am (COMPILE): Don't include -c.
1715         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
1716         automake.
1717         * automake.in (handle_configure): Supply --strictness arg to
1718         automake.
1720 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
1722         * automake.in (handle_tests): Fix quoting on `pwd`.
1723         (handle_options): Recognize no-installinfo option.
1724         (handle_man_pages): Don't put man directory on @installdirs if
1725         no-installman is specified.
1726         (handle_texinfo): Handle no-installinfo option.
1727         (handle_options): Compare version against $num_version, not
1728         $VERSION.
1729         (handle_source_transform): Generate rules for output of lex,
1730         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
1731         (handle_dist): "distcheck" now runs "make dvi".
1732         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
1733         Drepper.
1735         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
1737 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
1739         * automake.in (handle_emacs_lisp): New function.
1740         (initialize_global_constants): Added elisp-comp to
1741         @common_sometimes.
1742         (seen_lispdir): New global.
1743         (scan_configure): Handle ud_PATH_LISPDIR.
1745         * elisp-comp: New file.
1747         * lisp.am: New file.
1749         * automake.in (generate_makefile): Run handle_emacs_lisp.
1751         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
1753         * automake.in (initialize_global_constants): Removed version.texi
1754         from common_sometimes.
1755         (initialize_global_constants): Added texinfo.tex to common_files.
1756         Test texinfo.test.
1757         (handle_tests): Allow dejagnu- and automake-style test suites to
1758         coexist.  Test dejagnu.test.
1759         (initialize_global_constants): New constants AC_CANONICAL_HOST,
1760         AC_CANONICAL_SYSTEM.
1761         (scan_configure): Use new constants.
1762         (handle_tests): Put target specific information into site.exp if
1763         AC_CANONICAL_* used.
1764         (read_am_file): Generate some extra variables when AC_CANONICAL_*
1765         used.
1766         (handle_options): Allow version number to have letters appended.
1767         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
1768         option not specd.
1769         (initialize_global_constants): install_man_format changed to
1770         handle built man pages.
1772 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
1774         * config.guess, config.sub: New versions.
1776 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
1778         * configure.in (VERSION): Upped to 1.0.
1780 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
1782         * automake.in (handle_tests): Handle dejagnu.
1783         (handle_options): Recognize dejagnu option.
1785         * dejagnu.am: New file.
1787 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
1789         * automake.in (handle_dist): Run installcheck target from
1790         distcheck.
1792         * configure.in (VERSION): Upped to 0.34.
1794         * automake.in (scan_configure): Always allow upgrading to
1795         fp_PROG_INSTALL.  Test fpinstall.test.
1797 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
1799         (handle_dist): Make `distcheck' check `install' target, too.
1801 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
1803         * automake.in (initialize_per_input): Don't initialize
1804         $output_directory here; initialize it globally.  From Joshua
1805         Cowan.  Test outdir.test.
1807 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
1809         * automake.in (handle_tests): Don't push TESTS onto dist_common.
1810         (initialize_global_constants): Put install-sh and mkinstalldirs
1811         into @common_files.  Test insh2.test.
1813 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
1815         * automake.in (handle_source_transform): Don't generate _OBJECTS
1816         when no source files specified.  Test number.test.
1818         From Joerg-Martin Schwarz:
1819         * automake.in (seen_package, seen_version): New globals.
1820         (scan_configure): Look for PACKAGE= and VERSION=.
1822         * automake.in (handle_options): Recognize dist-zip.
1823         (handle_dist): Handle dist-zip.
1824         (handle_options): Use ' ', not \s+, with split.  Test
1825         backsl.test.
1826         (handle_source_transform): Likewise.
1827         (handle_lib_objects): Likewise.
1828         (handle_libraries): Likewise.
1829         (handle_texinfo): Likewise.
1830         (handle_man_pages): Likewise.
1831         (handle_subdirs): Likewise.
1832         (handle_gettext): Likewise.
1833         (handle_footer): Likewise.
1834         (handle_tests): Likewise.
1835         (scan_configure): Likewise.
1836         (am_install_var): Likewise.
1838         * Makefile.am (TAGS_DEPENDENCIES): New macro.
1840         * tags.am (tags-recursive): New target.
1841         (TAGS): Depend on it.
1843         * automake.in (handle_tags): Put tags-recursive on @phony.
1845         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
1846         TAGS_DEPENDENCIES.
1847         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
1849 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1851         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
1853         * automake.in (scan_configure): Look for install-sh and
1854         mkinstalldirs here.
1855         (initialize_global_constants): Moved mdate-sh from
1856         common_sometimes to common_files.  Test mdate2.test.
1858 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
1860         * automake.in (seen_maint_mode): New global.
1861         (scan_configure): Handle jm_MAINTAINER_MODE.
1862         (read_am_file): Handle seen_maint_mode.
1863         (file_contents_with_transform): Handle seen_maint_mode.
1864         (handle_source_transform): Changed interface, all callers.
1866         From Jim Meyering:
1867         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
1868         Handle @MAINT@.
1869         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
1871         * automake.in (handle_configure): Check $config_aux_dir against
1872         empty string.  From Markku Rossi.  Test mkinstall.test.
1874 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
1876         * automake.in (distcheck): Added new rule to top level
1877         Makefile.in.
1879 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
1881         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
1882         sets seen_ranlib.
1883         (generate_makefile): libtool, config.sub, and config.guess should
1884         only ever appear in the top directory of a package.
1886 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1888         * automake.in (initialize_global_constants): Added libversion.in
1889         to @common_files.
1891         * configure.in (VERSION): Upped to 0.33.
1893         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
1894         Test extra.test.
1896 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
1898         * install-sh (transformbasename): Correct misspelling of
1899         transformbasename.  From Ian Lance Taylor.
1901 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
1903         * automake.in (handle_configure): Set mkinstalldirs variable
1904         here.
1905         (handle_dist_worker): Explicitly set distdir in subdir makes.
1906         (handle_dist): Handle separate distdir target.
1907         (handle_dist_worker): Only generate distdir target.
1909         * texinfos.am (install-info): Use $(mkinstalldirs).
1910         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
1911         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
1912         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
1913         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
1914         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
1916         * automake.in (read_am_file): Set mkinstalldirs variable.
1917         (handle_man_pages): Use it.
1918         (handle_installdirs): Ditto.
1920 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1922         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
1924 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1926         * automake.in (handle_dist_worker): Use $(TAR), not tar.
1927         (handle_merge_targets): Make sure config header is built before
1928         recursing into subdirs.
1929         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
1930         (handle_merge_targets): Handle case where nothing is installed but
1931         something must be built -- "make install" must still work.
1933         * dist-vars.am (TAR): New macro.
1935         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
1936         (handle_configure): Require stamp-h.in when config header used.
1938 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1940         * doc/mdate-sh: Extract the last field from the date output, not
1941         the sixth, which will fail when the timezone name has more than
1942         one word or is missing.
1944 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
1946         * automake.in (am_install_var): Use delete, not undef, to remove
1947         EXTRA entry.  From Gord Matzigkeit.
1949 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1951         * automake.in (read_am_file): Handle case where last line doesn't
1952         end in newline.
1954 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1956         * automake.in (variable_defined): New function.
1957         (read_am_file): Ensure a blank line comes before starting comments
1958         from Makefile.am.
1959         (initialize_per_input): Initialize %targets.
1960         (read_am_file): Set appropriate entry in %targets.
1961         Many changes to use variable_defined.
1962         (check_gnu_standards): Only require ChangeLog at top level.  From
1963         Gord Matzigkeit.
1964         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
1965         Matzigkeit.
1967 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
1969         * automake.in (parse_arguments): Added short options.
1970         (initialize_global_constants): Ditto.
1972 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1974         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
1975         fails.
1977         * automake.in (handle_source_transform): Typo fix.
1979 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1981         * automake.in (handle_dist_worker): Renamed dist-local to
1982         dist-hook.
1983         (handle_merge_targets): Added install-data-hook and
1984         install-exec-hook.
1985         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
1987         * automake.in (handle_scripts): Never allow scripts_installed to
1988         become 0.
1990         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
1991         srcdir.
1993         * automake.in (generate_makefile): Derived file names from given
1994         input; don't assume Makefile.in and Makefile.am.
1995         (am_file_name, in_file_name): New globals.
1996         (read_am_file): Use them.
1998         * program.am (@PROGRAM@): Use transformed program name.
2000         * remake-hdr.am (stamp-h): Actually touch stamp-h.
2002 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2004         * automake.in (require_file_internal): Use correct file for error
2005         messages.  Test insh.test.
2007 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
2009         * texinfos.am (.texi.info): Build output file in srcdir.
2011         * automake.in (require_file_internal): If $dir is ".",then look in
2012         relative directory.
2013         (handle_texinfo): Canonicalize name of texi file before looking
2014         for dependency variable.
2016 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2018         * automake.in (require_conf_file_with_conf_line): Yet another
2019         function of this form.
2020         (libtool_line): New variable.
2021         (handle_libraries): Handle libtool.
2023         * libraries-vars.am: Removed.
2025         * automake.in (seen_libtool): New variable.
2026         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
2028         * automake.in (handle_dist_worker): Handle dist-local.
2030         * Makefile.am (maintainer-check): Do "make check" after all syntax
2031         checks.
2033         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
2034         directory.
2036         * automake.in ($seen_arg_prog): New global.
2037         (handle_programs): Error if AC_ARG_PROGRAM not seen.
2038         (handle_scripts): Ditto.
2039         (handle_configure): mkinstalldirs now a config file.
2040         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
2041         (handle_dist_worker): Removed DIST_SUBDIRS.
2042         (require_file_path): New variable.
2043         (require_file_with_conf_line): Set it.
2044         (require_file_with_line): Ditto.
2045         (require_file): Ditto.
2046         (require_file_internal): Incorporated code from
2047         require_config_file.
2048         (require_config_file): Rewrote.
2049         (require_conf_file_with_line): New function.
2050         (handle_texinfo): Use it for mdate-sh.
2051         (handle_texinfo): Look for mdate-sh in appropriate directory.
2053 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
2055         * Makefile.am (cvs-dist): Find NEWS in srcdir.
2056         * automake.in (handle_dist_worker): Find NEWS in srcdir.
2057         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
2058         rule.
2059         (require_config_file): Set config_aux_path when file found.
2060         ($config_aux_dir): New variable.
2061         (require_config_file): Set it.
2062         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
2064 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
2066         * data.am (install-@DIR@DATA): Also allow data to be in build
2067         directory.
2069 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2071         * automake.in (am_install_var): Don't look in EXTRA_primary
2072         variable any more; it is handled in the main loop.
2074 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
2076         * data.am (install-@DIR@DATA): Find data in srcdir.
2078 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
2080         * automake.in (require_config_file): Use correct filename when
2081         looking for errors.  Also, install file in `.' if not found.  Bug
2082         reported by Gord Matzigkeit.  Test installsh.test.
2084 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
2086         * Makefile.am (cvs-diff): New target.
2088         Fix for bug when install var substitutes empty.  Test empty.test.
2089         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
2090         (uninstall-@DIR@HEADERS): Ditto.
2091         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
2092         (uninstall-@DIR@SCRIPTS): Ditto.
2093         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
2094         libraries.
2095         (uninstall-@DIR@LIBRARIES): Ditto.
2096         * data.am (install-@DIR@DATA): Allow empty list of data.
2097         (uninstall-@DIR@DATA): Ditto.
2098         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
2099         From François Pinard.
2100         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
2101         (uninstall-@DIR@PROGRAMS): Ditto.
2103 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
2105         * tags-subd.am (ID): Name of ID file must be flush against -f.
2107         * configure.in (VERSION): Version 0.32.
2109 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2111         * automake.in (seen_linguas, all_linguas_line): New variables.
2112         (handle_gettext): New function.
2113         (generate_makefile): Run it.
2114         (scan_configure): Recognize ALL_LINGUAS.
2116 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
2118         * automake.texi: doc fix.
2120         * automake.in (am_install_var): Added support for check and
2121         installcheck special prefixes.
2123 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
2125         * automake.in (handle_subdirs): Don't do SUBDIRS check for
2126         gettext.
2128 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2130         * automake.in (OBJECT_PATTERN): Removed.
2131         (am_install_var): No error if name is invalid.
2132         (handle_programs): Canonicalize program names.
2133         (BOGUS_MACRO_PATTERN): New variable.
2134         (read_am_file): Error if bad macro name given.
2135         (require_file_internal): Use am_line_error, not am_conf_error.
2137         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
2139 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2141         * automake.in (handle_lib_objects): New function.
2142         (handle_libraries): Use it.
2143         (handle_programs): Ditto.
2144         (handle_dist_worker): Deprecate DIST_SUBDIRS.
2145         (am_install_var): Allow extended directory mechanism to work.
2146         Test exdir.test.
2148         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
2149         (DEP_DISTFILES): Ditto.
2151         * automake.in (OBJECT_PATTERN): New variable.
2152         (am_install_var): Use it.
2153         (handle_dist): DIST_OTHER is an anachronism.
2155 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
2157         * automake.in (handle_dist_worker): Only cause Automake to be
2158         re-run if not making a distribution.  Fixes bug reported by
2159         Joerg-Martin Schwarz.
2160         (require_file_with_line): New function.
2161         (require_file): Use it.
2162         (am_line_error): Don't print line number if $symbol is empty.
2163         (get_object_extension): Use require_file_with_line.
2164         (handle_libraries): Use require_file_with_line.
2165         (handle_texinfo): Use require_file_with_line.
2166         (handle_configure): Use am_conf_line_error and
2167         require_file_with_conf_line.
2168         (handle_subdirs): Use require_file_with_conf_line.
2169         (handle_configure): Use require_file_with_conf_line.
2170         (handle_tests): Push check-TESTS on @phony.
2171         (am_conf_line_error): New function.
2172         (require_file_with_conf_line): New function.
2173         (require_file_internal): New function.
2174         (require_file_with_line): Use it.
2175         (require_file): Ditto.
2176         (am_conf_line_error): Handle empty line number.
2177         (ac_gettext_line, ac_output_line): New variables.
2178         (scan_configure): Set them.
2180 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2182         * automake.in (parse_arguments): Default strictness is gnu.
2183         Changed `normal' to `foreign' everywhere.
2184         (parse_arguments): Handle --foreign.
2185         (initialize_global_constants): Document --foreign.
2186         (handle_dependencies): Better error message.
2187         (handle_texinfo): Don't push $vtexi on @texis.
2188         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
2189         (handle_configure): install-sh is a config file; require it as
2190         such.
2191         (parse_arguments): Renamed --install-missing to --add-missing.
2192         (add_missing): Renamed from install_missing.
2193         (am_install_var): Check to make sure contents of install variable
2194         are correct if primary requires it.  Test badprog.test.
2195         (initialize_global_constants): Initialize
2196         %primary_uses_subobjects.
2197         (handle_source_transform): Skip configure substitutions.  Test
2198         depend.test.  Also, skip empty elements.
2200 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
2202         * texinfo.tex: New version.
2204         * automake.in (am_install_var): Allow extended range of
2205         installation directories.
2207         * automake.in (get_object_extension): Don't allow
2208         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
2209         From Gord Matzigkeit.  Test confincl.test.
2211         * texinfos.am (install-info): Changed usage of install-info (in
2212         comment).  Per Feb 25 GNU Standards document.
2214 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
2216         * automake.in (handle_tests): New function.
2217         (generate_makefile): Call it.
2218         (handle_subdirs): Skip directories whose names look like configure
2219         substitutions.
2220         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
2221         when using gettext.
2222         (scan_configure): Clear in_ac_output if "]" found.  Test
2223         acoutqnl.test.
2224         (require_config_file): New function.
2225         (generate_makefile): Use require_config_file.
2226         (config_aux_path): New variable.
2227         (scan_configure): Check for AC_CONFIG_AUX_DIR.
2228         (handle_merge_targets): Add install-strip rule.
2230 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
2232         * mdate-sh: New version from Ulrich Drepper.
2234         * automake.in (handle_source_transform): Changed fill back to
2235         empty string.
2236         (handle_libraries): Ditto.
2237         (handle_dist): Ditto.
2238         (handle_dependencies): Ditto.
2239         (handle_footer): Ditto.
2240         (handle_phony): Ditto.
2242         * Makefile.am (DIST_SUBDIRS): Removed.
2243         (installcheck-local): Use Perl, not test -x.
2244         (PERL): New macro.
2245         (maintainer-check): Use $(PERL), not @PERL@.
2247         * configure.in (VERSION): Upped to 0.31.
2249 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
2251         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
2252         and config.guess.
2254         * automake.in: Use keyed_aclocal_warning when warning about
2255         fp_PROG_INSTALL.
2256         (get_object_extension): Use keyed_aclocal_warning when warning
2257         about fp_C_PROTOTYPES.
2258         (keyed_aclocal_warning): New function.
2260         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
2261         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
2263         * automake.in (get_object_extension): Only give error about
2264         fp_C_PROTOTYPES once.
2266         * automake.in (seen_ranlib): New variable.
2267         (scan_configure): Recognized AC_PROG_RANLIB.
2268         (handle_libraries): Error if ranlib not checked for.
2270         * automake.in (default_strictness): Default to GNU.
2271         (default_strictness_name): Ditto.
2273 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2275         * automake.in (read_am_file): Removed @kr@ support.
2276         (get_object_extension): Ditto.
2278         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
2280 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2282         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
2284 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
2286         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
2287         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
2289         * automake.in (handle_scripts): Ensure $scripts_installed set to
2290         boolean value.  Test proginst.test.
2292         * Makefile.am (installcheck-local): New target.
2294         * automake.in (require_file): No error if missing file is
2295         installed.
2297 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
2299         * automake.in (handle_scripts): SCRIPTS no longer automatically
2300         cleaned.  Now possible to install scripts in pkgdatadir.
2301         ($seen_canonical): New variable.
2302         (generate_makefile): Check for config.guess and config.sub here;
2303         fixes bug reported by Gord Matzigkeit.
2305         * Makefile.am (pkgdata_SCRIPTS): New variable.
2306         (CLEANFILES): New macro.
2308         * scripts-clean.am: Removed.
2310 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
2312         * automake.in (am_install_var): Error if primary variable actually
2313         defined.
2314         (am_install_var): Skip elements that look like configure
2315         substitutions.
2316         (am_install_var): "EXTRA" is a valid prefix.
2317         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
2318         (handle_merge_targets): Treat "all" target like "install".
2319         (handle_subdirs): Don't push all-recursive.
2321         * header.am (install-@DIR@HEADERS): Don't depend on all.
2322         * data.am (install-@DIR@DATA): Don't depend on all.
2323         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
2324         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
2325         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
2327         * automake.in (am_install_var): Push generated install targets
2328         onto @phony.
2330         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
2331         * automake.in (handle_merge_targets): Correctly handle recursive
2332         calls of uninstall, install-exec, and install-data.
2333         (handle_merge_targets): Put Makefile, and possibly $config_name,
2334         onto @all.
2335         (handle_merge_targets): Push 'all' onto @install as appropriate.
2337 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
2339         * automake.in (handle_configure): config.status is in
2340         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
2342         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
2344 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
2346         * automake.in: (seen_prog_yacc): New variable.
2347         (scan_configure): Look for yacc.
2348         (handle_source_transform): Skipp C++ header files.
2349         (handle_source_transform): .cxx is a C++ source file.
2351 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
2353         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
2355         Implemented --verbose feature; idea from Greg Woods:
2356         * automake.in (verbose): New global.
2357         (generate_makefile): Print creating message if verbose.
2358         (grep_for_vers_texi): Print message if verbose.
2359         (handle_dependencies): Ditto.
2360         (scan_configure): Ditto.
2361         (read_am_file): Ditto.
2362         (parse_arguments): Added --verbose.
2363         (initialize_global_constants): Ditto.
2365         * automake.in (get_object_extension): Use am_line_error.
2366         (handle_source_transform): Ditto.
2367         (handle_libraries): Ditto.
2368         (handle_texinfo): Ditto.
2369         (handle_man_pages): Ditto.
2370         (handle_dist): Ditto.
2371         (handle_dist): Ditto.
2372         (handle_subdirs): Ditto.
2373         (handle_configure): Ditto.
2374         (handle_merge_targets): Ditto.
2375         (am_install_var): Ditto.
2376         (am_line_error): Allow actual line number as argument.
2377         (handle_configure): Use am_line_error.
2378         (scan_configure): Set config_header_line.
2379         (config_header_line): New global.
2380         Use @PERL@ to find perl during exec.  From Greg Woods.
2382 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
2384         * automake.in (initialize_per_input): Init %content_lines.
2385         (read_am_file): Set appropriate content_lines elements while
2386         reading.
2387         (am_line_error): New function.
2388         (read_am_file): Use it.
2389         (handle_options): Ditto.
2391         * automake.in (scan_configure): Handle case where more than one .o
2392         is put into LIBOBJS at once.  Test libobj.test.
2394 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
2396         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
2397         Test acouttbs.test.
2398         (handle_subdirs): Restored intl, po warnings.
2400         * automake.in (scan_configure): Delete everything after "," or
2401         ")".  Test acoutnoq.test.
2402         (handle_dist): Use $relative_dir, not nonexistent $subdir.
2403         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
2404         SUBDIRS; don't warn about their absence.
2406 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
2408         * automake.in (handle_texinfo): Removed bogus error message.
2410         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
2411         onto @all.
2412         (handle_options): Handle version number.
2414         * automake.in ($maint_charset, $dist_charset): New variables.
2415         (initialize_per_input): Init $local_maint_charset.
2416         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
2417         (generate_makefile): Don't print "creating...".
2419 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
2421         * automake.in (get_object_extension): Substitute
2422         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
2423         (handle_source_transform): Use $1, not \1.
2424         (pretty_print_internal): Handle Tabs in fill when computing indent
2425         on new line.
2426         (handle_merge_targets): Always generate install-exec and
2427         install-data targets.  Test instexec.test.
2428         Fixed error message if fp_PROG_INSTALL missing.
2430         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
2431         @CONFIG_INCLUDE_SPEC@.
2433         * automake.in (scan_configure): Delete everything after "]".  Test
2434         acoutput.test.
2436         * configure.in (AC_OUTPUT): Create tests/Makefile.
2437         * Makefile.am (SUBDIRS): New macro.
2439         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
2440         Meyering.
2442         * configure.in (AC_OUTPUT): Ensure automake is executable.
2444 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2446         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
2447         not exist.
2449         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
2451         From Jim Meyering:
2452         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
2453         (@DIR@_LIBFILES).
2454         * header.am (install-@DIR@HEADERS): Depend on all, not
2455         $(@DIR@_HEADERS).
2456         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
2457         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
2458         $(@DIR@_SCRIPTS).
2459         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
2460         $(@DIR@_PROGRAMS).
2462         * automake.in (initialize_per_input): Initialize
2463         $use_dependencies.
2464         ($seen_path_xtra): New variable.
2465         (scan_configure): Look for AC_PATH_XTRA.
2466         (get_object_extension): Add variables to output if X seen.
2468 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
2470         * automake.in (handle_programs): add pkglib to list of
2471         directories for C
2472         (various): include a tab as fill for continuation lines
2473         printed with pretty_print*, esp. for macro variable assignments.
2474         [ changed to 4 spaced by me ]
2476 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2478         * configure.in (VERSION): Upped to 0.30.
2480         * Makefile.am (automake): Removed.
2481         (DIST_OTHER): Removed.
2483         * automake.in (handle_source_transform): All dep_files are
2484         relative to $(srcdir).
2485         (handle_libraries): Ditto.
2486         (scan_configure): Test for AC_PROG_INSTALL as well as
2487         fp_PROG_INSTALL.  Don't error here.
2488         (seen_prog_install): Now global.
2489         (scripts_installed): New global.
2490         (handle_scripts): Set it.
2491         Give error if appropriate install macro not seen.
2492         (handle_subdirs): Ensure $seen_gettext before requiring
2493         gettext-specific files.
2494         (handle_configure): Automatically rebuild 
2496         From Jim Meyering:
2497         * automake.in (handle_source_transform): Use \W when quoting
2498         regexp.  When blah_SOURCES not explicitly defined, still create
2499         entry in %deps.
2500         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
2501         * subdirs.am (maintainer-clean-recursive): Now depends on
2502         $(CONFIG_HEADER) and Makefile.
2504         * automake.in (handle_source_transform): Skip macro references.
2506 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
2508         * automake.in (handle_texinfo): Include "rm" when deleting files.
2510         * Makefile.am (maintainer-check): Expect only one ${...}.
2511         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
2512         Meyering.
2514         * automake.in (handle_configure): Only define CONFIG_HEADER if
2515         $config_name.
2516         ($seen_gettext): New variable.
2517         (handle_subdirs): Do all gettext-related checking here.
2518         (scan_configure): Just set $seen_gettext.
2519         (handle_man_pages): Properly quote $(MANS).
2521 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2523         * depend.am: Don't use srcdir anywhere.
2524         * automake.in (handle_libraries): Don't make .deps relative to
2525         srcdir.
2526         (handle_options): Recognize no-dependencies.
2528         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
2529         ".".  Properly quote regexp.
2531 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
2533         * automake.in (handle_configure): Only defined CONFIG_HEADER if
2534         $config_name.
2535         (read_am_file): Quote regexp when substituting top_builddir.
2536         (handle_source_transform, handle_libraries): Look in
2537         $(srcdir)/.deps for .P files.
2539 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
2541         * automake.in (am_conf_error): New function.
2542         (scan_configure): Use it.
2543         (scan_configure): A comma also ends AC_OUTPUT macro.
2545         * automake.in (read_am_file): Compute top_builddir when including
2546         header-vars.am.
2547         (handle_configure): Use $top_builddir, not $top_reldir.
2548         (other_input_files): New variable.
2549         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
2551         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
2552         * automake.in (input_files, seen_make_set): Declare globally.
2553         (parse_arguments): Use input_files, not make_list.
2554         Only scan configure.in once.
2555         (handle_dist): Use SUBDIRS to determine when to make
2556         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
2557         find top of dist tree.
2558         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
2559         configure.in (done elsewhere).
2560         (scan_configure): seen_make_set is global.  Allow arbitrary space
2561         in LIBOBJS assignment.
2562         (top_builddir): New variable.
2563         * header-vars.am (top_builddir): New variable.
2564         * remake-subd.am (Makefile): Look in top_builddir, not .., when
2565         remaking.
2566         * automake.in (handle_merge_targets): Run 'all' before
2567         check-recursive.
2569         * automake.in (file_contents_with_transform): Changed error
2570         message.
2571         (handle_configure): Define $contents{'CONFIG_HEADER'}.
2573         * texi-version.am: Many changes to support multiple .texi files.
2574         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
2575         "@VTI@".
2576         * automake.in (handle_configure): install.sh is an anachronism.
2577         (handle_texinfo): Generalized for multiple .texi files.  Handle
2578         'clean-info' internally.
2579         * texi-clean.am: Removed.
2580         * Makefile.am: Updated for removal.
2582 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
2584         * automake.in (grep_for_vers_texi): New function.
2585         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
2586         (handle_texinfo): Changes to generalize to multiple .texi files.
2588 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2590         Fixes from Gord Matzigkeit:
2591         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
2592         topsrcdir.
2593         * header.am: New file.
2594         * Makefile.am (pkgdata_DATA): Install header.am.
2595         * automake.in (handle_headers): Use header.am, not data.am.
2596         (am_install_var): Allow pattern to be compiled multiple times.
2598         * config.guess, config.sub: New files.
2599         * Makefile.am (pkgdata_DATA): Install config.guess and
2600         config.sub.
2601         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
2602         AC_CANONICAL_SYSTEM.
2604 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
2606         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
2607         (handle_man_pages): Use man_MANS, not MANS.
2609         * Makefile.am (info_TEXINFOS): Renamed.
2611         * automake.in (scan_configure): Remove comments from input line.
2612         (am_variable): Removed.
2614         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
2616         * automake.in (config_name, config_header): New globals.
2617         (scan_configure): Look for AC_CONFIG_HEADER.
2618         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
2620 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
2622         * automake.in (handle_dist_worker): Bug fix.
2624 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
2626         * automake.in (require_file): Install missing files only according
2627         to desired strictness.
2628         (initialize_per_input): Don't init libsources.
2629         (scan_configure): Reinit libsources.
2630         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
2631         (fp_c_prototypes): New global.
2632         (scan_configure): Set it.
2633         (get_object_extension): Error if fp_C_PROTOTYPES not in
2634         configure.in when using ansi2knr.
2635         (handle_source_transform): Skip header files.
2637         * automake.in (handle_dist_worker): Explicitly make 'dist' in
2638         subdirs.
2640 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
2642         From François Pinard:
2643         * automake.in (handle_source_transform): Transform $o file into .P
2644         file.
2645         (handle_dist_worker): Handle case where DISTFILES includes
2646         wildcard.  Bug fix in subdir case.
2648         * automake.in (parse_arguments): Initialize strictness to
2649         'normal'.
2651 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
2653         * automake.in (scan_configure): Look for NLS support.
2655         Changes from François Pinard:
2656         * texinfos.am (install-info): Correctly install when build dir is
2657         not srcdir.
2658         * tags-subd.am (ID): Indentation change.
2659         * kr-vars.am (o): Use ".@U@o", not "@U@o".
2660         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
2661         * automake.in (handle_dist_worker): Fixlets.
2662         (handle_dist): Sort keys going into dist_common.
2664 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
2666         * automake.in (handle_dist_worker): If Gnits, don't allow release
2667         until NEWS is updated.
2669         * configure.in (VERSION): Version 0.29.
2671         * Makefile.am (maintainer-check): Look for perl4.036 in path.
2673         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
2674         (DEP_DISTFILES): Ditto.
2676         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
2677         * dist-vars.am (DEP_DISTFILES): New variable.
2679         * automake.in (handle_options): Support dist-shar option.
2680         (handle_dist_worker): New function.
2681         (handle_dist): Use it.
2683         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
2684         *.tmp.
2686         * automake.in (handle_dist): Chmod distdir 777.  From François
2687         Pinard.
2689         * automake.in (scan_configure): New function.
2690         (initialize_per_input): Init libsources.
2691         (generate_makefile): Run handle_configure first.
2692         (handle_configure): Run scan_configure.
2693         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
2695 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
2697         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
2699         * automake.in (strictness, strictness_name): Renamed.
2700         (initialize_per_input): Set strictness, strictness_name.
2701         Initialize %options.
2702         (generate_makefile): Run handle_options.
2703         (handle_options): New function.
2704         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
2705         man page install if no-installman option given.
2706         (read_am_file): Deprecate @kr@.
2707         (get_object_extension): Look at ansi2knr option.
2708         (parse_arguments): Take global strictness from command-line
2709         options.
2711 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
2713         Fixes from François Pinard:
2714         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
2715         * automake.in (get_object_extension): Use $o, not $(kr)o.
2716         (handle_source_transform): Don't look for $(kr)c files.
2717         * kr-vars.am (o): New macro.
2718         (kr): Removed.
2720         * depend.am (DEP_FILES): Removed.
2721         * automake.in (handle_source_transform): Push .P file onto
2722         dep_files.
2723         (initialize_per_input): New variable %dep_files.
2724         (handle_dependencies): Generate DEP_FILES here.
2726 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
2728         * automake.in (do_one_clean_target): Only remove config.status in
2729         top-level directory.
2730         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
2732         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
2734         * automake.in (handle_dist): Make "ln" quiet.
2736         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
2738 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2740         * automake.in (handle_merge_targets): 'check' shouldn't depend on
2741         'all' at top level.
2742         (file_contents_with_transform): New function.
2743         (am_install_var): Use file_contents_with_transform.
2744         (handle_programs): Ditto.
2745         (handle_libraries): Ditto.
2746         (handle_texinfo): Ditto.
2747         (handle_merge_targets): Let 'install' depend on 'all' if no other
2748         dependencies exist.  From Jim Meyering.
2749         (check_gnu_standards): GNU requires AUTHORS file.  (See
2750         maintain.text).
2751         (require_file): Put body in loop.
2752         (get_object_extension): Only call require_file once.
2753         (handle_configure): Ditto.
2755         From Jim Meyering:
2756         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
2757         * tags-subd.am (id): Removed.
2759 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2761         * Added copyright notice to each .am file.
2763         * automake.in: Cleanups from François Pinard to avoid $#.
2764         (require_argument): Fixed sense of test.
2765         (set_strictness): Bug fix.
2767 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2769         * Makefile.am (pkgdata_DATA): Removed old dist files.
2771         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
2773         * automake.in (set_strictness): Set $strictness_name.
2774         (strictness_name): New variable.
2775         (handle_dist): Substantially rewrote.
2777         * configure.in: Point AC_INIT at automake.in.
2779         * automake.in (generate_makefile): Report errors against
2780         Makefile.in, not Makefile.am.
2782 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2784         * mdate-sh: Bug fix from Jim Meyering.
2786         * dist.am (dist): Changed in parallel with dist-subd-top.am.
2788         * mkinstalldirs: Reverted.
2790         * automake.in (initialize_global_constants): Allow COPYING.LIB
2791         again.
2792         (check_gnits_standards): Disallow COPYING.LIB.
2794         * texinfos.am (install-info): Only look in $(srcdir) for info
2795         files.
2797         * automake.in (initialize_global_constants): New variable
2798         gen_copyright.
2799         (read_am_file): Put a copyright in each Makefile.in.
2801         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
2803         * automake.in (am_install_var): Put space before "=".
2804         (handle_dist): Put README first in DIST_COMMON.
2806         * Makefile.am (pkgdata_DATA): Include COPYING.
2808         * COPYING: New file.
2810         * automake.in (parse_arguments): Added --gnu and --gnits as
2811         synonyms.
2812         (initialize_global_constants): Ditto.
2813         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
2814         (initialize_global_constants): Look for README first.
2815         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
2816         ABOUT-GNU.
2817         (check_gnu_standards): Require file COPYING.
2819         From François Pinard:
2820         * automake.in (file_contents): Comment out "warn"s.
2821         (usage): Use 4 columns.
2822         (USAGE_FORMAT): Ditto.
2824         * texinfos.am (install-info): Look for info file relative to $$d.
2826         * Makefile.am (cvs-dist): Suppress output of "grep".
2828         * configure.in (VERSION): Version 0.28.
2830         * automake.in (pretty_print_internal): Fix for Perl 4
2831         compatibility.
2833         * configure.in (VERSION): Version 0.27.
2835         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
2836         invocation.
2838         * automake.in (initialize_global_constants): Don't quote "@" in
2839         $install_man_format.
2840         (handle_merge_targets): use "@:" as empty command, not ":".
2842 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2844         * texinfos.am (install-info): Look in $d for info files.  From
2845         François Pinard.
2847         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
2849         * automake.in (read_am_file): Correctly deal with continued
2850         variable definitions.
2852 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
2854         * automake.in (handle_merge_targets): 'check' target depends on
2855         'all'.
2856         (file_contents): Don't be so verbose.
2857         (read_am_file): Ditto.
2858         (read_am_file): Must use substr to check for trailing \.
2859         (am_install_var): Use push_phony_cleaners.
2860         (file_contents): Set $was_rule when assuming a rule is seen.
2861         (read_am_file): Ditto.
2862         (do_one_clean_target): Removed spurious newline.
2864         Some changes from François Pinard:
2865         * Removed trailing whitespace from all '.am' files.
2866         * tags-subd.am (ID): Use &&, not ;.
2867         (TAGS): Ditto.
2868         * automake.in (parse_arguments): Removed useless message.
2869         (parse_arguments): Don't explicitly referenced STDERR.
2870         (require_argument): Ditto.
2871         (am_error): Ditto.
2872         (set_strictness): Ditto.
2873         (file_contents): Ditto.
2874         (read_am_file): Ditto.
2875         (generate_makefile): Style tweaks.
2876         (handle_programs): Ditto.
2877         (handle_libraries): Ditto.
2878         (handle_texinfo): Ditto.
2879         (handle_man_pages): Ditto.
2880         (handle_tags): Ditto.
2881         (handle_dist): Ditto.
2882         (handle_subdirs): Ditto.
2883         (handle_configure): Ditto.
2884         (handle_footer): Don't put newline before footer.am contents.
2885         (handle_merge_targets): Style tweaks.
2886         (do_one_clean_target): Ditto.
2887         (dirname): Ditto.
2888         (am_variable): Ditto.
2889         Defined some new constants.
2890         (generate_makefile): Don't call generate_header.
2891         (generate_header): Removed.
2892         (file_contents): Rewrote.
2893         (read_am_file): Rewrote.
2895         * automake.in (generate_makefile): Handle phony target.
2896         (do_one_clean_target): Pretty-print dependencies.
2897         (handle_installdirs): Pretty-print rule.
2899         * Makefile.am (maintainer-check): Made some commands silent.
2901         * automake.in (initialize_global_constants): Don't install or
2902         uninstall cat'd man pages.
2903         (initialize_per_input): Added phony target.
2904         (push_phony_cleaners): New function.
2905         (get_object_extension): Handle phony targets.
2906         (handle_texinfo): Ditto.
2907         (handle_man_pages): Ditto.
2908         (handle_tags): Ditto.
2909         (handle_dist): Ditto.
2910         (handle_subdirs): Ditto.
2911         (handle_installdirs): Ditto.
2912         (handle_merge_targets): Ditto.
2913         (handle_clean): Ditto.
2914         (do_one_merge_target): Ditto.
2915         (am_install_var): Ditto.
2916         (handle_phony): New function.
2917         (generate_makefile): Call it.
2918         (pretty_print_internal): New function.
2919         (pretty_print_rule): Ditto.
2921 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2923         * automake.in (initialize_global_constants): Don't print body of
2924         loop at make time.
2926         Changes from François Pinard:
2927         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
2928         (DEP_FILES): Put dependency files in $(srcdir).
2929         Look in $(srcdir) when including dependency files.
2930         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
2931         (.deps/%.P): MKDEP includes all macro expansions.
2932         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
2933         be so verbose.
2934         * dist-subd.am (dist): Don't be so verbose.
2935         * dist.am (dist): Don't be so verbose.
2937         * automake.in (do_one_clean_target): Remove config.status in
2938         maintainer-clean.  From Jim Meyering.
2940         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
2941         Meyering.
2943         * automake.in (handle_merge_targets): Add dummy command for empty
2944         install target.  From Jim Meyering.
2946 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2948         * texinfos.am (uninstall-info): Bug fix.
2950         * Makefile.am (maintainer-check): Error if ${...} used.
2951         * depend.am (DEP_FILES): Prefer $(...).
2953         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
2954         exists.
2955         * libraries.am (install-@DIR@LIBRARIES): Only install library if
2956         it exists.
2957         * programs.am (install-@DIR@PROGRAMS): Only install program if it
2958         exists.
2960         * texinfos-vars.am (TEXFILES): Removed.
2962         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
2964         * automake.in (do_one_merge_target): Never generate trailing
2965         whitespace.
2966         (pretty_print): New function.
2967         (handle_footer): Prettyprint definitions.
2968         (am_install_var): Ditto.
2969         (handle_source_transform): Ditto.
2970         (handle_dist): Ditto.
2971         (handle_libraries): Ditto.
2972         (read_am_file): Put comments nearer appropriate code.
2974         * texi-clean.am (mostlyclean-info): Use continued lines, not
2975         multiple rm's.  From Jim Meyering.
2977 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2979         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
2980         mkinstalldirs, texinfo.tex to be installed.
2981         * automake.in (symlink_exists): New global.
2982         (install_missing): Ditto.
2983         (require_file): Install missing files if possible.
2984         (parse_arguments): Handle --install-missing option.
2985         (initialize_global_constants): Document --install-missing.
2987         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
2988         Ensure 'checks' pass before release.
2989         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
2990         Franc,ois Pinard.
2991         (cvs-dist): Depend on maintainer-check instead of explicitly
2992         running check.
2994         * configure.in (VERSION): Version 0.26.
2996         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
2997         of 'if' test.
2999         * depend.am (DEP_FILES): Bug fix.
3001         * automake.in (do_one_clean_target): Typo.
3003         * Makefile.am (check-local): Run syntax check under Perl 4.
3005         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
3006         (handle_source_transform): Loop variable is now $_.  From Gor
3008         * Makefile.am (check-local): Check for 'true' in source.
3009         * texinfos.am (install-info): Can't use "true" in any rule.
3011 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3013         * Makefile.am (cvs-dist): New target.
3015         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
3016         failures.
3018         * texinfos.am (install-info): Don't do install-info for now.
3020         * clean.am (distclean-generic): Don't remove config.status here.
3021         * automake.in (do_one_clean_target): Remove config.status later,
3022         for 'make -j2'.  From Jim Meyering.
3024 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3026         * configure.in (VERSION): Version 0.25.
3028         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
3029         (handle_configure): Check for AC_PROG_MAKE_SET.
3031         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
3032         Meyering.
3034         * automake.in (am_install_var): Changed how 'clean' handled for
3035         uniform name targets.
3036         * Makefile.am (pkgdata_DATA): Added new files.
3037         * data-clean.am: New file.
3038         * scripts-clean.am: New file.
3039         * libraries-clean.am: New file.
3040         * programs-clean.am: New file.
3042 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3044         * automake.in (am_install_var): Error if variable name
3045         "misspelled".
3046         (handle_source_transform): Automatically include .c file
3047         corresponding to .y or .l.
3049 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3051         * programs.am: Changed for uniform naming scheme.
3053         * automake.in (read_am_file): Allow '-' and '.' in target names.
3054         (generate_makefile): Don't pass arguments to handle_libraries.
3055         (initialize_per_input): Define @sources, @objects.
3056         (generate_makefile): Init @sources, @objects if needed.
3057         (handle_source_transform): Push onto @sources, @objects here.
3058         (am_install_var): Push primary onto @all, for configure-time
3059         customization.
3060         (handle_programs): Use new uniform naming scheme.
3062         * Makefile.am (check-local): New target.
3064         * automake.in (handle_libraries): Use uniform naming scheme.
3066         * libraries.am: Rewrote for uniform naming scheme.
3068         * scripts.am: Updated names of all clean targets.
3070         * automake.in (handle_programs): Split on all whitespace.
3071         (handle_libraries): Ditto.
3072         (handle_texinfo): Ditto.
3073         (handle_man_pages): Ditto.
3074         (am_install_var): Changed return result.
3075         (am_install_var): Changed interface.
3076         (am_install_var): Push onto @clean@ if requested.
3077         (handle_scripts): Pass -clean to am_install_var.
3079 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3081         * automake.in (am_install_var): Push target onto @all.
3082         (get_object_extension): Use $(...).
3083         (handle_source_transform): Ditto.
3084         (handle_programs): Ditto.
3086         * automake.in (require_argument): New function.
3087         (parse_arguments): Use it.
3088         (push_dist_common): New function.
3089         (generate_makefile): Use it.
3090         (handle_texinfo): Ditto.
3091         (handle_dist): Ditto.
3092         (handle_configure): Ditto.
3093         (require_file): Ditto.
3094         (generate_makefile): Don't pass arguments to handle_scripts.
3095         (handle_configure): Require configure.in.
3096         (check_gnu_standards): New function.
3097         (check_gnits_standards): Ditto.
3098         (generate_makefile): Check standards.
3100         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
3102         * automake.in (LENIENT, GNU, GNITS): New constants.
3103         (initialize_per_input): New function.
3104         (generate_makefile): Use it.
3105         (initialize_global_constants): Renamed from init_globals.
3106         (require_file): Added strictness argument.
3107         (parse_arguments): Added --strict option.
3108         (set_strictness): New function.
3109         (parse_arguments): use it.
3110         (initialize_global_constants): Document --strictness.
3112         * automake.in: Use ${1+"$@"} to preserve quoting when running
3113         under sh.
3115         * texinfos.am (install-info): Don't use "true".
3116         * tags.am (TAGS): Don't use "true".
3118         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
3119         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
3121         * program.am (@PROGRAM@): Use LINK macro.
3122         * compile.am (.c.o): Use COMPILE macro.
3124         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
3125         ${...}.
3127         * subdirs.am (RECURSIVE): Removed macro.
3129         * clean.am: Changed to not be so verbose.
3131         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
3132         * automake.in (handle_texinfo): Transform texi-clean and put into
3133         output rules.
3134         * texinfos-vars.am (TEXFILES): Removed.
3135         * texinfos.am: Removed 'clean' targets.
3136         * texi-clean.am: New file.
3138         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
3140         * texinfos-vars.am (TEXFILES): Added *.op.
3142         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
3143         standards.
3144         * dist.am (dist): Use DISTFILES.
3145         * dist-subd.am (dist): Use DISTFILES.
3146         * dist-subd-top.am (dist): Use DISTFILES.
3148 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3150         * Makefile.am (ETAGS_ARGS): Define.
3152         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
3153         Meyering.
3155         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
3157         * automake.in (handle_scripts): Use am_install_var.
3159         * scripts.am: Rewrote for new uniform naming scheme.
3161         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
3163         * libscripts.am: Removed.
3165         * packagedata.am: Removed.
3167         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
3168         (pkgdata_DATA): Renamed from PACKAGEDATA.
3170         * automake.in (handle_data): Use am_install_var.
3171         (init_globals): Init %exec_dir_p.
3173         * data.am: Rewrote for new uniform naming scheme.
3175         * automake.in (get_object_extension): New function.
3176         (handle_programs): Use it.
3177         (dir_holds_sources): Changed interpretation.
3178         (handle_headers): New function.
3179         (am_install_var): New function.
3180         (generate_makefile): Call handle_headers.
3182         * header-vars.am (pkgdatadir): New macro.
3183         (pkglibdir): Ditto.
3184         (pkgincludedir): Ditto.
3186         * automake.in (handle_source_transform): New function.
3187         (am_error): New function.
3188         (generate_makefile): Use it.
3189         (handle_source_transform): Ditto.
3190         (handle_texinfo): Ditto.
3191         (handle_dependencies): Ditto.
3192         (handle_merge_targets): Ditto.
3193         (require_file): Ditto.
3195 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
3197         * automake.in: Updated FSF address.  From Jim Meyering.
3198         * header-vars.am: Updated FSF address.
3200         * distname.am: Removed.
3202         * automake.in (file_contents): Strip "##" comments.
3203         * Various files: Added "##" comments for strange things.
3205         * automake.in (handle_tags): Generate TAGS rule for every
3206         directory.
3208         * subdirs.am (RECURSIVE): Include installcheck-recursive.
3209         * automake.in (installcheck): New variable.
3210         (generate_makefile): Initialize it.
3211         (handle_subdirs): Push 'installcheck-recursive'.
3212         (handle_merge_targets): Handle installcheck target.
3214 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
3216         * automake.in ($PACKAGE): Removed.
3218         * header-vars.am (ALL): Removed.
3220         * automake.in: Reworked 'all' target handling.
3222         * automake.in (generate_makefile):
3223         Don't use AM_ forms in call to am_variable.
3225         * automake.in: Changes for Perl 5, from Gord Matzigkeit
3227         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
3229         * automake.in (handle_footer): Allow SUFFIXES variable.
3231         * automake.in (am_variable): New function.
3232         (handle_texinfo): Use it.
3233         (generate_makefile): Use it.
3235         * configure.in: Version 0.24.
3237 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
3239         * automake.in (handle_libraries):
3240         Generate blah_LIBADD defines if required.
3242         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
3244         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
3246         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
3248         * configure.in: Version 0.23
3250         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
3252         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
3254         * automake.in: New option --output-dir
3256         * automake.in (handle_configure): Fixed typo.
3258         * automake.in (handle_installdirs): Always make installdirs target.
3260         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
3261         uninstall-exec-recursive.  Added installdirs-recursive.
3263         * automake.in (handle_installdirs): Handle installdirs-recursive.
3264         (handle_man_pages): 'all' depends on $(MANS)
3266         * Makefile.am: Removed mans.am.
3268         * automake.in: More man-related fixes
3270         * automake.in: Bug fixes
3272         * automake.in: Rewrote man page handling.
3274         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
3276         * automake.in (handle_installdirs): New function.
3277         (@installdirs): New global.
3278         Many changes to deal with installdirs.
3280         * clean.am (clean-generic): Always supply 'else' clause to 'if'
3282         * automake.in (generate_header): Don't use header.am.
3283         (handle_dist): Don't use dist-subd-vars.am.
3285         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
3287         * Makefile.am (DISTCLEANFILES): Removed.
3289         * clean.am (clean-generic): Bug fix.
3291         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
3293         * texi-version.am (clean-vti): No such macro as VTI
3295 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
3297         * automake.in: Bug fix for maintainer-clean
3299         * automake.in (do_one_clean_target):
3300         Print special text in maintainer-clean.
3301         (handle_clean): Always include clean.am
3303         * clean.am: Use -generic clean targets.
3305         * compile.am: Added clean targets.
3307         * configure.in: Version 0.22.
3309         * automake.in (handle_dependencies):
3310         Put trailing newline after all deps.
3312         * automake.in (handle_dependencies): Another dependency bug fix.
3314         * automake.in (handle_dependencies):
3315         Bug fix when including dependencies.
3317         * automake.in (handle_configure):
3318         Verify existence of install-sh, mkinstalldirs
3320         * automake.in (handle_texinfo): Include stamp-vti in distribution
3322         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
3323         Include DATA, PACKAGEDATA.
3325         * Makefile.am: Nothing
3327         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
3329         * automake.in (handle_texinfo): Typo
3331         * automake.in: If script ends up in shell, feed to perl
3333         * automake.in: Rewrote 'clean' rules.
3334         Documentation made and installed first.
3335         'all' depends on 'info'
3337 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
3339         * configure.in, Makefile.am: Turned off internationalization.
3341         * clean-kr.am: Rewrote for new clean scheme.
3343         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
3345         * Makefile.am (PACKAGEDATA): Include tags-clean.am
3347         * subdirs.am: Removed bogus local clean targets
3349         * tags-clean.am: Initial revision
3351         * texi-version.am: Added clean targets
3353         * texinfos.am: Fixes to clean targets.
3355         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
3356         Added clean targets
3358         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
3360         * automake.in: Completely revamped automatic de-ANSI-fication
3362         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
3364         * compile-vars.am (LINK): New macro
3366         * kr-vars.am: Trailing blank line
3368         * compile-kr.am: Rewrote
3370         * compile-vars.am (COMPILE): New macro
3372         * compile-vars.am (ANSI2KNR): Removed
3374         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
3376         * kr-vars.am: Initial revision
3378         * automake.in (require_file): New function.
3379         (handle_texinfo): Require 'mdate-sh'
3380         (common_sometimes): New variable
3381         (usage): Use it.
3383         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
3385         * mdate-sh: Initial revision
3387         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
3389         * automake.in (generate_makefile):
3390         Put Makefile.in, Makefile.am in @dist_common
3391         (handle_configure): Use @dist_common as appropriate
3393         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
3395         * configure.in: Abort if perl not found
3397         * configure.in: Look for perl
3399         * automake.in: Reimplemented in Perl
3401         * automake.in: Fixlet
3403 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
3405         * automake.in: Always print ".SUFFIXES:" rule.
3407         * automake.in: Distribution config.h.in if required
3409         * automake.in: Bug fix when including texi-version.am
3411         * automake.in: Bug fix when looking for .texi file in $am_reldir
3413         * depend.am: Comment fix
3415         * automake.in: Look for .texi file in $am_reldir
3417         * automake.in: Fixlet
3419         * automake.in: Blank line after targets from user's Makefile.am
3421         * automake.in: Move footer items to actual footer
3423         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
3425         * automake.in (common):
3426         Don't include acconfig.h, config.h.top, config.h.bot
3428         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
3430         * Makefile.am (CONFIG_H): Define
3432         * acconfig.h: Initial revision
3434         * configure.in: Use AC_CONFIG_HEADER.
3436         * automake.in: Put blah_TEXINFOS into DIST_COMMON
3438         * automake.in: .info file explicitly depends on primary .texi file
3440         * texinfos.am (install-info): Always supply 'else' clause to 'if'
3442         * tags.am (TAGS): Always supply 'else' clause to 'if'
3444         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
3446         * automake.in: Always include footer.am in output
3448         * mans.am (install-man): Always supply 'else' clause to 'if'
3450         * automake.in: More version.texi fixes
3452         * automake.in: Only do version.texi processing if requested.
3454         * automake.in: Minor internationalization fixes.
3455         Subshell can now exit with nonzero status.
3456         Fixed up .texi handling; now uses texi-version.am
3457         Make sure '.c' and '.o' are in .SUFFIXES if required.
3459         * Makefile.am (PACKAGEDATA): Include texi-version.am
3460         (stamp-vti, version.texi): Removed
3461         (TEXINFOS): Don't reference version.texi
3463         * texi-version.am: Initial revision
3465         * dist.am, dist-subd-top.am (dist):
3466         [DIST_SUBDIRS] Follow symlinks when copying.
3468         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
3470 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
3472         * automake.in: Added --amdir option
3474         * Makefile.am, configure.in: Turned on internationalization
3476         * Makefile.am: Set EDITION
3478         * configure.in: Version 0.21
3480         * tags.am, tags-subd.am: Don't use double-colon rules
3482         * automake.in: Redid install-data, install-exec, uninstall handling
3484         * configure.in: Turn off i18n
3486 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
3488         * automake.in (common): Remove NLS
3490         * automake.in (common): Include ABOUT-NLS.
3492         * automake.in: Test for install-sh and mkinstalldirs
3494         * automake.in: Blank line after OBJECTS= line
3496         * automake.in: Start subshell in loop after check for Makefile.am
3498         * automake.in: --use-deps now the default
3500         * automake.in (am_dir): Don't apply transform to install directory name
3502         * packagedata.am: Don't apply transform to install directory name
3504         * Makefile.am (SUBDIRS): Hold off on internationalization
3506 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
3508         * automake.in:
3509         Write 'SOURCES =' line after copying Makefile.am variables
3511         * automake.in: Fixed bug in "--" option processing
3513         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
3515         * Makefile.am (DIST_OTHER): Include gettext-sh
3517         * Makefile.am (SUBDIRS): Define
3519         * configure.in: Include internationalization bits
3521         * automake.in: Many changes to avoid double-colon rules.
3523         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
3525         * subdirs.am: Removed "::" rules
3527         * header.am: Removed install, uninstall
3529         * header.am: Added install, uninstall targets
3531         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
3533         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
3534         Removed "::" rules
3536         * Makefile.am (PACKAGEDATA): Include libscripts.am
3538         * libprograms.am: Don't install libscripts here
3540         * libscripts.am: Initial revision
3542         * scripts.am, programs.am, libprograms.am: Removed "::" rules
3544         * automake.in (am_dir): Run package name through name transform.
3546         * automake.in: Don't use packagedata.sed or data.sed
3548         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
3549         packagedata.am
3551         * data.am: No longer run through sed
3553         * packagedata.am: Initial revision
3555 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
3557         * automake.in: No blank line after Usage
3559         * automake.in: Removed "NLS nuisances" section.
3560         Now uniformly uses $echo for user-visible messages (in advance of
3561         internationalization)
3563         * subdirs.am (maintainer-clean): Don't use realclean-local
3565         * Makefile.am: Use PACKAGEDATA, not custom code
3567         * data.am: Use @LONG@, not $(@LONG@)
3569         * automake.in: Handle DATA and PACKAGEDATA
3571         * packagedata.sed: Initial revision
3573         * data.am: Use @DIR@, not $(@DIR@)
3575         * data.sed: Use $(datadir), not datadir
3577         * data.sed: Initial revision
3579         * data.am: Wrote uninstall targets
3581         * data.am: Initial revision
3583         * dist-subd.am (dist): Don't link a file that has already been linked
3585         * dist-subd-top.am, dist.am (dist):
3586         Run `automake --include-deps' before making distribution
3588         * automake.in: More dependency-tracking bug fixes
3590         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
3592         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
3594         * tags-subd.am, tags.am: Added trailing blank line
3596         * depend.am: Use ".P", not "empty.P", as placeholder.
3598         * automake.in: Only include depend.am if SOURCES not empty
3600         * automake.in: Added --use-deps and --include-deps options.
3601         Handle auto-generating dependencies.
3603         * Makefile.am (am_DATA): Include depend.am
3605         * depend.am: Initial revision
3607         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
3609         * automake.in: Put blank line after .SUFFIXES
3611         * scripts.am: Added blank line at end
3613         * scripts.am: Removed unnecessary comment
3615         * scripts.am: Removed unnecessary workarounds
3617         * automake.in: Don't include programs.am if PROGRAMS empty
3619         * header-vars.am (INSTALL_SCRIPT): Typo
3621         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
3623         * automake.in: Handle .SUFFIXES here.
3625         * configure.in: Use fp_PROG_INSTALL
3627         * header-vars.am: Changes for autoconf 2.5.
3628         Now includes INSTALL_SCRIPTS.
3630         * texinfos.am (install-info): Bug fix
3632         * automake.in:
3633         Include scripts.am or libscripts.am in output if appropriate
3635         * programs.am (install-programs, uninstall-programs):
3636         Don't install SCRIPTS
3638         * Makefile.am (am_DATA): Include scripts.am
3640         * scripts.am: Initial revision
3642 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
3644         * automake.in:
3645         Cleaned up how "prog_SOURCES" variable is found in input.
3646         Ditto prog_OBJECTS.
3647         Put static sed scripts into separate, installed files.
3649         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
3651         * hack-make.sed, nl-remove.sed: Initial revision
3653         * texinfos.am (install-info): Rewrote
3655         * subdirs.am (all-recursive): Put with other -recursive rules
3657         * configure.in: Version 0.20
3659         * automake.in: Another bug fix
3661         * automake.in: Bug fix when looking for texinfo.tex
3663         * texinfo.tex: Initial revision
3665         * automake.in:
3666         If TEXINFOS defined but texinfo.tex does not exist, give warning.
3668         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
3669         (all-recursive): Don't fail immediately if -k specified.
3671 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
3673         * subdirs.am (_all):
3674         New target.  Now use Jim Meyering's formulation of AIX
3675         workaround.
3676         (install-exec, install-data): New targets
3678 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
3680         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
3682         * automake.in: Use @datadir@
3684         * automake.in: Added @configure_input@ line
3686 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
3688         * automake.in: "--help" option now prints auto-recognized file names.
3689         Allow AM_ overriding of more variables.
3691         * texinfos.am (install-info):
3692         Don't cd to srcdir to avoid breaking install-sh
3693         Other bug fixes
3695         * Makefile.am: Handle automake.texi
3697 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
3699         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
3701         * tags.am (TAGS): bug fix
3703         * automake.in: Use am_dir, not AM_DIR.
3704         Use version, not VERSION.
3705         Bug fix in TAGS code.
3707         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
3709         * subdirs.am: TAGS target now in tags.am
3711         * footer.am: TAGS and ID targets now in tags-subd.am
3713         * tags-subd.am, tags.am: Initial revision
3715         * automake.in: Cleaned up AM_PROGRAM code.
3716         Handle TAGS target better
3718         * remake.am, remake-subd.am (Makefile.in): Bug fix.
3720         * automake.in (usage): Updated
3722         * remake-subd.am, remake.am:
3723         Added rule where Makefile.in depends on Makefile.am
3725         * automake.in: Entire body of 'for' loop now in subshell
3727         * automake.in (common): config.guess and config.sub are common files.
3729         * dist-subd-top.am, dist.am (dist): Bug fix.
3731         * Makefile.am (DIST_OTHER): Don't include TODO
3733         * automake.in: Auto-include TODO and THANKS files.
3735         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
3737         * automake.in: More bug fixes in "look for Makefile.am" code.
3739         * automake.in: Bug fix in "look for Makefile.am" code.
3741         * automake.in:
3742         If no arguments given, look for all Makefile.am's in this
3743         directory and in immediate subdirs
3745         * automake.in: Bug fixes for LDADD-override feature.
3747         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
3749         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
3751         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
3753         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
3755 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
3757         * automake.in: No longer look for _SOURCES or _OBJECTS
3759         * header-vars.am:
3760         Remove "automatically created" header (now in automake).
3761         Updated copyright.
3763         * automake.in: Put version info in Makefile header
3765 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
3767         * automake.in: Minor cleanups
3769         * dist-subd-top.am, dist.am (dist):
3770         Don't link or copy file if it already exists.
3772         * automake.in:
3773         Look for _SOURCES (common sources) and generate _OBJECTS.
3775         * footer.am (ID, TAGS): Include HEADERS
3777         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
3779 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
3781         * dist-subd.am (distdir): Is relative to ".."
3783         * dist-subd-vars.am (PACKAGE, VERSION): Define
3785         * dist-subd.am (dist): Don't handle DIST_DIRS.
3787         * mans.am (uninstall-man): Another bug fix.
3789         * mans.am (uninstall-man): Bug fix.
3791         * dist.am, dist-subd-top.am (dist): Bug fix
3793         * Makefile.am (DIST_SUBDIRS): New macro
3795         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
3797         * Makefile.am (DIST_OTHER): Include automake.in
3799         * Makefile.am (DISTCLEANFILES): New macro.
3801         * automake.in (common): Include COPYING.LIB
3803         * Makefile.am (automake): New rule.
3805         * texinfos.am (install-info): Changed per GNU standards
3807         * remake-hdr.am (stamp-h.in):
3808         Use "touch", not "date", per GNU standards.
3810         * automake.in (common): Include texinfo.tex
3812 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
3814         * automake.in: More fixes when finding common files.
3816         * Makefile.am (DIST_OTHER): Another removal.
3818         * automake.in: Special-case when amdir=.
3820         * Makefile.am (DIST_OTHER): Removed auto-detected files.
3822         * automake.in:
3823         Search for commonly-used files and auto-include them in distribution
3825         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
3826         (DIST_CONF): Removed files searched for by automake.
3828         * automake.in: More arg-parsing bug fixes.
3830         * Makefile.am (DIST_OTHER): Include install-sh
3832         * Makefile.am (DIST_OTHER): Don't include auto-included files.
3834         * automake.in: Bug fixes to argument parsing code.
3836         * automake.in: Handle --version and --help.
3837         NLS stuff from autoconf.
3839         * Makefile.am (amdatadir): Fixed typo.
3840         (install): Make install directories
3842         * Makefile.am: Use "install::", not "install:"
3844         * install-sh, mkinstalldirs: Initial revision
3846         * configure.in: Use AC_PROG_INSTALL
3848         * automake.in: Set AM_DIR based on configure results.
3850         * Makefile.am (install): New target.
3851         (amdatadir): New variable.
3853         * automake.in: Use "#! /", not "#!/".
3855         * Makefile.am, configure.in: Initial revision
3857         * automake.in: Renamed from "automake".
3858         Set VERSION.
3860         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
3862         * automake.in: Insert remake-subd.am if appropriate.
3864         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
3866         * automake.in: Handle ALLPROGRAMS variable.
3868         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
3870         * automake.in: Fixlet when printing "subdir=DIR"
3872         * automake.in: Put "subdir=DIR" into subdir Makefile
3874         * automake.in: Don't refer to distname.am.
3875         Only put footer.am in subdir Makefiles.
3877         * subdirs.am (id, ID): New target.
3878         (.NOEXPORT): Copied from footers.am.
3880         * subdirs.am (TAGS): Bug fixes.
3882         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
3884         * subdirs.am (maintainer-clean-local): Remove TAGS
3886         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
3888         * subdirs.am: Use maintainer-clean, per GNU standards
3890         * dist-subd-top.am: Some variables defined in dist-vars.am
3892         * dist-vars.am (PACKAGE, VERSION):
3893         New variables, initialized by configure
3895         * footer.am (id, ID): New targets
3896         (TAGS): Put TAGS file in build, not source, directory
3898         * remake-subd.am (Makefile): Don't assume subdir is 'src'
3900         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
3902         * dist-subd.am: Changed to conform to new top-level dist target.
3904         * dist-subd-top.am:
3905         Changed to assume PACKAGE and VERSION are set by configure.
3907         * clean-kr.am, clean.am (maintainer-clean):
3908         Updated rules per GNU standards.
3910         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
3912 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
3914         * automake.in, texinfos.am: kludge for multiple-part info files
3916 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
3918         * clean.am, clean-kr.am: remove INFOS
3920 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
3922         * texinfos.am: add path
3924         * remake.am, remake-hdr.am: account for VPATH limitations
3926 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
3928         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
3929         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
3931 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
3933         * texinfos.am: install-info depends on info files
3935         * dist-subd-vars.am, dist-vars.am: distrib info files
3937 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
3939         * clean-kr.am, clean.am: fix up distclean
3941         * subdirs.am: fix typo
3943         * clean.am: do more in distclean
3945 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
3947         * libraries.am: make install depend on all
3949         * automake.in: fix typo
3951 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
3953         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
3955         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
3957         * dist-subd-top.am: Initial revision
3959         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
3960         centralize prefix var setting
3962         * header-vars.am: set all the std vars based on prefix
3964 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
3966         * automake.in: don't add kr stuff if not needed
3968         * dist-vars.am: add config vars to dist
3970 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
3972         * program.am: add LDADD
3974         * compile-vars.am: remove LDADD from LDFLAGS
3976         * clean.am: move knr stuff to another file
3978         * automake.in: use different clean file for ansi2knr
3980         * clean-kr.am: Initial revision
3982 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
3984         * automake.in, dist-subd.am, dist.am: fix rules and dist
3986 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
3988         * compile.am, automake.in: split out knr
3990         * compile-kr.am: Initial revision
3992         * libprograms.am: fix typo
3994         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
3995         make libprograms work
3997         * libprograms.am: Initial revision
3999         * automake.in, compile.am, header-vars.am: fix little bugs
4001         * compile.am: allow parallel K&R
4003         * clean.am: remove kerb temps
4005         * automake.in: fix recognizing start of rules
4007         * dist-subd.am, dist.am: fix dist
4009         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
4011 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
4013         * automake.in: works on m4 too
4015         * automake.in, mans.am: works on fileutils
4017         * 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:
4018         works on fileutils except for all
4020         * automake.in: vars thing
4022         * header-vars.am: Initial revision
4024         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
4025         entered into RCS
4027         * compile-vars.am: Initial revision
4029         * automake.in: many improvements
4031         * footer.am: Initial revision
4033         * dist.am: remove distname
4035         * automake.in: namespace cleanup
4037         * distname.am: Initial revision
4039         * 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:
4040         might work
4042         * 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:
4043         Initial revision