Nothing
[automake.git] / ChangeLog
blobfe6f1b12863addd15f1ded5cfc6b11bed9fcfd8b
1 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
3         * automake.in (handle_tests): Handle dejagnu.
4         (handle_options): Recognize dejagnu option.
6         * dejagnu.am: New file.
8 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
10         * automake.in (handle_dist): Run installcheck target from
11         distcheck.
13         * configure.in (VERSION): Upped to 0.34.
15         * automake.in (scan_configure): Always allow upgrading to
16         fp_PROG_INSTALL.  Test fpinstall.test.
18 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
20         (handle_dist): Make `distcheck' check `install' target, too.
22 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
24         * automake.in (initialize_per_input): Don't initialize
25         $output_directory here; initialize it globally.  From Joshua
26         Cowan.  Test outdir.test.
28 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
30         * automake.in (handle_tests): Don't push TESTS onto dist_common.
31         (initialize_global_constants): Put install-sh and mkinstalldirs
32         into @common_files.  Test insh2.test.
34 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
36         * automake.in (handle_source_transform): Don't generate _OBJECTS
37         when no source files specified.  Test number.test.
39         From Joerg-Martin Schwarz:
40         * automake.in (seen_package, seen_version): New globals.
41         (scan_configure): Look for PACKAGE= and VERSION=.
43         * automake.in (handle_options): Recognize dist-zip.
44         (handle_dist): Handle dist-zip.
45         (handle_options): Use ' ', not \s+, with split.  Test
46         backsl.test.
47         (handle_source_transform): Likewise.
48         (handle_lib_objects): Likewise.
49         (handle_libraries): Likewise.
50         (handle_texinfo): Likewise.
51         (handle_man_pages): Likewise.
52         (handle_subdirs): Likewise.
53         (handle_gettext): Likewise.
54         (handle_footer): Likewise.
55         (handle_tests): Likewise.
56         (scan_configure): Likewise.
57         (am_install_var): Likewise.
59         * Makefile.am (TAGS_DEPENDENCIES): New macro.
61         * tags.am (tags-recursive): New target.
62         (TAGS): Depend on it.
64         * automake.in (handle_tags): Put tags-recursive on @phony.
66         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
67         TAGS_DEPENDENCIES.
68         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
70 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
72         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
74         * automake.in (scan_configure): Look for install-sh and
75         mkinstalldirs here.
76         (initialize_global_constants): Moved mdate-sh from
77         common_sometimes to common_files.  Test mdate2.test.
79 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
81         * automake.in (seen_maint_mode): New global.
82         (scan_configure): Handle jm_MAINTAINER_MODE.
83         (read_am_file): Handle seen_maint_mode.
84         (file_contents_with_transform): Handle seen_maint_mode.
85         (handle_source_transform): Changed interface, all callers.
87         From Jim Meyering:
88         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
89         Handle @MAINT@.
90         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
92         * automake.in (handle_configure): Check $config_aux_dir against
93         empty string.  From Markku Rossi.  Test mkinstall.test.
95 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
97         * automake.in (distcheck): Added new rule to top level
98         Makefile.in.
100 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
102         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
103         sets seen_ranlib.
104         (generate_makefile): libtool, config.sub, and config.guess should
105         only ever appear in the top directory of a package.
107 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
109         * automake.in (initialize_global_constants): Added libversion.in
110         to @common_files.
112         * configure.in (VERSION): Upped to 0.33.
114         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
115         Test extra.test.
117 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
119         * install-sh (transformbasename): Correct misspelling of
120         transformbasename.  From Ian Lance Taylor.
122 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
124         * automake.in (handle_configure): Set mkinstalldirs variable
125         here.
126         (handle_dist_worker): Explicitly set distdir in subdir makes.
127         (handle_dist): Handle separate distdir target.
128         (handle_dist_worker): Only generate distdir target.
130         * texinfos.am (install-info): Use $(mkinstalldirs).
131         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
132         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
133         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
134         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
135         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
137         * automake.in (read_am_file): Set mkinstalldirs variable.
138         (handle_man_pages): Use it.
139         (handle_installdirs): Ditto.
141 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
143         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
145 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
147         * automake.in (handle_dist_worker): Use $(TAR), not tar.
148         (handle_merge_targets): Make sure config header is built before
149         recursing into subdirs.
150         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
151         (handle_merge_targets): Handle case where nothing is installed but
152         something must be built -- "make install" must still work.
154         * dist-vars.am (TAR): New macro.
156         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
157         (handle_configure): Require stamp-h.in when config header used.
159 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
161         * doc/mdate-sh: Extract the last field from the date output, not
162         the sixth, which will fail when the timezone name has more than
163         one word or is missing.
165 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
167         * automake.in (am_install_var): Use delete, not undef, to remove
168         EXTRA entry.  From Gord Matzigkeit.
170 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
172         * automake.in (read_am_file): Handle case where last line doesn't
173         end in newline.
175 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
177         * automake.in (variable_defined): New function.
178         (read_am_file): Ensure a blank line comes before starting comments
179         from Makefile.am.
180         (initialize_per_input): Initialize %targets.
181         (read_am_file): Set appropriate entry in %targets.
182         Many changes to use variable_defined.
183         (check_gnu_standards): Only require ChangeLog at top level.  From
184         Gord Matzigkeit.
185         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
186         Matzigkeit.
188 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
190         * automake.in (parse_arguments): Added short options.
191         (initialize_global_constants): Ditto.
193 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
195         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
196         fails.
198         * automake.in (handle_source_transform): Typo fix.
200 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
202         * automake.in (handle_dist_worker): Renamed dist-local to
203         dist-hook.
204         (handle_merge_targets): Added install-data-hook and
205         install-exec-hook.
206         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
208         * automake.in (handle_scripts): Never allow scripts_installed to
209         become 0.
211         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
212         srcdir.
214         * automake.in (generate_makefile): Derived file names from given
215         input; don't assume Makefile.in and Makefile.am.
216         (am_file_name, in_file_name): New globals.
217         (read_am_file): Use them.
219         * program.am (@PROGRAM@): Use transformed program name.
221         * remake-hdr.am (stamp-h): Actually touch stamp-h.
223 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
225         * automake.in (require_file_internal): Use correct file for error
226         messages.  Test insh.test.
228 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
230         * texinfos.am (.texi.info): Build output file in srcdir.
232         * automake.in (require_file_internal): If $dir is ".",then look in
233         relative directory.
234         (handle_texinfo): Canonicalize name of texi file before looking
235         for dependency variable.
237 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
239         * automake.in (require_conf_file_with_conf_line): Yet another
240         function of this form.
241         (libtool_line): New variable.
242         (handle_libraries): Handle libtool.
244         * libraries-vars.am: Removed.
246         * automake.in (seen_libtool): New variable.
247         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
249         * automake.in (handle_dist_worker): Handle dist-local.
251         * Makefile.am (maintainer-check): Do "make check" after all syntax
252         checks.
254         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
255         directory.
257         * automake.in ($seen_arg_prog): New global.
258         (handle_programs): Error if AC_ARG_PROGRAM not seen.
259         (handle_scripts): Ditto.
260         (handle_configure): mkinstalldirs now a config file.
261         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
262         (handle_dist_worker): Removed DIST_SUBDIRS.
263         (require_file_path): New variable.
264         (require_file_with_conf_line): Set it.
265         (require_file_with_line): Ditto.
266         (require_file): Ditto.
267         (require_file_internal): Incorporated code from
268         require_config_file.
269         (require_config_file): Rewrote.
270         (require_conf_file_with_line): New function.
271         (handle_texinfo): Use it for mdate-sh.
272         (handle_texinfo): Look for mdate-sh in appropriate directory.
274 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
276         * Makefile.am (cvs-dist): Find NEWS in srcdir.
277         * automake.in (handle_dist_worker): Find NEWS in srcdir.
278         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
279         rule.
280         (require_config_file): Set config_aux_path when file found.
281         ($config_aux_dir): New variable.
282         (require_config_file): Set it.
283         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
285 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
287         * data.am (install-@DIR@DATA): Also allow data to be in build
288         directory.
290 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
292         * automake.in (am_install_var): Don't look in EXTRA_primary
293         variable any more; it is handled in the main loop.
295 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
297         * data.am (install-@DIR@DATA): Find data in srcdir.
299 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
301         * automake.in (require_config_file): Use correct filename when
302         looking for errors.  Also, install file in `.' if not found.  Bug
303         reported by Gord Matzigkeit.  Test installsh.test.
305 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
307         * Makefile.am (cvs-diff): New target.
309         Fix for bug when install var substitutes empty.  Test empty.test.
310         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
311         (uninstall-@DIR@HEADERS): Ditto.
312         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
313         (uninstall-@DIR@SCRIPTS): Ditto.
314         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
315         libraries.
316         (uninstall-@DIR@LIBRARIES): Ditto.
317         * data.am (install-@DIR@DATA): Allow empty list of data.
318         (uninstall-@DIR@DATA): Ditto.
319         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
320         From François Pinard.
321         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
322         (uninstall-@DIR@PROGRAMS): Ditto.
324 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
326         * tags-subd.am (ID): Name of ID file must be flush against -f.
328         * configure.in (VERSION): Version 0.32.
330 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
332         * automake.in (seen_linguas, all_linguas_line): New variables.
333         (handle_gettext): New function.
334         (generate_makefile): Run it.
335         (scan_configure): Recognize ALL_LINGUAS.
337 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
339         * automake.texi: doc fix.
341         * automake.in (am_install_var): Added support for check and
342         installcheck special prefixes.
344 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
346         * automake.in (handle_subdirs): Don't do SUBDIRS check for
347         gettext.
349 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
351         * automake.in (OBJECT_PATTERN): Removed.
352         (am_install_var): No error if name is invalid.
353         (handle_programs): Canonicalize program names.
354         (BOGUS_MACRO_PATTERN): New variable.
355         (read_am_file): Error if bad macro name given.
356         (require_file_internal): Use am_line_error, not am_conf_error.
358         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
360 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
362         * automake.in (handle_lib_objects): New function.
363         (handle_libraries): Use it.
364         (handle_programs): Ditto.
365         (handle_dist_worker): Deprecate DIST_SUBDIRS.
366         (am_install_var): Allow extended directory mechanism to work.
367         Test exdir.test.
369         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
370         (DEP_DISTFILES): Ditto.
372         * automake.in (OBJECT_PATTERN): New variable.
373         (am_install_var): Use it.
374         (handle_dist): DIST_OTHER is an anachronism.
376 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
378         * automake.in (handle_dist_worker): Only cause Automake to be
379         re-run if not making a distribution.  Fixes bug reported by
380         Joerg-Martin Schwarz.
381         (require_file_with_line): New function.
382         (require_file): Use it.
383         (am_line_error): Don't print line number if $symbol is empty.
384         (get_object_extension): Use require_file_with_line.
385         (handle_libraries): Use require_file_with_line.
386         (handle_texinfo): Use require_file_with_line.
387         (handle_configure): Use am_conf_line_error and
388         require_file_with_conf_line.
389         (handle_subdirs): Use require_file_with_conf_line.
390         (handle_configure): Use require_file_with_conf_line.
391         (handle_tests): Push check-TESTS on @phony.
392         (am_conf_line_error): New function.
393         (require_file_with_conf_line): New function.
394         (require_file_internal): New function.
395         (require_file_with_line): Use it.
396         (require_file): Ditto.
397         (am_conf_line_error): Handle empty line number.
398         (ac_gettext_line, ac_output_line): New variables.
399         (scan_configure): Set them.
401 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
403         * automake.in (parse_arguments): Default strictness is gnu.
404         Changed `normal' to `foreign' everywhere.
405         (parse_arguments): Handle --foreign.
406         (initialize_global_constants): Document --foreign.
407         (handle_dependencies): Better error message.
408         (handle_texinfo): Don't push $vtexi on @texis.
409         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
410         (handle_configure): install-sh is a config file; require it as
411         such.
412         (parse_arguments): Renamed --install-missing to --add-missing.
413         (add_missing): Renamed from install_missing.
414         (am_install_var): Check to make sure contents of install variable
415         are correct if primary requires it.  Test badprog.test.
416         (initialize_global_constants): Initialize
417         %primary_uses_subobjects.
418         (handle_source_transform): Skip configure substitutions.  Test
419         depend.test.  Also, skip empty elements.
421 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
423         * texinfo.tex: New version.
425         * automake.in (am_install_var): Allow extended range of
426         installation directories.
428         * automake.in (get_object_extension): Don't allow
429         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
430         From Gord Matzigkeit.  Test confincl.test.
432         * texinfos.am (install-info): Changed usage of install-info (in
433         comment).  Per Feb 25 GNU Standards document.
435 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
437         * automake.in (handle_tests): New function.
438         (generate_makefile): Call it.
439         (handle_subdirs): Skip directories whose names look like configure
440         substitutions.
441         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
442         when using gettext.
443         (scan_configure): Clear in_ac_output if "]" found.  Test
444         acoutqnl.test.
445         (require_config_file): New function.
446         (generate_makefile): Use require_config_file.
447         (config_aux_path): New variable.
448         (scan_configure): Check for AC_CONFIG_AUX_DIR.
449         (handle_merge_targets): Add install-strip rule.
451 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
453         * mdate-sh: New version from Ulrich Drepper.
455         * automake.in (handle_source_transform): Changed fill back to
456         empty string.
457         (handle_libraries): Ditto.
458         (handle_dist): Ditto.
459         (handle_dependencies): Ditto.
460         (handle_footer): Ditto.
461         (handle_phony): Ditto.
463         * Makefile.am (DIST_SUBDIRS): Removed.
464         (installcheck-local): Use Perl, not test -x.
465         (PERL): New macro.
466         (maintainer-check): Use $(PERL), not @PERL@.
468         * configure.in (VERSION): Upped to 0.31.
470 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
472         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
473         and config.guess.
475         * automake.in: Use keyed_aclocal_warning when warning about
476         fp_PROG_INSTALL.
477         (get_object_extension): Use keyed_aclocal_warning when warning
478         about fp_C_PROTOTYPES.
479         (keyed_aclocal_warning): New function.
481         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
482         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
484         * automake.in (get_object_extension): Only give error about
485         fp_C_PROTOTYPES once.
487         * automake.in (seen_ranlib): New variable.
488         (scan_configure): Recognized AC_PROG_RANLIB.
489         (handle_libraries): Error if ranlib not checked for.
491         * automake.in (default_strictness): Default to GNU.
492         (default_strictness_name): Ditto.
494 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
496         * automake.in (read_am_file): Removed @kr@ support.
497         (get_object_extension): Ditto.
499         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
501 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
503         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
505 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
507         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
508         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
510         * automake.in (handle_scripts): Ensure $scripts_installed set to
511         boolean value.  Test proginst.test.
513         * Makefile.am (installcheck-local): New target.
515         * automake.in (require_file): No error if missing file is
516         installed.
518 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
520         * automake.in (handle_scripts): SCRIPTS no longer automatically
521         cleaned.  Now possible to install scripts in pkgdatadir.
522         ($seen_canonical): New variable.
523         (generate_makefile): Check for config.guess and config.sub here;
524         fixes bug reported by Gord Matzigkeit.
526         * Makefile.am (pkgdata_SCRIPTS): New variable.
527         (CLEANFILES): New macro.
529         * scripts-clean.am: Removed.
531 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
533         * automake.in (am_install_var): Error if primary variable actually
534         defined.
535         (am_install_var): Skip elements that look like configure
536         substitutions.
537         (am_install_var): "EXTRA" is a valid prefix.
538         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
539         (handle_merge_targets): Treat "all" target like "install".
540         (handle_subdirs): Don't push all-recursive.
542         * header.am (install-@DIR@HEADERS): Don't depend on all.
543         * data.am (install-@DIR@DATA): Don't depend on all.
544         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
545         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
546         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
548         * automake.in (am_install_var): Push generated install targets
549         onto @phony.
551         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
552         * automake.in (handle_merge_targets): Correctly handle recursive
553         calls of uninstall, install-exec, and install-data.
554         (handle_merge_targets): Put Makefile, and possibly $config_name,
555         onto @all.
556         (handle_merge_targets): Push 'all' onto @install as appropriate.
558 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
560         * automake.in (handle_configure): config.status is in
561         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
563         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
565 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
567         * automake.in: (seen_prog_yacc): New variable.
568         (scan_configure): Look for yacc.
569         (handle_source_transform): Skipp C++ header files.
570         (handle_source_transform): .cxx is a C++ source file.
572 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
574         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
576         Implemented --verbose feature; idea from Greg Woods:
577         * automake.in (verbose): New global.
578         (generate_makefile): Print creating message if verbose.
579         (grep_for_vers_texi): Print message if verbose.
580         (handle_dependencies): Ditto.
581         (scan_configure): Ditto.
582         (read_am_file): Ditto.
583         (parse_arguments): Added --verbose.
584         (initialize_global_constants): Ditto.
586         * automake.in (get_object_extension): Use am_line_error.
587         (handle_source_transform): Ditto.
588         (handle_libraries): Ditto.
589         (handle_texinfo): Ditto.
590         (handle_man_pages): Ditto.
591         (handle_dist): Ditto.
592         (handle_dist): Ditto.
593         (handle_subdirs): Ditto.
594         (handle_configure): Ditto.
595         (handle_merge_targets): Ditto.
596         (am_install_var): Ditto.
597         (am_line_error): Allow actual line number as argument.
598         (handle_configure): Use am_line_error.
599         (scan_configure): Set config_header_line.
600         (config_header_line): New global.
601         Use @PERL@ to find perl during exec.  From Greg Woods.
603 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
605         * automake.in (initialize_per_input): Init %content_lines.
606         (read_am_file): Set appropriate content_lines elements while
607         reading.
608         (am_line_error): New function.
609         (read_am_file): Use it.
610         (handle_options): Ditto.
612         * automake.in (scan_configure): Handle case where more than one .o
613         is put into LIBOBJS at once.  Test libobj.test.
615 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
617         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
618         Test acouttbs.test.
619         (handle_subdirs): Restored intl, po warnings.
621         * automake.in (scan_configure): Delete everything after "," or
622         ")".  Test acoutnoq.test.
623         (handle_dist): Use $relative_dir, not nonexistent $subdir.
624         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
625         SUBDIRS; don't warn about their absence.
627 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
629         * automake.in (handle_texinfo): Removed bogus error message.
631         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
632         onto @all.
633         (handle_options): Handle version number.
635         * automake.in ($maint_charset, $dist_charset): New variables.
636         (initialize_per_input): Init $local_maint_charset.
637         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
638         (generate_makefile): Don't print "creating...".
640 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
642         * automake.in (get_object_extension): Substitute
643         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
644         (handle_source_transform): Use $1, not \1.
645         (pretty_print_internal): Handle Tabs in fill when computing indent
646         on new line.
647         (handle_merge_targets): Always generate install-exec and
648         install-data targets.  Test instexec.test.
649         Fixed error message if fp_PROG_INSTALL missing.
651         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
652         @CONFIG_INCLUDE_SPEC@.
654         * automake.in (scan_configure): Delete everything after "]".  Test
655         acoutput.test.
657         * configure.in (AC_OUTPUT): Create tests/Makefile.
658         * Makefile.am (SUBDIRS): New macro.
660         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
661         Meyering.
663         * configure.in (AC_OUTPUT): Ensure automake is executable.
665 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
667         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
668         not exist.
670         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
672         From Jim Meyering:
673         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
674         (@DIR@_LIBFILES).
675         * header.am (install-@DIR@HEADERS): Depend on all, not
676         $(@DIR@_HEADERS).
677         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
678         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
679         $(@DIR@_SCRIPTS).
680         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
681         $(@DIR@_PROGRAMS).
683         * automake.in (initialize_per_input): Initialize
684         $use_dependencies.
685         ($seen_path_xtra): New variable.
686         (scan_configure): Look for AC_PATH_XTRA.
687         (get_object_extension): Add variables to output if X seen.
689 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
691         * automake.in (handle_programs): add pkglib to list of
692         directories for C
693         (various): include a tab as fill for continuation lines
694         printed with pretty_print*, esp. for macro variable assignments.
695         [ changed to 4 spaced by me ]
697 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
699         * configure.in (VERSION): Upped to 0.30.
701         * Makefile.am (automake): Removed.
702         (DIST_OTHER): Removed.
704         * automake.in (handle_source_transform): All dep_files are
705         relative to $(srcdir).
706         (handle_libraries): Ditto.
707         (scan_configure): Test for AC_PROG_INSTALL as well as
708         fp_PROG_INSTALL.  Don't error here.
709         (seen_prog_install): Now global.
710         (scripts_installed): New global.
711         (handle_scripts): Set it.
712         Give error if appropriate install macro not seen.
713         (handle_subdirs): Ensure $seen_gettext before requiring
714         gettext-specific files.
715         (handle_configure): Automatically rebuild 
717         From Jim Meyering:
718         * automake.in (handle_source_transform): Use \W when quoting
719         regexp.  When blah_SOURCES not explicitly defined, still create
720         entry in %deps.
721         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
722         * subdirs.am (maintainer-clean-recursive): Now depends on
723         $(CONFIG_HEADER) and Makefile.
725         * automake.in (handle_source_transform): Skip macro references.
727 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
729         * automake.in (handle_texinfo): Include "rm" when deleting files.
731         * Makefile.am (maintainer-check): Expect only one ${...}.
732         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
733         Meyering.
735         * automake.in (handle_configure): Only define CONFIG_HEADER if
736         $config_name.
737         ($seen_gettext): New variable.
738         (handle_subdirs): Do all gettext-related checking here.
739         (scan_configure): Just set $seen_gettext.
740         (handle_man_pages): Properly quote $(MANS).
742 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
744         * depend.am: Don't use srcdir anywhere.
745         * automake.in (handle_libraries): Don't make .deps relative to
746         srcdir.
747         (handle_options): Recognize no-dependencies.
749         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
750         ".".  Properly quote regexp.
752 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
754         * automake.in (handle_configure): Only defined CONFIG_HEADER if
755         $config_name.
756         (read_am_file): Quote regexp when substituting top_builddir.
757         (handle_source_transform, handle_libraries): Look in
758         $(srcdir)/.deps for .P files.
760 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
762         * automake.in (am_conf_error): New function.
763         (scan_configure): Use it.
764         (scan_configure): A comma also ends AC_OUTPUT macro.
766         * automake.in (read_am_file): Compute top_builddir when including
767         header-vars.am.
768         (handle_configure): Use $top_builddir, not $top_reldir.
769         (other_input_files): New variable.
770         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
772         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
773         * automake.in (input_files, seen_make_set): Declare globally.
774         (parse_arguments): Use input_files, not make_list.
775         Only scan configure.in once.
776         (handle_dist): Use SUBDIRS to determine when to make
777         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
778         find top of dist tree.
779         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
780         configure.in (done elsewhere).
781         (scan_configure): seen_make_set is global.  Allow arbitrary space
782         in LIBOBJS assignment.
783         (top_builddir): New variable.
784         * header-vars.am (top_builddir): New variable.
785         * remake-subd.am (Makefile): Look in top_builddir, not .., when
786         remaking.
787         * automake.in (handle_merge_targets): Run 'all' before
788         check-recursive.
790         * automake.in (file_contents_with_transform): Changed error
791         message.
792         (handle_configure): Define $contents{'CONFIG_HEADER'}.
794         * texi-version.am: Many changes to support multiple .texi files.
795         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
796         "@VTI@".
797         * automake.in (handle_configure): install.sh is an anachronism.
798         (handle_texinfo): Generalized for multiple .texi files.  Handle
799         'clean-info' internally.
800         * texi-clean.am: Removed.
801         * Makefile.am: Updated for removal.
803 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
805         * automake.in (grep_for_vers_texi): New function.
806         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
807         (handle_texinfo): Changes to generalize to multiple .texi files.
809 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
811         Fixes from Gord Matzigkeit:
812         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
813         topsrcdir.
814         * header.am: New file.
815         * Makefile.am (pkgdata_DATA): Install header.am.
816         * automake.in (handle_headers): Use header.am, not data.am.
817         (am_install_var): Allow pattern to be compiled multiple times.
819         * config.guess, config.sub: New files.
820         * Makefile.am (pkgdata_DATA): Install config.guess and
821         config.sub.
822         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
823         AC_CANONICAL_SYSTEM.
825 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
827         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
828         (handle_man_pages): Use man_MANS, not MANS.
830         * Makefile.am (info_TEXINFOS): Renamed.
832         * automake.in (scan_configure): Remove comments from input line.
833         (am_variable): Removed.
835         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
837         * automake.in (config_name, config_header): New globals.
838         (scan_configure): Look for AC_CONFIG_HEADER.
839         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
841 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
843         * automake.in (handle_dist_worker): Bug fix.
845 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
847         * automake.in (require_file): Install missing files only according
848         to desired strictness.
849         (initialize_per_input): Don't init libsources.
850         (scan_configure): Reinit libsources.
851         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
852         (fp_c_prototypes): New global.
853         (scan_configure): Set it.
854         (get_object_extension): Error if fp_C_PROTOTYPES not in
855         configure.in when using ansi2knr.
856         (handle_source_transform): Skip header files.
858         * automake.in (handle_dist_worker): Explicitly make 'dist' in
859         subdirs.
861 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
863         From François Pinard:
864         * automake.in (handle_source_transform): Transform $o file into .P
865         file.
866         (handle_dist_worker): Handle case where DISTFILES includes
867         wildcard.  Bug fix in subdir case.
869         * automake.in (parse_arguments): Initialize strictness to
870         'normal'.
872 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
874         * automake.in (scan_configure): Look for NLS support.
876         Changes from François Pinard:
877         * texinfos.am (install-info): Correctly install when build dir is
878         not srcdir.
879         * tags-subd.am (ID): Indentation change.
880         * kr-vars.am (o): Use ".@U@o", not "@U@o".
881         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
882         * automake.in (handle_dist_worker): Fixlets.
883         (handle_dist): Sort keys going into dist_common.
885 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
887         * automake.in (handle_dist_worker): If Gnits, don't allow release
888         until NEWS is updated.
890         * configure.in (VERSION): Version 0.29.
892         * Makefile.am (maintainer-check): Look for perl4.036 in path.
894         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
895         (DEP_DISTFILES): Ditto.
897         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
898         * dist-vars.am (DEP_DISTFILES): New variable.
900         * automake.in (handle_options): Support dist-shar option.
901         (handle_dist_worker): New function.
902         (handle_dist): Use it.
904         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
905         *.tmp.
907         * automake.in (handle_dist): Chmod distdir 777.  From François
908         Pinard.
910         * automake.in (scan_configure): New function.
911         (initialize_per_input): Init libsources.
912         (generate_makefile): Run handle_configure first.
913         (handle_configure): Run scan_configure.
914         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
916 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
918         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
920         * automake.in (strictness, strictness_name): Renamed.
921         (initialize_per_input): Set strictness, strictness_name.
922         Initialize %options.
923         (generate_makefile): Run handle_options.
924         (handle_options): New function.
925         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
926         man page install if no-installman option given.
927         (read_am_file): Deprecate @kr@.
928         (get_object_extension): Look at ansi2knr option.
929         (parse_arguments): Take global strictness from command-line
930         options.
932 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
934         Fixes from François Pinard:
935         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
936         * automake.in (get_object_extension): Use $o, not $(kr)o.
937         (handle_source_transform): Don't look for $(kr)c files.
938         * kr-vars.am (o): New macro.
939         (kr): Removed.
941         * depend.am (DEP_FILES): Removed.
942         * automake.in (handle_source_transform): Push .P file onto
943         dep_files.
944         (initialize_per_input): New variable %dep_files.
945         (handle_dependencies): Generate DEP_FILES here.
947 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
949         * automake.in (do_one_clean_target): Only remove config.status in
950         top-level directory.
951         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
953         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
955         * automake.in (handle_dist): Make "ln" quiet.
957         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
959 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
961         * automake.in (handle_merge_targets): 'check' shouldn't depend on
962         'all' at top level.
963         (file_contents_with_transform): New function.
964         (am_install_var): Use file_contents_with_transform.
965         (handle_programs): Ditto.
966         (handle_libraries): Ditto.
967         (handle_texinfo): Ditto.
968         (handle_merge_targets): Let 'install' depend on 'all' if no other
969         dependencies exist.  From Jim Meyering.
970         (check_gnu_standards): GNU requires AUTHORS file.  (See
971         maintain.text).
972         (require_file): Put body in loop.
973         (get_object_extension): Only call require_file once.
974         (handle_configure): Ditto.
976         From Jim Meyering:
977         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
978         * tags-subd.am (id): Removed.
980 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
982         * Added copyright notice to each .am file.
984         * automake.in: Cleanups from François Pinard to avoid $#.
985         (require_argument): Fixed sense of test.
986         (set_strictness): Bug fix.
988 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
990         * Makefile.am (pkgdata_DATA): Removed old dist files.
992         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
994         * automake.in (set_strictness): Set $strictness_name.
995         (strictness_name): New variable.
996         (handle_dist): Substantially rewrote.
998         * configure.in: Point AC_INIT at automake.in.
1000         * automake.in (generate_makefile): Report errors against
1001         Makefile.in, not Makefile.am.
1003 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1005         * mdate-sh: Bug fix from Jim Meyering.
1007         * dist.am (dist): Changed in parallel with dist-subd-top.am.
1009         * mkinstalldirs: Reverted.
1011         * automake.in (initialize_global_constants): Allow COPYING.LIB
1012         again.
1013         (check_gnits_standards): Disallow COPYING.LIB.
1015         * texinfos.am (install-info): Only look in $(srcdir) for info
1016         files.
1018         * automake.in (initialize_global_constants): New variable
1019         gen_copyright.
1020         (read_am_file): Put a copyright in each Makefile.in.
1022         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
1024         * automake.in (am_install_var): Put space before "=".
1025         (handle_dist): Put README first in DIST_COMMON.
1027         * Makefile.am (pkgdata_DATA): Include COPYING.
1029         * COPYING: New file.
1031         * automake.in (parse_arguments): Added --gnu and --gnits as
1032         synonyms.
1033         (initialize_global_constants): Ditto.
1034         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
1035         (initialize_global_constants): Look for README first.
1036         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
1037         ABOUT-GNU.
1038         (check_gnu_standards): Require file COPYING.
1040         From François Pinard:
1041         * automake.in (file_contents): Comment out "warn"s.
1042         (usage): Use 4 columns.
1043         (USAGE_FORMAT): Ditto.
1045         * texinfos.am (install-info): Look for info file relative to $$d.
1047         * Makefile.am (cvs-dist): Suppress output of "grep".
1049         * configure.in (VERSION): Version 0.28.
1051         * automake.in (pretty_print_internal): Fix for Perl 4
1052         compatibility.
1054         * configure.in (VERSION): Version 0.27.
1056         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
1057         invocation.
1059         * automake.in (initialize_global_constants): Don't quote "@" in
1060         $install_man_format.
1061         (handle_merge_targets): use "@:" as empty command, not ":".
1063 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1065         * texinfos.am (install-info): Look in $d for info files.  From
1066         François Pinard.
1068         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
1070         * automake.in (read_am_file): Correctly deal with continued
1071         variable definitions.
1073 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1075         * automake.in (handle_merge_targets): 'check' target depends on
1076         'all'.
1077         (file_contents): Don't be so verbose.
1078         (read_am_file): Ditto.
1079         (read_am_file): Must use substr to check for trailing \.
1080         (am_install_var): Use push_phony_cleaners.
1081         (file_contents): Set $was_rule when assuming a rule is seen.
1082         (read_am_file): Ditto.
1083         (do_one_clean_target): Removed spurious newline.
1085         Some changes from François Pinard:
1086         * Removed trailing whitespace from all '.am' files.
1087         * tags-subd.am (ID): Use &&, not ;.
1088         (TAGS): Ditto.
1089         * automake.in (parse_arguments): Removed useless message.
1090         (parse_arguments): Don't explicitly referenced STDERR.
1091         (require_argument): Ditto.
1092         (am_error): Ditto.
1093         (set_strictness): Ditto.
1094         (file_contents): Ditto.
1095         (read_am_file): Ditto.
1096         (generate_makefile): Style tweaks.
1097         (handle_programs): Ditto.
1098         (handle_libraries): Ditto.
1099         (handle_texinfo): Ditto.
1100         (handle_man_pages): Ditto.
1101         (handle_tags): Ditto.
1102         (handle_dist): Ditto.
1103         (handle_subdirs): Ditto.
1104         (handle_configure): Ditto.
1105         (handle_footer): Don't put newline before footer.am contents.
1106         (handle_merge_targets): Style tweaks.
1107         (do_one_clean_target): Ditto.
1108         (dirname): Ditto.
1109         (am_variable): Ditto.
1110         Defined some new constants.
1111         (generate_makefile): Don't call generate_header.
1112         (generate_header): Removed.
1113         (file_contents): Rewrote.
1114         (read_am_file): Rewrote.
1116         * automake.in (generate_makefile): Handle phony target.
1117         (do_one_clean_target): Pretty-print dependencies.
1118         (handle_installdirs): Pretty-print rule.
1120         * Makefile.am (maintainer-check): Made some commands silent.
1122         * automake.in (initialize_global_constants): Don't install or
1123         uninstall cat'd man pages.
1124         (initialize_per_input): Added phony target.
1125         (push_phony_cleaners): New function.
1126         (get_object_extension): Handle phony targets.
1127         (handle_texinfo): Ditto.
1128         (handle_man_pages): Ditto.
1129         (handle_tags): Ditto.
1130         (handle_dist): Ditto.
1131         (handle_subdirs): Ditto.
1132         (handle_installdirs): Ditto.
1133         (handle_merge_targets): Ditto.
1134         (handle_clean): Ditto.
1135         (do_one_merge_target): Ditto.
1136         (am_install_var): Ditto.
1137         (handle_phony): New function.
1138         (generate_makefile): Call it.
1139         (pretty_print_internal): New function.
1140         (pretty_print_rule): Ditto.
1142 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1144         * automake.in (initialize_global_constants): Don't print body of
1145         loop at make time.
1147         Changes from François Pinard:
1148         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
1149         (DEP_FILES): Put dependency files in $(srcdir).
1150         Look in $(srcdir) when including dependency files.
1151         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
1152         (.deps/%.P): MKDEP includes all macro expansions.
1153         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
1154         be so verbose.
1155         * dist-subd.am (dist): Don't be so verbose.
1156         * dist.am (dist): Don't be so verbose.
1158         * automake.in (do_one_clean_target): Remove config.status in
1159         maintainer-clean.  From Jim Meyering.
1161         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
1162         Meyering.
1164         * automake.in (handle_merge_targets): Add dummy command for empty
1165         install target.  From Jim Meyering.
1167 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1169         * texinfos.am (uninstall-info): Bug fix.
1171         * Makefile.am (maintainer-check): Error if ${...} used.
1172         * depend.am (DEP_FILES): Prefer $(...).
1174         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
1175         exists.
1176         * libraries.am (install-@DIR@LIBRARIES): Only install library if
1177         it exists.
1178         * programs.am (install-@DIR@PROGRAMS): Only install program if it
1179         exists.
1181         * texinfos-vars.am (TEXFILES): Removed.
1183         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
1185         * automake.in (do_one_merge_target): Never generate trailing
1186         whitespace.
1187         (pretty_print): New function.
1188         (handle_footer): Prettyprint definitions.
1189         (am_install_var): Ditto.
1190         (handle_source_transform): Ditto.
1191         (handle_dist): Ditto.
1192         (handle_libraries): Ditto.
1193         (read_am_file): Put comments nearer appropriate code.
1195         * texi-clean.am (mostlyclean-info): Use continued lines, not
1196         multiple rm's.  From Jim Meyering.
1198 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1200         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
1201         mkinstalldirs, texinfo.tex to be installed.
1202         * automake.in (symlink_exists): New global.
1203         (install_missing): Ditto.
1204         (require_file): Install missing files if possible.
1205         (parse_arguments): Handle --install-missing option.
1206         (initialize_global_constants): Document --install-missing.
1208         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
1209         Ensure 'checks' pass before release.
1210         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
1211         Franc,ois Pinard.
1212         (cvs-dist): Depend on maintainer-check instead of explicitly
1213         running check.
1215         * configure.in (VERSION): Version 0.26.
1217         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
1218         of 'if' test.
1220         * depend.am (DEP_FILES): Bug fix.
1222         * automake.in (do_one_clean_target): Typo.
1224         * Makefile.am (check-local): Run syntax check under Perl 4.
1226         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
1227         (handle_source_transform): Loop variable is now $_.  From Gor
1229         * Makefile.am (check-local): Check for 'true' in source.
1230         * texinfos.am (install-info): Can't use "true" in any rule.
1232 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1234         * Makefile.am (cvs-dist): New target.
1236         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
1237         failures.
1239         * texinfos.am (install-info): Don't do install-info for now.
1241         * clean.am (distclean-generic): Don't remove config.status here.
1242         * automake.in (do_one_clean_target): Remove config.status later,
1243         for 'make -j2'.  From Jim Meyering.
1245 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1247         * configure.in (VERSION): Version 0.25.
1249         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
1250         (handle_configure): Check for AC_PROG_MAKE_SET.
1252         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
1253         Meyering.
1255         * automake.in (am_install_var): Changed how 'clean' handled for
1256         uniform name targets.
1257         * Makefile.am (pkgdata_DATA): Added new files.
1258         * data-clean.am: New file.
1259         * scripts-clean.am: New file.
1260         * libraries-clean.am: New file.
1261         * programs-clean.am: New file.
1263 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1265         * automake.in (am_install_var): Error if variable name
1266         "misspelled".
1267         (handle_source_transform): Automatically include .c file
1268         corresponding to .y or .l.
1270 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1272         * programs.am: Changed for uniform naming scheme.
1274         * automake.in (read_am_file): Allow '-' and '.' in target names.
1275         (generate_makefile): Don't pass arguments to handle_libraries.
1276         (initialize_per_input): Define @sources, @objects.
1277         (generate_makefile): Init @sources, @objects if needed.
1278         (handle_source_transform): Push onto @sources, @objects here.
1279         (am_install_var): Push primary onto @all, for configure-time
1280         customization.
1281         (handle_programs): Use new uniform naming scheme.
1283         * Makefile.am (check-local): New target.
1285         * automake.in (handle_libraries): Use uniform naming scheme.
1287         * libraries.am: Rewrote for uniform naming scheme.
1289         * scripts.am: Updated names of all clean targets.
1291         * automake.in (handle_programs): Split on all whitespace.
1292         (handle_libraries): Ditto.
1293         (handle_texinfo): Ditto.
1294         (handle_man_pages): Ditto.
1295         (am_install_var): Changed return result.
1296         (am_install_var): Changed interface.
1297         (am_install_var): Push onto @clean@ if requested.
1298         (handle_scripts): Pass -clean to am_install_var.
1300 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1302         * automake.in (am_install_var): Push target onto @all.
1303         (get_object_extension): Use $(...).
1304         (handle_source_transform): Ditto.
1305         (handle_programs): Ditto.
1307         * automake.in (require_argument): New function.
1308         (parse_arguments): Use it.
1309         (push_dist_common): New function.
1310         (generate_makefile): Use it.
1311         (handle_texinfo): Ditto.
1312         (handle_dist): Ditto.
1313         (handle_configure): Ditto.
1314         (require_file): Ditto.
1315         (generate_makefile): Don't pass arguments to handle_scripts.
1316         (handle_configure): Require configure.in.
1317         (check_gnu_standards): New function.
1318         (check_gnits_standards): Ditto.
1319         (generate_makefile): Check standards.
1321         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
1323         * automake.in (LENIENT, GNU, GNITS): New constants.
1324         (initialize_per_input): New function.
1325         (generate_makefile): Use it.
1326         (initialize_global_constants): Renamed from init_globals.
1327         (require_file): Added strictness argument.
1328         (parse_arguments): Added --strict option.
1329         (set_strictness): New function.
1330         (parse_arguments): use it.
1331         (initialize_global_constants): Document --strictness.
1333         * automake.in: Use ${1+"$@"} to preserve quoting when running
1334         under sh.
1336         * texinfos.am (install-info): Don't use "true".
1337         * tags.am (TAGS): Don't use "true".
1339         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
1340         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
1342         * program.am (@PROGRAM@): Use LINK macro.
1343         * compile.am (.c.o): Use COMPILE macro.
1345         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
1346         ${...}.
1348         * subdirs.am (RECURSIVE): Removed macro.
1350         * clean.am: Changed to not be so verbose.
1352         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
1353         * automake.in (handle_texinfo): Transform texi-clean and put into
1354         output rules.
1355         * texinfos-vars.am (TEXFILES): Removed.
1356         * texinfos.am: Removed 'clean' targets.
1357         * texi-clean.am: New file.
1359         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
1361         * texinfos-vars.am (TEXFILES): Added *.op.
1363         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
1364         standards.
1365         * dist.am (dist): Use DISTFILES.
1366         * dist-subd.am (dist): Use DISTFILES.
1367         * dist-subd-top.am (dist): Use DISTFILES.
1369 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1371         * Makefile.am (ETAGS_ARGS): Define.
1373         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
1374         Meyering.
1376         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
1378         * automake.in (handle_scripts): Use am_install_var.
1380         * scripts.am: Rewrote for new uniform naming scheme.
1382         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
1384         * libscripts.am: Removed.
1386         * packagedata.am: Removed.
1388         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
1389         (pkgdata_DATA): Renamed from PACKAGEDATA.
1391         * automake.in (handle_data): Use am_install_var.
1392         (init_globals): Init %exec_dir_p.
1394         * data.am: Rewrote for new uniform naming scheme.
1396         * automake.in (get_object_extension): New function.
1397         (handle_programs): Use it.
1398         (dir_holds_sources): Changed interpretation.
1399         (handle_headers): New function.
1400         (am_install_var): New function.
1401         (generate_makefile): Call handle_headers.
1403         * header-vars.am (pkgdatadir): New macro.
1404         (pkglibdir): Ditto.
1405         (pkgincludedir): Ditto.
1407         * automake.in (handle_source_transform): New function.
1408         (am_error): New function.
1409         (generate_makefile): Use it.
1410         (handle_source_transform): Ditto.
1411         (handle_texinfo): Ditto.
1412         (handle_dependencies): Ditto.
1413         (handle_merge_targets): Ditto.
1414         (require_file): Ditto.
1416 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1418         * automake.in: Updated FSF address.  From Jim Meyering.
1419         * header-vars.am: Updated FSF address.
1421         * distname.am: Removed.
1423         * automake.in (file_contents): Strip "##" comments.
1424         * Various files: Added "##" comments for strange things.
1426         * automake.in (handle_tags): Generate TAGS rule for every
1427         directory.
1429         * subdirs.am (RECURSIVE): Include installcheck-recursive.
1430         * automake.in (installcheck): New variable.
1431         (generate_makefile): Initialize it.
1432         (handle_subdirs): Push 'installcheck-recursive'.
1433         (handle_merge_targets): Handle installcheck target.
1435 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
1437         * automake.in ($PACKAGE): Removed.
1439         * header-vars.am (ALL): Removed.
1441         * automake.in: Reworked 'all' target handling.
1443         * automake.in (generate_makefile):
1444         Don't use AM_ forms in call to am_variable.
1446         * automake.in: Changes for Perl 5, from Gord Matzigkeit
1448         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
1450         * automake.in (handle_footer): Allow SUFFIXES variable.
1452         * automake.in (am_variable): New function.
1453         (handle_texinfo): Use it.
1454         (generate_makefile): Use it.
1456         * configure.in: Version 0.24.
1458 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
1460         * automake.in (handle_libraries):
1461         Generate blah_LIBADD defines if required.
1463         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
1465         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
1467         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
1469         * configure.in: Version 0.23
1471         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
1473         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
1475         * automake.in: New option --output-dir
1477         * automake.in (handle_configure): Fixed typo.
1479         * automake.in (handle_installdirs): Always make installdirs target.
1481         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
1482         uninstall-exec-recursive.  Added installdirs-recursive.
1484         * automake.in (handle_installdirs): Handle installdirs-recursive.
1485         (handle_man_pages): 'all' depends on $(MANS)
1487         * Makefile.am: Removed mans.am.
1489         * automake.in: More man-related fixes
1491         * automake.in: Bug fixes
1493         * automake.in: Rewrote man page handling.
1495         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
1497         * automake.in (handle_installdirs): New function.
1498         (@installdirs): New global.
1499         Many changes to deal with installdirs.
1501         * clean.am (clean-generic): Always supply 'else' clause to 'if'
1503         * automake.in (generate_header): Don't use header.am.
1504         (handle_dist): Don't use dist-subd-vars.am.
1506         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
1508         * Makefile.am (DISTCLEANFILES): Removed.
1510         * clean.am (clean-generic): Bug fix.
1512         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
1514         * texi-version.am (clean-vti): No such macro as VTI
1516 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
1518         * automake.in: Bug fix for maintainer-clean
1520         * automake.in (do_one_clean_target):
1521         Print special text in maintainer-clean.
1522         (handle_clean): Always include clean.am
1524         * clean.am: Use -generic clean targets.
1526         * compile.am: Added clean targets.
1528         * configure.in: Version 0.22.
1530         * automake.in (handle_dependencies):
1531         Put trailing newline after all deps.
1533         * automake.in (handle_dependencies): Another dependency bug fix.
1535         * automake.in (handle_dependencies):
1536         Bug fix when including dependencies.
1538         * automake.in (handle_configure):
1539         Verify existence of install-sh, mkinstalldirs
1541         * automake.in (handle_texinfo): Include stamp-vti in distribution
1543         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
1544         Include DATA, PACKAGEDATA.
1546         * Makefile.am: Nothing
1548         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
1550         * automake.in (handle_texinfo): Typo
1552         * automake.in: If script ends up in shell, feed to perl
1554         * automake.in: Rewrote 'clean' rules.
1555         Documentation made and installed first.
1556         'all' depends on 'info'
1558 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
1560         * configure.in, Makefile.am: Turned off internationalization.
1562         * clean-kr.am: Rewrote for new clean scheme.
1564         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
1566         * Makefile.am (PACKAGEDATA): Include tags-clean.am
1568         * subdirs.am: Removed bogus local clean targets
1570         * tags-clean.am: Initial revision
1572         * texi-version.am: Added clean targets
1574         * texinfos.am: Fixes to clean targets.
1576         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
1577         Added clean targets
1579         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
1581         * automake.in: Completely revamped automatic de-ANSI-fication
1583         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
1585         * compile-vars.am (LINK): New macro
1587         * kr-vars.am: Trailing blank line
1589         * compile-kr.am: Rewrote
1591         * compile-vars.am (COMPILE): New macro
1593         * compile-vars.am (ANSI2KNR): Removed
1595         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
1597         * kr-vars.am: Initial revision
1599         * automake.in (require_file): New function.
1600         (handle_texinfo): Require 'mdate-sh'
1601         (common_sometimes): New variable
1602         (usage): Use it.
1604         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
1606         * mdate-sh: Initial revision
1608         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
1610         * automake.in (generate_makefile):
1611         Put Makefile.in, Makefile.am in @dist_common
1612         (handle_configure): Use @dist_common as appropriate
1614         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
1616         * configure.in: Abort if perl not found
1618         * configure.in: Look for perl
1620         * automake.in: Reimplemented in Perl
1622         * automake.in: Fixlet
1624 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
1626         * automake.in: Always print ".SUFFIXES:" rule.
1628         * automake.in: Distribution config.h.in if required
1630         * automake.in: Bug fix when including texi-version.am
1632         * automake.in: Bug fix when looking for .texi file in $am_reldir
1634         * depend.am: Comment fix
1636         * automake.in: Look for .texi file in $am_reldir
1638         * automake.in: Fixlet
1640         * automake.in: Blank line after targets from user's Makefile.am
1642         * automake.in: Move footer items to actual footer
1644         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
1646         * automake.in (common):
1647         Don't include acconfig.h, config.h.top, config.h.bot
1649         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
1651         * Makefile.am (CONFIG_H): Define
1653         * acconfig.h: Initial revision
1655         * configure.in: Use AC_CONFIG_HEADER.
1657         * automake.in: Put blah_TEXINFOS into DIST_COMMON
1659         * automake.in: .info file explicitly depends on primary .texi file
1661         * texinfos.am (install-info): Always supply 'else' clause to 'if'
1663         * tags.am (TAGS): Always supply 'else' clause to 'if'
1665         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
1667         * automake.in: Always include footer.am in output
1669         * mans.am (install-man): Always supply 'else' clause to 'if'
1671         * automake.in: More version.texi fixes
1673         * automake.in: Only do version.texi processing if requested.
1675         * automake.in: Minor internationalization fixes.
1676         Subshell can now exit with nonzero status.
1677         Fixed up .texi handling; now uses texi-version.am
1678         Make sure '.c' and '.o' are in .SUFFIXES if required.
1680         * Makefile.am (PACKAGEDATA): Include texi-version.am
1681         (stamp-vti, version.texi): Removed
1682         (TEXINFOS): Don't reference version.texi
1684         * texi-version.am: Initial revision
1686         * dist.am, dist-subd-top.am (dist):
1687         [DIST_SUBDIRS] Follow symlinks when copying.
1689         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
1691 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
1693         * automake.in: Added --amdir option
1695         * Makefile.am, configure.in: Turned on internationalization
1697         * Makefile.am: Set EDITION
1699         * configure.in: Version 0.21
1701         * tags.am, tags-subd.am: Don't use double-colon rules
1703         * automake.in: Redid install-data, install-exec, uninstall handling
1705         * configure.in: Turn off i18n
1707 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
1709         * automake.in (common): Remove NLS
1711         * automake.in (common): Include ABOUT-NLS.
1713         * automake.in: Test for install-sh and mkinstalldirs
1715         * automake.in: Blank line after OBJECTS= line
1717         * automake.in: Start subshell in loop after check for Makefile.am
1719         * automake.in: --use-deps now the default
1721         * automake.in (am_dir): Don't apply transform to install directory name
1723         * packagedata.am: Don't apply transform to install directory name
1725         * Makefile.am (SUBDIRS): Hold off on internationalization
1727 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
1729         * automake.in:
1730         Write 'SOURCES =' line after copying Makefile.am variables
1732         * automake.in: Fixed bug in "--" option processing
1734         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
1736         * Makefile.am (DIST_OTHER): Include gettext-sh
1738         * Makefile.am (SUBDIRS): Define
1740         * configure.in: Include internationalization bits
1742         * automake.in: Many changes to avoid double-colon rules.
1744         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
1746         * subdirs.am: Removed "::" rules
1748         * header.am: Removed install, uninstall
1750         * header.am: Added install, uninstall targets
1752         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
1754         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
1755         Removed "::" rules
1757         * Makefile.am (PACKAGEDATA): Include libscripts.am
1759         * libprograms.am: Don't install libscripts here
1761         * libscripts.am: Initial revision
1763         * scripts.am, programs.am, libprograms.am: Removed "::" rules
1765         * automake.in (am_dir): Run package name through name transform.
1767         * automake.in: Don't use packagedata.sed or data.sed
1769         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
1770         packagedata.am
1772         * data.am: No longer run through sed
1774         * packagedata.am: Initial revision
1776 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
1778         * automake.in: No blank line after Usage
1780         * automake.in: Removed "NLS nuisances" section.
1781         Now uniformly uses $echo for user-visible messages (in advance of
1782         internationalization)
1784         * subdirs.am (maintainer-clean): Don't use realclean-local
1786         * Makefile.am: Use PACKAGEDATA, not custom code
1788         * data.am: Use @LONG@, not $(@LONG@)
1790         * automake.in: Handle DATA and PACKAGEDATA
1792         * packagedata.sed: Initial revision
1794         * data.am: Use @DIR@, not $(@DIR@)
1796         * data.sed: Use $(datadir), not datadir
1798         * data.sed: Initial revision
1800         * data.am: Wrote uninstall targets
1802         * data.am: Initial revision
1804         * dist-subd.am (dist): Don't link a file that has already been linked
1806         * dist-subd-top.am, dist.am (dist):
1807         Run `automake --include-deps' before making distribution
1809         * automake.in: More dependency-tracking bug fixes
1811         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
1813         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
1815         * tags-subd.am, tags.am: Added trailing blank line
1817         * depend.am: Use ".P", not "empty.P", as placeholder.
1819         * automake.in: Only include depend.am if SOURCES not empty
1821         * automake.in: Added --use-deps and --include-deps options.
1822         Handle auto-generating dependencies.
1824         * Makefile.am (am_DATA): Include depend.am
1826         * depend.am: Initial revision
1828         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
1830         * automake.in: Put blank line after .SUFFIXES
1832         * scripts.am: Added blank line at end
1834         * scripts.am: Removed unnecessary comment
1836         * scripts.am: Removed unnecessary workarounds
1838         * automake.in: Don't include programs.am if PROGRAMS empty
1840         * header-vars.am (INSTALL_SCRIPT): Typo
1842         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
1844         * automake.in: Handle .SUFFIXES here.
1846         * configure.in: Use fp_PROG_INSTALL
1848         * header-vars.am: Changes for autoconf 2.5.
1849         Now includes INSTALL_SCRIPTS.
1851         * texinfos.am (install-info): Bug fix
1853         * automake.in:
1854         Include scripts.am or libscripts.am in output if appropriate
1856         * programs.am (install-programs, uninstall-programs):
1857         Don't install SCRIPTS
1859         * Makefile.am (am_DATA): Include scripts.am
1861         * scripts.am: Initial revision
1863 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
1865         * automake.in:
1866         Cleaned up how "prog_SOURCES" variable is found in input.
1867         Ditto prog_OBJECTS.
1868         Put static sed scripts into separate, installed files.
1870         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
1872         * hack-make.sed, nl-remove.sed: Initial revision
1874         * texinfos.am (install-info): Rewrote
1876         * subdirs.am (all-recursive): Put with other -recursive rules
1878         * configure.in: Version 0.20
1880         * automake.in: Another bug fix
1882         * automake.in: Bug fix when looking for texinfo.tex
1884         * texinfo.tex: Initial revision
1886         * automake.in:
1887         If TEXINFOS defined but texinfo.tex does not exist, give warning.
1889         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
1890         (all-recursive): Don't fail immediately if -k specified.
1892 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
1894         * subdirs.am (_all):
1895         New target.  Now use Jim Meyering's formulation of AIX
1896         workaround.
1897         (install-exec, install-data): New targets
1899 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
1901         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
1903         * automake.in: Use @datadir@
1905         * automake.in: Added @configure_input@ line
1907 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
1909         * automake.in: "--help" option now prints auto-recognized file names.
1910         Allow AM_ overriding of more variables.
1912         * texinfos.am (install-info):
1913         Don't cd to srcdir to avoid breaking install-sh
1914         Other bug fixes
1916         * Makefile.am: Handle automake.texi
1918 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
1920         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
1922         * tags.am (TAGS): bug fix
1924         * automake.in: Use am_dir, not AM_DIR.
1925         Use version, not VERSION.
1926         Bug fix in TAGS code.
1928         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
1930         * subdirs.am: TAGS target now in tags.am
1932         * footer.am: TAGS and ID targets now in tags-subd.am
1934         * tags-subd.am, tags.am: Initial revision
1936         * automake.in: Cleaned up AM_PROGRAM code.
1937         Handle TAGS target better
1939         * remake.am, remake-subd.am (Makefile.in): Bug fix.
1941         * automake.in (usage): Updated
1943         * remake-subd.am, remake.am:
1944         Added rule where Makefile.in depends on Makefile.am
1946         * automake.in: Entire body of 'for' loop now in subshell
1948         * automake.in (common): config.guess and config.sub are common files.
1950         * dist-subd-top.am, dist.am (dist): Bug fix.
1952         * Makefile.am (DIST_OTHER): Don't include TODO
1954         * automake.in: Auto-include TODO and THANKS files.
1956         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
1958         * automake.in: More bug fixes in "look for Makefile.am" code.
1960         * automake.in: Bug fix in "look for Makefile.am" code.
1962         * automake.in:
1963         If no arguments given, look for all Makefile.am's in this
1964         directory and in immediate subdirs
1966         * automake.in: Bug fixes for LDADD-override feature.
1968         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
1970         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
1972         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
1974         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
1976 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
1978         * automake.in: No longer look for _SOURCES or _OBJECTS
1980         * header-vars.am:
1981         Remove "automatically created" header (now in automake).
1982         Updated copyright.
1984         * automake.in: Put version info in Makefile header
1986 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
1988         * automake.in: Minor cleanups
1990         * dist-subd-top.am, dist.am (dist):
1991         Don't link or copy file if it already exists.
1993         * automake.in:
1994         Look for _SOURCES (common sources) and generate _OBJECTS.
1996         * footer.am (ID, TAGS): Include HEADERS
1998         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
2000 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
2002         * dist-subd.am (distdir): Is relative to ".."
2004         * dist-subd-vars.am (PACKAGE, VERSION): Define
2006         * dist-subd.am (dist): Don't handle DIST_DIRS.
2008         * mans.am (uninstall-man): Another bug fix.
2010         * mans.am (uninstall-man): Bug fix.
2012         * dist.am, dist-subd-top.am (dist): Bug fix
2014         * Makefile.am (DIST_SUBDIRS): New macro
2016         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
2018         * Makefile.am (DIST_OTHER): Include automake.in
2020         * Makefile.am (DISTCLEANFILES): New macro.
2022         * automake.in (common): Include COPYING.LIB
2024         * Makefile.am (automake): New rule.
2026         * texinfos.am (install-info): Changed per GNU standards
2028         * remake-hdr.am (stamp-h.in):
2029         Use "touch", not "date", per GNU standards.
2031         * automake.in (common): Include texinfo.tex
2033 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
2035         * automake.in: More fixes when finding common files.
2037         * Makefile.am (DIST_OTHER): Another removal.
2039         * automake.in: Special-case when amdir=.
2041         * Makefile.am (DIST_OTHER): Removed auto-detected files.
2043         * automake.in:
2044         Search for commonly-used files and auto-include them in distribution
2046         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
2047         (DIST_CONF): Removed files searched for by automake.
2049         * automake.in: More arg-parsing bug fixes.
2051         * Makefile.am (DIST_OTHER): Include install-sh
2053         * Makefile.am (DIST_OTHER): Don't include auto-included files.
2055         * automake.in: Bug fixes to argument parsing code.
2057         * automake.in: Handle --version and --help.
2058         NLS stuff from autoconf.
2060         * Makefile.am (amdatadir): Fixed typo.
2061         (install): Make install directories
2063         * Makefile.am: Use "install::", not "install:"
2065         * install-sh, mkinstalldirs: Initial revision
2067         * configure.in: Use AC_PROG_INSTALL
2069         * automake.in: Set AM_DIR based on configure results.
2071         * Makefile.am (install): New target.
2072         (amdatadir): New variable.
2074         * automake.in: Use "#! /", not "#!/".
2076         * Makefile.am, configure.in: Initial revision
2078         * automake.in: Renamed from "automake".
2079         Set VERSION.
2081         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
2083         * automake.in: Insert remake-subd.am if appropriate.
2085         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
2087         * automake.in: Handle ALLPROGRAMS variable.
2089         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
2091         * automake.in: Fixlet when printing "subdir=DIR"
2093         * automake.in: Put "subdir=DIR" into subdir Makefile
2095         * automake.in: Don't refer to distname.am.
2096         Only put footer.am in subdir Makefiles.
2098         * subdirs.am (id, ID): New target.
2099         (.NOEXPORT): Copied from footers.am.
2101         * subdirs.am (TAGS): Bug fixes.
2103         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
2105         * subdirs.am (maintainer-clean-local): Remove TAGS
2107         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
2109         * subdirs.am: Use maintainer-clean, per GNU standards
2111         * dist-subd-top.am: Some variables defined in dist-vars.am
2113         * dist-vars.am (PACKAGE, VERSION):
2114         New variables, initialized by configure
2116         * footer.am (id, ID): New targets
2117         (TAGS): Put TAGS file in build, not source, directory
2119         * remake-subd.am (Makefile): Don't assume subdir is 'src'
2121         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
2123         * dist-subd.am: Changed to conform to new top-level dist target.
2125         * dist-subd-top.am:
2126         Changed to assume PACKAGE and VERSION are set by configure.
2128         * clean-kr.am, clean.am (maintainer-clean):
2129         Updated rules per GNU standards.
2131         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
2133 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
2135         * automake.in, texinfos.am: kludge for multiple-part info files
2137 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
2139         * clean.am, clean-kr.am: remove INFOS
2141 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
2143         * texinfos.am: add path
2145         * remake.am, remake-hdr.am: account for VPATH limitations
2147 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
2149         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
2150         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
2152 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
2154         * texinfos.am: install-info depends on info files
2156         * dist-subd-vars.am, dist-vars.am: distrib info files
2158 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
2160         * clean-kr.am, clean.am: fix up distclean
2162         * subdirs.am: fix typo
2164         * clean.am: do more in distclean
2166 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
2168         * libraries.am: make install depend on all
2170         * automake.in: fix typo
2172 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
2174         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
2176         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
2178         * dist-subd-top.am: Initial revision
2180         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
2181         centralize prefix var setting
2183         * header-vars.am: set all the std vars based on prefix
2185 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
2187         * automake.in: don't add kr stuff if not needed
2189         * dist-vars.am: add config vars to dist
2191 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
2193         * program.am: add LDADD
2195         * compile-vars.am: remove LDADD from LDFLAGS
2197         * clean.am: move knr stuff to another file
2199         * automake.in: use different clean file for ansi2knr
2201         * clean-kr.am: Initial revision
2203 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
2205         * automake.in, dist-subd.am, dist.am: fix rules and dist
2207 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
2209         * compile.am, automake.in: split out knr
2211         * compile-kr.am: Initial revision
2213         * libprograms.am: fix typo
2215         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
2216         make libprograms work
2218         * libprograms.am: Initial revision
2220         * automake.in, compile.am, header-vars.am: fix little bugs
2222         * compile.am: allow parallel K&R
2224         * clean.am: remove kerb temps
2226         * automake.in: fix recognizing start of rules
2228         * dist-subd.am, dist.am: fix dist
2230         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
2232 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
2234         * automake.in: works on m4 too
2236         * automake.in, mans.am: works on fileutils
2238         * 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:
2239         works on fileutils except for all
2241         * automake.in: vars thing
2243         * header-vars.am: Initial revision
2245         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
2246         entered into RCS
2248         * compile-vars.am: Initial revision
2250         * automake.in: many improvements
2252         * footer.am: Initial revision
2254         * dist.am: remove distname
2256         * automake.in: namespace cleanup
2258         * distname.am: Initial revision
2260         * 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:
2261         might work
2263         * 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:
2264         Initial revision