Nothing
[automake.git] / ChangeLog
blobd995ee268b23c5acd1d3c3ffbe1c73c52c2f639b
1 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
3         * aclocal.in: New file.
4         * configure.in: Generate m4/Makefile, aclocal.
5         * Makefile.am (SUBDIRS): Include m4.
6         * m4/Makefile.am: New file.
8 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
10         * automake.in (initialize_global_constants): Put ansi2knr.c and
11         ansi2knr.1 into common_files.  Bug report from François Pinard.
13 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
15         * install-sh: Updated copyright notice.
17 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
19         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
20         Report from Josh MacDonald.
22         Bugs from Gord Matzigkeit:
23         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
24         `$(SUFFIXES)'.
25         (handle_dist): Ignore chmod return results.
27         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
28         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
29         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
31 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
33         * texinfos.am (install-info): Use "if", not "&&", to avoid
34         install problem when glob doesn't match.
36         * automake.in (initialize_global_constants): [USAGE] Added
37         --no-force.
38         (force_generation): New global.
39         (parse_arguments): Handle --no-force.
40         (generate_makefile): Handle --no-force.
42         * Makefile.am (maintainer-check): Ensure all invocations of
43         mkinstalldirs are correct.
45 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
47         * automake.in (handle_tests): Don't directly generate site.exp.
49 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
51         * texinfo.tex: New version.
53         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
54         (initialize_global_constants): Added libtool to
55         @common_sometimes.
56         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
58 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
60         * texinfos.am (install-info): Don't install ~ files.  Bug report
61         from Greg McGary.
62         * automake.in (handle_texinfo): Don't push '.info*' onto
63         @infos_list.
65         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
66         using gettext.
67         (handle_dist): Pass --with-included-gettext to configure if using
68         gettext.
70         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
71         (.c._o): Ditto.
72         * compile.am (.c.o): Pass -c to $(COMPILE).
73         * compile-vars.am (COMPILE): Don't include -c.
75         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
76         automake.
77         * automake.in (handle_configure): Supply --strictness arg to
78         automake.
80 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
82         * automake.in (handle_tests): Fix quoting on `pwd`.
83         (handle_options): Recognize no-installinfo option.
84         (handle_man_pages): Don't put man directory on @installdirs if
85         no-installman is specified.
86         (handle_texinfo): Handle no-installinfo option.
87         (handle_options): Compare version against $num_version, not
88         $VERSION.
89         (handle_source_transform): Generate rules for output of lex,
90         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
91         (handle_dist): "distcheck" now runs "make dvi".
92         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
93         Drepper.
95         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
97 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
99         * automake.in (handle_emacs_lisp): New function.
100         (initialize_global_constants): Added elisp-comp to
101         @common_sometimes.
102         (seen_lispdir): New global.
103         (scan_configure): Handle ud_PATH_LISPDIR.
105         * elisp-comp: New file.
107         * lisp.am: New file.
109         * automake.in (generate_makefile): Run handle_emacs_lisp.
111         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
113         * automake.in (initialize_global_constants): Removed version.texi
114         from common_sometimes.
115         (initialize_global_constants): Added texinfo.tex to common_files.
116         Test texinfo.test.
117         (handle_tests): Allow dejagnu- and automake-style test suites to
118         coexist.  Test dejagnu.test.
119         (initialize_global_constants): New constants AC_CANONICAL_HOST,
120         AC_CANONICAL_SYSTEM.
121         (scan_configure): Use new constants.
122         (handle_tests): Put target specific information into site.exp if
123         AC_CANONICAL_* used.
124         (read_am_file): Generate some extra variables when AC_CANONICAL_*
125         used.
126         (handle_options): Allow version number to have letters appended.
127         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
128         option not specd.
129         (initialize_global_constants): install_man_format changed to
130         handle built man pages.
132 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
134         * config.guess, config.sub: New versions.
136 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
138         * configure.in (VERSION): Upped to 1.0.
140 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
142         * automake.in (handle_tests): Handle dejagnu.
143         (handle_options): Recognize dejagnu option.
145         * dejagnu.am: New file.
147 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
149         * automake.in (handle_dist): Run installcheck target from
150         distcheck.
152         * configure.in (VERSION): Upped to 0.34.
154         * automake.in (scan_configure): Always allow upgrading to
155         fp_PROG_INSTALL.  Test fpinstall.test.
157 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
159         (handle_dist): Make `distcheck' check `install' target, too.
161 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
163         * automake.in (initialize_per_input): Don't initialize
164         $output_directory here; initialize it globally.  From Joshua
165         Cowan.  Test outdir.test.
167 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
169         * automake.in (handle_tests): Don't push TESTS onto dist_common.
170         (initialize_global_constants): Put install-sh and mkinstalldirs
171         into @common_files.  Test insh2.test.
173 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
175         * automake.in (handle_source_transform): Don't generate _OBJECTS
176         when no source files specified.  Test number.test.
178         From Joerg-Martin Schwarz:
179         * automake.in (seen_package, seen_version): New globals.
180         (scan_configure): Look for PACKAGE= and VERSION=.
182         * automake.in (handle_options): Recognize dist-zip.
183         (handle_dist): Handle dist-zip.
184         (handle_options): Use ' ', not \s+, with split.  Test
185         backsl.test.
186         (handle_source_transform): Likewise.
187         (handle_lib_objects): Likewise.
188         (handle_libraries): Likewise.
189         (handle_texinfo): Likewise.
190         (handle_man_pages): Likewise.
191         (handle_subdirs): Likewise.
192         (handle_gettext): Likewise.
193         (handle_footer): Likewise.
194         (handle_tests): Likewise.
195         (scan_configure): Likewise.
196         (am_install_var): Likewise.
198         * Makefile.am (TAGS_DEPENDENCIES): New macro.
200         * tags.am (tags-recursive): New target.
201         (TAGS): Depend on it.
203         * automake.in (handle_tags): Put tags-recursive on @phony.
205         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
206         TAGS_DEPENDENCIES.
207         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
209 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
211         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
213         * automake.in (scan_configure): Look for install-sh and
214         mkinstalldirs here.
215         (initialize_global_constants): Moved mdate-sh from
216         common_sometimes to common_files.  Test mdate2.test.
218 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
220         * automake.in (seen_maint_mode): New global.
221         (scan_configure): Handle jm_MAINTAINER_MODE.
222         (read_am_file): Handle seen_maint_mode.
223         (file_contents_with_transform): Handle seen_maint_mode.
224         (handle_source_transform): Changed interface, all callers.
226         From Jim Meyering:
227         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
228         Handle @MAINT@.
229         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
231         * automake.in (handle_configure): Check $config_aux_dir against
232         empty string.  From Markku Rossi.  Test mkinstall.test.
234 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
236         * automake.in (distcheck): Added new rule to top level
237         Makefile.in.
239 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
241         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
242         sets seen_ranlib.
243         (generate_makefile): libtool, config.sub, and config.guess should
244         only ever appear in the top directory of a package.
246 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
248         * automake.in (initialize_global_constants): Added libversion.in
249         to @common_files.
251         * configure.in (VERSION): Upped to 0.33.
253         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
254         Test extra.test.
256 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
258         * install-sh (transformbasename): Correct misspelling of
259         transformbasename.  From Ian Lance Taylor.
261 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
263         * automake.in (handle_configure): Set mkinstalldirs variable
264         here.
265         (handle_dist_worker): Explicitly set distdir in subdir makes.
266         (handle_dist): Handle separate distdir target.
267         (handle_dist_worker): Only generate distdir target.
269         * texinfos.am (install-info): Use $(mkinstalldirs).
270         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
271         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
272         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
273         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
274         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
276         * automake.in (read_am_file): Set mkinstalldirs variable.
277         (handle_man_pages): Use it.
278         (handle_installdirs): Ditto.
280 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
282         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
284 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
286         * automake.in (handle_dist_worker): Use $(TAR), not tar.
287         (handle_merge_targets): Make sure config header is built before
288         recursing into subdirs.
289         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
290         (handle_merge_targets): Handle case where nothing is installed but
291         something must be built -- "make install" must still work.
293         * dist-vars.am (TAR): New macro.
295         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
296         (handle_configure): Require stamp-h.in when config header used.
298 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
300         * doc/mdate-sh: Extract the last field from the date output, not
301         the sixth, which will fail when the timezone name has more than
302         one word or is missing.
304 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
306         * automake.in (am_install_var): Use delete, not undef, to remove
307         EXTRA entry.  From Gord Matzigkeit.
309 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
311         * automake.in (read_am_file): Handle case where last line doesn't
312         end in newline.
314 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
316         * automake.in (variable_defined): New function.
317         (read_am_file): Ensure a blank line comes before starting comments
318         from Makefile.am.
319         (initialize_per_input): Initialize %targets.
320         (read_am_file): Set appropriate entry in %targets.
321         Many changes to use variable_defined.
322         (check_gnu_standards): Only require ChangeLog at top level.  From
323         Gord Matzigkeit.
324         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
325         Matzigkeit.
327 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
329         * automake.in (parse_arguments): Added short options.
330         (initialize_global_constants): Ditto.
332 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
334         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
335         fails.
337         * automake.in (handle_source_transform): Typo fix.
339 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
341         * automake.in (handle_dist_worker): Renamed dist-local to
342         dist-hook.
343         (handle_merge_targets): Added install-data-hook and
344         install-exec-hook.
345         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
347         * automake.in (handle_scripts): Never allow scripts_installed to
348         become 0.
350         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
351         srcdir.
353         * automake.in (generate_makefile): Derived file names from given
354         input; don't assume Makefile.in and Makefile.am.
355         (am_file_name, in_file_name): New globals.
356         (read_am_file): Use them.
358         * program.am (@PROGRAM@): Use transformed program name.
360         * remake-hdr.am (stamp-h): Actually touch stamp-h.
362 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
364         * automake.in (require_file_internal): Use correct file for error
365         messages.  Test insh.test.
367 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
369         * texinfos.am (.texi.info): Build output file in srcdir.
371         * automake.in (require_file_internal): If $dir is ".",then look in
372         relative directory.
373         (handle_texinfo): Canonicalize name of texi file before looking
374         for dependency variable.
376 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
378         * automake.in (require_conf_file_with_conf_line): Yet another
379         function of this form.
380         (libtool_line): New variable.
381         (handle_libraries): Handle libtool.
383         * libraries-vars.am: Removed.
385         * automake.in (seen_libtool): New variable.
386         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
388         * automake.in (handle_dist_worker): Handle dist-local.
390         * Makefile.am (maintainer-check): Do "make check" after all syntax
391         checks.
393         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
394         directory.
396         * automake.in ($seen_arg_prog): New global.
397         (handle_programs): Error if AC_ARG_PROGRAM not seen.
398         (handle_scripts): Ditto.
399         (handle_configure): mkinstalldirs now a config file.
400         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
401         (handle_dist_worker): Removed DIST_SUBDIRS.
402         (require_file_path): New variable.
403         (require_file_with_conf_line): Set it.
404         (require_file_with_line): Ditto.
405         (require_file): Ditto.
406         (require_file_internal): Incorporated code from
407         require_config_file.
408         (require_config_file): Rewrote.
409         (require_conf_file_with_line): New function.
410         (handle_texinfo): Use it for mdate-sh.
411         (handle_texinfo): Look for mdate-sh in appropriate directory.
413 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
415         * Makefile.am (cvs-dist): Find NEWS in srcdir.
416         * automake.in (handle_dist_worker): Find NEWS in srcdir.
417         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
418         rule.
419         (require_config_file): Set config_aux_path when file found.
420         ($config_aux_dir): New variable.
421         (require_config_file): Set it.
422         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
424 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
426         * data.am (install-@DIR@DATA): Also allow data to be in build
427         directory.
429 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
431         * automake.in (am_install_var): Don't look in EXTRA_primary
432         variable any more; it is handled in the main loop.
434 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
436         * data.am (install-@DIR@DATA): Find data in srcdir.
438 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
440         * automake.in (require_config_file): Use correct filename when
441         looking for errors.  Also, install file in `.' if not found.  Bug
442         reported by Gord Matzigkeit.  Test installsh.test.
444 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
446         * Makefile.am (cvs-diff): New target.
448         Fix for bug when install var substitutes empty.  Test empty.test.
449         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
450         (uninstall-@DIR@HEADERS): Ditto.
451         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
452         (uninstall-@DIR@SCRIPTS): Ditto.
453         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
454         libraries.
455         (uninstall-@DIR@LIBRARIES): Ditto.
456         * data.am (install-@DIR@DATA): Allow empty list of data.
457         (uninstall-@DIR@DATA): Ditto.
458         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
459         From François Pinard.
460         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
461         (uninstall-@DIR@PROGRAMS): Ditto.
463 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
465         * tags-subd.am (ID): Name of ID file must be flush against -f.
467         * configure.in (VERSION): Version 0.32.
469 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
471         * automake.in (seen_linguas, all_linguas_line): New variables.
472         (handle_gettext): New function.
473         (generate_makefile): Run it.
474         (scan_configure): Recognize ALL_LINGUAS.
476 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
478         * automake.texi: doc fix.
480         * automake.in (am_install_var): Added support for check and
481         installcheck special prefixes.
483 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
485         * automake.in (handle_subdirs): Don't do SUBDIRS check for
486         gettext.
488 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
490         * automake.in (OBJECT_PATTERN): Removed.
491         (am_install_var): No error if name is invalid.
492         (handle_programs): Canonicalize program names.
493         (BOGUS_MACRO_PATTERN): New variable.
494         (read_am_file): Error if bad macro name given.
495         (require_file_internal): Use am_line_error, not am_conf_error.
497         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
499 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
501         * automake.in (handle_lib_objects): New function.
502         (handle_libraries): Use it.
503         (handle_programs): Ditto.
504         (handle_dist_worker): Deprecate DIST_SUBDIRS.
505         (am_install_var): Allow extended directory mechanism to work.
506         Test exdir.test.
508         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
509         (DEP_DISTFILES): Ditto.
511         * automake.in (OBJECT_PATTERN): New variable.
512         (am_install_var): Use it.
513         (handle_dist): DIST_OTHER is an anachronism.
515 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
517         * automake.in (handle_dist_worker): Only cause Automake to be
518         re-run if not making a distribution.  Fixes bug reported by
519         Joerg-Martin Schwarz.
520         (require_file_with_line): New function.
521         (require_file): Use it.
522         (am_line_error): Don't print line number if $symbol is empty.
523         (get_object_extension): Use require_file_with_line.
524         (handle_libraries): Use require_file_with_line.
525         (handle_texinfo): Use require_file_with_line.
526         (handle_configure): Use am_conf_line_error and
527         require_file_with_conf_line.
528         (handle_subdirs): Use require_file_with_conf_line.
529         (handle_configure): Use require_file_with_conf_line.
530         (handle_tests): Push check-TESTS on @phony.
531         (am_conf_line_error): New function.
532         (require_file_with_conf_line): New function.
533         (require_file_internal): New function.
534         (require_file_with_line): Use it.
535         (require_file): Ditto.
536         (am_conf_line_error): Handle empty line number.
537         (ac_gettext_line, ac_output_line): New variables.
538         (scan_configure): Set them.
540 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
542         * automake.in (parse_arguments): Default strictness is gnu.
543         Changed `normal' to `foreign' everywhere.
544         (parse_arguments): Handle --foreign.
545         (initialize_global_constants): Document --foreign.
546         (handle_dependencies): Better error message.
547         (handle_texinfo): Don't push $vtexi on @texis.
548         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
549         (handle_configure): install-sh is a config file; require it as
550         such.
551         (parse_arguments): Renamed --install-missing to --add-missing.
552         (add_missing): Renamed from install_missing.
553         (am_install_var): Check to make sure contents of install variable
554         are correct if primary requires it.  Test badprog.test.
555         (initialize_global_constants): Initialize
556         %primary_uses_subobjects.
557         (handle_source_transform): Skip configure substitutions.  Test
558         depend.test.  Also, skip empty elements.
560 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
562         * texinfo.tex: New version.
564         * automake.in (am_install_var): Allow extended range of
565         installation directories.
567         * automake.in (get_object_extension): Don't allow
568         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
569         From Gord Matzigkeit.  Test confincl.test.
571         * texinfos.am (install-info): Changed usage of install-info (in
572         comment).  Per Feb 25 GNU Standards document.
574 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
576         * automake.in (handle_tests): New function.
577         (generate_makefile): Call it.
578         (handle_subdirs): Skip directories whose names look like configure
579         substitutions.
580         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
581         when using gettext.
582         (scan_configure): Clear in_ac_output if "]" found.  Test
583         acoutqnl.test.
584         (require_config_file): New function.
585         (generate_makefile): Use require_config_file.
586         (config_aux_path): New variable.
587         (scan_configure): Check for AC_CONFIG_AUX_DIR.
588         (handle_merge_targets): Add install-strip rule.
590 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
592         * mdate-sh: New version from Ulrich Drepper.
594         * automake.in (handle_source_transform): Changed fill back to
595         empty string.
596         (handle_libraries): Ditto.
597         (handle_dist): Ditto.
598         (handle_dependencies): Ditto.
599         (handle_footer): Ditto.
600         (handle_phony): Ditto.
602         * Makefile.am (DIST_SUBDIRS): Removed.
603         (installcheck-local): Use Perl, not test -x.
604         (PERL): New macro.
605         (maintainer-check): Use $(PERL), not @PERL@.
607         * configure.in (VERSION): Upped to 0.31.
609 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
611         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
612         and config.guess.
614         * automake.in: Use keyed_aclocal_warning when warning about
615         fp_PROG_INSTALL.
616         (get_object_extension): Use keyed_aclocal_warning when warning
617         about fp_C_PROTOTYPES.
618         (keyed_aclocal_warning): New function.
620         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
621         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
623         * automake.in (get_object_extension): Only give error about
624         fp_C_PROTOTYPES once.
626         * automake.in (seen_ranlib): New variable.
627         (scan_configure): Recognized AC_PROG_RANLIB.
628         (handle_libraries): Error if ranlib not checked for.
630         * automake.in (default_strictness): Default to GNU.
631         (default_strictness_name): Ditto.
633 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
635         * automake.in (read_am_file): Removed @kr@ support.
636         (get_object_extension): Ditto.
638         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
640 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
642         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
644 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
646         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
647         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
649         * automake.in (handle_scripts): Ensure $scripts_installed set to
650         boolean value.  Test proginst.test.
652         * Makefile.am (installcheck-local): New target.
654         * automake.in (require_file): No error if missing file is
655         installed.
657 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
659         * automake.in (handle_scripts): SCRIPTS no longer automatically
660         cleaned.  Now possible to install scripts in pkgdatadir.
661         ($seen_canonical): New variable.
662         (generate_makefile): Check for config.guess and config.sub here;
663         fixes bug reported by Gord Matzigkeit.
665         * Makefile.am (pkgdata_SCRIPTS): New variable.
666         (CLEANFILES): New macro.
668         * scripts-clean.am: Removed.
670 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
672         * automake.in (am_install_var): Error if primary variable actually
673         defined.
674         (am_install_var): Skip elements that look like configure
675         substitutions.
676         (am_install_var): "EXTRA" is a valid prefix.
677         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
678         (handle_merge_targets): Treat "all" target like "install".
679         (handle_subdirs): Don't push all-recursive.
681         * header.am (install-@DIR@HEADERS): Don't depend on all.
682         * data.am (install-@DIR@DATA): Don't depend on all.
683         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
684         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
685         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
687         * automake.in (am_install_var): Push generated install targets
688         onto @phony.
690         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
691         * automake.in (handle_merge_targets): Correctly handle recursive
692         calls of uninstall, install-exec, and install-data.
693         (handle_merge_targets): Put Makefile, and possibly $config_name,
694         onto @all.
695         (handle_merge_targets): Push 'all' onto @install as appropriate.
697 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
699         * automake.in (handle_configure): config.status is in
700         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
702         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
704 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
706         * automake.in: (seen_prog_yacc): New variable.
707         (scan_configure): Look for yacc.
708         (handle_source_transform): Skipp C++ header files.
709         (handle_source_transform): .cxx is a C++ source file.
711 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
713         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
715         Implemented --verbose feature; idea from Greg Woods:
716         * automake.in (verbose): New global.
717         (generate_makefile): Print creating message if verbose.
718         (grep_for_vers_texi): Print message if verbose.
719         (handle_dependencies): Ditto.
720         (scan_configure): Ditto.
721         (read_am_file): Ditto.
722         (parse_arguments): Added --verbose.
723         (initialize_global_constants): Ditto.
725         * automake.in (get_object_extension): Use am_line_error.
726         (handle_source_transform): Ditto.
727         (handle_libraries): Ditto.
728         (handle_texinfo): Ditto.
729         (handle_man_pages): Ditto.
730         (handle_dist): Ditto.
731         (handle_dist): Ditto.
732         (handle_subdirs): Ditto.
733         (handle_configure): Ditto.
734         (handle_merge_targets): Ditto.
735         (am_install_var): Ditto.
736         (am_line_error): Allow actual line number as argument.
737         (handle_configure): Use am_line_error.
738         (scan_configure): Set config_header_line.
739         (config_header_line): New global.
740         Use @PERL@ to find perl during exec.  From Greg Woods.
742 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
744         * automake.in (initialize_per_input): Init %content_lines.
745         (read_am_file): Set appropriate content_lines elements while
746         reading.
747         (am_line_error): New function.
748         (read_am_file): Use it.
749         (handle_options): Ditto.
751         * automake.in (scan_configure): Handle case where more than one .o
752         is put into LIBOBJS at once.  Test libobj.test.
754 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
756         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
757         Test acouttbs.test.
758         (handle_subdirs): Restored intl, po warnings.
760         * automake.in (scan_configure): Delete everything after "," or
761         ")".  Test acoutnoq.test.
762         (handle_dist): Use $relative_dir, not nonexistent $subdir.
763         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
764         SUBDIRS; don't warn about their absence.
766 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
768         * automake.in (handle_texinfo): Removed bogus error message.
770         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
771         onto @all.
772         (handle_options): Handle version number.
774         * automake.in ($maint_charset, $dist_charset): New variables.
775         (initialize_per_input): Init $local_maint_charset.
776         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
777         (generate_makefile): Don't print "creating...".
779 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
781         * automake.in (get_object_extension): Substitute
782         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
783         (handle_source_transform): Use $1, not \1.
784         (pretty_print_internal): Handle Tabs in fill when computing indent
785         on new line.
786         (handle_merge_targets): Always generate install-exec and
787         install-data targets.  Test instexec.test.
788         Fixed error message if fp_PROG_INSTALL missing.
790         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
791         @CONFIG_INCLUDE_SPEC@.
793         * automake.in (scan_configure): Delete everything after "]".  Test
794         acoutput.test.
796         * configure.in (AC_OUTPUT): Create tests/Makefile.
797         * Makefile.am (SUBDIRS): New macro.
799         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
800         Meyering.
802         * configure.in (AC_OUTPUT): Ensure automake is executable.
804 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
806         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
807         not exist.
809         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
811         From Jim Meyering:
812         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
813         (@DIR@_LIBFILES).
814         * header.am (install-@DIR@HEADERS): Depend on all, not
815         $(@DIR@_HEADERS).
816         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
817         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
818         $(@DIR@_SCRIPTS).
819         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
820         $(@DIR@_PROGRAMS).
822         * automake.in (initialize_per_input): Initialize
823         $use_dependencies.
824         ($seen_path_xtra): New variable.
825         (scan_configure): Look for AC_PATH_XTRA.
826         (get_object_extension): Add variables to output if X seen.
828 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
830         * automake.in (handle_programs): add pkglib to list of
831         directories for C
832         (various): include a tab as fill for continuation lines
833         printed with pretty_print*, esp. for macro variable assignments.
834         [ changed to 4 spaced by me ]
836 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
838         * configure.in (VERSION): Upped to 0.30.
840         * Makefile.am (automake): Removed.
841         (DIST_OTHER): Removed.
843         * automake.in (handle_source_transform): All dep_files are
844         relative to $(srcdir).
845         (handle_libraries): Ditto.
846         (scan_configure): Test for AC_PROG_INSTALL as well as
847         fp_PROG_INSTALL.  Don't error here.
848         (seen_prog_install): Now global.
849         (scripts_installed): New global.
850         (handle_scripts): Set it.
851         Give error if appropriate install macro not seen.
852         (handle_subdirs): Ensure $seen_gettext before requiring
853         gettext-specific files.
854         (handle_configure): Automatically rebuild 
856         From Jim Meyering:
857         * automake.in (handle_source_transform): Use \W when quoting
858         regexp.  When blah_SOURCES not explicitly defined, still create
859         entry in %deps.
860         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
861         * subdirs.am (maintainer-clean-recursive): Now depends on
862         $(CONFIG_HEADER) and Makefile.
864         * automake.in (handle_source_transform): Skip macro references.
866 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
868         * automake.in (handle_texinfo): Include "rm" when deleting files.
870         * Makefile.am (maintainer-check): Expect only one ${...}.
871         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
872         Meyering.
874         * automake.in (handle_configure): Only define CONFIG_HEADER if
875         $config_name.
876         ($seen_gettext): New variable.
877         (handle_subdirs): Do all gettext-related checking here.
878         (scan_configure): Just set $seen_gettext.
879         (handle_man_pages): Properly quote $(MANS).
881 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
883         * depend.am: Don't use srcdir anywhere.
884         * automake.in (handle_libraries): Don't make .deps relative to
885         srcdir.
886         (handle_options): Recognize no-dependencies.
888         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
889         ".".  Properly quote regexp.
891 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
893         * automake.in (handle_configure): Only defined CONFIG_HEADER if
894         $config_name.
895         (read_am_file): Quote regexp when substituting top_builddir.
896         (handle_source_transform, handle_libraries): Look in
897         $(srcdir)/.deps for .P files.
899 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
901         * automake.in (am_conf_error): New function.
902         (scan_configure): Use it.
903         (scan_configure): A comma also ends AC_OUTPUT macro.
905         * automake.in (read_am_file): Compute top_builddir when including
906         header-vars.am.
907         (handle_configure): Use $top_builddir, not $top_reldir.
908         (other_input_files): New variable.
909         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
911         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
912         * automake.in (input_files, seen_make_set): Declare globally.
913         (parse_arguments): Use input_files, not make_list.
914         Only scan configure.in once.
915         (handle_dist): Use SUBDIRS to determine when to make
916         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
917         find top of dist tree.
918         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
919         configure.in (done elsewhere).
920         (scan_configure): seen_make_set is global.  Allow arbitrary space
921         in LIBOBJS assignment.
922         (top_builddir): New variable.
923         * header-vars.am (top_builddir): New variable.
924         * remake-subd.am (Makefile): Look in top_builddir, not .., when
925         remaking.
926         * automake.in (handle_merge_targets): Run 'all' before
927         check-recursive.
929         * automake.in (file_contents_with_transform): Changed error
930         message.
931         (handle_configure): Define $contents{'CONFIG_HEADER'}.
933         * texi-version.am: Many changes to support multiple .texi files.
934         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
935         "@VTI@".
936         * automake.in (handle_configure): install.sh is an anachronism.
937         (handle_texinfo): Generalized for multiple .texi files.  Handle
938         'clean-info' internally.
939         * texi-clean.am: Removed.
940         * Makefile.am: Updated for removal.
942 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
944         * automake.in (grep_for_vers_texi): New function.
945         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
946         (handle_texinfo): Changes to generalize to multiple .texi files.
948 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
950         Fixes from Gord Matzigkeit:
951         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
952         topsrcdir.
953         * header.am: New file.
954         * Makefile.am (pkgdata_DATA): Install header.am.
955         * automake.in (handle_headers): Use header.am, not data.am.
956         (am_install_var): Allow pattern to be compiled multiple times.
958         * config.guess, config.sub: New files.
959         * Makefile.am (pkgdata_DATA): Install config.guess and
960         config.sub.
961         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
962         AC_CANONICAL_SYSTEM.
964 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
966         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
967         (handle_man_pages): Use man_MANS, not MANS.
969         * Makefile.am (info_TEXINFOS): Renamed.
971         * automake.in (scan_configure): Remove comments from input line.
972         (am_variable): Removed.
974         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
976         * automake.in (config_name, config_header): New globals.
977         (scan_configure): Look for AC_CONFIG_HEADER.
978         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
980 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
982         * automake.in (handle_dist_worker): Bug fix.
984 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
986         * automake.in (require_file): Install missing files only according
987         to desired strictness.
988         (initialize_per_input): Don't init libsources.
989         (scan_configure): Reinit libsources.
990         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
991         (fp_c_prototypes): New global.
992         (scan_configure): Set it.
993         (get_object_extension): Error if fp_C_PROTOTYPES not in
994         configure.in when using ansi2knr.
995         (handle_source_transform): Skip header files.
997         * automake.in (handle_dist_worker): Explicitly make 'dist' in
998         subdirs.
1000 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1002         From François Pinard:
1003         * automake.in (handle_source_transform): Transform $o file into .P
1004         file.
1005         (handle_dist_worker): Handle case where DISTFILES includes
1006         wildcard.  Bug fix in subdir case.
1008         * automake.in (parse_arguments): Initialize strictness to
1009         'normal'.
1011 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1013         * automake.in (scan_configure): Look for NLS support.
1015         Changes from François Pinard:
1016         * texinfos.am (install-info): Correctly install when build dir is
1017         not srcdir.
1018         * tags-subd.am (ID): Indentation change.
1019         * kr-vars.am (o): Use ".@U@o", not "@U@o".
1020         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
1021         * automake.in (handle_dist_worker): Fixlets.
1022         (handle_dist): Sort keys going into dist_common.
1024 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1026         * automake.in (handle_dist_worker): If Gnits, don't allow release
1027         until NEWS is updated.
1029         * configure.in (VERSION): Version 0.29.
1031         * Makefile.am (maintainer-check): Look for perl4.036 in path.
1033         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
1034         (DEP_DISTFILES): Ditto.
1036         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
1037         * dist-vars.am (DEP_DISTFILES): New variable.
1039         * automake.in (handle_options): Support dist-shar option.
1040         (handle_dist_worker): New function.
1041         (handle_dist): Use it.
1043         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
1044         *.tmp.
1046         * automake.in (handle_dist): Chmod distdir 777.  From François
1047         Pinard.
1049         * automake.in (scan_configure): New function.
1050         (initialize_per_input): Init libsources.
1051         (generate_makefile): Run handle_configure first.
1052         (handle_configure): Run scan_configure.
1053         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
1055 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
1057         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
1059         * automake.in (strictness, strictness_name): Renamed.
1060         (initialize_per_input): Set strictness, strictness_name.
1061         Initialize %options.
1062         (generate_makefile): Run handle_options.
1063         (handle_options): New function.
1064         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
1065         man page install if no-installman option given.
1066         (read_am_file): Deprecate @kr@.
1067         (get_object_extension): Look at ansi2knr option.
1068         (parse_arguments): Take global strictness from command-line
1069         options.
1071 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1073         Fixes from François Pinard:
1074         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
1075         * automake.in (get_object_extension): Use $o, not $(kr)o.
1076         (handle_source_transform): Don't look for $(kr)c files.
1077         * kr-vars.am (o): New macro.
1078         (kr): Removed.
1080         * depend.am (DEP_FILES): Removed.
1081         * automake.in (handle_source_transform): Push .P file onto
1082         dep_files.
1083         (initialize_per_input): New variable %dep_files.
1084         (handle_dependencies): Generate DEP_FILES here.
1086 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
1088         * automake.in (do_one_clean_target): Only remove config.status in
1089         top-level directory.
1090         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
1092         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
1094         * automake.in (handle_dist): Make "ln" quiet.
1096         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
1098 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1100         * automake.in (handle_merge_targets): 'check' shouldn't depend on
1101         'all' at top level.
1102         (file_contents_with_transform): New function.
1103         (am_install_var): Use file_contents_with_transform.
1104         (handle_programs): Ditto.
1105         (handle_libraries): Ditto.
1106         (handle_texinfo): Ditto.
1107         (handle_merge_targets): Let 'install' depend on 'all' if no other
1108         dependencies exist.  From Jim Meyering.
1109         (check_gnu_standards): GNU requires AUTHORS file.  (See
1110         maintain.text).
1111         (require_file): Put body in loop.
1112         (get_object_extension): Only call require_file once.
1113         (handle_configure): Ditto.
1115         From Jim Meyering:
1116         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
1117         * tags-subd.am (id): Removed.
1119 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1121         * Added copyright notice to each .am file.
1123         * automake.in: Cleanups from François Pinard to avoid $#.
1124         (require_argument): Fixed sense of test.
1125         (set_strictness): Bug fix.
1127 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1129         * Makefile.am (pkgdata_DATA): Removed old dist files.
1131         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
1133         * automake.in (set_strictness): Set $strictness_name.
1134         (strictness_name): New variable.
1135         (handle_dist): Substantially rewrote.
1137         * configure.in: Point AC_INIT at automake.in.
1139         * automake.in (generate_makefile): Report errors against
1140         Makefile.in, not Makefile.am.
1142 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1144         * mdate-sh: Bug fix from Jim Meyering.
1146         * dist.am (dist): Changed in parallel with dist-subd-top.am.
1148         * mkinstalldirs: Reverted.
1150         * automake.in (initialize_global_constants): Allow COPYING.LIB
1151         again.
1152         (check_gnits_standards): Disallow COPYING.LIB.
1154         * texinfos.am (install-info): Only look in $(srcdir) for info
1155         files.
1157         * automake.in (initialize_global_constants): New variable
1158         gen_copyright.
1159         (read_am_file): Put a copyright in each Makefile.in.
1161         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
1163         * automake.in (am_install_var): Put space before "=".
1164         (handle_dist): Put README first in DIST_COMMON.
1166         * Makefile.am (pkgdata_DATA): Include COPYING.
1168         * COPYING: New file.
1170         * automake.in (parse_arguments): Added --gnu and --gnits as
1171         synonyms.
1172         (initialize_global_constants): Ditto.
1173         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
1174         (initialize_global_constants): Look for README first.
1175         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
1176         ABOUT-GNU.
1177         (check_gnu_standards): Require file COPYING.
1179         From François Pinard:
1180         * automake.in (file_contents): Comment out "warn"s.
1181         (usage): Use 4 columns.
1182         (USAGE_FORMAT): Ditto.
1184         * texinfos.am (install-info): Look for info file relative to $$d.
1186         * Makefile.am (cvs-dist): Suppress output of "grep".
1188         * configure.in (VERSION): Version 0.28.
1190         * automake.in (pretty_print_internal): Fix for Perl 4
1191         compatibility.
1193         * configure.in (VERSION): Version 0.27.
1195         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
1196         invocation.
1198         * automake.in (initialize_global_constants): Don't quote "@" in
1199         $install_man_format.
1200         (handle_merge_targets): use "@:" as empty command, not ":".
1202 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1204         * texinfos.am (install-info): Look in $d for info files.  From
1205         François Pinard.
1207         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
1209         * automake.in (read_am_file): Correctly deal with continued
1210         variable definitions.
1212 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1214         * automake.in (handle_merge_targets): 'check' target depends on
1215         'all'.
1216         (file_contents): Don't be so verbose.
1217         (read_am_file): Ditto.
1218         (read_am_file): Must use substr to check for trailing \.
1219         (am_install_var): Use push_phony_cleaners.
1220         (file_contents): Set $was_rule when assuming a rule is seen.
1221         (read_am_file): Ditto.
1222         (do_one_clean_target): Removed spurious newline.
1224         Some changes from François Pinard:
1225         * Removed trailing whitespace from all '.am' files.
1226         * tags-subd.am (ID): Use &&, not ;.
1227         (TAGS): Ditto.
1228         * automake.in (parse_arguments): Removed useless message.
1229         (parse_arguments): Don't explicitly referenced STDERR.
1230         (require_argument): Ditto.
1231         (am_error): Ditto.
1232         (set_strictness): Ditto.
1233         (file_contents): Ditto.
1234         (read_am_file): Ditto.
1235         (generate_makefile): Style tweaks.
1236         (handle_programs): Ditto.
1237         (handle_libraries): Ditto.
1238         (handle_texinfo): Ditto.
1239         (handle_man_pages): Ditto.
1240         (handle_tags): Ditto.
1241         (handle_dist): Ditto.
1242         (handle_subdirs): Ditto.
1243         (handle_configure): Ditto.
1244         (handle_footer): Don't put newline before footer.am contents.
1245         (handle_merge_targets): Style tweaks.
1246         (do_one_clean_target): Ditto.
1247         (dirname): Ditto.
1248         (am_variable): Ditto.
1249         Defined some new constants.
1250         (generate_makefile): Don't call generate_header.
1251         (generate_header): Removed.
1252         (file_contents): Rewrote.
1253         (read_am_file): Rewrote.
1255         * automake.in (generate_makefile): Handle phony target.
1256         (do_one_clean_target): Pretty-print dependencies.
1257         (handle_installdirs): Pretty-print rule.
1259         * Makefile.am (maintainer-check): Made some commands silent.
1261         * automake.in (initialize_global_constants): Don't install or
1262         uninstall cat'd man pages.
1263         (initialize_per_input): Added phony target.
1264         (push_phony_cleaners): New function.
1265         (get_object_extension): Handle phony targets.
1266         (handle_texinfo): Ditto.
1267         (handle_man_pages): Ditto.
1268         (handle_tags): Ditto.
1269         (handle_dist): Ditto.
1270         (handle_subdirs): Ditto.
1271         (handle_installdirs): Ditto.
1272         (handle_merge_targets): Ditto.
1273         (handle_clean): Ditto.
1274         (do_one_merge_target): Ditto.
1275         (am_install_var): Ditto.
1276         (handle_phony): New function.
1277         (generate_makefile): Call it.
1278         (pretty_print_internal): New function.
1279         (pretty_print_rule): Ditto.
1281 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1283         * automake.in (initialize_global_constants): Don't print body of
1284         loop at make time.
1286         Changes from François Pinard:
1287         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
1288         (DEP_FILES): Put dependency files in $(srcdir).
1289         Look in $(srcdir) when including dependency files.
1290         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
1291         (.deps/%.P): MKDEP includes all macro expansions.
1292         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
1293         be so verbose.
1294         * dist-subd.am (dist): Don't be so verbose.
1295         * dist.am (dist): Don't be so verbose.
1297         * automake.in (do_one_clean_target): Remove config.status in
1298         maintainer-clean.  From Jim Meyering.
1300         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
1301         Meyering.
1303         * automake.in (handle_merge_targets): Add dummy command for empty
1304         install target.  From Jim Meyering.
1306 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1308         * texinfos.am (uninstall-info): Bug fix.
1310         * Makefile.am (maintainer-check): Error if ${...} used.
1311         * depend.am (DEP_FILES): Prefer $(...).
1313         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
1314         exists.
1315         * libraries.am (install-@DIR@LIBRARIES): Only install library if
1316         it exists.
1317         * programs.am (install-@DIR@PROGRAMS): Only install program if it
1318         exists.
1320         * texinfos-vars.am (TEXFILES): Removed.
1322         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
1324         * automake.in (do_one_merge_target): Never generate trailing
1325         whitespace.
1326         (pretty_print): New function.
1327         (handle_footer): Prettyprint definitions.
1328         (am_install_var): Ditto.
1329         (handle_source_transform): Ditto.
1330         (handle_dist): Ditto.
1331         (handle_libraries): Ditto.
1332         (read_am_file): Put comments nearer appropriate code.
1334         * texi-clean.am (mostlyclean-info): Use continued lines, not
1335         multiple rm's.  From Jim Meyering.
1337 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1339         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
1340         mkinstalldirs, texinfo.tex to be installed.
1341         * automake.in (symlink_exists): New global.
1342         (install_missing): Ditto.
1343         (require_file): Install missing files if possible.
1344         (parse_arguments): Handle --install-missing option.
1345         (initialize_global_constants): Document --install-missing.
1347         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
1348         Ensure 'checks' pass before release.
1349         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
1350         Franc,ois Pinard.
1351         (cvs-dist): Depend on maintainer-check instead of explicitly
1352         running check.
1354         * configure.in (VERSION): Version 0.26.
1356         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
1357         of 'if' test.
1359         * depend.am (DEP_FILES): Bug fix.
1361         * automake.in (do_one_clean_target): Typo.
1363         * Makefile.am (check-local): Run syntax check under Perl 4.
1365         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
1366         (handle_source_transform): Loop variable is now $_.  From Gor
1368         * Makefile.am (check-local): Check for 'true' in source.
1369         * texinfos.am (install-info): Can't use "true" in any rule.
1371 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1373         * Makefile.am (cvs-dist): New target.
1375         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
1376         failures.
1378         * texinfos.am (install-info): Don't do install-info for now.
1380         * clean.am (distclean-generic): Don't remove config.status here.
1381         * automake.in (do_one_clean_target): Remove config.status later,
1382         for 'make -j2'.  From Jim Meyering.
1384 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1386         * configure.in (VERSION): Version 0.25.
1388         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
1389         (handle_configure): Check for AC_PROG_MAKE_SET.
1391         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
1392         Meyering.
1394         * automake.in (am_install_var): Changed how 'clean' handled for
1395         uniform name targets.
1396         * Makefile.am (pkgdata_DATA): Added new files.
1397         * data-clean.am: New file.
1398         * scripts-clean.am: New file.
1399         * libraries-clean.am: New file.
1400         * programs-clean.am: New file.
1402 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1404         * automake.in (am_install_var): Error if variable name
1405         "misspelled".
1406         (handle_source_transform): Automatically include .c file
1407         corresponding to .y or .l.
1409 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1411         * programs.am: Changed for uniform naming scheme.
1413         * automake.in (read_am_file): Allow '-' and '.' in target names.
1414         (generate_makefile): Don't pass arguments to handle_libraries.
1415         (initialize_per_input): Define @sources, @objects.
1416         (generate_makefile): Init @sources, @objects if needed.
1417         (handle_source_transform): Push onto @sources, @objects here.
1418         (am_install_var): Push primary onto @all, for configure-time
1419         customization.
1420         (handle_programs): Use new uniform naming scheme.
1422         * Makefile.am (check-local): New target.
1424         * automake.in (handle_libraries): Use uniform naming scheme.
1426         * libraries.am: Rewrote for uniform naming scheme.
1428         * scripts.am: Updated names of all clean targets.
1430         * automake.in (handle_programs): Split on all whitespace.
1431         (handle_libraries): Ditto.
1432         (handle_texinfo): Ditto.
1433         (handle_man_pages): Ditto.
1434         (am_install_var): Changed return result.
1435         (am_install_var): Changed interface.
1436         (am_install_var): Push onto @clean@ if requested.
1437         (handle_scripts): Pass -clean to am_install_var.
1439 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1441         * automake.in (am_install_var): Push target onto @all.
1442         (get_object_extension): Use $(...).
1443         (handle_source_transform): Ditto.
1444         (handle_programs): Ditto.
1446         * automake.in (require_argument): New function.
1447         (parse_arguments): Use it.
1448         (push_dist_common): New function.
1449         (generate_makefile): Use it.
1450         (handle_texinfo): Ditto.
1451         (handle_dist): Ditto.
1452         (handle_configure): Ditto.
1453         (require_file): Ditto.
1454         (generate_makefile): Don't pass arguments to handle_scripts.
1455         (handle_configure): Require configure.in.
1456         (check_gnu_standards): New function.
1457         (check_gnits_standards): Ditto.
1458         (generate_makefile): Check standards.
1460         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
1462         * automake.in (LENIENT, GNU, GNITS): New constants.
1463         (initialize_per_input): New function.
1464         (generate_makefile): Use it.
1465         (initialize_global_constants): Renamed from init_globals.
1466         (require_file): Added strictness argument.
1467         (parse_arguments): Added --strict option.
1468         (set_strictness): New function.
1469         (parse_arguments): use it.
1470         (initialize_global_constants): Document --strictness.
1472         * automake.in: Use ${1+"$@"} to preserve quoting when running
1473         under sh.
1475         * texinfos.am (install-info): Don't use "true".
1476         * tags.am (TAGS): Don't use "true".
1478         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
1479         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
1481         * program.am (@PROGRAM@): Use LINK macro.
1482         * compile.am (.c.o): Use COMPILE macro.
1484         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
1485         ${...}.
1487         * subdirs.am (RECURSIVE): Removed macro.
1489         * clean.am: Changed to not be so verbose.
1491         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
1492         * automake.in (handle_texinfo): Transform texi-clean and put into
1493         output rules.
1494         * texinfos-vars.am (TEXFILES): Removed.
1495         * texinfos.am: Removed 'clean' targets.
1496         * texi-clean.am: New file.
1498         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
1500         * texinfos-vars.am (TEXFILES): Added *.op.
1502         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
1503         standards.
1504         * dist.am (dist): Use DISTFILES.
1505         * dist-subd.am (dist): Use DISTFILES.
1506         * dist-subd-top.am (dist): Use DISTFILES.
1508 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1510         * Makefile.am (ETAGS_ARGS): Define.
1512         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
1513         Meyering.
1515         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
1517         * automake.in (handle_scripts): Use am_install_var.
1519         * scripts.am: Rewrote for new uniform naming scheme.
1521         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
1523         * libscripts.am: Removed.
1525         * packagedata.am: Removed.
1527         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
1528         (pkgdata_DATA): Renamed from PACKAGEDATA.
1530         * automake.in (handle_data): Use am_install_var.
1531         (init_globals): Init %exec_dir_p.
1533         * data.am: Rewrote for new uniform naming scheme.
1535         * automake.in (get_object_extension): New function.
1536         (handle_programs): Use it.
1537         (dir_holds_sources): Changed interpretation.
1538         (handle_headers): New function.
1539         (am_install_var): New function.
1540         (generate_makefile): Call handle_headers.
1542         * header-vars.am (pkgdatadir): New macro.
1543         (pkglibdir): Ditto.
1544         (pkgincludedir): Ditto.
1546         * automake.in (handle_source_transform): New function.
1547         (am_error): New function.
1548         (generate_makefile): Use it.
1549         (handle_source_transform): Ditto.
1550         (handle_texinfo): Ditto.
1551         (handle_dependencies): Ditto.
1552         (handle_merge_targets): Ditto.
1553         (require_file): Ditto.
1555 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1557         * automake.in: Updated FSF address.  From Jim Meyering.
1558         * header-vars.am: Updated FSF address.
1560         * distname.am: Removed.
1562         * automake.in (file_contents): Strip "##" comments.
1563         * Various files: Added "##" comments for strange things.
1565         * automake.in (handle_tags): Generate TAGS rule for every
1566         directory.
1568         * subdirs.am (RECURSIVE): Include installcheck-recursive.
1569         * automake.in (installcheck): New variable.
1570         (generate_makefile): Initialize it.
1571         (handle_subdirs): Push 'installcheck-recursive'.
1572         (handle_merge_targets): Handle installcheck target.
1574 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
1576         * automake.in ($PACKAGE): Removed.
1578         * header-vars.am (ALL): Removed.
1580         * automake.in: Reworked 'all' target handling.
1582         * automake.in (generate_makefile):
1583         Don't use AM_ forms in call to am_variable.
1585         * automake.in: Changes for Perl 5, from Gord Matzigkeit
1587         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
1589         * automake.in (handle_footer): Allow SUFFIXES variable.
1591         * automake.in (am_variable): New function.
1592         (handle_texinfo): Use it.
1593         (generate_makefile): Use it.
1595         * configure.in: Version 0.24.
1597 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
1599         * automake.in (handle_libraries):
1600         Generate blah_LIBADD defines if required.
1602         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
1604         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
1606         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
1608         * configure.in: Version 0.23
1610         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
1612         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
1614         * automake.in: New option --output-dir
1616         * automake.in (handle_configure): Fixed typo.
1618         * automake.in (handle_installdirs): Always make installdirs target.
1620         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
1621         uninstall-exec-recursive.  Added installdirs-recursive.
1623         * automake.in (handle_installdirs): Handle installdirs-recursive.
1624         (handle_man_pages): 'all' depends on $(MANS)
1626         * Makefile.am: Removed mans.am.
1628         * automake.in: More man-related fixes
1630         * automake.in: Bug fixes
1632         * automake.in: Rewrote man page handling.
1634         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
1636         * automake.in (handle_installdirs): New function.
1637         (@installdirs): New global.
1638         Many changes to deal with installdirs.
1640         * clean.am (clean-generic): Always supply 'else' clause to 'if'
1642         * automake.in (generate_header): Don't use header.am.
1643         (handle_dist): Don't use dist-subd-vars.am.
1645         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
1647         * Makefile.am (DISTCLEANFILES): Removed.
1649         * clean.am (clean-generic): Bug fix.
1651         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
1653         * texi-version.am (clean-vti): No such macro as VTI
1655 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
1657         * automake.in: Bug fix for maintainer-clean
1659         * automake.in (do_one_clean_target):
1660         Print special text in maintainer-clean.
1661         (handle_clean): Always include clean.am
1663         * clean.am: Use -generic clean targets.
1665         * compile.am: Added clean targets.
1667         * configure.in: Version 0.22.
1669         * automake.in (handle_dependencies):
1670         Put trailing newline after all deps.
1672         * automake.in (handle_dependencies): Another dependency bug fix.
1674         * automake.in (handle_dependencies):
1675         Bug fix when including dependencies.
1677         * automake.in (handle_configure):
1678         Verify existence of install-sh, mkinstalldirs
1680         * automake.in (handle_texinfo): Include stamp-vti in distribution
1682         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
1683         Include DATA, PACKAGEDATA.
1685         * Makefile.am: Nothing
1687         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
1689         * automake.in (handle_texinfo): Typo
1691         * automake.in: If script ends up in shell, feed to perl
1693         * automake.in: Rewrote 'clean' rules.
1694         Documentation made and installed first.
1695         'all' depends on 'info'
1697 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
1699         * configure.in, Makefile.am: Turned off internationalization.
1701         * clean-kr.am: Rewrote for new clean scheme.
1703         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
1705         * Makefile.am (PACKAGEDATA): Include tags-clean.am
1707         * subdirs.am: Removed bogus local clean targets
1709         * tags-clean.am: Initial revision
1711         * texi-version.am: Added clean targets
1713         * texinfos.am: Fixes to clean targets.
1715         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
1716         Added clean targets
1718         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
1720         * automake.in: Completely revamped automatic de-ANSI-fication
1722         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
1724         * compile-vars.am (LINK): New macro
1726         * kr-vars.am: Trailing blank line
1728         * compile-kr.am: Rewrote
1730         * compile-vars.am (COMPILE): New macro
1732         * compile-vars.am (ANSI2KNR): Removed
1734         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
1736         * kr-vars.am: Initial revision
1738         * automake.in (require_file): New function.
1739         (handle_texinfo): Require 'mdate-sh'
1740         (common_sometimes): New variable
1741         (usage): Use it.
1743         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
1745         * mdate-sh: Initial revision
1747         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
1749         * automake.in (generate_makefile):
1750         Put Makefile.in, Makefile.am in @dist_common
1751         (handle_configure): Use @dist_common as appropriate
1753         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
1755         * configure.in: Abort if perl not found
1757         * configure.in: Look for perl
1759         * automake.in: Reimplemented in Perl
1761         * automake.in: Fixlet
1763 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
1765         * automake.in: Always print ".SUFFIXES:" rule.
1767         * automake.in: Distribution config.h.in if required
1769         * automake.in: Bug fix when including texi-version.am
1771         * automake.in: Bug fix when looking for .texi file in $am_reldir
1773         * depend.am: Comment fix
1775         * automake.in: Look for .texi file in $am_reldir
1777         * automake.in: Fixlet
1779         * automake.in: Blank line after targets from user's Makefile.am
1781         * automake.in: Move footer items to actual footer
1783         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
1785         * automake.in (common):
1786         Don't include acconfig.h, config.h.top, config.h.bot
1788         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
1790         * Makefile.am (CONFIG_H): Define
1792         * acconfig.h: Initial revision
1794         * configure.in: Use AC_CONFIG_HEADER.
1796         * automake.in: Put blah_TEXINFOS into DIST_COMMON
1798         * automake.in: .info file explicitly depends on primary .texi file
1800         * texinfos.am (install-info): Always supply 'else' clause to 'if'
1802         * tags.am (TAGS): Always supply 'else' clause to 'if'
1804         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
1806         * automake.in: Always include footer.am in output
1808         * mans.am (install-man): Always supply 'else' clause to 'if'
1810         * automake.in: More version.texi fixes
1812         * automake.in: Only do version.texi processing if requested.
1814         * automake.in: Minor internationalization fixes.
1815         Subshell can now exit with nonzero status.
1816         Fixed up .texi handling; now uses texi-version.am
1817         Make sure '.c' and '.o' are in .SUFFIXES if required.
1819         * Makefile.am (PACKAGEDATA): Include texi-version.am
1820         (stamp-vti, version.texi): Removed
1821         (TEXINFOS): Don't reference version.texi
1823         * texi-version.am: Initial revision
1825         * dist.am, dist-subd-top.am (dist):
1826         [DIST_SUBDIRS] Follow symlinks when copying.
1828         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
1830 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
1832         * automake.in: Added --amdir option
1834         * Makefile.am, configure.in: Turned on internationalization
1836         * Makefile.am: Set EDITION
1838         * configure.in: Version 0.21
1840         * tags.am, tags-subd.am: Don't use double-colon rules
1842         * automake.in: Redid install-data, install-exec, uninstall handling
1844         * configure.in: Turn off i18n
1846 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
1848         * automake.in (common): Remove NLS
1850         * automake.in (common): Include ABOUT-NLS.
1852         * automake.in: Test for install-sh and mkinstalldirs
1854         * automake.in: Blank line after OBJECTS= line
1856         * automake.in: Start subshell in loop after check for Makefile.am
1858         * automake.in: --use-deps now the default
1860         * automake.in (am_dir): Don't apply transform to install directory name
1862         * packagedata.am: Don't apply transform to install directory name
1864         * Makefile.am (SUBDIRS): Hold off on internationalization
1866 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
1868         * automake.in:
1869         Write 'SOURCES =' line after copying Makefile.am variables
1871         * automake.in: Fixed bug in "--" option processing
1873         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
1875         * Makefile.am (DIST_OTHER): Include gettext-sh
1877         * Makefile.am (SUBDIRS): Define
1879         * configure.in: Include internationalization bits
1881         * automake.in: Many changes to avoid double-colon rules.
1883         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
1885         * subdirs.am: Removed "::" rules
1887         * header.am: Removed install, uninstall
1889         * header.am: Added install, uninstall targets
1891         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
1893         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
1894         Removed "::" rules
1896         * Makefile.am (PACKAGEDATA): Include libscripts.am
1898         * libprograms.am: Don't install libscripts here
1900         * libscripts.am: Initial revision
1902         * scripts.am, programs.am, libprograms.am: Removed "::" rules
1904         * automake.in (am_dir): Run package name through name transform.
1906         * automake.in: Don't use packagedata.sed or data.sed
1908         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
1909         packagedata.am
1911         * data.am: No longer run through sed
1913         * packagedata.am: Initial revision
1915 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
1917         * automake.in: No blank line after Usage
1919         * automake.in: Removed "NLS nuisances" section.
1920         Now uniformly uses $echo for user-visible messages (in advance of
1921         internationalization)
1923         * subdirs.am (maintainer-clean): Don't use realclean-local
1925         * Makefile.am: Use PACKAGEDATA, not custom code
1927         * data.am: Use @LONG@, not $(@LONG@)
1929         * automake.in: Handle DATA and PACKAGEDATA
1931         * packagedata.sed: Initial revision
1933         * data.am: Use @DIR@, not $(@DIR@)
1935         * data.sed: Use $(datadir), not datadir
1937         * data.sed: Initial revision
1939         * data.am: Wrote uninstall targets
1941         * data.am: Initial revision
1943         * dist-subd.am (dist): Don't link a file that has already been linked
1945         * dist-subd-top.am, dist.am (dist):
1946         Run `automake --include-deps' before making distribution
1948         * automake.in: More dependency-tracking bug fixes
1950         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
1952         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
1954         * tags-subd.am, tags.am: Added trailing blank line
1956         * depend.am: Use ".P", not "empty.P", as placeholder.
1958         * automake.in: Only include depend.am if SOURCES not empty
1960         * automake.in: Added --use-deps and --include-deps options.
1961         Handle auto-generating dependencies.
1963         * Makefile.am (am_DATA): Include depend.am
1965         * depend.am: Initial revision
1967         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
1969         * automake.in: Put blank line after .SUFFIXES
1971         * scripts.am: Added blank line at end
1973         * scripts.am: Removed unnecessary comment
1975         * scripts.am: Removed unnecessary workarounds
1977         * automake.in: Don't include programs.am if PROGRAMS empty
1979         * header-vars.am (INSTALL_SCRIPT): Typo
1981         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
1983         * automake.in: Handle .SUFFIXES here.
1985         * configure.in: Use fp_PROG_INSTALL
1987         * header-vars.am: Changes for autoconf 2.5.
1988         Now includes INSTALL_SCRIPTS.
1990         * texinfos.am (install-info): Bug fix
1992         * automake.in:
1993         Include scripts.am or libscripts.am in output if appropriate
1995         * programs.am (install-programs, uninstall-programs):
1996         Don't install SCRIPTS
1998         * Makefile.am (am_DATA): Include scripts.am
2000         * scripts.am: Initial revision
2002 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
2004         * automake.in:
2005         Cleaned up how "prog_SOURCES" variable is found in input.
2006         Ditto prog_OBJECTS.
2007         Put static sed scripts into separate, installed files.
2009         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
2011         * hack-make.sed, nl-remove.sed: Initial revision
2013         * texinfos.am (install-info): Rewrote
2015         * subdirs.am (all-recursive): Put with other -recursive rules
2017         * configure.in: Version 0.20
2019         * automake.in: Another bug fix
2021         * automake.in: Bug fix when looking for texinfo.tex
2023         * texinfo.tex: Initial revision
2025         * automake.in:
2026         If TEXINFOS defined but texinfo.tex does not exist, give warning.
2028         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
2029         (all-recursive): Don't fail immediately if -k specified.
2031 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
2033         * subdirs.am (_all):
2034         New target.  Now use Jim Meyering's formulation of AIX
2035         workaround.
2036         (install-exec, install-data): New targets
2038 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
2040         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
2042         * automake.in: Use @datadir@
2044         * automake.in: Added @configure_input@ line
2046 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
2048         * automake.in: "--help" option now prints auto-recognized file names.
2049         Allow AM_ overriding of more variables.
2051         * texinfos.am (install-info):
2052         Don't cd to srcdir to avoid breaking install-sh
2053         Other bug fixes
2055         * Makefile.am: Handle automake.texi
2057 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
2059         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
2061         * tags.am (TAGS): bug fix
2063         * automake.in: Use am_dir, not AM_DIR.
2064         Use version, not VERSION.
2065         Bug fix in TAGS code.
2067         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
2069         * subdirs.am: TAGS target now in tags.am
2071         * footer.am: TAGS and ID targets now in tags-subd.am
2073         * tags-subd.am, tags.am: Initial revision
2075         * automake.in: Cleaned up AM_PROGRAM code.
2076         Handle TAGS target better
2078         * remake.am, remake-subd.am (Makefile.in): Bug fix.
2080         * automake.in (usage): Updated
2082         * remake-subd.am, remake.am:
2083         Added rule where Makefile.in depends on Makefile.am
2085         * automake.in: Entire body of 'for' loop now in subshell
2087         * automake.in (common): config.guess and config.sub are common files.
2089         * dist-subd-top.am, dist.am (dist): Bug fix.
2091         * Makefile.am (DIST_OTHER): Don't include TODO
2093         * automake.in: Auto-include TODO and THANKS files.
2095         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
2097         * automake.in: More bug fixes in "look for Makefile.am" code.
2099         * automake.in: Bug fix in "look for Makefile.am" code.
2101         * automake.in:
2102         If no arguments given, look for all Makefile.am's in this
2103         directory and in immediate subdirs
2105         * automake.in: Bug fixes for LDADD-override feature.
2107         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
2109         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
2111         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
2113         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
2115 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
2117         * automake.in: No longer look for _SOURCES or _OBJECTS
2119         * header-vars.am:
2120         Remove "automatically created" header (now in automake).
2121         Updated copyright.
2123         * automake.in: Put version info in Makefile header
2125 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
2127         * automake.in: Minor cleanups
2129         * dist-subd-top.am, dist.am (dist):
2130         Don't link or copy file if it already exists.
2132         * automake.in:
2133         Look for _SOURCES (common sources) and generate _OBJECTS.
2135         * footer.am (ID, TAGS): Include HEADERS
2137         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
2139 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
2141         * dist-subd.am (distdir): Is relative to ".."
2143         * dist-subd-vars.am (PACKAGE, VERSION): Define
2145         * dist-subd.am (dist): Don't handle DIST_DIRS.
2147         * mans.am (uninstall-man): Another bug fix.
2149         * mans.am (uninstall-man): Bug fix.
2151         * dist.am, dist-subd-top.am (dist): Bug fix
2153         * Makefile.am (DIST_SUBDIRS): New macro
2155         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
2157         * Makefile.am (DIST_OTHER): Include automake.in
2159         * Makefile.am (DISTCLEANFILES): New macro.
2161         * automake.in (common): Include COPYING.LIB
2163         * Makefile.am (automake): New rule.
2165         * texinfos.am (install-info): Changed per GNU standards
2167         * remake-hdr.am (stamp-h.in):
2168         Use "touch", not "date", per GNU standards.
2170         * automake.in (common): Include texinfo.tex
2172 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
2174         * automake.in: More fixes when finding common files.
2176         * Makefile.am (DIST_OTHER): Another removal.
2178         * automake.in: Special-case when amdir=.
2180         * Makefile.am (DIST_OTHER): Removed auto-detected files.
2182         * automake.in:
2183         Search for commonly-used files and auto-include them in distribution
2185         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
2186         (DIST_CONF): Removed files searched for by automake.
2188         * automake.in: More arg-parsing bug fixes.
2190         * Makefile.am (DIST_OTHER): Include install-sh
2192         * Makefile.am (DIST_OTHER): Don't include auto-included files.
2194         * automake.in: Bug fixes to argument parsing code.
2196         * automake.in: Handle --version and --help.
2197         NLS stuff from autoconf.
2199         * Makefile.am (amdatadir): Fixed typo.
2200         (install): Make install directories
2202         * Makefile.am: Use "install::", not "install:"
2204         * install-sh, mkinstalldirs: Initial revision
2206         * configure.in: Use AC_PROG_INSTALL
2208         * automake.in: Set AM_DIR based on configure results.
2210         * Makefile.am (install): New target.
2211         (amdatadir): New variable.
2213         * automake.in: Use "#! /", not "#!/".
2215         * Makefile.am, configure.in: Initial revision
2217         * automake.in: Renamed from "automake".
2218         Set VERSION.
2220         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
2222         * automake.in: Insert remake-subd.am if appropriate.
2224         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
2226         * automake.in: Handle ALLPROGRAMS variable.
2228         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
2230         * automake.in: Fixlet when printing "subdir=DIR"
2232         * automake.in: Put "subdir=DIR" into subdir Makefile
2234         * automake.in: Don't refer to distname.am.
2235         Only put footer.am in subdir Makefiles.
2237         * subdirs.am (id, ID): New target.
2238         (.NOEXPORT): Copied from footers.am.
2240         * subdirs.am (TAGS): Bug fixes.
2242         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
2244         * subdirs.am (maintainer-clean-local): Remove TAGS
2246         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
2248         * subdirs.am: Use maintainer-clean, per GNU standards
2250         * dist-subd-top.am: Some variables defined in dist-vars.am
2252         * dist-vars.am (PACKAGE, VERSION):
2253         New variables, initialized by configure
2255         * footer.am (id, ID): New targets
2256         (TAGS): Put TAGS file in build, not source, directory
2258         * remake-subd.am (Makefile): Don't assume subdir is 'src'
2260         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
2262         * dist-subd.am: Changed to conform to new top-level dist target.
2264         * dist-subd-top.am:
2265         Changed to assume PACKAGE and VERSION are set by configure.
2267         * clean-kr.am, clean.am (maintainer-clean):
2268         Updated rules per GNU standards.
2270         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
2272 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
2274         * automake.in, texinfos.am: kludge for multiple-part info files
2276 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
2278         * clean.am, clean-kr.am: remove INFOS
2280 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
2282         * texinfos.am: add path
2284         * remake.am, remake-hdr.am: account for VPATH limitations
2286 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
2288         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
2289         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
2291 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
2293         * texinfos.am: install-info depends on info files
2295         * dist-subd-vars.am, dist-vars.am: distrib info files
2297 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
2299         * clean-kr.am, clean.am: fix up distclean
2301         * subdirs.am: fix typo
2303         * clean.am: do more in distclean
2305 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
2307         * libraries.am: make install depend on all
2309         * automake.in: fix typo
2311 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
2313         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
2315         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
2317         * dist-subd-top.am: Initial revision
2319         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
2320         centralize prefix var setting
2322         * header-vars.am: set all the std vars based on prefix
2324 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
2326         * automake.in: don't add kr stuff if not needed
2328         * dist-vars.am: add config vars to dist
2330 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
2332         * program.am: add LDADD
2334         * compile-vars.am: remove LDADD from LDFLAGS
2336         * clean.am: move knr stuff to another file
2338         * automake.in: use different clean file for ansi2knr
2340         * clean-kr.am: Initial revision
2342 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
2344         * automake.in, dist-subd.am, dist.am: fix rules and dist
2346 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
2348         * compile.am, automake.in: split out knr
2350         * compile-kr.am: Initial revision
2352         * libprograms.am: fix typo
2354         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
2355         make libprograms work
2357         * libprograms.am: Initial revision
2359         * automake.in, compile.am, header-vars.am: fix little bugs
2361         * compile.am: allow parallel K&R
2363         * clean.am: remove kerb temps
2365         * automake.in: fix recognizing start of rules
2367         * dist-subd.am, dist.am: fix dist
2369         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
2371 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
2373         * automake.in: works on m4 too
2375         * automake.in, mans.am: works on fileutils
2377         * 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:
2378         works on fileutils except for all
2380         * automake.in: vars thing
2382         * header-vars.am: Initial revision
2384         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
2385         entered into RCS
2387         * compile-vars.am: Initial revision
2389         * automake.in: many improvements
2391         * footer.am: Initial revision
2393         * dist.am: remove distname
2395         * automake.in: namespace cleanup
2397         * distname.am: Initial revision
2399         * 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:
2400         might work
2402         * 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:
2403         Initial revision