Nothing
[automake.git] / ChangeLog
blobc9990ac7af5cc9f7ef08303aec0ca63e6a392575
1 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
3         * automake.in (handle_tests): Don't push TESTS onto dist_common.
4         (initialize_global_constants): Put install-sh and mkinstalldirs
5         into @common_files.  Test insh2.test.
7 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
9         * automake.in (handle_source_transform): Don't generate _OBJECTS
10         when no source files specified.  Test number.test.
12         From Joerg-Martin Schwarz:
13         * automake.in (seen_package, seen_version): New globals.
14         (scan_configure): Look for PACKAGE= and VERSION=.
16         * automake.in (handle_options): Recognize dist-zip.
17         (handle_dist): Handle dist-zip.
18         (handle_options): Use ' ', not \s+, with split.  Test
19         backsl.test.
20         (handle_source_transform): Likewise.
21         (handle_lib_objects): Likewise.
22         (handle_libraries): Likewise.
23         (handle_texinfo): Likewise.
24         (handle_man_pages): Likewise.
25         (handle_subdirs): Likewise.
26         (handle_gettext): Likewise.
27         (handle_footer): Likewise.
28         (handle_tests): Likewise.
29         (scan_configure): Likewise.
30         (am_install_var): Likewise.
32         * Makefile.am (TAGS_DEPENDENCIES): New macro.
34         * tags.am (tags-recursive): New target.
35         (TAGS): Depend on it.
37         * automake.in (handle_tags): Put tags-recursive on @phony.
39         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
40         TAGS_DEPENDENCIES.
41         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
43 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
45         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
47         * automake.in (scan_configure): Look for install-sh and
48         mkinstalldirs here.
49         (initialize_global_constants): Moved mdate-sh from
50         common_sometimes to common_files.  Test mdate2.test.
52 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
54         * automake.in (seen_maint_mode): New global.
55         (scan_configure): Handle jm_MAINTAINER_MODE.
56         (read_am_file): Handle seen_maint_mode.
57         (file_contents_with_transform): Handle seen_maint_mode.
58         (handle_source_transform): Changed interface, all callers.
60         From Jim Meyering:
61         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
62         Handle @MAINT@.
63         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
65         * automake.in (handle_configure): Check $config_aux_dir against
66         empty string.  From Markku Rossi.  Test mkinstall.test.
68 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
70         * automake.in (distcheck): Added new rule to top level
71         Makefile.in.
73 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
75         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
76         sets seen_ranlib.
77         (generate_makefile): libtool, config.sub, and config.guess should
78         only ever appear in the top directory of a package.
80 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
82         * automake.in (initialize_global_constants): Added libversion.in
83         to @common_files.
85         * configure.in (VERSION): Upped to 0.33.
87         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
88         Test extra.test.
90 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
92         * install-sh (transformbasename): Correct misspelling of
93         transformbasename.  From Ian Lance Taylor.
95 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
97         * automake.in (handle_configure): Set mkinstalldirs variable
98         here.
99         (handle_dist_worker): Explicitly set distdir in subdir makes.
100         (handle_dist): Handle separate distdir target.
101         (handle_dist_worker): Only generate distdir target.
103         * texinfos.am (install-info): Use $(mkinstalldirs).
104         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
105         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
106         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
107         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
108         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
110         * automake.in (read_am_file): Set mkinstalldirs variable.
111         (handle_man_pages): Use it.
112         (handle_installdirs): Ditto.
114 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
116         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
118 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
120         * automake.in (handle_dist_worker): Use $(TAR), not tar.
121         (handle_merge_targets): Make sure config header is built before
122         recursing into subdirs.
123         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
124         (handle_merge_targets): Handle case where nothing is installed but
125         something must be built -- "make install" must still work.
127         * dist-vars.am (TAR): New macro.
129         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
130         (handle_configure): Require stamp-h.in when config header used.
132 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
134         * doc/mdate-sh: Extract the last field from the date output, not
135         the sixth, which will fail when the timezone name has more than
136         one word or is missing.
138 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
140         * automake.in (am_install_var): Use delete, not undef, to remove
141         EXTRA entry.  From Gord Matzigkeit.
143 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
145         * automake.in (read_am_file): Handle case where last line doesn't
146         end in newline.
148 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
150         * automake.in (variable_defined): New function.
151         (read_am_file): Ensure a blank line comes before starting comments
152         from Makefile.am.
153         (initialize_per_input): Initialize %targets.
154         (read_am_file): Set appropriate entry in %targets.
155         Many changes to use variable_defined.
156         (check_gnu_standards): Only require ChangeLog at top level.  From
157         Gord Matzigkeit.
158         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
159         Matzigkeit.
161 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
163         * automake.in (parse_arguments): Added short options.
164         (initialize_global_constants): Ditto.
166 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
168         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
169         fails.
171         * automake.in (handle_source_transform): Typo fix.
173 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
175         * automake.in (handle_dist_worker): Renamed dist-local to
176         dist-hook.
177         (handle_merge_targets): Added install-data-hook and
178         install-exec-hook.
179         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
181         * automake.in (handle_scripts): Never allow scripts_installed to
182         become 0.
184         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
185         srcdir.
187         * automake.in (generate_makefile): Derived file names from given
188         input; don't assume Makefile.in and Makefile.am.
189         (am_file_name, in_file_name): New globals.
190         (read_am_file): Use them.
192         * program.am (@PROGRAM@): Use transformed program name.
194         * remake-hdr.am (stamp-h): Actually touch stamp-h.
196 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
198         * automake.in (require_file_internal): Use correct file for error
199         messages.  Test insh.test.
201 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
203         * texinfos.am (.texi.info): Build output file in srcdir.
205         * automake.in (require_file_internal): If $dir is ".",then look in
206         relative directory.
207         (handle_texinfo): Canonicalize name of texi file before looking
208         for dependency variable.
210 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
212         * automake.in (require_conf_file_with_conf_line): Yet another
213         function of this form.
214         (libtool_line): New variable.
215         (handle_libraries): Handle libtool.
217         * libraries-vars.am: Removed.
219         * automake.in (seen_libtool): New variable.
220         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
222         * automake.in (handle_dist_worker): Handle dist-local.
224         * Makefile.am (maintainer-check): Do "make check" after all syntax
225         checks.
227         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
228         directory.
230         * automake.in ($seen_arg_prog): New global.
231         (handle_programs): Error if AC_ARG_PROGRAM not seen.
232         (handle_scripts): Ditto.
233         (handle_configure): mkinstalldirs now a config file.
234         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
235         (handle_dist_worker): Removed DIST_SUBDIRS.
236         (require_file_path): New variable.
237         (require_file_with_conf_line): Set it.
238         (require_file_with_line): Ditto.
239         (require_file): Ditto.
240         (require_file_internal): Incorporated code from
241         require_config_file.
242         (require_config_file): Rewrote.
243         (require_conf_file_with_line): New function.
244         (handle_texinfo): Use it for mdate-sh.
245         (handle_texinfo): Look for mdate-sh in appropriate directory.
247 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
249         * Makefile.am (cvs-dist): Find NEWS in srcdir.
250         * automake.in (handle_dist_worker): Find NEWS in srcdir.
251         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
252         rule.
253         (require_config_file): Set config_aux_path when file found.
254         ($config_aux_dir): New variable.
255         (require_config_file): Set it.
256         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
258 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
260         * data.am (install-@DIR@DATA): Also allow data to be in build
261         directory.
263 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
265         * automake.in (am_install_var): Don't look in EXTRA_primary
266         variable any more; it is handled in the main loop.
268 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
270         * data.am (install-@DIR@DATA): Find data in srcdir.
272 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
274         * automake.in (require_config_file): Use correct filename when
275         looking for errors.  Also, install file in `.' if not found.  Bug
276         reported by Gord Matzigkeit.  Test installsh.test.
278 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
280         * Makefile.am (cvs-diff): New target.
282         Fix for bug when install var substitutes empty.  Test empty.test.
283         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
284         (uninstall-@DIR@HEADERS): Ditto.
285         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
286         (uninstall-@DIR@SCRIPTS): Ditto.
287         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
288         libraries.
289         (uninstall-@DIR@LIBRARIES): Ditto.
290         * data.am (install-@DIR@DATA): Allow empty list of data.
291         (uninstall-@DIR@DATA): Ditto.
292         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
293         From François Pinard.
294         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
295         (uninstall-@DIR@PROGRAMS): Ditto.
297 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
299         * tags-subd.am (ID): Name of ID file must be flush against -f.
301         * configure.in (VERSION): Version 0.32.
303 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
305         * automake.in (seen_linguas, all_linguas_line): New variables.
306         (handle_gettext): New function.
307         (generate_makefile): Run it.
308         (scan_configure): Recognize ALL_LINGUAS.
310 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
312         * automake.texi: doc fix.
314         * automake.in (am_install_var): Added support for check and
315         installcheck special prefixes.
317 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
319         * automake.in (handle_subdirs): Don't do SUBDIRS check for
320         gettext.
322 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
324         * automake.in (OBJECT_PATTERN): Removed.
325         (am_install_var): No error if name is invalid.
326         (handle_programs): Canonicalize program names.
327         (BOGUS_MACRO_PATTERN): New variable.
328         (read_am_file): Error if bad macro name given.
329         (require_file_internal): Use am_line_error, not am_conf_error.
331         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
333 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
335         * automake.in (handle_lib_objects): New function.
336         (handle_libraries): Use it.
337         (handle_programs): Ditto.
338         (handle_dist_worker): Deprecate DIST_SUBDIRS.
339         (am_install_var): Allow extended directory mechanism to work.
340         Test exdir.test.
342         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
343         (DEP_DISTFILES): Ditto.
345         * automake.in (OBJECT_PATTERN): New variable.
346         (am_install_var): Use it.
347         (handle_dist): DIST_OTHER is an anachronism.
349 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
351         * automake.in (handle_dist_worker): Only cause Automake to be
352         re-run if not making a distribution.  Fixes bug reported by
353         Joerg-Martin Schwarz.
354         (require_file_with_line): New function.
355         (require_file): Use it.
356         (am_line_error): Don't print line number if $symbol is empty.
357         (get_object_extension): Use require_file_with_line.
358         (handle_libraries): Use require_file_with_line.
359         (handle_texinfo): Use require_file_with_line.
360         (handle_configure): Use am_conf_line_error and
361         require_file_with_conf_line.
362         (handle_subdirs): Use require_file_with_conf_line.
363         (handle_configure): Use require_file_with_conf_line.
364         (handle_tests): Push check-TESTS on @phony.
365         (am_conf_line_error): New function.
366         (require_file_with_conf_line): New function.
367         (require_file_internal): New function.
368         (require_file_with_line): Use it.
369         (require_file): Ditto.
370         (am_conf_line_error): Handle empty line number.
371         (ac_gettext_line, ac_output_line): New variables.
372         (scan_configure): Set them.
374 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
376         * automake.in (parse_arguments): Default strictness is gnu.
377         Changed `normal' to `foreign' everywhere.
378         (parse_arguments): Handle --foreign.
379         (initialize_global_constants): Document --foreign.
380         (handle_dependencies): Better error message.
381         (handle_texinfo): Don't push $vtexi on @texis.
382         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
383         (handle_configure): install-sh is a config file; require it as
384         such.
385         (parse_arguments): Renamed --install-missing to --add-missing.
386         (add_missing): Renamed from install_missing.
387         (am_install_var): Check to make sure contents of install variable
388         are correct if primary requires it.  Test badprog.test.
389         (initialize_global_constants): Initialize
390         %primary_uses_subobjects.
391         (handle_source_transform): Skip configure substitutions.  Test
392         depend.test.  Also, skip empty elements.
394 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
396         * texinfo.tex: New version.
398         * automake.in (am_install_var): Allow extended range of
399         installation directories.
401         * automake.in (get_object_extension): Don't allow
402         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
403         From Gord Matzigkeit.  Test confincl.test.
405         * texinfos.am (install-info): Changed usage of install-info (in
406         comment).  Per Feb 25 GNU Standards document.
408 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
410         * automake.in (handle_tests): New function.
411         (generate_makefile): Call it.
412         (handle_subdirs): Skip directories whose names look like configure
413         substitutions.
414         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
415         when using gettext.
416         (scan_configure): Clear in_ac_output if "]" found.  Test
417         acoutqnl.test.
418         (require_config_file): New function.
419         (generate_makefile): Use require_config_file.
420         (config_aux_path): New variable.
421         (scan_configure): Check for AC_CONFIG_AUX_DIR.
422         (handle_merge_targets): Add install-strip rule.
424 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
426         * mdate-sh: New version from Ulrich Drepper.
428         * automake.in (handle_source_transform): Changed fill back to
429         empty string.
430         (handle_libraries): Ditto.
431         (handle_dist): Ditto.
432         (handle_dependencies): Ditto.
433         (handle_footer): Ditto.
434         (handle_phony): Ditto.
436         * Makefile.am (DIST_SUBDIRS): Removed.
437         (installcheck-local): Use Perl, not test -x.
438         (PERL): New macro.
439         (maintainer-check): Use $(PERL), not @PERL@.
441         * configure.in (VERSION): Upped to 0.31.
443 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
445         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
446         and config.guess.
448         * automake.in: Use keyed_aclocal_warning when warning about
449         fp_PROG_INSTALL.
450         (get_object_extension): Use keyed_aclocal_warning when warning
451         about fp_C_PROTOTYPES.
452         (keyed_aclocal_warning): New function.
454         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
455         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
457         * automake.in (get_object_extension): Only give error about
458         fp_C_PROTOTYPES once.
460         * automake.in (seen_ranlib): New variable.
461         (scan_configure): Recognized AC_PROG_RANLIB.
462         (handle_libraries): Error if ranlib not checked for.
464         * automake.in (default_strictness): Default to GNU.
465         (default_strictness_name): Ditto.
467 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
469         * automake.in (read_am_file): Removed @kr@ support.
470         (get_object_extension): Ditto.
472         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
474 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
476         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
478 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
480         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
481         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
483         * automake.in (handle_scripts): Ensure $scripts_installed set to
484         boolean value.  Test proginst.test.
486         * Makefile.am (installcheck-local): New target.
488         * automake.in (require_file): No error if missing file is
489         installed.
491 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
493         * automake.in (handle_scripts): SCRIPTS no longer automatically
494         cleaned.  Now possible to install scripts in pkgdatadir.
495         ($seen_canonical): New variable.
496         (generate_makefile): Check for config.guess and config.sub here;
497         fixes bug reported by Gord Matzigkeit.
499         * Makefile.am (pkgdata_SCRIPTS): New variable.
500         (CLEANFILES): New macro.
502         * scripts-clean.am: Removed.
504 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
506         * automake.in (am_install_var): Error if primary variable actually
507         defined.
508         (am_install_var): Skip elements that look like configure
509         substitutions.
510         (am_install_var): "EXTRA" is a valid prefix.
511         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
512         (handle_merge_targets): Treat "all" target like "install".
513         (handle_subdirs): Don't push all-recursive.
515         * header.am (install-@DIR@HEADERS): Don't depend on all.
516         * data.am (install-@DIR@DATA): Don't depend on all.
517         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
518         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
519         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
521         * automake.in (am_install_var): Push generated install targets
522         onto @phony.
524         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
525         * automake.in (handle_merge_targets): Correctly handle recursive
526         calls of uninstall, install-exec, and install-data.
527         (handle_merge_targets): Put Makefile, and possibly $config_name,
528         onto @all.
529         (handle_merge_targets): Push 'all' onto @install as appropriate.
531 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
533         * automake.in (handle_configure): config.status is in
534         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
536         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
538 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
540         * automake.in: (seen_prog_yacc): New variable.
541         (scan_configure): Look for yacc.
542         (handle_source_transform): Skipp C++ header files.
543         (handle_source_transform): .cxx is a C++ source file.
545 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
547         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
549         Implemented --verbose feature; idea from Greg Woods:
550         * automake.in (verbose): New global.
551         (generate_makefile): Print creating message if verbose.
552         (grep_for_vers_texi): Print message if verbose.
553         (handle_dependencies): Ditto.
554         (scan_configure): Ditto.
555         (read_am_file): Ditto.
556         (parse_arguments): Added --verbose.
557         (initialize_global_constants): Ditto.
559         * automake.in (get_object_extension): Use am_line_error.
560         (handle_source_transform): Ditto.
561         (handle_libraries): Ditto.
562         (handle_texinfo): Ditto.
563         (handle_man_pages): Ditto.
564         (handle_dist): Ditto.
565         (handle_dist): Ditto.
566         (handle_subdirs): Ditto.
567         (handle_configure): Ditto.
568         (handle_merge_targets): Ditto.
569         (am_install_var): Ditto.
570         (am_line_error): Allow actual line number as argument.
571         (handle_configure): Use am_line_error.
572         (scan_configure): Set config_header_line.
573         (config_header_line): New global.
574         Use @PERL@ to find perl during exec.  From Greg Woods.
576 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
578         * automake.in (initialize_per_input): Init %content_lines.
579         (read_am_file): Set appropriate content_lines elements while
580         reading.
581         (am_line_error): New function.
582         (read_am_file): Use it.
583         (handle_options): Ditto.
585         * automake.in (scan_configure): Handle case where more than one .o
586         is put into LIBOBJS at once.  Test libobj.test.
588 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
590         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
591         Test acouttbs.test.
592         (handle_subdirs): Restored intl, po warnings.
594         * automake.in (scan_configure): Delete everything after "," or
595         ")".  Test acoutnoq.test.
596         (handle_dist): Use $relative_dir, not nonexistent $subdir.
597         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
598         SUBDIRS; don't warn about their absence.
600 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
602         * automake.in (handle_texinfo): Removed bogus error message.
604         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
605         onto @all.
606         (handle_options): Handle version number.
608         * automake.in ($maint_charset, $dist_charset): New variables.
609         (initialize_per_input): Init $local_maint_charset.
610         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
611         (generate_makefile): Don't print "creating...".
613 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
615         * automake.in (get_object_extension): Substitute
616         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
617         (handle_source_transform): Use $1, not \1.
618         (pretty_print_internal): Handle Tabs in fill when computing indent
619         on new line.
620         (handle_merge_targets): Always generate install-exec and
621         install-data targets.  Test instexec.test.
622         Fixed error message if fp_PROG_INSTALL missing.
624         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
625         @CONFIG_INCLUDE_SPEC@.
627         * automake.in (scan_configure): Delete everything after "]".  Test
628         acoutput.test.
630         * configure.in (AC_OUTPUT): Create tests/Makefile.
631         * Makefile.am (SUBDIRS): New macro.
633         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
634         Meyering.
636         * configure.in (AC_OUTPUT): Ensure automake is executable.
638 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
640         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
641         not exist.
643         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
645         From Jim Meyering:
646         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
647         (@DIR@_LIBFILES).
648         * header.am (install-@DIR@HEADERS): Depend on all, not
649         $(@DIR@_HEADERS).
650         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
651         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
652         $(@DIR@_SCRIPTS).
653         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
654         $(@DIR@_PROGRAMS).
656         * automake.in (initialize_per_input): Initialize
657         $use_dependencies.
658         ($seen_path_xtra): New variable.
659         (scan_configure): Look for AC_PATH_XTRA.
660         (get_object_extension): Add variables to output if X seen.
662 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
664         * automake.in (handle_programs): add pkglib to list of
665         directories for C
666         (various): include a tab as fill for continuation lines
667         printed with pretty_print*, esp. for macro variable assignments.
668         [ changed to 4 spaced by me ]
670 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
672         * configure.in (VERSION): Upped to 0.30.
674         * Makefile.am (automake): Removed.
675         (DIST_OTHER): Removed.
677         * automake.in (handle_source_transform): All dep_files are
678         relative to $(srcdir).
679         (handle_libraries): Ditto.
680         (scan_configure): Test for AC_PROG_INSTALL as well as
681         fp_PROG_INSTALL.  Don't error here.
682         (seen_prog_install): Now global.
683         (scripts_installed): New global.
684         (handle_scripts): Set it.
685         Give error if appropriate install macro not seen.
686         (handle_subdirs): Ensure $seen_gettext before requiring
687         gettext-specific files.
688         (handle_configure): Automatically rebuild 
690         From Jim Meyering:
691         * automake.in (handle_source_transform): Use \W when quoting
692         regexp.  When blah_SOURCES not explicitly defined, still create
693         entry in %deps.
694         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
695         * subdirs.am (maintainer-clean-recursive): Now depends on
696         $(CONFIG_HEADER) and Makefile.
698         * automake.in (handle_source_transform): Skip macro references.
700 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
702         * automake.in (handle_texinfo): Include "rm" when deleting files.
704         * Makefile.am (maintainer-check): Expect only one ${...}.
705         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
706         Meyering.
708         * automake.in (handle_configure): Only define CONFIG_HEADER if
709         $config_name.
710         ($seen_gettext): New variable.
711         (handle_subdirs): Do all gettext-related checking here.
712         (scan_configure): Just set $seen_gettext.
713         (handle_man_pages): Properly quote $(MANS).
715 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
717         * depend.am: Don't use srcdir anywhere.
718         * automake.in (handle_libraries): Don't make .deps relative to
719         srcdir.
720         (handle_options): Recognize no-dependencies.
722         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
723         ".".  Properly quote regexp.
725 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
727         * automake.in (handle_configure): Only defined CONFIG_HEADER if
728         $config_name.
729         (read_am_file): Quote regexp when substituting top_builddir.
730         (handle_source_transform, handle_libraries): Look in
731         $(srcdir)/.deps for .P files.
733 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
735         * automake.in (am_conf_error): New function.
736         (scan_configure): Use it.
737         (scan_configure): A comma also ends AC_OUTPUT macro.
739         * automake.in (read_am_file): Compute top_builddir when including
740         header-vars.am.
741         (handle_configure): Use $top_builddir, not $top_reldir.
742         (other_input_files): New variable.
743         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
745         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
746         * automake.in (input_files, seen_make_set): Declare globally.
747         (parse_arguments): Use input_files, not make_list.
748         Only scan configure.in once.
749         (handle_dist): Use SUBDIRS to determine when to make
750         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
751         find top of dist tree.
752         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
753         configure.in (done elsewhere).
754         (scan_configure): seen_make_set is global.  Allow arbitrary space
755         in LIBOBJS assignment.
756         (top_builddir): New variable.
757         * header-vars.am (top_builddir): New variable.
758         * remake-subd.am (Makefile): Look in top_builddir, not .., when
759         remaking.
760         * automake.in (handle_merge_targets): Run 'all' before
761         check-recursive.
763         * automake.in (file_contents_with_transform): Changed error
764         message.
765         (handle_configure): Define $contents{'CONFIG_HEADER'}.
767         * texi-version.am: Many changes to support multiple .texi files.
768         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
769         "@VTI@".
770         * automake.in (handle_configure): install.sh is an anachronism.
771         (handle_texinfo): Generalized for multiple .texi files.  Handle
772         'clean-info' internally.
773         * texi-clean.am: Removed.
774         * Makefile.am: Updated for removal.
776 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
778         * automake.in (grep_for_vers_texi): New function.
779         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
780         (handle_texinfo): Changes to generalize to multiple .texi files.
782 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
784         Fixes from Gord Matzigkeit:
785         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
786         topsrcdir.
787         * header.am: New file.
788         * Makefile.am (pkgdata_DATA): Install header.am.
789         * automake.in (handle_headers): Use header.am, not data.am.
790         (am_install_var): Allow pattern to be compiled multiple times.
792         * config.guess, config.sub: New files.
793         * Makefile.am (pkgdata_DATA): Install config.guess and
794         config.sub.
795         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
796         AC_CANONICAL_SYSTEM.
798 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
800         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
801         (handle_man_pages): Use man_MANS, not MANS.
803         * Makefile.am (info_TEXINFOS): Renamed.
805         * automake.in (scan_configure): Remove comments from input line.
806         (am_variable): Removed.
808         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
810         * automake.in (config_name, config_header): New globals.
811         (scan_configure): Look for AC_CONFIG_HEADER.
812         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
814 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
816         * automake.in (handle_dist_worker): Bug fix.
818 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
820         * automake.in (require_file): Install missing files only according
821         to desired strictness.
822         (initialize_per_input): Don't init libsources.
823         (scan_configure): Reinit libsources.
824         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
825         (fp_c_prototypes): New global.
826         (scan_configure): Set it.
827         (get_object_extension): Error if fp_C_PROTOTYPES not in
828         configure.in when using ansi2knr.
829         (handle_source_transform): Skip header files.
831         * automake.in (handle_dist_worker): Explicitly make 'dist' in
832         subdirs.
834 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
836         From François Pinard:
837         * automake.in (handle_source_transform): Transform $o file into .P
838         file.
839         (handle_dist_worker): Handle case where DISTFILES includes
840         wildcard.  Bug fix in subdir case.
842         * automake.in (parse_arguments): Initialize strictness to
843         'normal'.
845 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
847         * automake.in (scan_configure): Look for NLS support.
849         Changes from François Pinard:
850         * texinfos.am (install-info): Correctly install when build dir is
851         not srcdir.
852         * tags-subd.am (ID): Indentation change.
853         * kr-vars.am (o): Use ".@U@o", not "@U@o".
854         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
855         * automake.in (handle_dist_worker): Fixlets.
856         (handle_dist): Sort keys going into dist_common.
858 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
860         * automake.in (handle_dist_worker): If Gnits, don't allow release
861         until NEWS is updated.
863         * configure.in (VERSION): Version 0.29.
865         * Makefile.am (maintainer-check): Look for perl4.036 in path.
867         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
868         (DEP_DISTFILES): Ditto.
870         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
871         * dist-vars.am (DEP_DISTFILES): New variable.
873         * automake.in (handle_options): Support dist-shar option.
874         (handle_dist_worker): New function.
875         (handle_dist): Use it.
877         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
878         *.tmp.
880         * automake.in (handle_dist): Chmod distdir 777.  From François
881         Pinard.
883         * automake.in (scan_configure): New function.
884         (initialize_per_input): Init libsources.
885         (generate_makefile): Run handle_configure first.
886         (handle_configure): Run scan_configure.
887         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
889 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
891         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
893         * automake.in (strictness, strictness_name): Renamed.
894         (initialize_per_input): Set strictness, strictness_name.
895         Initialize %options.
896         (generate_makefile): Run handle_options.
897         (handle_options): New function.
898         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
899         man page install if no-installman option given.
900         (read_am_file): Deprecate @kr@.
901         (get_object_extension): Look at ansi2knr option.
902         (parse_arguments): Take global strictness from command-line
903         options.
905 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
907         Fixes from François Pinard:
908         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
909         * automake.in (get_object_extension): Use $o, not $(kr)o.
910         (handle_source_transform): Don't look for $(kr)c files.
911         * kr-vars.am (o): New macro.
912         (kr): Removed.
914         * depend.am (DEP_FILES): Removed.
915         * automake.in (handle_source_transform): Push .P file onto
916         dep_files.
917         (initialize_per_input): New variable %dep_files.
918         (handle_dependencies): Generate DEP_FILES here.
920 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
922         * automake.in (do_one_clean_target): Only remove config.status in
923         top-level directory.
924         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
926         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
928         * automake.in (handle_dist): Make "ln" quiet.
930         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
932 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
934         * automake.in (handle_merge_targets): 'check' shouldn't depend on
935         'all' at top level.
936         (file_contents_with_transform): New function.
937         (am_install_var): Use file_contents_with_transform.
938         (handle_programs): Ditto.
939         (handle_libraries): Ditto.
940         (handle_texinfo): Ditto.
941         (handle_merge_targets): Let 'install' depend on 'all' if no other
942         dependencies exist.  From Jim Meyering.
943         (check_gnu_standards): GNU requires AUTHORS file.  (See
944         maintain.text).
945         (require_file): Put body in loop.
946         (get_object_extension): Only call require_file once.
947         (handle_configure): Ditto.
949         From Jim Meyering:
950         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
951         * tags-subd.am (id): Removed.
953 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
955         * Added copyright notice to each .am file.
957         * automake.in: Cleanups from François Pinard to avoid $#.
958         (require_argument): Fixed sense of test.
959         (set_strictness): Bug fix.
961 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
963         * Makefile.am (pkgdata_DATA): Removed old dist files.
965         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
967         * automake.in (set_strictness): Set $strictness_name.
968         (strictness_name): New variable.
969         (handle_dist): Substantially rewrote.
971         * configure.in: Point AC_INIT at automake.in.
973         * automake.in (generate_makefile): Report errors against
974         Makefile.in, not Makefile.am.
976 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
978         * mdate-sh: Bug fix from Jim Meyering.
980         * dist.am (dist): Changed in parallel with dist-subd-top.am.
982         * mkinstalldirs: Reverted.
984         * automake.in (initialize_global_constants): Allow COPYING.LIB
985         again.
986         (check_gnits_standards): Disallow COPYING.LIB.
988         * texinfos.am (install-info): Only look in $(srcdir) for info
989         files.
991         * automake.in (initialize_global_constants): New variable
992         gen_copyright.
993         (read_am_file): Put a copyright in each Makefile.in.
995         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
997         * automake.in (am_install_var): Put space before "=".
998         (handle_dist): Put README first in DIST_COMMON.
1000         * Makefile.am (pkgdata_DATA): Include COPYING.
1002         * COPYING: New file.
1004         * automake.in (parse_arguments): Added --gnu and --gnits as
1005         synonyms.
1006         (initialize_global_constants): Ditto.
1007         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
1008         (initialize_global_constants): Look for README first.
1009         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
1010         ABOUT-GNU.
1011         (check_gnu_standards): Require file COPYING.
1013         From François Pinard:
1014         * automake.in (file_contents): Comment out "warn"s.
1015         (usage): Use 4 columns.
1016         (USAGE_FORMAT): Ditto.
1018         * texinfos.am (install-info): Look for info file relative to $$d.
1020         * Makefile.am (cvs-dist): Suppress output of "grep".
1022         * configure.in (VERSION): Version 0.28.
1024         * automake.in (pretty_print_internal): Fix for Perl 4
1025         compatibility.
1027         * configure.in (VERSION): Version 0.27.
1029         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
1030         invocation.
1032         * automake.in (initialize_global_constants): Don't quote "@" in
1033         $install_man_format.
1034         (handle_merge_targets): use "@:" as empty command, not ":".
1036 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1038         * texinfos.am (install-info): Look in $d for info files.  From
1039         François Pinard.
1041         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
1043         * automake.in (read_am_file): Correctly deal with continued
1044         variable definitions.
1046 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1048         * automake.in (handle_merge_targets): 'check' target depends on
1049         'all'.
1050         (file_contents): Don't be so verbose.
1051         (read_am_file): Ditto.
1052         (read_am_file): Must use substr to check for trailing \.
1053         (am_install_var): Use push_phony_cleaners.
1054         (file_contents): Set $was_rule when assuming a rule is seen.
1055         (read_am_file): Ditto.
1056         (do_one_clean_target): Removed spurious newline.
1058         Some changes from François Pinard:
1059         * Removed trailing whitespace from all '.am' files.
1060         * tags-subd.am (ID): Use &&, not ;.
1061         (TAGS): Ditto.
1062         * automake.in (parse_arguments): Removed useless message.
1063         (parse_arguments): Don't explicitly referenced STDERR.
1064         (require_argument): Ditto.
1065         (am_error): Ditto.
1066         (set_strictness): Ditto.
1067         (file_contents): Ditto.
1068         (read_am_file): Ditto.
1069         (generate_makefile): Style tweaks.
1070         (handle_programs): Ditto.
1071         (handle_libraries): Ditto.
1072         (handle_texinfo): Ditto.
1073         (handle_man_pages): Ditto.
1074         (handle_tags): Ditto.
1075         (handle_dist): Ditto.
1076         (handle_subdirs): Ditto.
1077         (handle_configure): Ditto.
1078         (handle_footer): Don't put newline before footer.am contents.
1079         (handle_merge_targets): Style tweaks.
1080         (do_one_clean_target): Ditto.
1081         (dirname): Ditto.
1082         (am_variable): Ditto.
1083         Defined some new constants.
1084         (generate_makefile): Don't call generate_header.
1085         (generate_header): Removed.
1086         (file_contents): Rewrote.
1087         (read_am_file): Rewrote.
1089         * automake.in (generate_makefile): Handle phony target.
1090         (do_one_clean_target): Pretty-print dependencies.
1091         (handle_installdirs): Pretty-print rule.
1093         * Makefile.am (maintainer-check): Made some commands silent.
1095         * automake.in (initialize_global_constants): Don't install or
1096         uninstall cat'd man pages.
1097         (initialize_per_input): Added phony target.
1098         (push_phony_cleaners): New function.
1099         (get_object_extension): Handle phony targets.
1100         (handle_texinfo): Ditto.
1101         (handle_man_pages): Ditto.
1102         (handle_tags): Ditto.
1103         (handle_dist): Ditto.
1104         (handle_subdirs): Ditto.
1105         (handle_installdirs): Ditto.
1106         (handle_merge_targets): Ditto.
1107         (handle_clean): Ditto.
1108         (do_one_merge_target): Ditto.
1109         (am_install_var): Ditto.
1110         (handle_phony): New function.
1111         (generate_makefile): Call it.
1112         (pretty_print_internal): New function.
1113         (pretty_print_rule): Ditto.
1115 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1117         * automake.in (initialize_global_constants): Don't print body of
1118         loop at make time.
1120         Changes from François Pinard:
1121         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
1122         (DEP_FILES): Put dependency files in $(srcdir).
1123         Look in $(srcdir) when including dependency files.
1124         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
1125         (.deps/%.P): MKDEP includes all macro expansions.
1126         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
1127         be so verbose.
1128         * dist-subd.am (dist): Don't be so verbose.
1129         * dist.am (dist): Don't be so verbose.
1131         * automake.in (do_one_clean_target): Remove config.status in
1132         maintainer-clean.  From Jim Meyering.
1134         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
1135         Meyering.
1137         * automake.in (handle_merge_targets): Add dummy command for empty
1138         install target.  From Jim Meyering.
1140 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1142         * texinfos.am (uninstall-info): Bug fix.
1144         * Makefile.am (maintainer-check): Error if ${...} used.
1145         * depend.am (DEP_FILES): Prefer $(...).
1147         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
1148         exists.
1149         * libraries.am (install-@DIR@LIBRARIES): Only install library if
1150         it exists.
1151         * programs.am (install-@DIR@PROGRAMS): Only install program if it
1152         exists.
1154         * texinfos-vars.am (TEXFILES): Removed.
1156         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
1158         * automake.in (do_one_merge_target): Never generate trailing
1159         whitespace.
1160         (pretty_print): New function.
1161         (handle_footer): Prettyprint definitions.
1162         (am_install_var): Ditto.
1163         (handle_source_transform): Ditto.
1164         (handle_dist): Ditto.
1165         (handle_libraries): Ditto.
1166         (read_am_file): Put comments nearer appropriate code.
1168         * texi-clean.am (mostlyclean-info): Use continued lines, not
1169         multiple rm's.  From Jim Meyering.
1171 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1173         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
1174         mkinstalldirs, texinfo.tex to be installed.
1175         * automake.in (symlink_exists): New global.
1176         (install_missing): Ditto.
1177         (require_file): Install missing files if possible.
1178         (parse_arguments): Handle --install-missing option.
1179         (initialize_global_constants): Document --install-missing.
1181         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
1182         Ensure 'checks' pass before release.
1183         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
1184         Franc,ois Pinard.
1185         (cvs-dist): Depend on maintainer-check instead of explicitly
1186         running check.
1188         * configure.in (VERSION): Version 0.26.
1190         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
1191         of 'if' test.
1193         * depend.am (DEP_FILES): Bug fix.
1195         * automake.in (do_one_clean_target): Typo.
1197         * Makefile.am (check-local): Run syntax check under Perl 4.
1199         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
1200         (handle_source_transform): Loop variable is now $_.  From Gor
1202         * Makefile.am (check-local): Check for 'true' in source.
1203         * texinfos.am (install-info): Can't use "true" in any rule.
1205 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1207         * Makefile.am (cvs-dist): New target.
1209         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
1210         failures.
1212         * texinfos.am (install-info): Don't do install-info for now.
1214         * clean.am (distclean-generic): Don't remove config.status here.
1215         * automake.in (do_one_clean_target): Remove config.status later,
1216         for 'make -j2'.  From Jim Meyering.
1218 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1220         * configure.in (VERSION): Version 0.25.
1222         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
1223         (handle_configure): Check for AC_PROG_MAKE_SET.
1225         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
1226         Meyering.
1228         * automake.in (am_install_var): Changed how 'clean' handled for
1229         uniform name targets.
1230         * Makefile.am (pkgdata_DATA): Added new files.
1231         * data-clean.am: New file.
1232         * scripts-clean.am: New file.
1233         * libraries-clean.am: New file.
1234         * programs-clean.am: New file.
1236 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1238         * automake.in (am_install_var): Error if variable name
1239         "misspelled".
1240         (handle_source_transform): Automatically include .c file
1241         corresponding to .y or .l.
1243 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1245         * programs.am: Changed for uniform naming scheme.
1247         * automake.in (read_am_file): Allow '-' and '.' in target names.
1248         (generate_makefile): Don't pass arguments to handle_libraries.
1249         (initialize_per_input): Define @sources, @objects.
1250         (generate_makefile): Init @sources, @objects if needed.
1251         (handle_source_transform): Push onto @sources, @objects here.
1252         (am_install_var): Push primary onto @all, for configure-time
1253         customization.
1254         (handle_programs): Use new uniform naming scheme.
1256         * Makefile.am (check-local): New target.
1258         * automake.in (handle_libraries): Use uniform naming scheme.
1260         * libraries.am: Rewrote for uniform naming scheme.
1262         * scripts.am: Updated names of all clean targets.
1264         * automake.in (handle_programs): Split on all whitespace.
1265         (handle_libraries): Ditto.
1266         (handle_texinfo): Ditto.
1267         (handle_man_pages): Ditto.
1268         (am_install_var): Changed return result.
1269         (am_install_var): Changed interface.
1270         (am_install_var): Push onto @clean@ if requested.
1271         (handle_scripts): Pass -clean to am_install_var.
1273 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1275         * automake.in (am_install_var): Push target onto @all.
1276         (get_object_extension): Use $(...).
1277         (handle_source_transform): Ditto.
1278         (handle_programs): Ditto.
1280         * automake.in (require_argument): New function.
1281         (parse_arguments): Use it.
1282         (push_dist_common): New function.
1283         (generate_makefile): Use it.
1284         (handle_texinfo): Ditto.
1285         (handle_dist): Ditto.
1286         (handle_configure): Ditto.
1287         (require_file): Ditto.
1288         (generate_makefile): Don't pass arguments to handle_scripts.
1289         (handle_configure): Require configure.in.
1290         (check_gnu_standards): New function.
1291         (check_gnits_standards): Ditto.
1292         (generate_makefile): Check standards.
1294         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
1296         * automake.in (LENIENT, GNU, GNITS): New constants.
1297         (initialize_per_input): New function.
1298         (generate_makefile): Use it.
1299         (initialize_global_constants): Renamed from init_globals.
1300         (require_file): Added strictness argument.
1301         (parse_arguments): Added --strict option.
1302         (set_strictness): New function.
1303         (parse_arguments): use it.
1304         (initialize_global_constants): Document --strictness.
1306         * automake.in: Use ${1+"$@"} to preserve quoting when running
1307         under sh.
1309         * texinfos.am (install-info): Don't use "true".
1310         * tags.am (TAGS): Don't use "true".
1312         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
1313         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
1315         * program.am (@PROGRAM@): Use LINK macro.
1316         * compile.am (.c.o): Use COMPILE macro.
1318         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
1319         ${...}.
1321         * subdirs.am (RECURSIVE): Removed macro.
1323         * clean.am: Changed to not be so verbose.
1325         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
1326         * automake.in (handle_texinfo): Transform texi-clean and put into
1327         output rules.
1328         * texinfos-vars.am (TEXFILES): Removed.
1329         * texinfos.am: Removed 'clean' targets.
1330         * texi-clean.am: New file.
1332         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
1334         * texinfos-vars.am (TEXFILES): Added *.op.
1336         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
1337         standards.
1338         * dist.am (dist): Use DISTFILES.
1339         * dist-subd.am (dist): Use DISTFILES.
1340         * dist-subd-top.am (dist): Use DISTFILES.
1342 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1344         * Makefile.am (ETAGS_ARGS): Define.
1346         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
1347         Meyering.
1349         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
1351         * automake.in (handle_scripts): Use am_install_var.
1353         * scripts.am: Rewrote for new uniform naming scheme.
1355         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
1357         * libscripts.am: Removed.
1359         * packagedata.am: Removed.
1361         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
1362         (pkgdata_DATA): Renamed from PACKAGEDATA.
1364         * automake.in (handle_data): Use am_install_var.
1365         (init_globals): Init %exec_dir_p.
1367         * data.am: Rewrote for new uniform naming scheme.
1369         * automake.in (get_object_extension): New function.
1370         (handle_programs): Use it.
1371         (dir_holds_sources): Changed interpretation.
1372         (handle_headers): New function.
1373         (am_install_var): New function.
1374         (generate_makefile): Call handle_headers.
1376         * header-vars.am (pkgdatadir): New macro.
1377         (pkglibdir): Ditto.
1378         (pkgincludedir): Ditto.
1380         * automake.in (handle_source_transform): New function.
1381         (am_error): New function.
1382         (generate_makefile): Use it.
1383         (handle_source_transform): Ditto.
1384         (handle_texinfo): Ditto.
1385         (handle_dependencies): Ditto.
1386         (handle_merge_targets): Ditto.
1387         (require_file): Ditto.
1389 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1391         * automake.in: Updated FSF address.  From Jim Meyering.
1392         * header-vars.am: Updated FSF address.
1394         * distname.am: Removed.
1396         * automake.in (file_contents): Strip "##" comments.
1397         * Various files: Added "##" comments for strange things.
1399         * automake.in (handle_tags): Generate TAGS rule for every
1400         directory.
1402         * subdirs.am (RECURSIVE): Include installcheck-recursive.
1403         * automake.in (installcheck): New variable.
1404         (generate_makefile): Initialize it.
1405         (handle_subdirs): Push 'installcheck-recursive'.
1406         (handle_merge_targets): Handle installcheck target.
1408 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
1410         * automake.in ($PACKAGE): Removed.
1412         * header-vars.am (ALL): Removed.
1414         * automake.in: Reworked 'all' target handling.
1416         * automake.in (generate_makefile):
1417         Don't use AM_ forms in call to am_variable.
1419         * automake.in: Changes for Perl 5, from Gord Matzigkeit
1421         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
1423         * automake.in (handle_footer): Allow SUFFIXES variable.
1425         * automake.in (am_variable): New function.
1426         (handle_texinfo): Use it.
1427         (generate_makefile): Use it.
1429         * configure.in: Version 0.24.
1431 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
1433         * automake.in (handle_libraries):
1434         Generate blah_LIBADD defines if required.
1436         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
1438         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
1440         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
1442         * configure.in: Version 0.23
1444         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
1446         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
1448         * automake.in: New option --output-dir
1450         * automake.in (handle_configure): Fixed typo.
1452         * automake.in (handle_installdirs): Always make installdirs target.
1454         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
1455         uninstall-exec-recursive.  Added installdirs-recursive.
1457         * automake.in (handle_installdirs): Handle installdirs-recursive.
1458         (handle_man_pages): 'all' depends on $(MANS)
1460         * Makefile.am: Removed mans.am.
1462         * automake.in: More man-related fixes
1464         * automake.in: Bug fixes
1466         * automake.in: Rewrote man page handling.
1468         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
1470         * automake.in (handle_installdirs): New function.
1471         (@installdirs): New global.
1472         Many changes to deal with installdirs.
1474         * clean.am (clean-generic): Always supply 'else' clause to 'if'
1476         * automake.in (generate_header): Don't use header.am.
1477         (handle_dist): Don't use dist-subd-vars.am.
1479         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
1481         * Makefile.am (DISTCLEANFILES): Removed.
1483         * clean.am (clean-generic): Bug fix.
1485         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
1487         * texi-version.am (clean-vti): No such macro as VTI
1489 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
1491         * automake.in: Bug fix for maintainer-clean
1493         * automake.in (do_one_clean_target):
1494         Print special text in maintainer-clean.
1495         (handle_clean): Always include clean.am
1497         * clean.am: Use -generic clean targets.
1499         * compile.am: Added clean targets.
1501         * configure.in: Version 0.22.
1503         * automake.in (handle_dependencies):
1504         Put trailing newline after all deps.
1506         * automake.in (handle_dependencies): Another dependency bug fix.
1508         * automake.in (handle_dependencies):
1509         Bug fix when including dependencies.
1511         * automake.in (handle_configure):
1512         Verify existence of install-sh, mkinstalldirs
1514         * automake.in (handle_texinfo): Include stamp-vti in distribution
1516         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
1517         Include DATA, PACKAGEDATA.
1519         * Makefile.am: Nothing
1521         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
1523         * automake.in (handle_texinfo): Typo
1525         * automake.in: If script ends up in shell, feed to perl
1527         * automake.in: Rewrote 'clean' rules.
1528         Documentation made and installed first.
1529         'all' depends on 'info'
1531 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
1533         * configure.in, Makefile.am: Turned off internationalization.
1535         * clean-kr.am: Rewrote for new clean scheme.
1537         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
1539         * Makefile.am (PACKAGEDATA): Include tags-clean.am
1541         * subdirs.am: Removed bogus local clean targets
1543         * tags-clean.am: Initial revision
1545         * texi-version.am: Added clean targets
1547         * texinfos.am: Fixes to clean targets.
1549         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
1550         Added clean targets
1552         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
1554         * automake.in: Completely revamped automatic de-ANSI-fication
1556         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
1558         * compile-vars.am (LINK): New macro
1560         * kr-vars.am: Trailing blank line
1562         * compile-kr.am: Rewrote
1564         * compile-vars.am (COMPILE): New macro
1566         * compile-vars.am (ANSI2KNR): Removed
1568         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
1570         * kr-vars.am: Initial revision
1572         * automake.in (require_file): New function.
1573         (handle_texinfo): Require 'mdate-sh'
1574         (common_sometimes): New variable
1575         (usage): Use it.
1577         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
1579         * mdate-sh: Initial revision
1581         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
1583         * automake.in (generate_makefile):
1584         Put Makefile.in, Makefile.am in @dist_common
1585         (handle_configure): Use @dist_common as appropriate
1587         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
1589         * configure.in: Abort if perl not found
1591         * configure.in: Look for perl
1593         * automake.in: Reimplemented in Perl
1595         * automake.in: Fixlet
1597 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
1599         * automake.in: Always print ".SUFFIXES:" rule.
1601         * automake.in: Distribution config.h.in if required
1603         * automake.in: Bug fix when including texi-version.am
1605         * automake.in: Bug fix when looking for .texi file in $am_reldir
1607         * depend.am: Comment fix
1609         * automake.in: Look for .texi file in $am_reldir
1611         * automake.in: Fixlet
1613         * automake.in: Blank line after targets from user's Makefile.am
1615         * automake.in: Move footer items to actual footer
1617         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
1619         * automake.in (common):
1620         Don't include acconfig.h, config.h.top, config.h.bot
1622         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
1624         * Makefile.am (CONFIG_H): Define
1626         * acconfig.h: Initial revision
1628         * configure.in: Use AC_CONFIG_HEADER.
1630         * automake.in: Put blah_TEXINFOS into DIST_COMMON
1632         * automake.in: .info file explicitly depends on primary .texi file
1634         * texinfos.am (install-info): Always supply 'else' clause to 'if'
1636         * tags.am (TAGS): Always supply 'else' clause to 'if'
1638         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
1640         * automake.in: Always include footer.am in output
1642         * mans.am (install-man): Always supply 'else' clause to 'if'
1644         * automake.in: More version.texi fixes
1646         * automake.in: Only do version.texi processing if requested.
1648         * automake.in: Minor internationalization fixes.
1649         Subshell can now exit with nonzero status.
1650         Fixed up .texi handling; now uses texi-version.am
1651         Make sure '.c' and '.o' are in .SUFFIXES if required.
1653         * Makefile.am (PACKAGEDATA): Include texi-version.am
1654         (stamp-vti, version.texi): Removed
1655         (TEXINFOS): Don't reference version.texi
1657         * texi-version.am: Initial revision
1659         * dist.am, dist-subd-top.am (dist):
1660         [DIST_SUBDIRS] Follow symlinks when copying.
1662         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
1664 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
1666         * automake.in: Added --amdir option
1668         * Makefile.am, configure.in: Turned on internationalization
1670         * Makefile.am: Set EDITION
1672         * configure.in: Version 0.21
1674         * tags.am, tags-subd.am: Don't use double-colon rules
1676         * automake.in: Redid install-data, install-exec, uninstall handling
1678         * configure.in: Turn off i18n
1680 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
1682         * automake.in (common): Remove NLS
1684         * automake.in (common): Include ABOUT-NLS.
1686         * automake.in: Test for install-sh and mkinstalldirs
1688         * automake.in: Blank line after OBJECTS= line
1690         * automake.in: Start subshell in loop after check for Makefile.am
1692         * automake.in: --use-deps now the default
1694         * automake.in (am_dir): Don't apply transform to install directory name
1696         * packagedata.am: Don't apply transform to install directory name
1698         * Makefile.am (SUBDIRS): Hold off on internationalization
1700 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
1702         * automake.in:
1703         Write 'SOURCES =' line after copying Makefile.am variables
1705         * automake.in: Fixed bug in "--" option processing
1707         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
1709         * Makefile.am (DIST_OTHER): Include gettext-sh
1711         * Makefile.am (SUBDIRS): Define
1713         * configure.in: Include internationalization bits
1715         * automake.in: Many changes to avoid double-colon rules.
1717         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
1719         * subdirs.am: Removed "::" rules
1721         * header.am: Removed install, uninstall
1723         * header.am: Added install, uninstall targets
1725         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
1727         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
1728         Removed "::" rules
1730         * Makefile.am (PACKAGEDATA): Include libscripts.am
1732         * libprograms.am: Don't install libscripts here
1734         * libscripts.am: Initial revision
1736         * scripts.am, programs.am, libprograms.am: Removed "::" rules
1738         * automake.in (am_dir): Run package name through name transform.
1740         * automake.in: Don't use packagedata.sed or data.sed
1742         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
1743         packagedata.am
1745         * data.am: No longer run through sed
1747         * packagedata.am: Initial revision
1749 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
1751         * automake.in: No blank line after Usage
1753         * automake.in: Removed "NLS nuisances" section.
1754         Now uniformly uses $echo for user-visible messages (in advance of
1755         internationalization)
1757         * subdirs.am (maintainer-clean): Don't use realclean-local
1759         * Makefile.am: Use PACKAGEDATA, not custom code
1761         * data.am: Use @LONG@, not $(@LONG@)
1763         * automake.in: Handle DATA and PACKAGEDATA
1765         * packagedata.sed: Initial revision
1767         * data.am: Use @DIR@, not $(@DIR@)
1769         * data.sed: Use $(datadir), not datadir
1771         * data.sed: Initial revision
1773         * data.am: Wrote uninstall targets
1775         * data.am: Initial revision
1777         * dist-subd.am (dist): Don't link a file that has already been linked
1779         * dist-subd-top.am, dist.am (dist):
1780         Run `automake --include-deps' before making distribution
1782         * automake.in: More dependency-tracking bug fixes
1784         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
1786         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
1788         * tags-subd.am, tags.am: Added trailing blank line
1790         * depend.am: Use ".P", not "empty.P", as placeholder.
1792         * automake.in: Only include depend.am if SOURCES not empty
1794         * automake.in: Added --use-deps and --include-deps options.
1795         Handle auto-generating dependencies.
1797         * Makefile.am (am_DATA): Include depend.am
1799         * depend.am: Initial revision
1801         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
1803         * automake.in: Put blank line after .SUFFIXES
1805         * scripts.am: Added blank line at end
1807         * scripts.am: Removed unnecessary comment
1809         * scripts.am: Removed unnecessary workarounds
1811         * automake.in: Don't include programs.am if PROGRAMS empty
1813         * header-vars.am (INSTALL_SCRIPT): Typo
1815         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
1817         * automake.in: Handle .SUFFIXES here.
1819         * configure.in: Use fp_PROG_INSTALL
1821         * header-vars.am: Changes for autoconf 2.5.
1822         Now includes INSTALL_SCRIPTS.
1824         * texinfos.am (install-info): Bug fix
1826         * automake.in:
1827         Include scripts.am or libscripts.am in output if appropriate
1829         * programs.am (install-programs, uninstall-programs):
1830         Don't install SCRIPTS
1832         * Makefile.am (am_DATA): Include scripts.am
1834         * scripts.am: Initial revision
1836 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
1838         * automake.in:
1839         Cleaned up how "prog_SOURCES" variable is found in input.
1840         Ditto prog_OBJECTS.
1841         Put static sed scripts into separate, installed files.
1843         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
1845         * hack-make.sed, nl-remove.sed: Initial revision
1847         * texinfos.am (install-info): Rewrote
1849         * subdirs.am (all-recursive): Put with other -recursive rules
1851         * configure.in: Version 0.20
1853         * automake.in: Another bug fix
1855         * automake.in: Bug fix when looking for texinfo.tex
1857         * texinfo.tex: Initial revision
1859         * automake.in:
1860         If TEXINFOS defined but texinfo.tex does not exist, give warning.
1862         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
1863         (all-recursive): Don't fail immediately if -k specified.
1865 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
1867         * subdirs.am (_all):
1868         New target.  Now use Jim Meyering's formulation of AIX
1869         workaround.
1870         (install-exec, install-data): New targets
1872 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
1874         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
1876         * automake.in: Use @datadir@
1878         * automake.in: Added @configure_input@ line
1880 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
1882         * automake.in: "--help" option now prints auto-recognized file names.
1883         Allow AM_ overriding of more variables.
1885         * texinfos.am (install-info):
1886         Don't cd to srcdir to avoid breaking install-sh
1887         Other bug fixes
1889         * Makefile.am: Handle automake.texi
1891 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
1893         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
1895         * tags.am (TAGS): bug fix
1897         * automake.in: Use am_dir, not AM_DIR.
1898         Use version, not VERSION.
1899         Bug fix in TAGS code.
1901         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
1903         * subdirs.am: TAGS target now in tags.am
1905         * footer.am: TAGS and ID targets now in tags-subd.am
1907         * tags-subd.am, tags.am: Initial revision
1909         * automake.in: Cleaned up AM_PROGRAM code.
1910         Handle TAGS target better
1912         * remake.am, remake-subd.am (Makefile.in): Bug fix.
1914         * automake.in (usage): Updated
1916         * remake-subd.am, remake.am:
1917         Added rule where Makefile.in depends on Makefile.am
1919         * automake.in: Entire body of 'for' loop now in subshell
1921         * automake.in (common): config.guess and config.sub are common files.
1923         * dist-subd-top.am, dist.am (dist): Bug fix.
1925         * Makefile.am (DIST_OTHER): Don't include TODO
1927         * automake.in: Auto-include TODO and THANKS files.
1929         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
1931         * automake.in: More bug fixes in "look for Makefile.am" code.
1933         * automake.in: Bug fix in "look for Makefile.am" code.
1935         * automake.in:
1936         If no arguments given, look for all Makefile.am's in this
1937         directory and in immediate subdirs
1939         * automake.in: Bug fixes for LDADD-override feature.
1941         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
1943         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
1945         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
1947         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
1949 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
1951         * automake.in: No longer look for _SOURCES or _OBJECTS
1953         * header-vars.am:
1954         Remove "automatically created" header (now in automake).
1955         Updated copyright.
1957         * automake.in: Put version info in Makefile header
1959 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
1961         * automake.in: Minor cleanups
1963         * dist-subd-top.am, dist.am (dist):
1964         Don't link or copy file if it already exists.
1966         * automake.in:
1967         Look for _SOURCES (common sources) and generate _OBJECTS.
1969         * footer.am (ID, TAGS): Include HEADERS
1971         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
1973 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
1975         * dist-subd.am (distdir): Is relative to ".."
1977         * dist-subd-vars.am (PACKAGE, VERSION): Define
1979         * dist-subd.am (dist): Don't handle DIST_DIRS.
1981         * mans.am (uninstall-man): Another bug fix.
1983         * mans.am (uninstall-man): Bug fix.
1985         * dist.am, dist-subd-top.am (dist): Bug fix
1987         * Makefile.am (DIST_SUBDIRS): New macro
1989         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
1991         * Makefile.am (DIST_OTHER): Include automake.in
1993         * Makefile.am (DISTCLEANFILES): New macro.
1995         * automake.in (common): Include COPYING.LIB
1997         * Makefile.am (automake): New rule.
1999         * texinfos.am (install-info): Changed per GNU standards
2001         * remake-hdr.am (stamp-h.in):
2002         Use "touch", not "date", per GNU standards.
2004         * automake.in (common): Include texinfo.tex
2006 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
2008         * automake.in: More fixes when finding common files.
2010         * Makefile.am (DIST_OTHER): Another removal.
2012         * automake.in: Special-case when amdir=.
2014         * Makefile.am (DIST_OTHER): Removed auto-detected files.
2016         * automake.in:
2017         Search for commonly-used files and auto-include them in distribution
2019         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
2020         (DIST_CONF): Removed files searched for by automake.
2022         * automake.in: More arg-parsing bug fixes.
2024         * Makefile.am (DIST_OTHER): Include install-sh
2026         * Makefile.am (DIST_OTHER): Don't include auto-included files.
2028         * automake.in: Bug fixes to argument parsing code.
2030         * automake.in: Handle --version and --help.
2031         NLS stuff from autoconf.
2033         * Makefile.am (amdatadir): Fixed typo.
2034         (install): Make install directories
2036         * Makefile.am: Use "install::", not "install:"
2038         * install-sh, mkinstalldirs: Initial revision
2040         * configure.in: Use AC_PROG_INSTALL
2042         * automake.in: Set AM_DIR based on configure results.
2044         * Makefile.am (install): New target.
2045         (amdatadir): New variable.
2047         * automake.in: Use "#! /", not "#!/".
2049         * Makefile.am, configure.in: Initial revision
2051         * automake.in: Renamed from "automake".
2052         Set VERSION.
2054         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
2056         * automake.in: Insert remake-subd.am if appropriate.
2058         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
2060         * automake.in: Handle ALLPROGRAMS variable.
2062         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
2064         * automake.in: Fixlet when printing "subdir=DIR"
2066         * automake.in: Put "subdir=DIR" into subdir Makefile
2068         * automake.in: Don't refer to distname.am.
2069         Only put footer.am in subdir Makefiles.
2071         * subdirs.am (id, ID): New target.
2072         (.NOEXPORT): Copied from footers.am.
2074         * subdirs.am (TAGS): Bug fixes.
2076         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
2078         * subdirs.am (maintainer-clean-local): Remove TAGS
2080         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
2082         * subdirs.am: Use maintainer-clean, per GNU standards
2084         * dist-subd-top.am: Some variables defined in dist-vars.am
2086         * dist-vars.am (PACKAGE, VERSION):
2087         New variables, initialized by configure
2089         * footer.am (id, ID): New targets
2090         (TAGS): Put TAGS file in build, not source, directory
2092         * remake-subd.am (Makefile): Don't assume subdir is 'src'
2094         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
2096         * dist-subd.am: Changed to conform to new top-level dist target.
2098         * dist-subd-top.am:
2099         Changed to assume PACKAGE and VERSION are set by configure.
2101         * clean-kr.am, clean.am (maintainer-clean):
2102         Updated rules per GNU standards.
2104         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
2106 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
2108         * automake.in, texinfos.am: kludge for multiple-part info files
2110 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
2112         * clean.am, clean-kr.am: remove INFOS
2114 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
2116         * texinfos.am: add path
2118         * remake.am, remake-hdr.am: account for VPATH limitations
2120 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
2122         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
2123         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
2125 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
2127         * texinfos.am: install-info depends on info files
2129         * dist-subd-vars.am, dist-vars.am: distrib info files
2131 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
2133         * clean-kr.am, clean.am: fix up distclean
2135         * subdirs.am: fix typo
2137         * clean.am: do more in distclean
2139 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
2141         * libraries.am: make install depend on all
2143         * automake.in: fix typo
2145 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
2147         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
2149         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
2151         * dist-subd-top.am: Initial revision
2153         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
2154         centralize prefix var setting
2156         * header-vars.am: set all the std vars based on prefix
2158 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
2160         * automake.in: don't add kr stuff if not needed
2162         * dist-vars.am: add config vars to dist
2164 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
2166         * program.am: add LDADD
2168         * compile-vars.am: remove LDADD from LDFLAGS
2170         * clean.am: move knr stuff to another file
2172         * automake.in: use different clean file for ansi2knr
2174         * clean-kr.am: Initial revision
2176 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
2178         * automake.in, dist-subd.am, dist.am: fix rules and dist
2180 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
2182         * compile.am, automake.in: split out knr
2184         * compile-kr.am: Initial revision
2186         * libprograms.am: fix typo
2188         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
2189         make libprograms work
2191         * libprograms.am: Initial revision
2193         * automake.in, compile.am, header-vars.am: fix little bugs
2195         * compile.am: allow parallel K&R
2197         * clean.am: remove kerb temps
2199         * automake.in: fix recognizing start of rules
2201         * dist-subd.am, dist.am: fix dist
2203         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
2205 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
2207         * automake.in: works on m4 too
2209         * automake.in, mans.am: works on fileutils
2211         * 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:
2212         works on fileutils except for all
2214         * automake.in: vars thing
2216         * header-vars.am: Initial revision
2218         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
2219         entered into RCS
2221         * compile-vars.am: Initial revision
2223         * automake.in: many improvements
2225         * footer.am: Initial revision
2227         * dist.am: remove distname
2229         * automake.in: namespace cleanup
2231         * distname.am: Initial revision
2233         * 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:
2234         might work
2236         * 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:
2237         Initial revision