Bug fix
[automake.git] / ChangeLog
blobcdc93428d7b97ccfa868600c743ab273aaadf1ce
1 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
3         * automake.in (handle_texinfo): Generate "version.texi" dependency
4         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
6         * automake.in (handle_configure): Require file $input, not
7         "$local.in".  From Nyul Laszlo.  Test colon.test.
9 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
11         * aclocal.in: New file.
12         * configure.in: Generate m4/Makefile, aclocal.
13         * Makefile.am (SUBDIRS): Include m4.
14         * m4/Makefile.am: New file.
16 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
18         * automake.in (initialize_global_constants): Put ansi2knr.c and
19         ansi2knr.1 into common_files.  Bug report from François Pinard.
21 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
23         * install-sh: Updated copyright notice.
25 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
27         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
28         Report from Josh MacDonald.
30         Bugs from Gord Matzigkeit:
31         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
32         `$(SUFFIXES)'.
33         (handle_dist): Ignore chmod return results.
35         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
36         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
37         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
39 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
41         * texinfos.am (install-info): Use "if", not "&&", to avoid
42         install problem when glob doesn't match.
44         * automake.in (initialize_global_constants): [USAGE] Added
45         --no-force.
46         (force_generation): New global.
47         (parse_arguments): Handle --no-force.
48         (generate_makefile): Handle --no-force.
50         * Makefile.am (maintainer-check): Ensure all invocations of
51         mkinstalldirs are correct.
53 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
55         * automake.in (handle_tests): Don't directly generate site.exp.
57 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
59         * texinfo.tex: New version.
61         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
62         (initialize_global_constants): Added libtool to
63         @common_sometimes.
64         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
66 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
68         * texinfos.am (install-info): Don't install ~ files.  Bug report
69         from Greg McGary.
70         * automake.in (handle_texinfo): Don't push '.info*' onto
71         @infos_list.
73         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
74         using gettext.
75         (handle_dist): Pass --with-included-gettext to configure if using
76         gettext.
78         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
79         (.c._o): Ditto.
80         * compile.am (.c.o): Pass -c to $(COMPILE).
81         * compile-vars.am (COMPILE): Don't include -c.
83         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
84         automake.
85         * automake.in (handle_configure): Supply --strictness arg to
86         automake.
88 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
90         * automake.in (handle_tests): Fix quoting on `pwd`.
91         (handle_options): Recognize no-installinfo option.
92         (handle_man_pages): Don't put man directory on @installdirs if
93         no-installman is specified.
94         (handle_texinfo): Handle no-installinfo option.
95         (handle_options): Compare version against $num_version, not
96         $VERSION.
97         (handle_source_transform): Generate rules for output of lex,
98         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
99         (handle_dist): "distcheck" now runs "make dvi".
100         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
101         Drepper.
103         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
105 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
107         * automake.in (handle_emacs_lisp): New function.
108         (initialize_global_constants): Added elisp-comp to
109         @common_sometimes.
110         (seen_lispdir): New global.
111         (scan_configure): Handle ud_PATH_LISPDIR.
113         * elisp-comp: New file.
115         * lisp.am: New file.
117         * automake.in (generate_makefile): Run handle_emacs_lisp.
119         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
121         * automake.in (initialize_global_constants): Removed version.texi
122         from common_sometimes.
123         (initialize_global_constants): Added texinfo.tex to common_files.
124         Test texinfo.test.
125         (handle_tests): Allow dejagnu- and automake-style test suites to
126         coexist.  Test dejagnu.test.
127         (initialize_global_constants): New constants AC_CANONICAL_HOST,
128         AC_CANONICAL_SYSTEM.
129         (scan_configure): Use new constants.
130         (handle_tests): Put target specific information into site.exp if
131         AC_CANONICAL_* used.
132         (read_am_file): Generate some extra variables when AC_CANONICAL_*
133         used.
134         (handle_options): Allow version number to have letters appended.
135         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
136         option not specd.
137         (initialize_global_constants): install_man_format changed to
138         handle built man pages.
140 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
142         * config.guess, config.sub: New versions.
144 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
146         * configure.in (VERSION): Upped to 1.0.
148 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
150         * automake.in (handle_tests): Handle dejagnu.
151         (handle_options): Recognize dejagnu option.
153         * dejagnu.am: New file.
155 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
157         * automake.in (handle_dist): Run installcheck target from
158         distcheck.
160         * configure.in (VERSION): Upped to 0.34.
162         * automake.in (scan_configure): Always allow upgrading to
163         fp_PROG_INSTALL.  Test fpinstall.test.
165 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
167         (handle_dist): Make `distcheck' check `install' target, too.
169 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
171         * automake.in (initialize_per_input): Don't initialize
172         $output_directory here; initialize it globally.  From Joshua
173         Cowan.  Test outdir.test.
175 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
177         * automake.in (handle_tests): Don't push TESTS onto dist_common.
178         (initialize_global_constants): Put install-sh and mkinstalldirs
179         into @common_files.  Test insh2.test.
181 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
183         * automake.in (handle_source_transform): Don't generate _OBJECTS
184         when no source files specified.  Test number.test.
186         From Joerg-Martin Schwarz:
187         * automake.in (seen_package, seen_version): New globals.
188         (scan_configure): Look for PACKAGE= and VERSION=.
190         * automake.in (handle_options): Recognize dist-zip.
191         (handle_dist): Handle dist-zip.
192         (handle_options): Use ' ', not \s+, with split.  Test
193         backsl.test.
194         (handle_source_transform): Likewise.
195         (handle_lib_objects): Likewise.
196         (handle_libraries): Likewise.
197         (handle_texinfo): Likewise.
198         (handle_man_pages): Likewise.
199         (handle_subdirs): Likewise.
200         (handle_gettext): Likewise.
201         (handle_footer): Likewise.
202         (handle_tests): Likewise.
203         (scan_configure): Likewise.
204         (am_install_var): Likewise.
206         * Makefile.am (TAGS_DEPENDENCIES): New macro.
208         * tags.am (tags-recursive): New target.
209         (TAGS): Depend on it.
211         * automake.in (handle_tags): Put tags-recursive on @phony.
213         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
214         TAGS_DEPENDENCIES.
215         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
217 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
219         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
221         * automake.in (scan_configure): Look for install-sh and
222         mkinstalldirs here.
223         (initialize_global_constants): Moved mdate-sh from
224         common_sometimes to common_files.  Test mdate2.test.
226 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
228         * automake.in (seen_maint_mode): New global.
229         (scan_configure): Handle jm_MAINTAINER_MODE.
230         (read_am_file): Handle seen_maint_mode.
231         (file_contents_with_transform): Handle seen_maint_mode.
232         (handle_source_transform): Changed interface, all callers.
234         From Jim Meyering:
235         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
236         Handle @MAINT@.
237         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
239         * automake.in (handle_configure): Check $config_aux_dir against
240         empty string.  From Markku Rossi.  Test mkinstall.test.
242 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
244         * automake.in (distcheck): Added new rule to top level
245         Makefile.in.
247 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
249         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
250         sets seen_ranlib.
251         (generate_makefile): libtool, config.sub, and config.guess should
252         only ever appear in the top directory of a package.
254 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
256         * automake.in (initialize_global_constants): Added libversion.in
257         to @common_files.
259         * configure.in (VERSION): Upped to 0.33.
261         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
262         Test extra.test.
264 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
266         * install-sh (transformbasename): Correct misspelling of
267         transformbasename.  From Ian Lance Taylor.
269 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
271         * automake.in (handle_configure): Set mkinstalldirs variable
272         here.
273         (handle_dist_worker): Explicitly set distdir in subdir makes.
274         (handle_dist): Handle separate distdir target.
275         (handle_dist_worker): Only generate distdir target.
277         * texinfos.am (install-info): Use $(mkinstalldirs).
278         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
279         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
280         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
281         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
282         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
284         * automake.in (read_am_file): Set mkinstalldirs variable.
285         (handle_man_pages): Use it.
286         (handle_installdirs): Ditto.
288 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
290         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
292 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
294         * automake.in (handle_dist_worker): Use $(TAR), not tar.
295         (handle_merge_targets): Make sure config header is built before
296         recursing into subdirs.
297         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
298         (handle_merge_targets): Handle case where nothing is installed but
299         something must be built -- "make install" must still work.
301         * dist-vars.am (TAR): New macro.
303         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
304         (handle_configure): Require stamp-h.in when config header used.
306 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
308         * doc/mdate-sh: Extract the last field from the date output, not
309         the sixth, which will fail when the timezone name has more than
310         one word or is missing.
312 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
314         * automake.in (am_install_var): Use delete, not undef, to remove
315         EXTRA entry.  From Gord Matzigkeit.
317 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
319         * automake.in (read_am_file): Handle case where last line doesn't
320         end in newline.
322 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
324         * automake.in (variable_defined): New function.
325         (read_am_file): Ensure a blank line comes before starting comments
326         from Makefile.am.
327         (initialize_per_input): Initialize %targets.
328         (read_am_file): Set appropriate entry in %targets.
329         Many changes to use variable_defined.
330         (check_gnu_standards): Only require ChangeLog at top level.  From
331         Gord Matzigkeit.
332         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
333         Matzigkeit.
335 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
337         * automake.in (parse_arguments): Added short options.
338         (initialize_global_constants): Ditto.
340 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
342         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
343         fails.
345         * automake.in (handle_source_transform): Typo fix.
347 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
349         * automake.in (handle_dist_worker): Renamed dist-local to
350         dist-hook.
351         (handle_merge_targets): Added install-data-hook and
352         install-exec-hook.
353         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
355         * automake.in (handle_scripts): Never allow scripts_installed to
356         become 0.
358         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
359         srcdir.
361         * automake.in (generate_makefile): Derived file names from given
362         input; don't assume Makefile.in and Makefile.am.
363         (am_file_name, in_file_name): New globals.
364         (read_am_file): Use them.
366         * program.am (@PROGRAM@): Use transformed program name.
368         * remake-hdr.am (stamp-h): Actually touch stamp-h.
370 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
372         * automake.in (require_file_internal): Use correct file for error
373         messages.  Test insh.test.
375 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
377         * texinfos.am (.texi.info): Build output file in srcdir.
379         * automake.in (require_file_internal): If $dir is ".",then look in
380         relative directory.
381         (handle_texinfo): Canonicalize name of texi file before looking
382         for dependency variable.
384 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
386         * automake.in (require_conf_file_with_conf_line): Yet another
387         function of this form.
388         (libtool_line): New variable.
389         (handle_libraries): Handle libtool.
391         * libraries-vars.am: Removed.
393         * automake.in (seen_libtool): New variable.
394         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
396         * automake.in (handle_dist_worker): Handle dist-local.
398         * Makefile.am (maintainer-check): Do "make check" after all syntax
399         checks.
401         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
402         directory.
404         * automake.in ($seen_arg_prog): New global.
405         (handle_programs): Error if AC_ARG_PROGRAM not seen.
406         (handle_scripts): Ditto.
407         (handle_configure): mkinstalldirs now a config file.
408         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
409         (handle_dist_worker): Removed DIST_SUBDIRS.
410         (require_file_path): New variable.
411         (require_file_with_conf_line): Set it.
412         (require_file_with_line): Ditto.
413         (require_file): Ditto.
414         (require_file_internal): Incorporated code from
415         require_config_file.
416         (require_config_file): Rewrote.
417         (require_conf_file_with_line): New function.
418         (handle_texinfo): Use it for mdate-sh.
419         (handle_texinfo): Look for mdate-sh in appropriate directory.
421 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
423         * Makefile.am (cvs-dist): Find NEWS in srcdir.
424         * automake.in (handle_dist_worker): Find NEWS in srcdir.
425         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
426         rule.
427         (require_config_file): Set config_aux_path when file found.
428         ($config_aux_dir): New variable.
429         (require_config_file): Set it.
430         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
432 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
434         * data.am (install-@DIR@DATA): Also allow data to be in build
435         directory.
437 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
439         * automake.in (am_install_var): Don't look in EXTRA_primary
440         variable any more; it is handled in the main loop.
442 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
444         * data.am (install-@DIR@DATA): Find data in srcdir.
446 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
448         * automake.in (require_config_file): Use correct filename when
449         looking for errors.  Also, install file in `.' if not found.  Bug
450         reported by Gord Matzigkeit.  Test installsh.test.
452 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
454         * Makefile.am (cvs-diff): New target.
456         Fix for bug when install var substitutes empty.  Test empty.test.
457         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
458         (uninstall-@DIR@HEADERS): Ditto.
459         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
460         (uninstall-@DIR@SCRIPTS): Ditto.
461         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
462         libraries.
463         (uninstall-@DIR@LIBRARIES): Ditto.
464         * data.am (install-@DIR@DATA): Allow empty list of data.
465         (uninstall-@DIR@DATA): Ditto.
466         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
467         From François Pinard.
468         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
469         (uninstall-@DIR@PROGRAMS): Ditto.
471 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
473         * tags-subd.am (ID): Name of ID file must be flush against -f.
475         * configure.in (VERSION): Version 0.32.
477 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
479         * automake.in (seen_linguas, all_linguas_line): New variables.
480         (handle_gettext): New function.
481         (generate_makefile): Run it.
482         (scan_configure): Recognize ALL_LINGUAS.
484 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
486         * automake.texi: doc fix.
488         * automake.in (am_install_var): Added support for check and
489         installcheck special prefixes.
491 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
493         * automake.in (handle_subdirs): Don't do SUBDIRS check for
494         gettext.
496 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
498         * automake.in (OBJECT_PATTERN): Removed.
499         (am_install_var): No error if name is invalid.
500         (handle_programs): Canonicalize program names.
501         (BOGUS_MACRO_PATTERN): New variable.
502         (read_am_file): Error if bad macro name given.
503         (require_file_internal): Use am_line_error, not am_conf_error.
505         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
507 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
509         * automake.in (handle_lib_objects): New function.
510         (handle_libraries): Use it.
511         (handle_programs): Ditto.
512         (handle_dist_worker): Deprecate DIST_SUBDIRS.
513         (am_install_var): Allow extended directory mechanism to work.
514         Test exdir.test.
516         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
517         (DEP_DISTFILES): Ditto.
519         * automake.in (OBJECT_PATTERN): New variable.
520         (am_install_var): Use it.
521         (handle_dist): DIST_OTHER is an anachronism.
523 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
525         * automake.in (handle_dist_worker): Only cause Automake to be
526         re-run if not making a distribution.  Fixes bug reported by
527         Joerg-Martin Schwarz.
528         (require_file_with_line): New function.
529         (require_file): Use it.
530         (am_line_error): Don't print line number if $symbol is empty.
531         (get_object_extension): Use require_file_with_line.
532         (handle_libraries): Use require_file_with_line.
533         (handle_texinfo): Use require_file_with_line.
534         (handle_configure): Use am_conf_line_error and
535         require_file_with_conf_line.
536         (handle_subdirs): Use require_file_with_conf_line.
537         (handle_configure): Use require_file_with_conf_line.
538         (handle_tests): Push check-TESTS on @phony.
539         (am_conf_line_error): New function.
540         (require_file_with_conf_line): New function.
541         (require_file_internal): New function.
542         (require_file_with_line): Use it.
543         (require_file): Ditto.
544         (am_conf_line_error): Handle empty line number.
545         (ac_gettext_line, ac_output_line): New variables.
546         (scan_configure): Set them.
548 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
550         * automake.in (parse_arguments): Default strictness is gnu.
551         Changed `normal' to `foreign' everywhere.
552         (parse_arguments): Handle --foreign.
553         (initialize_global_constants): Document --foreign.
554         (handle_dependencies): Better error message.
555         (handle_texinfo): Don't push $vtexi on @texis.
556         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
557         (handle_configure): install-sh is a config file; require it as
558         such.
559         (parse_arguments): Renamed --install-missing to --add-missing.
560         (add_missing): Renamed from install_missing.
561         (am_install_var): Check to make sure contents of install variable
562         are correct if primary requires it.  Test badprog.test.
563         (initialize_global_constants): Initialize
564         %primary_uses_subobjects.
565         (handle_source_transform): Skip configure substitutions.  Test
566         depend.test.  Also, skip empty elements.
568 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
570         * texinfo.tex: New version.
572         * automake.in (am_install_var): Allow extended range of
573         installation directories.
575         * automake.in (get_object_extension): Don't allow
576         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
577         From Gord Matzigkeit.  Test confincl.test.
579         * texinfos.am (install-info): Changed usage of install-info (in
580         comment).  Per Feb 25 GNU Standards document.
582 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
584         * automake.in (handle_tests): New function.
585         (generate_makefile): Call it.
586         (handle_subdirs): Skip directories whose names look like configure
587         substitutions.
588         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
589         when using gettext.
590         (scan_configure): Clear in_ac_output if "]" found.  Test
591         acoutqnl.test.
592         (require_config_file): New function.
593         (generate_makefile): Use require_config_file.
594         (config_aux_path): New variable.
595         (scan_configure): Check for AC_CONFIG_AUX_DIR.
596         (handle_merge_targets): Add install-strip rule.
598 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
600         * mdate-sh: New version from Ulrich Drepper.
602         * automake.in (handle_source_transform): Changed fill back to
603         empty string.
604         (handle_libraries): Ditto.
605         (handle_dist): Ditto.
606         (handle_dependencies): Ditto.
607         (handle_footer): Ditto.
608         (handle_phony): Ditto.
610         * Makefile.am (DIST_SUBDIRS): Removed.
611         (installcheck-local): Use Perl, not test -x.
612         (PERL): New macro.
613         (maintainer-check): Use $(PERL), not @PERL@.
615         * configure.in (VERSION): Upped to 0.31.
617 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
619         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
620         and config.guess.
622         * automake.in: Use keyed_aclocal_warning when warning about
623         fp_PROG_INSTALL.
624         (get_object_extension): Use keyed_aclocal_warning when warning
625         about fp_C_PROTOTYPES.
626         (keyed_aclocal_warning): New function.
628         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
629         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
631         * automake.in (get_object_extension): Only give error about
632         fp_C_PROTOTYPES once.
634         * automake.in (seen_ranlib): New variable.
635         (scan_configure): Recognized AC_PROG_RANLIB.
636         (handle_libraries): Error if ranlib not checked for.
638         * automake.in (default_strictness): Default to GNU.
639         (default_strictness_name): Ditto.
641 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
643         * automake.in (read_am_file): Removed @kr@ support.
644         (get_object_extension): Ditto.
646         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
648 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
650         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
652 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
654         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
655         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
657         * automake.in (handle_scripts): Ensure $scripts_installed set to
658         boolean value.  Test proginst.test.
660         * Makefile.am (installcheck-local): New target.
662         * automake.in (require_file): No error if missing file is
663         installed.
665 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
667         * automake.in (handle_scripts): SCRIPTS no longer automatically
668         cleaned.  Now possible to install scripts in pkgdatadir.
669         ($seen_canonical): New variable.
670         (generate_makefile): Check for config.guess and config.sub here;
671         fixes bug reported by Gord Matzigkeit.
673         * Makefile.am (pkgdata_SCRIPTS): New variable.
674         (CLEANFILES): New macro.
676         * scripts-clean.am: Removed.
678 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
680         * automake.in (am_install_var): Error if primary variable actually
681         defined.
682         (am_install_var): Skip elements that look like configure
683         substitutions.
684         (am_install_var): "EXTRA" is a valid prefix.
685         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
686         (handle_merge_targets): Treat "all" target like "install".
687         (handle_subdirs): Don't push all-recursive.
689         * header.am (install-@DIR@HEADERS): Don't depend on all.
690         * data.am (install-@DIR@DATA): Don't depend on all.
691         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
692         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
693         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
695         * automake.in (am_install_var): Push generated install targets
696         onto @phony.
698         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
699         * automake.in (handle_merge_targets): Correctly handle recursive
700         calls of uninstall, install-exec, and install-data.
701         (handle_merge_targets): Put Makefile, and possibly $config_name,
702         onto @all.
703         (handle_merge_targets): Push 'all' onto @install as appropriate.
705 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
707         * automake.in (handle_configure): config.status is in
708         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
710         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
712 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
714         * automake.in: (seen_prog_yacc): New variable.
715         (scan_configure): Look for yacc.
716         (handle_source_transform): Skipp C++ header files.
717         (handle_source_transform): .cxx is a C++ source file.
719 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
721         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
723         Implemented --verbose feature; idea from Greg Woods:
724         * automake.in (verbose): New global.
725         (generate_makefile): Print creating message if verbose.
726         (grep_for_vers_texi): Print message if verbose.
727         (handle_dependencies): Ditto.
728         (scan_configure): Ditto.
729         (read_am_file): Ditto.
730         (parse_arguments): Added --verbose.
731         (initialize_global_constants): Ditto.
733         * automake.in (get_object_extension): Use am_line_error.
734         (handle_source_transform): Ditto.
735         (handle_libraries): Ditto.
736         (handle_texinfo): Ditto.
737         (handle_man_pages): Ditto.
738         (handle_dist): Ditto.
739         (handle_dist): Ditto.
740         (handle_subdirs): Ditto.
741         (handle_configure): Ditto.
742         (handle_merge_targets): Ditto.
743         (am_install_var): Ditto.
744         (am_line_error): Allow actual line number as argument.
745         (handle_configure): Use am_line_error.
746         (scan_configure): Set config_header_line.
747         (config_header_line): New global.
748         Use @PERL@ to find perl during exec.  From Greg Woods.
750 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
752         * automake.in (initialize_per_input): Init %content_lines.
753         (read_am_file): Set appropriate content_lines elements while
754         reading.
755         (am_line_error): New function.
756         (read_am_file): Use it.
757         (handle_options): Ditto.
759         * automake.in (scan_configure): Handle case where more than one .o
760         is put into LIBOBJS at once.  Test libobj.test.
762 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
764         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
765         Test acouttbs.test.
766         (handle_subdirs): Restored intl, po warnings.
768         * automake.in (scan_configure): Delete everything after "," or
769         ")".  Test acoutnoq.test.
770         (handle_dist): Use $relative_dir, not nonexistent $subdir.
771         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
772         SUBDIRS; don't warn about their absence.
774 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
776         * automake.in (handle_texinfo): Removed bogus error message.
778         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
779         onto @all.
780         (handle_options): Handle version number.
782         * automake.in ($maint_charset, $dist_charset): New variables.
783         (initialize_per_input): Init $local_maint_charset.
784         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
785         (generate_makefile): Don't print "creating...".
787 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
789         * automake.in (get_object_extension): Substitute
790         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
791         (handle_source_transform): Use $1, not \1.
792         (pretty_print_internal): Handle Tabs in fill when computing indent
793         on new line.
794         (handle_merge_targets): Always generate install-exec and
795         install-data targets.  Test instexec.test.
796         Fixed error message if fp_PROG_INSTALL missing.
798         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
799         @CONFIG_INCLUDE_SPEC@.
801         * automake.in (scan_configure): Delete everything after "]".  Test
802         acoutput.test.
804         * configure.in (AC_OUTPUT): Create tests/Makefile.
805         * Makefile.am (SUBDIRS): New macro.
807         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
808         Meyering.
810         * configure.in (AC_OUTPUT): Ensure automake is executable.
812 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
814         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
815         not exist.
817         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
819         From Jim Meyering:
820         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
821         (@DIR@_LIBFILES).
822         * header.am (install-@DIR@HEADERS): Depend on all, not
823         $(@DIR@_HEADERS).
824         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
825         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
826         $(@DIR@_SCRIPTS).
827         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
828         $(@DIR@_PROGRAMS).
830         * automake.in (initialize_per_input): Initialize
831         $use_dependencies.
832         ($seen_path_xtra): New variable.
833         (scan_configure): Look for AC_PATH_XTRA.
834         (get_object_extension): Add variables to output if X seen.
836 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
838         * automake.in (handle_programs): add pkglib to list of
839         directories for C
840         (various): include a tab as fill for continuation lines
841         printed with pretty_print*, esp. for macro variable assignments.
842         [ changed to 4 spaced by me ]
844 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
846         * configure.in (VERSION): Upped to 0.30.
848         * Makefile.am (automake): Removed.
849         (DIST_OTHER): Removed.
851         * automake.in (handle_source_transform): All dep_files are
852         relative to $(srcdir).
853         (handle_libraries): Ditto.
854         (scan_configure): Test for AC_PROG_INSTALL as well as
855         fp_PROG_INSTALL.  Don't error here.
856         (seen_prog_install): Now global.
857         (scripts_installed): New global.
858         (handle_scripts): Set it.
859         Give error if appropriate install macro not seen.
860         (handle_subdirs): Ensure $seen_gettext before requiring
861         gettext-specific files.
862         (handle_configure): Automatically rebuild 
864         From Jim Meyering:
865         * automake.in (handle_source_transform): Use \W when quoting
866         regexp.  When blah_SOURCES not explicitly defined, still create
867         entry in %deps.
868         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
869         * subdirs.am (maintainer-clean-recursive): Now depends on
870         $(CONFIG_HEADER) and Makefile.
872         * automake.in (handle_source_transform): Skip macro references.
874 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
876         * automake.in (handle_texinfo): Include "rm" when deleting files.
878         * Makefile.am (maintainer-check): Expect only one ${...}.
879         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
880         Meyering.
882         * automake.in (handle_configure): Only define CONFIG_HEADER if
883         $config_name.
884         ($seen_gettext): New variable.
885         (handle_subdirs): Do all gettext-related checking here.
886         (scan_configure): Just set $seen_gettext.
887         (handle_man_pages): Properly quote $(MANS).
889 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
891         * depend.am: Don't use srcdir anywhere.
892         * automake.in (handle_libraries): Don't make .deps relative to
893         srcdir.
894         (handle_options): Recognize no-dependencies.
896         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
897         ".".  Properly quote regexp.
899 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
901         * automake.in (handle_configure): Only defined CONFIG_HEADER if
902         $config_name.
903         (read_am_file): Quote regexp when substituting top_builddir.
904         (handle_source_transform, handle_libraries): Look in
905         $(srcdir)/.deps for .P files.
907 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
909         * automake.in (am_conf_error): New function.
910         (scan_configure): Use it.
911         (scan_configure): A comma also ends AC_OUTPUT macro.
913         * automake.in (read_am_file): Compute top_builddir when including
914         header-vars.am.
915         (handle_configure): Use $top_builddir, not $top_reldir.
916         (other_input_files): New variable.
917         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
919         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
920         * automake.in (input_files, seen_make_set): Declare globally.
921         (parse_arguments): Use input_files, not make_list.
922         Only scan configure.in once.
923         (handle_dist): Use SUBDIRS to determine when to make
924         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
925         find top of dist tree.
926         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
927         configure.in (done elsewhere).
928         (scan_configure): seen_make_set is global.  Allow arbitrary space
929         in LIBOBJS assignment.
930         (top_builddir): New variable.
931         * header-vars.am (top_builddir): New variable.
932         * remake-subd.am (Makefile): Look in top_builddir, not .., when
933         remaking.
934         * automake.in (handle_merge_targets): Run 'all' before
935         check-recursive.
937         * automake.in (file_contents_with_transform): Changed error
938         message.
939         (handle_configure): Define $contents{'CONFIG_HEADER'}.
941         * texi-version.am: Many changes to support multiple .texi files.
942         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
943         "@VTI@".
944         * automake.in (handle_configure): install.sh is an anachronism.
945         (handle_texinfo): Generalized for multiple .texi files.  Handle
946         'clean-info' internally.
947         * texi-clean.am: Removed.
948         * Makefile.am: Updated for removal.
950 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
952         * automake.in (grep_for_vers_texi): New function.
953         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
954         (handle_texinfo): Changes to generalize to multiple .texi files.
956 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
958         Fixes from Gord Matzigkeit:
959         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
960         topsrcdir.
961         * header.am: New file.
962         * Makefile.am (pkgdata_DATA): Install header.am.
963         * automake.in (handle_headers): Use header.am, not data.am.
964         (am_install_var): Allow pattern to be compiled multiple times.
966         * config.guess, config.sub: New files.
967         * Makefile.am (pkgdata_DATA): Install config.guess and
968         config.sub.
969         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
970         AC_CANONICAL_SYSTEM.
972 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
974         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
975         (handle_man_pages): Use man_MANS, not MANS.
977         * Makefile.am (info_TEXINFOS): Renamed.
979         * automake.in (scan_configure): Remove comments from input line.
980         (am_variable): Removed.
982         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
984         * automake.in (config_name, config_header): New globals.
985         (scan_configure): Look for AC_CONFIG_HEADER.
986         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
988 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
990         * automake.in (handle_dist_worker): Bug fix.
992 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
994         * automake.in (require_file): Install missing files only according
995         to desired strictness.
996         (initialize_per_input): Don't init libsources.
997         (scan_configure): Reinit libsources.
998         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
999         (fp_c_prototypes): New global.
1000         (scan_configure): Set it.
1001         (get_object_extension): Error if fp_C_PROTOTYPES not in
1002         configure.in when using ansi2knr.
1003         (handle_source_transform): Skip header files.
1005         * automake.in (handle_dist_worker): Explicitly make 'dist' in
1006         subdirs.
1008 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1010         From François Pinard:
1011         * automake.in (handle_source_transform): Transform $o file into .P
1012         file.
1013         (handle_dist_worker): Handle case where DISTFILES includes
1014         wildcard.  Bug fix in subdir case.
1016         * automake.in (parse_arguments): Initialize strictness to
1017         'normal'.
1019 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1021         * automake.in (scan_configure): Look for NLS support.
1023         Changes from François Pinard:
1024         * texinfos.am (install-info): Correctly install when build dir is
1025         not srcdir.
1026         * tags-subd.am (ID): Indentation change.
1027         * kr-vars.am (o): Use ".@U@o", not "@U@o".
1028         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
1029         * automake.in (handle_dist_worker): Fixlets.
1030         (handle_dist): Sort keys going into dist_common.
1032 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1034         * automake.in (handle_dist_worker): If Gnits, don't allow release
1035         until NEWS is updated.
1037         * configure.in (VERSION): Version 0.29.
1039         * Makefile.am (maintainer-check): Look for perl4.036 in path.
1041         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
1042         (DEP_DISTFILES): Ditto.
1044         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
1045         * dist-vars.am (DEP_DISTFILES): New variable.
1047         * automake.in (handle_options): Support dist-shar option.
1048         (handle_dist_worker): New function.
1049         (handle_dist): Use it.
1051         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
1052         *.tmp.
1054         * automake.in (handle_dist): Chmod distdir 777.  From François
1055         Pinard.
1057         * automake.in (scan_configure): New function.
1058         (initialize_per_input): Init libsources.
1059         (generate_makefile): Run handle_configure first.
1060         (handle_configure): Run scan_configure.
1061         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
1063 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
1065         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
1067         * automake.in (strictness, strictness_name): Renamed.
1068         (initialize_per_input): Set strictness, strictness_name.
1069         Initialize %options.
1070         (generate_makefile): Run handle_options.
1071         (handle_options): New function.
1072         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
1073         man page install if no-installman option given.
1074         (read_am_file): Deprecate @kr@.
1075         (get_object_extension): Look at ansi2knr option.
1076         (parse_arguments): Take global strictness from command-line
1077         options.
1079 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1081         Fixes from François Pinard:
1082         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
1083         * automake.in (get_object_extension): Use $o, not $(kr)o.
1084         (handle_source_transform): Don't look for $(kr)c files.
1085         * kr-vars.am (o): New macro.
1086         (kr): Removed.
1088         * depend.am (DEP_FILES): Removed.
1089         * automake.in (handle_source_transform): Push .P file onto
1090         dep_files.
1091         (initialize_per_input): New variable %dep_files.
1092         (handle_dependencies): Generate DEP_FILES here.
1094 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
1096         * automake.in (do_one_clean_target): Only remove config.status in
1097         top-level directory.
1098         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
1100         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
1102         * automake.in (handle_dist): Make "ln" quiet.
1104         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
1106 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1108         * automake.in (handle_merge_targets): 'check' shouldn't depend on
1109         'all' at top level.
1110         (file_contents_with_transform): New function.
1111         (am_install_var): Use file_contents_with_transform.
1112         (handle_programs): Ditto.
1113         (handle_libraries): Ditto.
1114         (handle_texinfo): Ditto.
1115         (handle_merge_targets): Let 'install' depend on 'all' if no other
1116         dependencies exist.  From Jim Meyering.
1117         (check_gnu_standards): GNU requires AUTHORS file.  (See
1118         maintain.text).
1119         (require_file): Put body in loop.
1120         (get_object_extension): Only call require_file once.
1121         (handle_configure): Ditto.
1123         From Jim Meyering:
1124         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
1125         * tags-subd.am (id): Removed.
1127 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1129         * Added copyright notice to each .am file.
1131         * automake.in: Cleanups from François Pinard to avoid $#.
1132         (require_argument): Fixed sense of test.
1133         (set_strictness): Bug fix.
1135 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1137         * Makefile.am (pkgdata_DATA): Removed old dist files.
1139         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
1141         * automake.in (set_strictness): Set $strictness_name.
1142         (strictness_name): New variable.
1143         (handle_dist): Substantially rewrote.
1145         * configure.in: Point AC_INIT at automake.in.
1147         * automake.in (generate_makefile): Report errors against
1148         Makefile.in, not Makefile.am.
1150 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1152         * mdate-sh: Bug fix from Jim Meyering.
1154         * dist.am (dist): Changed in parallel with dist-subd-top.am.
1156         * mkinstalldirs: Reverted.
1158         * automake.in (initialize_global_constants): Allow COPYING.LIB
1159         again.
1160         (check_gnits_standards): Disallow COPYING.LIB.
1162         * texinfos.am (install-info): Only look in $(srcdir) for info
1163         files.
1165         * automake.in (initialize_global_constants): New variable
1166         gen_copyright.
1167         (read_am_file): Put a copyright in each Makefile.in.
1169         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
1171         * automake.in (am_install_var): Put space before "=".
1172         (handle_dist): Put README first in DIST_COMMON.
1174         * Makefile.am (pkgdata_DATA): Include COPYING.
1176         * COPYING: New file.
1178         * automake.in (parse_arguments): Added --gnu and --gnits as
1179         synonyms.
1180         (initialize_global_constants): Ditto.
1181         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
1182         (initialize_global_constants): Look for README first.
1183         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
1184         ABOUT-GNU.
1185         (check_gnu_standards): Require file COPYING.
1187         From François Pinard:
1188         * automake.in (file_contents): Comment out "warn"s.
1189         (usage): Use 4 columns.
1190         (USAGE_FORMAT): Ditto.
1192         * texinfos.am (install-info): Look for info file relative to $$d.
1194         * Makefile.am (cvs-dist): Suppress output of "grep".
1196         * configure.in (VERSION): Version 0.28.
1198         * automake.in (pretty_print_internal): Fix for Perl 4
1199         compatibility.
1201         * configure.in (VERSION): Version 0.27.
1203         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
1204         invocation.
1206         * automake.in (initialize_global_constants): Don't quote "@" in
1207         $install_man_format.
1208         (handle_merge_targets): use "@:" as empty command, not ":".
1210 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1212         * texinfos.am (install-info): Look in $d for info files.  From
1213         François Pinard.
1215         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
1217         * automake.in (read_am_file): Correctly deal with continued
1218         variable definitions.
1220 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1222         * automake.in (handle_merge_targets): 'check' target depends on
1223         'all'.
1224         (file_contents): Don't be so verbose.
1225         (read_am_file): Ditto.
1226         (read_am_file): Must use substr to check for trailing \.
1227         (am_install_var): Use push_phony_cleaners.
1228         (file_contents): Set $was_rule when assuming a rule is seen.
1229         (read_am_file): Ditto.
1230         (do_one_clean_target): Removed spurious newline.
1232         Some changes from François Pinard:
1233         * Removed trailing whitespace from all '.am' files.
1234         * tags-subd.am (ID): Use &&, not ;.
1235         (TAGS): Ditto.
1236         * automake.in (parse_arguments): Removed useless message.
1237         (parse_arguments): Don't explicitly referenced STDERR.
1238         (require_argument): Ditto.
1239         (am_error): Ditto.
1240         (set_strictness): Ditto.
1241         (file_contents): Ditto.
1242         (read_am_file): Ditto.
1243         (generate_makefile): Style tweaks.
1244         (handle_programs): Ditto.
1245         (handle_libraries): Ditto.
1246         (handle_texinfo): Ditto.
1247         (handle_man_pages): Ditto.
1248         (handle_tags): Ditto.
1249         (handle_dist): Ditto.
1250         (handle_subdirs): Ditto.
1251         (handle_configure): Ditto.
1252         (handle_footer): Don't put newline before footer.am contents.
1253         (handle_merge_targets): Style tweaks.
1254         (do_one_clean_target): Ditto.
1255         (dirname): Ditto.
1256         (am_variable): Ditto.
1257         Defined some new constants.
1258         (generate_makefile): Don't call generate_header.
1259         (generate_header): Removed.
1260         (file_contents): Rewrote.
1261         (read_am_file): Rewrote.
1263         * automake.in (generate_makefile): Handle phony target.
1264         (do_one_clean_target): Pretty-print dependencies.
1265         (handle_installdirs): Pretty-print rule.
1267         * Makefile.am (maintainer-check): Made some commands silent.
1269         * automake.in (initialize_global_constants): Don't install or
1270         uninstall cat'd man pages.
1271         (initialize_per_input): Added phony target.
1272         (push_phony_cleaners): New function.
1273         (get_object_extension): Handle phony targets.
1274         (handle_texinfo): Ditto.
1275         (handle_man_pages): Ditto.
1276         (handle_tags): Ditto.
1277         (handle_dist): Ditto.
1278         (handle_subdirs): Ditto.
1279         (handle_installdirs): Ditto.
1280         (handle_merge_targets): Ditto.
1281         (handle_clean): Ditto.
1282         (do_one_merge_target): Ditto.
1283         (am_install_var): Ditto.
1284         (handle_phony): New function.
1285         (generate_makefile): Call it.
1286         (pretty_print_internal): New function.
1287         (pretty_print_rule): Ditto.
1289 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1291         * automake.in (initialize_global_constants): Don't print body of
1292         loop at make time.
1294         Changes from François Pinard:
1295         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
1296         (DEP_FILES): Put dependency files in $(srcdir).
1297         Look in $(srcdir) when including dependency files.
1298         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
1299         (.deps/%.P): MKDEP includes all macro expansions.
1300         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
1301         be so verbose.
1302         * dist-subd.am (dist): Don't be so verbose.
1303         * dist.am (dist): Don't be so verbose.
1305         * automake.in (do_one_clean_target): Remove config.status in
1306         maintainer-clean.  From Jim Meyering.
1308         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
1309         Meyering.
1311         * automake.in (handle_merge_targets): Add dummy command for empty
1312         install target.  From Jim Meyering.
1314 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1316         * texinfos.am (uninstall-info): Bug fix.
1318         * Makefile.am (maintainer-check): Error if ${...} used.
1319         * depend.am (DEP_FILES): Prefer $(...).
1321         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
1322         exists.
1323         * libraries.am (install-@DIR@LIBRARIES): Only install library if
1324         it exists.
1325         * programs.am (install-@DIR@PROGRAMS): Only install program if it
1326         exists.
1328         * texinfos-vars.am (TEXFILES): Removed.
1330         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
1332         * automake.in (do_one_merge_target): Never generate trailing
1333         whitespace.
1334         (pretty_print): New function.
1335         (handle_footer): Prettyprint definitions.
1336         (am_install_var): Ditto.
1337         (handle_source_transform): Ditto.
1338         (handle_dist): Ditto.
1339         (handle_libraries): Ditto.
1340         (read_am_file): Put comments nearer appropriate code.
1342         * texi-clean.am (mostlyclean-info): Use continued lines, not
1343         multiple rm's.  From Jim Meyering.
1345 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1347         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
1348         mkinstalldirs, texinfo.tex to be installed.
1349         * automake.in (symlink_exists): New global.
1350         (install_missing): Ditto.
1351         (require_file): Install missing files if possible.
1352         (parse_arguments): Handle --install-missing option.
1353         (initialize_global_constants): Document --install-missing.
1355         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
1356         Ensure 'checks' pass before release.
1357         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
1358         Franc,ois Pinard.
1359         (cvs-dist): Depend on maintainer-check instead of explicitly
1360         running check.
1362         * configure.in (VERSION): Version 0.26.
1364         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
1365         of 'if' test.
1367         * depend.am (DEP_FILES): Bug fix.
1369         * automake.in (do_one_clean_target): Typo.
1371         * Makefile.am (check-local): Run syntax check under Perl 4.
1373         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
1374         (handle_source_transform): Loop variable is now $_.  From Gor
1376         * Makefile.am (check-local): Check for 'true' in source.
1377         * texinfos.am (install-info): Can't use "true" in any rule.
1379 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1381         * Makefile.am (cvs-dist): New target.
1383         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
1384         failures.
1386         * texinfos.am (install-info): Don't do install-info for now.
1388         * clean.am (distclean-generic): Don't remove config.status here.
1389         * automake.in (do_one_clean_target): Remove config.status later,
1390         for 'make -j2'.  From Jim Meyering.
1392 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1394         * configure.in (VERSION): Version 0.25.
1396         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
1397         (handle_configure): Check for AC_PROG_MAKE_SET.
1399         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
1400         Meyering.
1402         * automake.in (am_install_var): Changed how 'clean' handled for
1403         uniform name targets.
1404         * Makefile.am (pkgdata_DATA): Added new files.
1405         * data-clean.am: New file.
1406         * scripts-clean.am: New file.
1407         * libraries-clean.am: New file.
1408         * programs-clean.am: New file.
1410 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1412         * automake.in (am_install_var): Error if variable name
1413         "misspelled".
1414         (handle_source_transform): Automatically include .c file
1415         corresponding to .y or .l.
1417 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1419         * programs.am: Changed for uniform naming scheme.
1421         * automake.in (read_am_file): Allow '-' and '.' in target names.
1422         (generate_makefile): Don't pass arguments to handle_libraries.
1423         (initialize_per_input): Define @sources, @objects.
1424         (generate_makefile): Init @sources, @objects if needed.
1425         (handle_source_transform): Push onto @sources, @objects here.
1426         (am_install_var): Push primary onto @all, for configure-time
1427         customization.
1428         (handle_programs): Use new uniform naming scheme.
1430         * Makefile.am (check-local): New target.
1432         * automake.in (handle_libraries): Use uniform naming scheme.
1434         * libraries.am: Rewrote for uniform naming scheme.
1436         * scripts.am: Updated names of all clean targets.
1438         * automake.in (handle_programs): Split on all whitespace.
1439         (handle_libraries): Ditto.
1440         (handle_texinfo): Ditto.
1441         (handle_man_pages): Ditto.
1442         (am_install_var): Changed return result.
1443         (am_install_var): Changed interface.
1444         (am_install_var): Push onto @clean@ if requested.
1445         (handle_scripts): Pass -clean to am_install_var.
1447 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1449         * automake.in (am_install_var): Push target onto @all.
1450         (get_object_extension): Use $(...).
1451         (handle_source_transform): Ditto.
1452         (handle_programs): Ditto.
1454         * automake.in (require_argument): New function.
1455         (parse_arguments): Use it.
1456         (push_dist_common): New function.
1457         (generate_makefile): Use it.
1458         (handle_texinfo): Ditto.
1459         (handle_dist): Ditto.
1460         (handle_configure): Ditto.
1461         (require_file): Ditto.
1462         (generate_makefile): Don't pass arguments to handle_scripts.
1463         (handle_configure): Require configure.in.
1464         (check_gnu_standards): New function.
1465         (check_gnits_standards): Ditto.
1466         (generate_makefile): Check standards.
1468         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
1470         * automake.in (LENIENT, GNU, GNITS): New constants.
1471         (initialize_per_input): New function.
1472         (generate_makefile): Use it.
1473         (initialize_global_constants): Renamed from init_globals.
1474         (require_file): Added strictness argument.
1475         (parse_arguments): Added --strict option.
1476         (set_strictness): New function.
1477         (parse_arguments): use it.
1478         (initialize_global_constants): Document --strictness.
1480         * automake.in: Use ${1+"$@"} to preserve quoting when running
1481         under sh.
1483         * texinfos.am (install-info): Don't use "true".
1484         * tags.am (TAGS): Don't use "true".
1486         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
1487         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
1489         * program.am (@PROGRAM@): Use LINK macro.
1490         * compile.am (.c.o): Use COMPILE macro.
1492         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
1493         ${...}.
1495         * subdirs.am (RECURSIVE): Removed macro.
1497         * clean.am: Changed to not be so verbose.
1499         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
1500         * automake.in (handle_texinfo): Transform texi-clean and put into
1501         output rules.
1502         * texinfos-vars.am (TEXFILES): Removed.
1503         * texinfos.am: Removed 'clean' targets.
1504         * texi-clean.am: New file.
1506         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
1508         * texinfos-vars.am (TEXFILES): Added *.op.
1510         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
1511         standards.
1512         * dist.am (dist): Use DISTFILES.
1513         * dist-subd.am (dist): Use DISTFILES.
1514         * dist-subd-top.am (dist): Use DISTFILES.
1516 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1518         * Makefile.am (ETAGS_ARGS): Define.
1520         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
1521         Meyering.
1523         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
1525         * automake.in (handle_scripts): Use am_install_var.
1527         * scripts.am: Rewrote for new uniform naming scheme.
1529         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
1531         * libscripts.am: Removed.
1533         * packagedata.am: Removed.
1535         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
1536         (pkgdata_DATA): Renamed from PACKAGEDATA.
1538         * automake.in (handle_data): Use am_install_var.
1539         (init_globals): Init %exec_dir_p.
1541         * data.am: Rewrote for new uniform naming scheme.
1543         * automake.in (get_object_extension): New function.
1544         (handle_programs): Use it.
1545         (dir_holds_sources): Changed interpretation.
1546         (handle_headers): New function.
1547         (am_install_var): New function.
1548         (generate_makefile): Call handle_headers.
1550         * header-vars.am (pkgdatadir): New macro.
1551         (pkglibdir): Ditto.
1552         (pkgincludedir): Ditto.
1554         * automake.in (handle_source_transform): New function.
1555         (am_error): New function.
1556         (generate_makefile): Use it.
1557         (handle_source_transform): Ditto.
1558         (handle_texinfo): Ditto.
1559         (handle_dependencies): Ditto.
1560         (handle_merge_targets): Ditto.
1561         (require_file): Ditto.
1563 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1565         * automake.in: Updated FSF address.  From Jim Meyering.
1566         * header-vars.am: Updated FSF address.
1568         * distname.am: Removed.
1570         * automake.in (file_contents): Strip "##" comments.
1571         * Various files: Added "##" comments for strange things.
1573         * automake.in (handle_tags): Generate TAGS rule for every
1574         directory.
1576         * subdirs.am (RECURSIVE): Include installcheck-recursive.
1577         * automake.in (installcheck): New variable.
1578         (generate_makefile): Initialize it.
1579         (handle_subdirs): Push 'installcheck-recursive'.
1580         (handle_merge_targets): Handle installcheck target.
1582 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
1584         * automake.in ($PACKAGE): Removed.
1586         * header-vars.am (ALL): Removed.
1588         * automake.in: Reworked 'all' target handling.
1590         * automake.in (generate_makefile):
1591         Don't use AM_ forms in call to am_variable.
1593         * automake.in: Changes for Perl 5, from Gord Matzigkeit
1595         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
1597         * automake.in (handle_footer): Allow SUFFIXES variable.
1599         * automake.in (am_variable): New function.
1600         (handle_texinfo): Use it.
1601         (generate_makefile): Use it.
1603         * configure.in: Version 0.24.
1605 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
1607         * automake.in (handle_libraries):
1608         Generate blah_LIBADD defines if required.
1610         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
1612         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
1614         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
1616         * configure.in: Version 0.23
1618         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
1620         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
1622         * automake.in: New option --output-dir
1624         * automake.in (handle_configure): Fixed typo.
1626         * automake.in (handle_installdirs): Always make installdirs target.
1628         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
1629         uninstall-exec-recursive.  Added installdirs-recursive.
1631         * automake.in (handle_installdirs): Handle installdirs-recursive.
1632         (handle_man_pages): 'all' depends on $(MANS)
1634         * Makefile.am: Removed mans.am.
1636         * automake.in: More man-related fixes
1638         * automake.in: Bug fixes
1640         * automake.in: Rewrote man page handling.
1642         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
1644         * automake.in (handle_installdirs): New function.
1645         (@installdirs): New global.
1646         Many changes to deal with installdirs.
1648         * clean.am (clean-generic): Always supply 'else' clause to 'if'
1650         * automake.in (generate_header): Don't use header.am.
1651         (handle_dist): Don't use dist-subd-vars.am.
1653         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
1655         * Makefile.am (DISTCLEANFILES): Removed.
1657         * clean.am (clean-generic): Bug fix.
1659         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
1661         * texi-version.am (clean-vti): No such macro as VTI
1663 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
1665         * automake.in: Bug fix for maintainer-clean
1667         * automake.in (do_one_clean_target):
1668         Print special text in maintainer-clean.
1669         (handle_clean): Always include clean.am
1671         * clean.am: Use -generic clean targets.
1673         * compile.am: Added clean targets.
1675         * configure.in: Version 0.22.
1677         * automake.in (handle_dependencies):
1678         Put trailing newline after all deps.
1680         * automake.in (handle_dependencies): Another dependency bug fix.
1682         * automake.in (handle_dependencies):
1683         Bug fix when including dependencies.
1685         * automake.in (handle_configure):
1686         Verify existence of install-sh, mkinstalldirs
1688         * automake.in (handle_texinfo): Include stamp-vti in distribution
1690         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
1691         Include DATA, PACKAGEDATA.
1693         * Makefile.am: Nothing
1695         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
1697         * automake.in (handle_texinfo): Typo
1699         * automake.in: If script ends up in shell, feed to perl
1701         * automake.in: Rewrote 'clean' rules.
1702         Documentation made and installed first.
1703         'all' depends on 'info'
1705 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
1707         * configure.in, Makefile.am: Turned off internationalization.
1709         * clean-kr.am: Rewrote for new clean scheme.
1711         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
1713         * Makefile.am (PACKAGEDATA): Include tags-clean.am
1715         * subdirs.am: Removed bogus local clean targets
1717         * tags-clean.am: Initial revision
1719         * texi-version.am: Added clean targets
1721         * texinfos.am: Fixes to clean targets.
1723         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
1724         Added clean targets
1726         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
1728         * automake.in: Completely revamped automatic de-ANSI-fication
1730         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
1732         * compile-vars.am (LINK): New macro
1734         * kr-vars.am: Trailing blank line
1736         * compile-kr.am: Rewrote
1738         * compile-vars.am (COMPILE): New macro
1740         * compile-vars.am (ANSI2KNR): Removed
1742         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
1744         * kr-vars.am: Initial revision
1746         * automake.in (require_file): New function.
1747         (handle_texinfo): Require 'mdate-sh'
1748         (common_sometimes): New variable
1749         (usage): Use it.
1751         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
1753         * mdate-sh: Initial revision
1755         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
1757         * automake.in (generate_makefile):
1758         Put Makefile.in, Makefile.am in @dist_common
1759         (handle_configure): Use @dist_common as appropriate
1761         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
1763         * configure.in: Abort if perl not found
1765         * configure.in: Look for perl
1767         * automake.in: Reimplemented in Perl
1769         * automake.in: Fixlet
1771 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
1773         * automake.in: Always print ".SUFFIXES:" rule.
1775         * automake.in: Distribution config.h.in if required
1777         * automake.in: Bug fix when including texi-version.am
1779         * automake.in: Bug fix when looking for .texi file in $am_reldir
1781         * depend.am: Comment fix
1783         * automake.in: Look for .texi file in $am_reldir
1785         * automake.in: Fixlet
1787         * automake.in: Blank line after targets from user's Makefile.am
1789         * automake.in: Move footer items to actual footer
1791         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
1793         * automake.in (common):
1794         Don't include acconfig.h, config.h.top, config.h.bot
1796         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
1798         * Makefile.am (CONFIG_H): Define
1800         * acconfig.h: Initial revision
1802         * configure.in: Use AC_CONFIG_HEADER.
1804         * automake.in: Put blah_TEXINFOS into DIST_COMMON
1806         * automake.in: .info file explicitly depends on primary .texi file
1808         * texinfos.am (install-info): Always supply 'else' clause to 'if'
1810         * tags.am (TAGS): Always supply 'else' clause to 'if'
1812         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
1814         * automake.in: Always include footer.am in output
1816         * mans.am (install-man): Always supply 'else' clause to 'if'
1818         * automake.in: More version.texi fixes
1820         * automake.in: Only do version.texi processing if requested.
1822         * automake.in: Minor internationalization fixes.
1823         Subshell can now exit with nonzero status.
1824         Fixed up .texi handling; now uses texi-version.am
1825         Make sure '.c' and '.o' are in .SUFFIXES if required.
1827         * Makefile.am (PACKAGEDATA): Include texi-version.am
1828         (stamp-vti, version.texi): Removed
1829         (TEXINFOS): Don't reference version.texi
1831         * texi-version.am: Initial revision
1833         * dist.am, dist-subd-top.am (dist):
1834         [DIST_SUBDIRS] Follow symlinks when copying.
1836         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
1838 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
1840         * automake.in: Added --amdir option
1842         * Makefile.am, configure.in: Turned on internationalization
1844         * Makefile.am: Set EDITION
1846         * configure.in: Version 0.21
1848         * tags.am, tags-subd.am: Don't use double-colon rules
1850         * automake.in: Redid install-data, install-exec, uninstall handling
1852         * configure.in: Turn off i18n
1854 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
1856         * automake.in (common): Remove NLS
1858         * automake.in (common): Include ABOUT-NLS.
1860         * automake.in: Test for install-sh and mkinstalldirs
1862         * automake.in: Blank line after OBJECTS= line
1864         * automake.in: Start subshell in loop after check for Makefile.am
1866         * automake.in: --use-deps now the default
1868         * automake.in (am_dir): Don't apply transform to install directory name
1870         * packagedata.am: Don't apply transform to install directory name
1872         * Makefile.am (SUBDIRS): Hold off on internationalization
1874 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
1876         * automake.in:
1877         Write 'SOURCES =' line after copying Makefile.am variables
1879         * automake.in: Fixed bug in "--" option processing
1881         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
1883         * Makefile.am (DIST_OTHER): Include gettext-sh
1885         * Makefile.am (SUBDIRS): Define
1887         * configure.in: Include internationalization bits
1889         * automake.in: Many changes to avoid double-colon rules.
1891         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
1893         * subdirs.am: Removed "::" rules
1895         * header.am: Removed install, uninstall
1897         * header.am: Added install, uninstall targets
1899         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
1901         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
1902         Removed "::" rules
1904         * Makefile.am (PACKAGEDATA): Include libscripts.am
1906         * libprograms.am: Don't install libscripts here
1908         * libscripts.am: Initial revision
1910         * scripts.am, programs.am, libprograms.am: Removed "::" rules
1912         * automake.in (am_dir): Run package name through name transform.
1914         * automake.in: Don't use packagedata.sed or data.sed
1916         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
1917         packagedata.am
1919         * data.am: No longer run through sed
1921         * packagedata.am: Initial revision
1923 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
1925         * automake.in: No blank line after Usage
1927         * automake.in: Removed "NLS nuisances" section.
1928         Now uniformly uses $echo for user-visible messages (in advance of
1929         internationalization)
1931         * subdirs.am (maintainer-clean): Don't use realclean-local
1933         * Makefile.am: Use PACKAGEDATA, not custom code
1935         * data.am: Use @LONG@, not $(@LONG@)
1937         * automake.in: Handle DATA and PACKAGEDATA
1939         * packagedata.sed: Initial revision
1941         * data.am: Use @DIR@, not $(@DIR@)
1943         * data.sed: Use $(datadir), not datadir
1945         * data.sed: Initial revision
1947         * data.am: Wrote uninstall targets
1949         * data.am: Initial revision
1951         * dist-subd.am (dist): Don't link a file that has already been linked
1953         * dist-subd-top.am, dist.am (dist):
1954         Run `automake --include-deps' before making distribution
1956         * automake.in: More dependency-tracking bug fixes
1958         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
1960         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
1962         * tags-subd.am, tags.am: Added trailing blank line
1964         * depend.am: Use ".P", not "empty.P", as placeholder.
1966         * automake.in: Only include depend.am if SOURCES not empty
1968         * automake.in: Added --use-deps and --include-deps options.
1969         Handle auto-generating dependencies.
1971         * Makefile.am (am_DATA): Include depend.am
1973         * depend.am: Initial revision
1975         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
1977         * automake.in: Put blank line after .SUFFIXES
1979         * scripts.am: Added blank line at end
1981         * scripts.am: Removed unnecessary comment
1983         * scripts.am: Removed unnecessary workarounds
1985         * automake.in: Don't include programs.am if PROGRAMS empty
1987         * header-vars.am (INSTALL_SCRIPT): Typo
1989         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
1991         * automake.in: Handle .SUFFIXES here.
1993         * configure.in: Use fp_PROG_INSTALL
1995         * header-vars.am: Changes for autoconf 2.5.
1996         Now includes INSTALL_SCRIPTS.
1998         * texinfos.am (install-info): Bug fix
2000         * automake.in:
2001         Include scripts.am or libscripts.am in output if appropriate
2003         * programs.am (install-programs, uninstall-programs):
2004         Don't install SCRIPTS
2006         * Makefile.am (am_DATA): Include scripts.am
2008         * scripts.am: Initial revision
2010 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
2012         * automake.in:
2013         Cleaned up how "prog_SOURCES" variable is found in input.
2014         Ditto prog_OBJECTS.
2015         Put static sed scripts into separate, installed files.
2017         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
2019         * hack-make.sed, nl-remove.sed: Initial revision
2021         * texinfos.am (install-info): Rewrote
2023         * subdirs.am (all-recursive): Put with other -recursive rules
2025         * configure.in: Version 0.20
2027         * automake.in: Another bug fix
2029         * automake.in: Bug fix when looking for texinfo.tex
2031         * texinfo.tex: Initial revision
2033         * automake.in:
2034         If TEXINFOS defined but texinfo.tex does not exist, give warning.
2036         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
2037         (all-recursive): Don't fail immediately if -k specified.
2039 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
2041         * subdirs.am (_all):
2042         New target.  Now use Jim Meyering's formulation of AIX
2043         workaround.
2044         (install-exec, install-data): New targets
2046 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
2048         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
2050         * automake.in: Use @datadir@
2052         * automake.in: Added @configure_input@ line
2054 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
2056         * automake.in: "--help" option now prints auto-recognized file names.
2057         Allow AM_ overriding of more variables.
2059         * texinfos.am (install-info):
2060         Don't cd to srcdir to avoid breaking install-sh
2061         Other bug fixes
2063         * Makefile.am: Handle automake.texi
2065 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
2067         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
2069         * tags.am (TAGS): bug fix
2071         * automake.in: Use am_dir, not AM_DIR.
2072         Use version, not VERSION.
2073         Bug fix in TAGS code.
2075         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
2077         * subdirs.am: TAGS target now in tags.am
2079         * footer.am: TAGS and ID targets now in tags-subd.am
2081         * tags-subd.am, tags.am: Initial revision
2083         * automake.in: Cleaned up AM_PROGRAM code.
2084         Handle TAGS target better
2086         * remake.am, remake-subd.am (Makefile.in): Bug fix.
2088         * automake.in (usage): Updated
2090         * remake-subd.am, remake.am:
2091         Added rule where Makefile.in depends on Makefile.am
2093         * automake.in: Entire body of 'for' loop now in subshell
2095         * automake.in (common): config.guess and config.sub are common files.
2097         * dist-subd-top.am, dist.am (dist): Bug fix.
2099         * Makefile.am (DIST_OTHER): Don't include TODO
2101         * automake.in: Auto-include TODO and THANKS files.
2103         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
2105         * automake.in: More bug fixes in "look for Makefile.am" code.
2107         * automake.in: Bug fix in "look for Makefile.am" code.
2109         * automake.in:
2110         If no arguments given, look for all Makefile.am's in this
2111         directory and in immediate subdirs
2113         * automake.in: Bug fixes for LDADD-override feature.
2115         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
2117         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
2119         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
2121         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
2123 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
2125         * automake.in: No longer look for _SOURCES or _OBJECTS
2127         * header-vars.am:
2128         Remove "automatically created" header (now in automake).
2129         Updated copyright.
2131         * automake.in: Put version info in Makefile header
2133 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
2135         * automake.in: Minor cleanups
2137         * dist-subd-top.am, dist.am (dist):
2138         Don't link or copy file if it already exists.
2140         * automake.in:
2141         Look for _SOURCES (common sources) and generate _OBJECTS.
2143         * footer.am (ID, TAGS): Include HEADERS
2145         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
2147 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
2149         * dist-subd.am (distdir): Is relative to ".."
2151         * dist-subd-vars.am (PACKAGE, VERSION): Define
2153         * dist-subd.am (dist): Don't handle DIST_DIRS.
2155         * mans.am (uninstall-man): Another bug fix.
2157         * mans.am (uninstall-man): Bug fix.
2159         * dist.am, dist-subd-top.am (dist): Bug fix
2161         * Makefile.am (DIST_SUBDIRS): New macro
2163         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
2165         * Makefile.am (DIST_OTHER): Include automake.in
2167         * Makefile.am (DISTCLEANFILES): New macro.
2169         * automake.in (common): Include COPYING.LIB
2171         * Makefile.am (automake): New rule.
2173         * texinfos.am (install-info): Changed per GNU standards
2175         * remake-hdr.am (stamp-h.in):
2176         Use "touch", not "date", per GNU standards.
2178         * automake.in (common): Include texinfo.tex
2180 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
2182         * automake.in: More fixes when finding common files.
2184         * Makefile.am (DIST_OTHER): Another removal.
2186         * automake.in: Special-case when amdir=.
2188         * Makefile.am (DIST_OTHER): Removed auto-detected files.
2190         * automake.in:
2191         Search for commonly-used files and auto-include them in distribution
2193         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
2194         (DIST_CONF): Removed files searched for by automake.
2196         * automake.in: More arg-parsing bug fixes.
2198         * Makefile.am (DIST_OTHER): Include install-sh
2200         * Makefile.am (DIST_OTHER): Don't include auto-included files.
2202         * automake.in: Bug fixes to argument parsing code.
2204         * automake.in: Handle --version and --help.
2205         NLS stuff from autoconf.
2207         * Makefile.am (amdatadir): Fixed typo.
2208         (install): Make install directories
2210         * Makefile.am: Use "install::", not "install:"
2212         * install-sh, mkinstalldirs: Initial revision
2214         * configure.in: Use AC_PROG_INSTALL
2216         * automake.in: Set AM_DIR based on configure results.
2218         * Makefile.am (install): New target.
2219         (amdatadir): New variable.
2221         * automake.in: Use "#! /", not "#!/".
2223         * Makefile.am, configure.in: Initial revision
2225         * automake.in: Renamed from "automake".
2226         Set VERSION.
2228         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
2230         * automake.in: Insert remake-subd.am if appropriate.
2232         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
2234         * automake.in: Handle ALLPROGRAMS variable.
2236         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
2238         * automake.in: Fixlet when printing "subdir=DIR"
2240         * automake.in: Put "subdir=DIR" into subdir Makefile
2242         * automake.in: Don't refer to distname.am.
2243         Only put footer.am in subdir Makefiles.
2245         * subdirs.am (id, ID): New target.
2246         (.NOEXPORT): Copied from footers.am.
2248         * subdirs.am (TAGS): Bug fixes.
2250         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
2252         * subdirs.am (maintainer-clean-local): Remove TAGS
2254         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
2256         * subdirs.am: Use maintainer-clean, per GNU standards
2258         * dist-subd-top.am: Some variables defined in dist-vars.am
2260         * dist-vars.am (PACKAGE, VERSION):
2261         New variables, initialized by configure
2263         * footer.am (id, ID): New targets
2264         (TAGS): Put TAGS file in build, not source, directory
2266         * remake-subd.am (Makefile): Don't assume subdir is 'src'
2268         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
2270         * dist-subd.am: Changed to conform to new top-level dist target.
2272         * dist-subd-top.am:
2273         Changed to assume PACKAGE and VERSION are set by configure.
2275         * clean-kr.am, clean.am (maintainer-clean):
2276         Updated rules per GNU standards.
2278         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
2280 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
2282         * automake.in, texinfos.am: kludge for multiple-part info files
2284 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
2286         * clean.am, clean-kr.am: remove INFOS
2288 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
2290         * texinfos.am: add path
2292         * remake.am, remake-hdr.am: account for VPATH limitations
2294 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
2296         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
2297         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
2299 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
2301         * texinfos.am: install-info depends on info files
2303         * dist-subd-vars.am, dist-vars.am: distrib info files
2305 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
2307         * clean-kr.am, clean.am: fix up distclean
2309         * subdirs.am: fix typo
2311         * clean.am: do more in distclean
2313 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
2315         * libraries.am: make install depend on all
2317         * automake.in: fix typo
2319 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
2321         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
2323         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
2325         * dist-subd-top.am: Initial revision
2327         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
2328         centralize prefix var setting
2330         * header-vars.am: set all the std vars based on prefix
2332 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
2334         * automake.in: don't add kr stuff if not needed
2336         * dist-vars.am: add config vars to dist
2338 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
2340         * program.am: add LDADD
2342         * compile-vars.am: remove LDADD from LDFLAGS
2344         * clean.am: move knr stuff to another file
2346         * automake.in: use different clean file for ansi2knr
2348         * clean-kr.am: Initial revision
2350 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
2352         * automake.in, dist-subd.am, dist.am: fix rules and dist
2354 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
2356         * compile.am, automake.in: split out knr
2358         * compile-kr.am: Initial revision
2360         * libprograms.am: fix typo
2362         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
2363         make libprograms work
2365         * libprograms.am: Initial revision
2367         * automake.in, compile.am, header-vars.am: fix little bugs
2369         * compile.am: allow parallel K&R
2371         * clean.am: remove kerb temps
2373         * automake.in: fix recognizing start of rules
2375         * dist-subd.am, dist.am: fix dist
2377         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
2379 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
2381         * automake.in: works on m4 too
2383         * automake.in, mans.am: works on fileutils
2385         * 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:
2386         works on fileutils except for all
2388         * automake.in: vars thing
2390         * header-vars.am: Initial revision
2392         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
2393         entered into RCS
2395         * compile-vars.am: Initial revision
2397         * automake.in: many improvements
2399         * footer.am: Initial revision
2401         * dist.am: remove distname
2403         * automake.in: namespace cleanup
2405         * distname.am: Initial revision
2407         * 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:
2408         might work
2410         * 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:
2411         Initial revision