Trap more obsolete functions
[automake.git] / ChangeLog
blob800ce8ce1994f8c52dc51c90e1fa3b7d8cef75c4
1 Mon Oct  7 13:08:15 1996  Tom Tromey  <tromey@cygnus.com>
3         * automake.in (scan_configure): fp_WITH_DMALLOC and fp_WITH_REGEX
4         are obsolete.
6 Sun Oct  6 00:43:01 1996  Tom Tromey  <tromey@cygnus.com>
8         * automake.in (AC_CONFIG_AUX_DIR_PATTERN): New global.
9         (AM_INIT_AUTOMAKE_PATTERN): New global.
10         (scan_configure): Use them.
12         * aclocal.in (add_file): Search contents of included files.  Test
13         req.test.
14         (scan_m4_files): Don't skip acinclude.m4 when constructing
15         search.  Test acsilent.test.
16         (scan_m4_files): Scan acinclude.m4.
18         * aclocal.in (add_file): Removed debugging print.
19         (scan_configure): Set $file_contents when scanning acinclude.m4.
20         Test acinclude.test.
22         * configure.in: Upped to 1.1g.
24         * Released 1.1f.
26         * texinfos.am: Run : after install-info.
28         * aclocal.in (parse_arguments): Better error message.
29         * automake.in (parse_arguments): Better error message.
31         * remake.am (Makefile): Depend on $(srcdir)/Makefile.in, to work
32         around broken makes.  From David A. Swierczek.
33         * remake-subd.am (Makefile): Ditto.
35 Sat Oct  5 11:29:48 1996  Tom Tromey  <tromey@cygnus.com>
37         * automake.in (generate_makefile): Put BUILT_SOURCES onto @all if
38         appropriate.
39         (handle_source_transform): Error if discovered source file is
40         mentioned.
41         (do_one_merge_target): Move all-vs-check test here.
43         * m4/obstack.m4: New file.
44         * m4/error.m4: New file.
46         * automake.in (scan_configure): Support AM_FUNC_MKTIME,
47         AM_FUNC_ERROR_AT_LINE, AM_FUNC_OBSTACK.
49         * texinfo.tex: New version from texinfo 3.9.
51         * automake.in (handle_yacc_lex_cxx): Updated for new ylwrap.
52         Also, handle y.tab.h file when "yacc -d" is used.
53         (do_one_merge_target): Use pretty_print_rule.
55         * ylwrap: Changed usage.
57         * m4/mktime.m4: New file.
59         * m4: Renamed all .m4 files to fit into 14-char limits.
61         * m4/Makefile.am (EXTRA_DIST): New macro.
63         * aclocal.in ($ac_defun_rx, %map, %file_contents): New globals.
64         (scan_m4_files): Use $ac_defun_rx.
65         (add_file): Ditto.
66         Run scan_m4_files.
67         (scan_configure): Scan acinclude.m4 before anything else.
68         (scan_file): New sub.
69         (check_acinclude): New sub.
70         (add_file): Rewrote.
72         * progs-clean.am, progs.am: Renamed from programs-clean.am,
73         programs.am.
74         * libs-clean.am, libs.am: Renamed from libraries-clean.am,
75         libraries.am.
76         * texi-vars: Renamed from texinfos-vars.am.
77         * comp-vars.am: Renamed from compile-vars.am.
78         * texi-vers.am: Renamed from texi-version.am.
80         * automake.in (require_file_internal): Give error if symlink can't
81         be made.
82         (require_config_file): Error message references configure.in.
83         (handle_yacc_lex_cxx): Fix order of arguments to ylwrap; from
84         Joerg-Martin Schwarz.
85         (handle_texinfo): Use texi-vers, not texi-version.
86         (get_object_extension): Use comp-vars, not compile-vars.
87         (handle_texinfo): Use texi-vars, not texinfos-vars.
88         (handle_libraries): Use `libs' prefix, not `libraries'.
89         (handle_programs): Use `progs' prefix, not `programs'.
91 Fri Oct  4 01:14:08 1996  Tom Tromey  <tromey@cygnus.com>
93         * aclocal.in (scan_m4_files): New sub.
95         * m4/AM_FUNC_STRTOD.m4 (am_cv_func_strtod_needs_libm): Set
96         am_cv_func_strtod_needs_libm, so we can avoid linking with -lm
97         everywhere.
99 Thu Oct  3 20:11:16 1996  Tom Tromey  <tromey@cygnus.com>
101         * texinfos.am (uninstall-info): Run install-info --remove.
103         * automake.in (read_am_file): Define all variables after reading
104         .am file.  Test vpath.test.  Reported by Anthony Green.
106 Mon Sep 30 08:31:51 1996  Tom Tromey  <tromey@cygnus.com>
108         * texinfos.am: Run install-info.
110         * automake.in (variable_value_as_list): Just return if comment
111         seen.  Report from Mark Galassi.
112         (handle_options): Don't bother with explicit comment checking.
114 Tue Sep 24 09:15:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
116         * automake.in (read_am_file): Cleaned up dejagnu variables.
118 Mon Sep 23 00:04:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
120         * automake.in (parse_arguments): New usage to conform to GNU
121         standards.
123         * aclocal.in (parse_arguments): New usage to conform to GNU
124         standards.
126         * automake.in (handle_scripts): Push new target onto @check.
127         * scripts.am (check-@DIR@SCRIPTS): New target.
129         * automake.in (initialize_global_constants): Define %dist,
130         dist_header, dist_trailer.
131         (handle_dist): Make dist-all target.
132         (generate_makefile): Run check_typos later.
133         (examine_variable): New sub.
134         (handle_tags): Examine TAGS_DEPENDENCIES.  Test spell3.test.
135         Error if TAGS_DEPENDENCIES but no sources used.
136         (handle_configure): Examine CONFIGURE_DEPENDENCIES.
138 Sat Sep 21 13:59:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
140         * automake.in (am_install_var): More error checking.
142 Fri Sep 20 09:06:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
144         * tags.am (TAGS): Minor cleanup.
146         * clean.am (distclean-generic): Don't remove CONFIG_HEADER.
148         * remake-hdr.am (mostlyclean-hdr, clean-hdr, distclean-hdr,
149         maintainer-clean-hdr): New targets.
151         * automake.in (handle_configure): Define CONFIG_HEADER correctly
152         when it is in current directory.
153         (handle_configure): Push "hdr" on @clean.
155         * remake-hdr.am (stamp-h): Run config.status in top_builddir.
156         ($(srcdir)/stamp-h.in): Run autoheader in top_srcdir.
158         * automake.in (scan_configure): Check for install.sh here.
159         (basename): New sub.
160         (handle_configure): Handle case where config.h is in subdir.
161         (handle_configure): Make stamp-in.h for user if it doesn't already
162         exist.
163         (touch): New sub.
165 Tue Sep 17 23:35:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
167         * Makefile.am (EXTRA_DIST): Include pkgdata_DATA.
169         * dist-vars.am (DISTFILES): Don't distribute BUILT_SOURCES or
170         DATA.
171         (DEP_DISTFILES): Ditto.
173 Mon Sep 16 22:28:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
175         * automake.in (check_typos): Renamed.
176         (check_typos): Check for _LDADD, _LIBADD, and _DEPENDENCIES.
177         (variable_defined): Note variable as being "seen".
178         (handle_lib_objects): Don't push configure substitutions onto
179         _DEPENDENCIES.
181 Sun Sep 15 22:45:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
183         * automake.in (initialize_per_input): Init content_seen.
184         (variable_value_as_list): Set content_seen entry.
185         (define_variable): Ditto.
186         (define_pretty_variable): Ditto.
187         (check_source_typos): New sub.
188         (generate_makefile): Call it.
190 Thu Sep 12 15:03:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
192         * automake.in (handle_source_transform): Removed extraneous
193         space.  Test implicit.test.
194         (read_am_file): Make sure "canonical" variables are mentioned in
195         %contents.
196         (scan_configure): AC_CHECK_TOOL sets $seen_canonical to
197         $AC_CANONICAL_HOST conditionally.
198         (handle_footer): Don't use define_pretty_variable in all cases.
200 Wed Sep 11 11:54:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
202         * clean.am (distclean-generic): Remove CONFIG_CLEAN_FILES here,
203         per GNU/Gnits standards.
205         * libraries.am (install-@DIR@LIBRARIES): Use two loops, so new
206         NORMAL_INSTALL and POST_INSTALL variables can work when empty.
208         * automake.in (handle_options): Rewrote version handling.  Now
209         returns error indicator.
210         (MACRO_PATTERN, BOGUS_MACRO_PATTERN): Handle `:=' definitions.
211         (RULE_PATTERN): Exclude `:=' from being a rule.
213         * m4/AM_PROG_CC_STDC.m4 (ac_save_CC): Bug fix from Jim Meyering.
215         * automake.in (variable_value_as_list): Always use am_line_error.
216         (define_variable): New sub.
217         (get_object_extension): Use define_variable.
218         (handle_yacc_lex_cxx): Ditto.
219         (handle_source_transform): Ditto.
220         (handle_programs): Ditto.
221         (handle_libraries): Ditto.
222         (handle_texinfo): Ditto.
223         (handle_man_pages): Ditto.
224         (handle_dependencies): Ditto.
225         (handle_aclocal_m4): Ditto.
226         (define_pretty_variable): New sub.
227         (handle_source_transform): Use define_pretty_variable.
228         (handle_lib_objects): Ditto.
229         (handle_libraries): Ditto.
230         (handle_dist): Ditto.
231         (handle_dependencies): Ditto.
232         (handle_configure): Ditto.
233         (handle_footer): Ditto.
234         (handle_emacs_lisp): Ditto.
235         (am_install_var): Ditto.
237         * Released version 1.1e.
239         * automake.in ($GNITS_VERSION_PATTERN): Handle non-alpha
240         releases.
242         * configure.in: Version 1.1e.
244         * automake.in (handle_texinfo): Distribute .info file.
246 Sun Sep  8 09:00:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
248         * Makefile.am (EXTRA_DIST): New macro.
249         (maintainer-clean): Don't run "make check".
250         (pathchk): New target.
252         * automake.in (check_gnits_standards): Only check version number
253         syntax at top level.
254         ($package_version_line): New variable.
255         (scan_configure): Set it.
256         (check_gnits_standards): Use am_conf_line_error.
257         (scan_configure): Remove extraneous whitespace from version
258         number.
259         (handle_dist): Handle distcheck-hook.
261         * m4/AM_PROG_CC_STDC.m4: Applied patch from Jim Meyering.
263         * automake.in (scan_configure): Handle AM_WITH_REGEX.
264         (handle_lib_objects): Require .h files in %libsources but don't
265         generate dependencies for them.
266         (scan_configure): Also require rx.h and regex.h.
268         * m4/Makefile.am (m4data_DATA): Don't include AM_PROG_LIBTOOL,
269         AM_FEATURE_CTYPE, AM_FEATURE_ERRNO, AM_FEATURE_EXIT,
270         AM_SYSTEM_HEADER.
272         * texi-version.am: Use "cp; rm" and not "mv", to work around
273         broken mvs.
275         * automake.in ($package_version): New global.
276         (scan_configure): Set it.
277         (check_gnits_standards): Verify version string; require
278         README-alpha if alpha version.
279         (scan_configure): Recognize AM_FUNC_FNMATCH,
280         AM_REPLACE_GNU_GETOPT.
282         * Makefile.am (installcheck-local): Check all scripts.
284 Sat Sep  7 19:22:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
286         * tags-clean.am: Do deletions here again.
288 Thu Sep  5 09:06:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
290         * automake.in (usage): Include bug-reporting information.
291         (handle_lib_objects): Error if LIBOBJS seen but never set.
293         * aclocal.in ($acdir): Use @datadir@/aclocal.
294         (usage): Include bug-reporting information.
296 Wed Sep  4 11:36:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
298         * automake.in (handle_source_transform): .deps no longer in
299         srcdir.
300         (handle_lib_objects): Ditto.
301         (handle_dist_worker): Pass --build-dir to automake.
302         ($build_directory): New global.
303         (parse_arguments): Handle --build-dir.
304         (initialize_global_constants): Include --build-dir in help.
305         (scan_dependency_file): New sub.
306         (handle_dependencies): Use it.  Also, use $build_directory.
307         (initialize_global_constants): Added --srcdir-name.
308         (parse_arguments): Ditto.
309         (handle_dist_worker): Ditto.
310         ($srcdir_name): New global.
311         ($srcdir_rx): New global.
312         (parse_arguments): Set it.
314         * depend2.am: Removed all mention of $(srcdir).
316         * depend.am (MKDEP): Use gcc -M, not gcc -MM.
317         Removed all mention of $(srcdir); dependencies now put into build
318         dir.
320         * depend2.am ($(srcdir)/.deps/%.P): Fixed computation of `top'.
321         Don't do work silently.
323         * automake.in (handle_merge_targets): Error if invalid uninstall
324         targets are given.
325         (read_am_file): Fix for test block.test.
327 Tue Sep  3 18:50:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
329         * texinfos.am (install-info): Added NORMAL_INSTALL.
330         * scripts.am (install-@DIR@SCRIPTS): Added NORMAL_INSTALL.
331         * programs.am (install-@DIR@PROGRAMS): Added NORMAL_INSTALL.
332         * lisp.am (install-@DIR@LISP): Added NORMAL_INSTALL.
333         * libraries.am (install-@DIR@LIBRARIES): Added NORMAL_INSTALL.
334         Also, use POST_INSTALL when running ranlib.
335         * header.am (install-@DIR@HEADERS): Added NORMAL_INSTALL.
336         * data.am (install-@DIR@DATA): Added NORMAL_INSTALL.
338         * automake.in (handle_man_pages): Added NORMAL_INSTALL invocation.
339         (handle_merge_targets): Ditto.
340         (handle_merge_targets): Error if PRE_INSTALL, POST_INSTALL, or
341         NORMAL_INSTALL defined.
343         * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
344         ${INSTALL_PROGRAM}.  From François Pinard.
346 Tue Aug 27 08:25:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
348         * automake.in (file_contents_with_transform): Correctly remove
349         @(UN)?MAINT@ from input when maintainer mode not active.
350         (handle_aclocal_m4): Handle no-maintainer-mode case.
352         * remake-hdr.am ($(CONFIG_HEADER)): Removed @MAINT@.
354         * m4/AM_SANITY_CHECK_CC.m4: New file (from Jim Meyering).
356 Mon Aug 26 21:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
358         * automake.in (handle_lib_objects): Bug fix from Steve M Robbins.
359         (handle_libraries): Don't include libraries from EXTRA_LIBRARIES
360         in LIBFILES definition.  Reported by Steve M Robbins.  Test
361         alllib.test.
363         * automake.in (variable_value_as_list): New sub.
364         (handle_source_transform): Use it.
365         (handle_lib_objects): Ditto.
366         (handle_libraries): Ditto.
367         (handle_texinfo): Ditto.
368         (handle_man_pages): Ditto.
369         (am_install_var): Ditto.
370         (handle_options): Ditto.
372 Sat Aug 24 09:30:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
374         Reported by Jim Meyering:
375         * automake.in (get_object_extension): Look in "./" for ansi2knr if
376         no path found.
377         (handle_aclocal_m4): Protect aclocal.m4 rule with @MAINT@.
379         * remake.am (.PHONY): New target.
381         * m4/AM_MAINTAINER_MODE.m4: Also define UNMAINT.
383         * automake.in (check_gnu_standards): Disallow no-installman,
384         no-installinfo.
385         (read_am_file): Sed out UNMAINT too.
386         (file_contents_with_transform): Ditto.
388         * acinstall: New file.
390         * m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
392         * m4/AM_WITH_REGEX.m4: New version from François Pinard.
394         * m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
395         * m4/AM_C_PROTOTYPES.m4: Ditto.
396         * m4/AM_FUNC_STRTOD.m4: Ditto.
397         * m4/AM_PROG_CC_STDC.m4: Ditto.
398         * m4/AM_PROG_LIBTOOL.m4: Ditto.
400 Fri Aug 23 22:23:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
402         * m4/Makefile.am (m4datadir): New macro
403         (m4data_DATA): Renamed.
405         * Makefile.am (cvs-dist): Depend on distcheck target.
407 Mon Aug 19 15:37:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
409         * automake.in (initialize_global_constants): [common_files]
410         Include acinclude.m4.
412         * m4/AM_PROG_CC_STDC.m4: Patch from Jim Meyering/Kaveh Ghazi.
414 Sat Aug 17 11:27:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
416         * automake.in (handle_dependencies): Push `depend'-clean targets
417         on @clean.
418         * depend.am (mostlyclean-depend, clean-depend, distclean-depend,
419         maintainer-clean-depend): New targets.
421 Tue Aug 13 17:53:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
423         * texinfos.am (.texinfo.info): New target.
424         (.texinfo.dvi): New target.
426         From Jim Meyering:
427         * automake.in (handle_texinfo): Use `.info[-0-9]*' as pattern to
428         match info files.
429         (handle_texinfo): Handle `.texinfo' files.
431 Mon Aug 12 10:28:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
433         * automake.in (require_file_internal): Special-case `.' when
434         finding files to distribute.  Test libobj2.test.
436         * aclocal.in (add_file): Fixed regexp for matching AC_DEFUN.  Test
437         order.test.
439         * m4/AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.m4: New file.
440         * m4/AM_SYS_POSIX_TERMIOS.m4: New file.
442         * compile-kr.am: Removed duplicate ansi2knr rules.
444 Sun Aug 11 00:20:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
446         * automake.in (handle_yacc_lex_cxx): Bug fix from Josh MacDonald.
447         (handle_yacc_lex_cxx): Put C++ extensions on suffix list.
448         (mkdir): Removed.
450         * automake.in (initialize_global_constants): [common_files]
451         Include interlock and ylwrap.
453         * Released version 1.1c.
455         * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and
456         ud_PATH_LISPDIR are obsolete names.
458         * m4/AM_LC_MESSAGES.m4, m4/AM_WITH_NLS.m4, m4/AM_GNU_GETTEXT.m4:
459         Removed.
461         * automake.in (handle_lib_objects): Changed interface.  Now
462         generates _DEPENDENCIES variable if appropriate.
463         (handle_emacs_lisp): Use AM_PATH_LISPDIR.
464         (scan_configure): Ditto.
466         * Makefile.am (CLEANFILES): Removed.
468         * automake.in (handle_configure): Define CONFIG_CLEAN_FILES.
470         * clean.am (clean-generic): Remove $(CONFIG_CLEAN_FILES).
472         * compile-vars.am (CC, CFLAGS, COMPILE, LINK): Removed.
474         * automake.in (handle_yacc_lex_cxx): Require ylwrap in
475         multi-lex/yacc case.
476         (handle_source_transform): Changed return result.
477         (handle_programs): Use linker returned by
478         handle_source_transform.
479         (seen_prog_cc, seen_prog_cxx): New globals.
480         (scan_configure): Recognize AC_PROG_CC and AC_PROG_CXX.
481         (handle_yacc_lex_cxx): Error message if AC_PROG_CXX or
482         AC_PROG_YACC missing.
483         (seen_decl_yytext, seen_prog_lex): New globals.
484         (scan_configure): Set them.
485         (handle_yacc_lex_cxx): Warn about missing AC_PROG_LEX or
486         AC_DECL_YYTEXT.
487         (handle_yacc_lex_cxx): Use $(LEX_OUTPUT_ROOT).
488         (initialize_per_input): Initialize seen_c_source.
489         (handle_yacc_lex_cxx): Define CC, CFLAGS, COMPILE, LINK only when
490         C source seen.
491         (handle_source_transform): Set seen_c_source.
493         * interlock: Changed usage.
495         * ylwrap: New file.
497         * automake.in (handle_yacc_lex_cxx): Renamed.
499         * automake.in (handle_dependencies): Handle %cxx_extensions.
500         Include depend2.am when appropriate.
502         * depend2.am: New file; contents from depend.am but templatized.
504         * automake.in (initialize_per_input): Initialize
505         %cxx_extensions.
506         (handle_source_transform): Set %cxx_extensions.
508 Sat Aug 10 10:29:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
510         * interlock: New file.
512         * automake.in (handle_yacc_lex): New sub.
513         (handle_source_transform): Removed most yacc/lex handling.
514         (initialize_per_input): Init yacc_sources, lex_sources.
515         (generate_makefile): Run handle_yacc_lex.
516         (handle_merge_targets): Use `scalar' and not $# to find length of
517         array.
519         * m4/AM_FEATURE_EXIT.m4: Wrote.
520         * m4/AM_FEATURE_CTYPE.m4: Wrote.
521         * m4/AM_FEATURE_ERRNO.m4: Wrote.
523         * aclocal.in (macro_seen): New global.
524         (add_file): Set macro_seen entry.  Only push required macro on
525         @rlist if not already seen.  Test defun.test.
527         * automake.in (get_object_extension): Handle directory prefix on
528         `ansi2knr' option.
530         * kr-extra.am: New file.
532         * kr-vars.am: Removed.
534         * automake.in (handle_options): Handle directory prefix on
535         `ansi2knr' option.
537         * automake.in (scan_configure): Recognize AM_FUNC_STRTOD.
539         * aclocal.in (add_file): Error if macro is duplicated.  Test
540         dup.test.
542 Fri Aug  9 09:18:46 1996  Tom Tromey  <tromey@creche.cygnus.com>
544         * automake.in (handle_programs): Substitute @XLINK@.  Make sure
545         linker variable is transformed name.
546         * program.am (@PROGRAM@): Use @XLINK@ to link.
548         * automake.in (handle_scripts): Fixed call to
549         am_primary_prefixes.
550         (handle_libraries): Better error message when AC_PROG_RANLIB
551         required.
553         * automake.in (handle_libraries): Canonicalize library name.  Test
554         canon4.test.
555         * library.am (lib@LIBRARY@.a): Use @XLIBRARY@ where appropriate.
556         (lib@LIBRARY@.a): Look at _DEPENDENCIES variable.
558 Thu Aug  8 10:57:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
560         * automake.in (handle_scripts): Correctly compute
561         $scripts_installed.  Test scripts.test.
563 Wed Aug  7 12:13:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
565         * ansi2knr.c: New version.
567 Tue Aug  6 10:58:37 1996  Tom Tromey  <tromey@creche.cygnus.com>
569         * automake.in (handle_source_transform): Handle more C++ file
570         extensions.  "Handle" Objective C.  Handle more FORTRAN
571         extensions.
573         * compile-vars.am (LEX): Removed.
574         (YACC): Removed.
576         * automake.in (handle_source_transform): Correctly handle lex
577         source.  Test lex.test.
578         (handle_source_transform): Skip more C++ headers.  Generate macro
579         definitions for YACC and LEX on first use.
581         * aclocal.in (parse_arguments): Mention GNU.
582         * automake.in (parse_arguments): Mention GNU.
584 Mon Aug  5 00:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
586         * automake.in (handle_programs): Define program_LINK.
587         * program.am (@PROGRAM@): Use program_LINK to link.
589         * Released version 1.1b
591         * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
592         seen_prog_install to `2'.
594         * configure.in: Don't run AM_PROG_INSTALL.
596         * automake.in (parse_arguments): Use $PACKAGE.
597         ($PACKAGE): New global.
598         ($am_c_prototypes): Renamed.
599         (get_object_extension): Use am_c_prototypes.
600         (scan_configure): Ditto.
601         (scan_configure): Use AM_MAINTAINER_MODE.
602         (scan_configure): Warn about obsolete macros.
604         * aclocal.in (parse_arguments): Use $PACKAGE.
605         ($PACKAGE): New global.
607         * Makefile.am (CLEANFILES): Added aclocal.
608         (ETAGS_ARGS): Added aclocal.in.
609         (TAGS_DEPENDENCIES): Ditto.
610         (maintainer-check): Depend on aclocal.
611         (maintainer-check): Check aclocal.
612         (bin_SCRIPTS): Include aclocal.
614         * automake.in (scan_configure): Handle AM_INIT_AUTOMAKE.
615         (scan_configure): Use AM_PROG_INSTALL.
617         * configure.in: Use AM_INIT_AUTOMAKE.
619         * automake.in (keyed_aclocal_warning): Warning tells about
620         aclocal.
621         (handle_aclocal_m4): New sub.
622         (handle_configure): Use it.
624         * aclocal.in (output_file): New global.
625         (usage): Handle --output.
626         (parse_arguments): Handle --output.
628         * m4/AM_INIT_AUTOMAKE.m4: New file.
630         * m4/AM_PROG_CC_STDC.m4: Require AC_PROG_CC.
631         Don't touch CFLAGS.
633         * automake.in (handle_dist_worker): Reverted erroneous "-chmod".
634         (handle_texinfo): Don't generate `.info-[0-9]' as a filename.
636         * texinfos.am (.texi.info): Force .info file to be built in
637         srcdir.  From Franc,ois Pinard.
639         From Jim Meyering:
640         * m4/AM_PROG_CC_STDC.m4: (fp_PROG_CC_STDC): Include sys/stat.h in
641         test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc
642         -D__EXTENSIONS__' -- with those options on that system, sys/stat.h
643         gets compile errors.  With help from Marcus Daniels.
645         * automake.in (initialize_global_constants): Put elisp-comp into
646         @common_files.  Bug from Glenn Amerine.
648 Sun Aug  4 12:52:43 1996  Tom Tromey  <tromey@creche.cygnus.com>
650         * automake.in (handle_dist_worker): Use fgrep, not grep.
652         * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
654         * automake.in (handle_emacs_lisp): Include lisp-clean.am in
655         output.
656         (initialize_global_constants): [install_man_format] Don't hide
657         "ugliness" at install time.
659         * lisp-clean.am: New file.
661         * tags-clean.am (maintainer-clean-tags): Remove TAGS and ID here.
663         * automake.in (handle_man_pages): Patch from Janos Farkas to fix
664         bug when installing man pages.  Test man.test.
665         (initialize_global_constants): [install_man_format] Make sure man
666         page can actually be found in either source or build dirs.
667         (handle_dist_worker): Use "755" permissions on distdir.
669         * automake.in (handle_dist): Allow chmod's to fail.
670         (am_primary_prefixes): New function.
671         (am_install_var): Use it.
672         (handle_libraries): Use it.  Test libfiles.test.
673         (handle_dist): For dist-tarZ, assume traditional "tar" and
674         "compress".
676         * m4/AM_FUNC_STRTOD.m4: New file.
678         * automake.in (handle_dist): Only generate `distdir' variable if
679         it doesn't already exist.
681         Fix for bug reported by Harlan Stenn.  Test tags.test.
682         * automake.in (initialize_per_input): Define dir_holds_sources.
683         (handle_tags): Check dir_holds_headers.
684         (handle_headers): Set dir_holds_headers.
686         * automake.in (handle_texinfo): Generate "version.texi" dependency
687         for .dvi file.  Bug reported by Glenn Amerine.  Test vtexi2.test.
689         * automake.in (handle_configure): Require file $input, not
690         "$local.in".  From Nyul Laszlo.  Test colon.test.
692 Sun Jul 28 11:14:52 1996  Tom Tromey  <tromey@creche.cygnus.com>
694         * aclocal.in: New file.
695         * configure.in: Generate m4/Makefile, aclocal.
696         * Makefile.am (SUBDIRS): Include m4.
697         * m4/Makefile.am: New file.
699 Fri Jul 19 10:12:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
701         * automake.in (initialize_global_constants): Put ansi2knr.c and
702         ansi2knr.1 into common_files.  Bug report from François Pinard.
704 Mon Jul 15 10:28:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
706         * install-sh: Updated copyright notice.
708 Fri Jul  5 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
710         * subdirs.am (maintainer-clean-recursive): Don't be so noisy.
711         Report from Josh MacDonald.
713         Bugs from Gord Matzigkeit:
714         * automake.in (handle_footer): Push contents of $(SUFFIXES), not
715         `$(SUFFIXES)'.
716         (handle_dist): Ignore chmod return results.
718         * programs-clean.am (clean-@DIR@PROGRAMS): Work around failing
719         Solaris "rm -f".  Bug from Kaveh R. Ghazi.
720         * libraries-clean.am (clean-@DIR@LIBRARIES): Likewise.
722 Fri Jun 21 10:42:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
724         * texinfos.am (install-info): Use "if", not "&&", to avoid
725         install problem when glob doesn't match.
727         * automake.in (initialize_global_constants): [USAGE] Added
728         --no-force.
729         (force_generation): New global.
730         (parse_arguments): Handle --no-force.
731         (generate_makefile): Handle --no-force.
733         * Makefile.am (maintainer-check): Ensure all invocations of
734         mkinstalldirs are correct.
736 Tue Jun 18 10:53:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
738         * automake.in (handle_tests): Don't directly generate site.exp.
740 Sun Jun 16 22:21:16 1996  Harlan Stenn  <harlan@brown.pfcs.com>
741         
742         * automake.in:  Treat an initial `#' on a word in AUTOMAKE_OPTIONS
743         as a comment start.  Add support for a dist-tarZ target.
745 Tue Jun 11 22:14:21 1996  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
747         * depend.am ($(srcdir)/.deps/%.P): Convert absolute $(top_srcdir)
748         paths into relative paths.
750 Mon Jun 10 21:11:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
752         * texinfo.tex: New version.
754         * automake.in: Look for AM_PROG_LIBTOOL.  From Gord Matzigkeit.
755         (initialize_global_constants): Added libtool to
756         @common_sometimes.
757         (handle_source_transform): Pass YFLAGS to yacc and LFLAGS to lex.
759 Sun Jun  9 17:45:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
761         * texinfos.am (install-info): Don't install ~ files.  Bug report
762         from Greg McGary.
763         * automake.in (handle_texinfo): Don't push '.info*' onto
764         @infos_list.
766         * automake.in (handle_gettext): Ensure po and intl in SUBDIRS when
767         using gettext.
768         (handle_dist): Pass --with-included-gettext to configure if using
769         gettext.
771         * compile-kr.am (._c._o): Pass -c to $(COMPILE).
772         (.c._o): Ditto.
773         * compile.am (.c.o): Pass -c to $(COMPILE).
774         * compile-vars.am (COMPILE): Don't include -c.
776         * remake.am ($(srcdir)/Makefile.in): Pass --strictness to
777         automake.
778         * automake.in (handle_configure): Supply --strictness arg to
779         automake.
781 Fri Jun  7 12:31:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
783         * automake.in (handle_tests): Fix quoting on `pwd`.
784         (handle_options): Recognize no-installinfo option.
785         (handle_man_pages): Don't put man directory on @installdirs if
786         no-installman is specified.
787         (handle_texinfo): Handle no-installinfo option.
788         (handle_options): Compare version against $num_version, not
789         $VERSION.
790         (handle_source_transform): Generate rules for output of lex,
791         yacc.  Bug report from Thomas Morgan.  Test yacc.test.
792         (handle_dist): "distcheck" now runs "make dvi".
793         (handle_tests): Support $(TESTS_ENVIRONMENT).  Idea from Ulrich
794         Drepper.
796         * dejagnu.am (check-DEJAGNU): Depend on site.exp.
798 Sun Jun  2 10:33:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
800         * automake.in (handle_emacs_lisp): New function.
801         (initialize_global_constants): Added elisp-comp to
802         @common_sometimes.
803         (seen_lispdir): New global.
804         (scan_configure): Handle ud_PATH_LISPDIR.
806         * elisp-comp: New file.
808         * lisp.am: New file.
810         * automake.in (generate_makefile): Run handle_emacs_lisp.
812         * aclocal.m4 (ud_PATH_LISPDIR): New macro, from Ulrich Drepper.
814         * automake.in (initialize_global_constants): Removed version.texi
815         from common_sometimes.
816         (initialize_global_constants): Added texinfo.tex to common_files.
817         Test texinfo.test.
818         (handle_tests): Allow dejagnu- and automake-style test suites to
819         coexist.  Test dejagnu.test.
820         (initialize_global_constants): New constants AC_CANONICAL_HOST,
821         AC_CANONICAL_SYSTEM.
822         (scan_configure): Use new constants.
823         (handle_tests): Put target specific information into site.exp if
824         AC_CANONICAL_* used.
825         (read_am_file): Generate some extra variables when AC_CANONICAL_*
826         used.
827         (handle_options): Allow version number to have letters appended.
828         (handle_tests): Error if RUNTEST, RUNTESTFLAGS defined but dejagnu
829         option not specd.
830         (initialize_global_constants): install_man_format changed to
831         handle built man pages.
833 Wed May 29 10:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
835         * config.guess, config.sub: New versions.
837 Tue May 28 19:27:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
839         * configure.in (VERSION): Upped to 1.0.
841 Sat May 25 10:19:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
843         * automake.in (handle_tests): Handle dejagnu.
844         (handle_options): Recognize dejagnu option.
846         * dejagnu.am: New file.
848 Thu May 23 10:01:13 1996  Tom Tromey  <tromey@creche.cygnus.com>
850         * automake.in (handle_dist): Run installcheck target from
851         distcheck.
853         * configure.in (VERSION): Upped to 0.34.
855         * automake.in (scan_configure): Always allow upgrading to
856         fp_PROG_INSTALL.  Test fpinstall.test.
858 Wed May 22 14:45:28 1996  Joshua Cowan  <jcowan@hermit.reslife.okstate.edu>
860         (handle_dist): Make `distcheck' check `install' target, too.
862 Wed May 22 09:49:27 1996  Tom Tromey  <tromey@creche.cygnus.com>
864         * automake.in (initialize_per_input): Don't initialize
865         $output_directory here; initialize it globally.  From Joshua
866         Cowan.  Test outdir.test.
868 Sat May 18 10:57:40 1996  Tom Tromey  <tromey@creche.cygnus.com>
870         * automake.in (handle_tests): Don't push TESTS onto dist_common.
871         (initialize_global_constants): Put install-sh and mkinstalldirs
872         into @common_files.  Test insh2.test.
874 Fri May 17 09:02:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
876         * automake.in (handle_source_transform): Don't generate _OBJECTS
877         when no source files specified.  Test number.test.
879         From Joerg-Martin Schwarz:
880         * automake.in (seen_package, seen_version): New globals.
881         (scan_configure): Look for PACKAGE= and VERSION=.
883         * automake.in (handle_options): Recognize dist-zip.
884         (handle_dist): Handle dist-zip.
885         (handle_options): Use ' ', not \s+, with split.  Test
886         backsl.test.
887         (handle_source_transform): Likewise.
888         (handle_lib_objects): Likewise.
889         (handle_libraries): Likewise.
890         (handle_texinfo): Likewise.
891         (handle_man_pages): Likewise.
892         (handle_subdirs): Likewise.
893         (handle_gettext): Likewise.
894         (handle_footer): Likewise.
895         (handle_tests): Likewise.
896         (scan_configure): Likewise.
897         (am_install_var): Likewise.
899         * Makefile.am (TAGS_DEPENDENCIES): New macro.
901         * tags.am (tags-recursive): New target.
902         (TAGS): Depend on it.
904         * automake.in (handle_tags): Put tags-recursive on @phony.
906         * tags-subd.am (TAGS): Depend on HEADERS, SOURCES,
907         TAGS_DEPENDENCIES.
908         * tags.am (TAGS): Depend on HEADERS, SOURCES, TAGS_DEPENDENCIES.
910 Thu May 16 09:21:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
912         * remake.am (configure): Depend on $(CONFIGURE_DEPENDENCIES).
914         * automake.in (scan_configure): Look for install-sh and
915         mkinstalldirs here.
916         (initialize_global_constants): Moved mdate-sh from
917         common_sometimes to common_files.  Test mdate2.test.
919 Tue May 14 21:52:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
921         * automake.in (seen_maint_mode): New global.
922         (scan_configure): Handle jm_MAINTAINER_MODE.
923         (read_am_file): Handle seen_maint_mode.
924         (file_contents_with_transform): Handle seen_maint_mode.
925         (handle_source_transform): Changed interface, all callers.
927         From Jim Meyering:
928         * remake-hdr.am, remake-subd.am, remake.am, texi-version.am:
929         Handle @MAINT@.
930         * aclocal.m4 (jm_MAINTAINER_MODE): New macro.
932         * automake.in (handle_configure): Check $config_aux_dir against
933         empty string.  From Markku Rossi.  Test mkinstall.test.
935 Fri May 10 14:38:47 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
937         * automake.in (distcheck): Added new rule to top level
938         Makefile.in.
940 Wed May  8 21:57:21 1996  Gord Matzigkeit  <gord@gnu.ai.mit.edu>
942         * automake.in (scan_configure): Make sure that gm_PROG_LIBTOOL
943         sets seen_ranlib.
944         (generate_makefile): libtool, config.sub, and config.guess should
945         only ever appear in the top directory of a package.
947 Tue May 14 10:24:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
949         * automake.in (initialize_global_constants): Added libversion.in
950         to @common_files.
952         * configure.in (VERSION): Upped to 0.33.
954         * automake.in (am_install_var): Fixed problem in EXTRA_ handling.
955         Test extra.test.
957 Mon May 13 10:41:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
959         * install-sh (transformbasename): Correct misspelling of
960         transformbasename.  From Ian Lance Taylor.
962 Sat Apr 27 11:39:10 1996  Tom Tromey  <tromey@creche.cygnus.com>
964         * automake.in (handle_configure): Set mkinstalldirs variable
965         here.
966         (handle_dist_worker): Explicitly set distdir in subdir makes.
967         (handle_dist): Handle separate distdir target.
968         (handle_dist_worker): Only generate distdir target.
970         * texinfos.am (install-info): Use $(mkinstalldirs).
971         * scripts.am (install-@DIR@SCRIPTS): Use $(mkinstalldirs).
972         * programs.am (install-@DIR@PROGRAMS): Use $(mkinstalldirs).
973         * libraries.am (install-@DIR@LIBRARIES): Use $(mkinstalldirs).
974         * header.am (install-@DIR@HEADERS): Use $(mkinstalldirs).
975         * data.am (install-@DIR@DATA): Use $(mkinstalldirs).
977         * automake.in (read_am_file): Set mkinstalldirs variable.
978         (handle_man_pages): Use it.
979         (handle_installdirs): Ditto.
981 Fri Apr 26 15:10:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
983         * automake.in (handle_man_pages): Fix mkinstalldirs invocation.
985 Thu Apr 25 18:40:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
987         * automake.in (handle_dist_worker): Use $(TAR), not tar.
988         (handle_merge_targets): Make sure config header is built before
989         recursing into subdirs.
990         (handle_libraries): Generate LIBFILES for check_LIBRARIES.
991         (handle_merge_targets): Handle case where nothing is installed but
992         something must be built -- "make install" must still work.
994         * dist-vars.am (TAR): New macro.
996         * automake.in (scan_configure): Support AC_REPLACE_GNU_GETOPT.
997         (handle_configure): Require stamp-h.in when config header used.
999 Tue Apr 23 17:57:13 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1001         * doc/mdate-sh: Extract the last field from the date output, not
1002         the sixth, which will fail when the timezone name has more than
1003         one word or is missing.
1005 Wed Apr 24 20:29:26 1996  Tom Tromey  <tromey@creche.cygnus.com>
1007         * automake.in (am_install_var): Use delete, not undef, to remove
1008         EXTRA entry.  From Gord Matzigkeit.
1010 Mon Apr 22 17:48:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1012         * automake.in (read_am_file): Handle case where last line doesn't
1013         end in newline.
1015 Tue Apr  9 22:53:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1017         * automake.in (variable_defined): New function.
1018         (read_am_file): Ensure a blank line comes before starting comments
1019         from Makefile.am.
1020         (initialize_per_input): Initialize %targets.
1021         (read_am_file): Set appropriate entry in %targets.
1022         Many changes to use variable_defined.
1023         (check_gnu_standards): Only require ChangeLog at top level.  From
1024         Gord Matzigkeit.
1025         (handle_tests): check-TESTS depends on $(TESTS).  From Gord
1026         Matzigkeit.
1028 Mon Apr  8 22:51:41 1996  Tom Tromey  <tromey@creche.cygnus.com>
1030         * automake.in (parse_arguments): Added short options.
1031         (initialize_global_constants): Ditto.
1033 Fri Apr  5 00:22:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1035         * mkinstalldirs (errstatus): Don't necessarily die if mkdir
1036         fails.
1038         * automake.in (handle_source_transform): Typo fix.
1040 Thu Apr  4 15:10:50 1996  Tom Tromey  <tromey@creche.cygnus.com>
1042         * automake.in (handle_dist_worker): Renamed dist-local to
1043         dist-hook.
1044         (handle_merge_targets): Added install-data-hook and
1045         install-exec-hook.
1046         (handle_source_transform): Handle EXTRA_prog_SOURCES form.
1048         * automake.in (handle_scripts): Never allow scripts_installed to
1049         become 0.
1051         * scripts.am (install-@DIR@SCRIPTS): Scripts can be found in
1052         srcdir.
1054         * automake.in (generate_makefile): Derived file names from given
1055         input; don't assume Makefile.in and Makefile.am.
1056         (am_file_name, in_file_name): New globals.
1057         (read_am_file): Use them.
1059         * program.am (@PROGRAM@): Use transformed program name.
1061         * remake-hdr.am (stamp-h): Actually touch stamp-h.
1063 Wed Apr  3 15:16:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1065         * automake.in (require_file_internal): Use correct file for error
1066         messages.  Test insh.test.
1068 Mon Apr  1 09:47:44 1996  Tom Tromey  <tromey@creche.cygnus.com>
1070         * texinfos.am (.texi.info): Build output file in srcdir.
1072         * automake.in (require_file_internal): If $dir is ".",then look in
1073         relative directory.
1074         (handle_texinfo): Canonicalize name of texi file before looking
1075         for dependency variable.
1077 Thu Mar 28 08:33:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1079         * automake.in (require_conf_file_with_conf_line): Yet another
1080         function of this form.
1081         (libtool_line): New variable.
1082         (handle_libraries): Handle libtool.
1084         * libraries-vars.am: Removed.
1086         * automake.in (seen_libtool): New variable.
1087         (scan_configure): Look for gm_PROG_LIBTOOL or AC_PROG_LIBTOOL.
1089         * automake.in (handle_dist_worker): Handle dist-local.
1091         * Makefile.am (maintainer-check): Do "make check" after all syntax
1092         checks.
1094         * texi-version.am (stamp-@VTI@): Look for mdate-sh in appropriate
1095         directory.
1097         * automake.in ($seen_arg_prog): New global.
1098         (handle_programs): Error if AC_ARG_PROGRAM not seen.
1099         (handle_scripts): Ditto.
1100         (handle_configure): mkinstalldirs now a config file.
1101         (handle_installdirs): Find mkinstalldirs in config_aux_dir.
1102         (handle_dist_worker): Removed DIST_SUBDIRS.
1103         (require_file_path): New variable.
1104         (require_file_with_conf_line): Set it.
1105         (require_file_with_line): Ditto.
1106         (require_file): Ditto.
1107         (require_file_internal): Incorporated code from
1108         require_config_file.
1109         (require_config_file): Rewrote.
1110         (require_conf_file_with_line): New function.
1111         (handle_texinfo): Use it for mdate-sh.
1112         (handle_texinfo): Look for mdate-sh in appropriate directory.
1114 Tue Mar 26 13:47:54 1996  Tom Tromey  <tromey@creche.cygnus.com>
1116         * Makefile.am (cvs-dist): Find NEWS in srcdir.
1117         * automake.in (handle_dist_worker): Find NEWS in srcdir.
1118         ($RULE_PATTERN): Include chars "$(){}/" in allowable patterns in a
1119         rule.
1120         (require_config_file): Set config_aux_path when file found.
1121         ($config_aux_dir): New variable.
1122         (require_config_file): Set it.
1123         (handle_man_pages): Find mkinstalldirs in config_aux_dir.
1125 Mon Mar 25 15:32:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
1127         * data.am (install-@DIR@DATA): Also allow data to be in build
1128         directory.
1130 Sun Mar 24 19:56:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
1132         * automake.in (am_install_var): Don't look in EXTRA_primary
1133         variable any more; it is handled in the main loop.
1135 Wed Mar 20 16:22:35 1996  Tom Tromey  <tromey@creche.cygnus.com>
1137         * data.am (install-@DIR@DATA): Find data in srcdir.
1139 Fri Mar 15 18:30:31 1996  Tom Tromey  <tromey@creche.cygnus.com>
1141         * automake.in (require_config_file): Use correct filename when
1142         looking for errors.  Also, install file in `.' if not found.  Bug
1143         reported by Gord Matzigkeit.  Test installsh.test.
1145 Thu Mar 14 09:28:21 1996  Tom Tromey  <tromey@creche.cygnus.com>
1147         * Makefile.am (cvs-diff): New target.
1149         Fix for bug when install var substitutes empty.  Test empty.test.
1150         * header.am (install-@DIR@HEADERS): Allow empty list of headers.
1151         (uninstall-@DIR@HEADERS): Ditto.
1152         * scripts.am (install-@DIR@SCRIPTS): Allow empty list of scripts.
1153         (uninstall-@DIR@SCRIPTS): Ditto.
1154         * libraries.am (install-@DIR@LIBRARIES): Allow empty list of
1155         libraries.
1156         (uninstall-@DIR@LIBRARIES): Ditto.
1157         * data.am (install-@DIR@DATA): Allow empty list of data.
1158         (uninstall-@DIR@DATA): Ditto.
1159         * programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
1160         From François Pinard.
1161         (install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
1162         (uninstall-@DIR@PROGRAMS): Ditto.
1164 Wed Mar 13 19:50:23 1996  Tom Tromey  <tromey@creche.cygnus.com>
1166         * tags-subd.am (ID): Name of ID file must be flush against -f.
1168         * configure.in (VERSION): Version 0.32.
1170 Mon Mar 11 17:50:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1172         * automake.in (seen_linguas, all_linguas_line): New variables.
1173         (handle_gettext): New function.
1174         (generate_makefile): Run it.
1175         (scan_configure): Recognize ALL_LINGUAS.
1177 Mon Mar 11 14:34:36 1996  Gord Matzigkeit  <gord@enci.ucalgary.ca>
1179         * automake.texi: doc fix.
1181         * automake.in (am_install_var): Added support for check and
1182         installcheck special prefixes.
1184 Sun Mar 10 10:44:42 1996  Tom Tromey  <tromey@creche.cygnus.com>
1186         * automake.in (handle_subdirs): Don't do SUBDIRS check for
1187         gettext.
1189 Tue Mar  5 18:12:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
1191         * automake.in (OBJECT_PATTERN): Removed.
1192         (am_install_var): No error if name is invalid.
1193         (handle_programs): Canonicalize program names.
1194         (BOGUS_MACRO_PATTERN): New variable.
1195         (read_am_file): Error if bad macro name given.
1196         (require_file_internal): Use am_line_error, not am_conf_error.
1198         * program.am (@PROGRAM@): Recognize @PROGRAM@_DEPENDENCIES.
1200 Mon Mar  4 19:30:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
1202         * automake.in (handle_lib_objects): New function.
1203         (handle_libraries): Use it.
1204         (handle_programs): Ditto.
1205         (handle_dist_worker): Deprecate DIST_SUBDIRS.
1206         (am_install_var): Allow extended directory mechanism to work.
1207         Test exdir.test.
1209         * dist-vars.am (DISTFILES): Use EXTRA_DIST.
1210         (DEP_DISTFILES): Ditto.
1212         * automake.in (OBJECT_PATTERN): New variable.
1213         (am_install_var): Use it.
1214         (handle_dist): DIST_OTHER is an anachronism.
1216 Sat Mar  2 17:04:38 1996  Tom Tromey  <tromey@creche.cygnus.com>
1218         * automake.in (handle_dist_worker): Only cause Automake to be
1219         re-run if not making a distribution.  Fixes bug reported by
1220         Joerg-Martin Schwarz.
1221         (require_file_with_line): New function.
1222         (require_file): Use it.
1223         (am_line_error): Don't print line number if $symbol is empty.
1224         (get_object_extension): Use require_file_with_line.
1225         (handle_libraries): Use require_file_with_line.
1226         (handle_texinfo): Use require_file_with_line.
1227         (handle_configure): Use am_conf_line_error and
1228         require_file_with_conf_line.
1229         (handle_subdirs): Use require_file_with_conf_line.
1230         (handle_configure): Use require_file_with_conf_line.
1231         (handle_tests): Push check-TESTS on @phony.
1232         (am_conf_line_error): New function.
1233         (require_file_with_conf_line): New function.
1234         (require_file_internal): New function.
1235         (require_file_with_line): Use it.
1236         (require_file): Ditto.
1237         (am_conf_line_error): Handle empty line number.
1238         (ac_gettext_line, ac_output_line): New variables.
1239         (scan_configure): Set them.
1241 Fri Mar  1 00:13:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
1243         * automake.in (parse_arguments): Default strictness is gnu.
1244         Changed `normal' to `foreign' everywhere.
1245         (parse_arguments): Handle --foreign.
1246         (initialize_global_constants): Document --foreign.
1247         (handle_dependencies): Better error message.
1248         (handle_texinfo): Don't push $vtexi on @texis.
1249         (handle_texinfo): Only push $vtexi on @texi_deps if not null.
1250         (handle_configure): install-sh is a config file; require it as
1251         such.
1252         (parse_arguments): Renamed --install-missing to --add-missing.
1253         (add_missing): Renamed from install_missing.
1254         (am_install_var): Check to make sure contents of install variable
1255         are correct if primary requires it.  Test badprog.test.
1256         (initialize_global_constants): Initialize
1257         %primary_uses_subobjects.
1258         (handle_source_transform): Skip configure substitutions.  Test
1259         depend.test.  Also, skip empty elements.
1261 Thu Feb 29 22:00:30 1996  Tom Tromey  <tromey@creche.cygnus.com>
1263         * texinfo.tex: New version.
1265         * automake.in (am_install_var): Allow extended range of
1266         installation directories.
1268         * automake.in (get_object_extension): Don't allow
1269         @CONFIG_INCLUDE_SPEC@ in the Makefile.in when config.h not used.
1270         From Gord Matzigkeit.  Test confincl.test.
1272         * texinfos.am (install-info): Changed usage of install-info (in
1273         comment).  Per Feb 25 GNU Standards document.
1275 Wed Feb 28 07:40:55 1996  Tom Tromey  <tromey@creche.cygnus.com>
1277         * automake.in (handle_tests): New function.
1278         (generate_makefile): Call it.
1279         (handle_subdirs): Skip directories whose names look like configure
1280         substitutions.
1281         (handle_subdirs): Require intl and po, not @INTLSUB@ and @POSUB@,
1282         when using gettext.
1283         (scan_configure): Clear in_ac_output if "]" found.  Test
1284         acoutqnl.test.
1285         (require_config_file): New function.
1286         (generate_makefile): Use require_config_file.
1287         (config_aux_path): New variable.
1288         (scan_configure): Check for AC_CONFIG_AUX_DIR.
1289         (handle_merge_targets): Add install-strip rule.
1291 Tue Feb 27 20:00:36 1996  Tom Tromey  <tromey@creche.cygnus.com>
1293         * mdate-sh: New version from Ulrich Drepper.
1295         * automake.in (handle_source_transform): Changed fill back to
1296         empty string.
1297         (handle_libraries): Ditto.
1298         (handle_dist): Ditto.
1299         (handle_dependencies): Ditto.
1300         (handle_footer): Ditto.
1301         (handle_phony): Ditto.
1303         * Makefile.am (DIST_SUBDIRS): Removed.
1304         (installcheck-local): Use Perl, not test -x.
1305         (PERL): New macro.
1306         (maintainer-check): Use $(PERL), not @PERL@.
1308         * configure.in (VERSION): Upped to 0.31.
1310 Sat Feb 24 18:02:19 1996  Tom Tromey  <tromey@creche.cygnus.com>
1312         * automake.in (scan_configure): AC_CHECK_TOOL requires config.sub
1313         and config.guess.
1315         * automake.in: Use keyed_aclocal_warning when warning about
1316         fp_PROG_INSTALL.
1317         (get_object_extension): Use keyed_aclocal_warning when warning
1318         about fp_C_PROTOTYPES.
1319         (keyed_aclocal_warning): New function.
1321         * Makefile.am (pkgdata_DATA): Install aclocal.m4.
1322         * aclocal.m4: Include fp_C_PROTOTYPES, fp_PROG_CC_STDC.
1324         * automake.in (get_object_extension): Only give error about
1325         fp_C_PROTOTYPES once.
1327         * automake.in (seen_ranlib): New variable.
1328         (scan_configure): Recognized AC_PROG_RANLIB.
1329         (handle_libraries): Error if ranlib not checked for.
1331         * automake.in (default_strictness): Default to GNU.
1332         (default_strictness_name): Ditto.
1334 Wed Feb 21 18:15:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
1336         * automake.in (read_am_file): Removed @kr@ support.
1337         (get_object_extension): Ditto.
1339         * Makefile.am (pkgdata_DATA): Include ansi2knr.c and ansi2knr.1.
1341 Tue Feb 20 17:25:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
1343         * depend.am ($(srcdir)/.deps/%.P): Regexp fix.
1345 Mon Feb 19 19:53:09 1996  Tom Tromey  <tromey@creche.cygnus.com>
1347         * remake.am ($(srcdir)/Makefile.in): Depend on configure.in.
1348         * remake-subd.am ($(srcdir)/Makefile.in): Depend on configure.in.
1350         * automake.in (handle_scripts): Ensure $scripts_installed set to
1351         boolean value.  Test proginst.test.
1353         * Makefile.am (installcheck-local): New target.
1355         * automake.in (require_file): No error if missing file is
1356         installed.
1358 Sun Feb 18 17:10:00 1996  Tom Tromey  <tromey@creche.cygnus.com>
1360         * automake.in (handle_scripts): SCRIPTS no longer automatically
1361         cleaned.  Now possible to install scripts in pkgdatadir.
1362         ($seen_canonical): New variable.
1363         (generate_makefile): Check for config.guess and config.sub here;
1364         fixes bug reported by Gord Matzigkeit.
1366         * Makefile.am (pkgdata_SCRIPTS): New variable.
1367         (CLEANFILES): New macro.
1369         * scripts-clean.am: Removed.
1371 Sat Feb 17 00:15:20 1996  Tom Tromey  <tromey@creche.cygnus.com>
1373         * automake.in (am_install_var): Error if primary variable actually
1374         defined.
1375         (am_install_var): Skip elements that look like configure
1376         substitutions.
1377         (am_install_var): "EXTRA" is a valid prefix.
1378         (am_install_var): Push contents EXTRA_PRIMARY onto @result.
1379         (handle_merge_targets): Treat "all" target like "install".
1380         (handle_subdirs): Don't push all-recursive.
1382         * header.am (install-@DIR@HEADERS): Don't depend on all.
1383         * data.am (install-@DIR@DATA): Don't depend on all.
1384         * libraries.am (install-@DIR@LIBRARIES): Don't depend on all.
1385         * programs.am (install-@DIR@PROGRAMS): Don't depend on all.
1386         * scripts.am (install-@DIR@SCRIPTS): Don't depend on all.
1388         * automake.in (am_install_var): Push generated install targets
1389         onto @phony.
1391         * subdirs.am: No longer depend on Makefile and $(CONFIG_HEADER).
1392         * automake.in (handle_merge_targets): Correctly handle recursive
1393         calls of uninstall, install-exec, and install-data.
1394         (handle_merge_targets): Put Makefile, and possibly $config_name,
1395         onto @all.
1396         (handle_merge_targets): Push 'all' onto @install as appropriate.
1398 Fri Feb 16 18:27:04 1996  Tom Tromey  <tromey@creche.cygnus.com>
1400         * automake.in (handle_configure): config.status is in
1401         $(top_builddir), not $(top_srcdir).  Reported by Anthony Green.
1403         * automake.in (scan_configure): Recognize (AC|fp)_FUNC_FNMATCH.
1405 Thu Feb 15 19:12:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
1407         * automake.in: (seen_prog_yacc): New variable.
1408         (scan_configure): Look for yacc.
1409         (handle_source_transform): Skipp C++ header files.
1410         (handle_source_transform): .cxx is a C++ source file.
1412 Wed Feb 14 08:36:02 1996  Tom Tromey  <tromey@creche.cygnus.com>
1414         * depend.am ($(srcdir)/.deps/.P): Use "echo", not ":".
1416         Implemented --verbose feature; idea from Greg Woods:
1417         * automake.in (verbose): New global.
1418         (generate_makefile): Print creating message if verbose.
1419         (grep_for_vers_texi): Print message if verbose.
1420         (handle_dependencies): Ditto.
1421         (scan_configure): Ditto.
1422         (read_am_file): Ditto.
1423         (parse_arguments): Added --verbose.
1424         (initialize_global_constants): Ditto.
1426         * automake.in (get_object_extension): Use am_line_error.
1427         (handle_source_transform): Ditto.
1428         (handle_libraries): Ditto.
1429         (handle_texinfo): Ditto.
1430         (handle_man_pages): Ditto.
1431         (handle_dist): Ditto.
1432         (handle_dist): Ditto.
1433         (handle_subdirs): Ditto.
1434         (handle_configure): Ditto.
1435         (handle_merge_targets): Ditto.
1436         (am_install_var): Ditto.
1437         (am_line_error): Allow actual line number as argument.
1438         (handle_configure): Use am_line_error.
1439         (scan_configure): Set config_header_line.
1440         (config_header_line): New global.
1441         Use @PERL@ to find perl during exec.  From Greg Woods.
1443 Tue Feb 13 22:06:51 1996  Tom Tromey  <tromey@creche.cygnus.com>
1445         * automake.in (initialize_per_input): Init %content_lines.
1446         (read_am_file): Set appropriate content_lines elements while
1447         reading.
1448         (am_line_error): New function.
1449         (read_am_file): Use it.
1450         (handle_options): Ditto.
1452         * automake.in (scan_configure): Handle case where more than one .o
1453         is put into LIBOBJS at once.  Test libobj.test.
1455 Mon Feb 12 20:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
1457         * automake.in (scan_configure): Ignore "\" in AC_OUTPUT line.
1458         Test acouttbs.test.
1459         (handle_subdirs): Restored intl, po warnings.
1461         * automake.in (scan_configure): Delete everything after "," or
1462         ")".  Test acoutnoq.test.
1463         (handle_dist): Use $relative_dir, not nonexistent $subdir.
1464         (handle_subdirs): 'po' and 'intl' are sometimes substituted into
1465         SUBDIRS; don't warn about their absence.
1467 Sun Feb 11 16:55:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
1469         * automake.in (handle_texinfo): Removed bogus error message.
1471         * automake.in (handle_texinfo): Push $(INFO_DEPS), not 'info',
1472         onto @all.
1473         (handle_options): Handle version number.
1475         * automake.in ($maint_charset, $dist_charset): New variables.
1476         (initialize_per_input): Init $local_maint_charset.
1477         (handle_dist): Handle DIST_CHARSET and MAINT_CHARSET.
1478         (generate_makefile): Don't print "creating...".
1480 Sat Feb 10 16:45:07 1996  Tom Tromey  <tromey@creche.cygnus.com>
1482         * automake.in (get_object_extension): Substitute
1483         @CONFIG_INCLUDE_SPEC@ if CONFIG_HEADER defined.
1484         (handle_source_transform): Use $1, not \1.
1485         (pretty_print_internal): Handle Tabs in fill when computing indent
1486         on new line.
1487         (handle_merge_targets): Always generate install-exec and
1488         install-data targets.  Test instexec.test.
1489         Fixed error message if fp_PROG_INSTALL missing.
1491         * compile-vars.am (DEFS): Include -I., -I$(srcdir), and
1492         @CONFIG_INCLUDE_SPEC@.
1494         * automake.in (scan_configure): Delete everything after "]".  Test
1495         acoutput.test.
1497         * configure.in (AC_OUTPUT): Create tests/Makefile.
1498         * Makefile.am (SUBDIRS): New macro.
1500         * automake.in (handle_texinfo): Put $vtexi on texi_deps.  From Jim
1501         Meyering.
1503         * configure.in (AC_OUTPUT): Ensure automake is executable.
1505 Thu Feb  8 17:30:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1507         * automake.in (handle_subdirs): Error if directory in SUBDIRS does
1508         not exist.
1510         * automake.in (handle_configure): Handle AC_OUTPUT ":" syntax.
1512         From Jim Meyering:
1513         * libraries.am (install-@DIR@LIBRARIES): Depend on all, not
1514         (@DIR@_LIBFILES).
1515         * header.am (install-@DIR@HEADERS): Depend on all, not
1516         $(@DIR@_HEADERS).
1517         * data.am (install-@DIR@DATA): Depend on all, not $(@DIR@_DATA).
1518         * scripts.am (install-@DIR@SCRIPTS): Depend on all, not
1519         $(@DIR@_SCRIPTS).
1520         * programs.am (install-@DIR@PROGRAMS): Depend on all, not
1521         $(@DIR@_PROGRAMS).
1523         * automake.in (initialize_per_input): Initialize
1524         $use_dependencies.
1525         ($seen_path_xtra): New variable.
1526         (scan_configure): Look for AC_PATH_XTRA.
1527         (get_object_extension): Add variables to output if X seen.
1529 Thu Feb  8 10:02:45 1996  Greg A. Woods  <woods@most.weird.com>
1531         * automake.in (handle_programs): add pkglib to list of
1532         directories for C
1533         (various): include a tab as fill for continuation lines
1534         printed with pretty_print*, esp. for macro variable assignments.
1535         [ changed to 4 spaced by me ]
1537 Wed Feb  7 18:00:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1539         * configure.in (VERSION): Upped to 0.30.
1541         * Makefile.am (automake): Removed.
1542         (DIST_OTHER): Removed.
1544         * automake.in (handle_source_transform): All dep_files are
1545         relative to $(srcdir).
1546         (handle_libraries): Ditto.
1547         (scan_configure): Test for AC_PROG_INSTALL as well as
1548         fp_PROG_INSTALL.  Don't error here.
1549         (seen_prog_install): Now global.
1550         (scripts_installed): New global.
1551         (handle_scripts): Set it.
1552         Give error if appropriate install macro not seen.
1553         (handle_subdirs): Ensure $seen_gettext before requiring
1554         gettext-specific files.
1555         (handle_configure): Automatically rebuild 
1557         From Jim Meyering:
1558         * automake.in (handle_source_transform): Use \W when quoting
1559         regexp.  When blah_SOURCES not explicitly defined, still create
1560         entry in %deps.
1561         * depend.am ($(srcdir)/.deps/%.P): Don't use \< in regexp.
1562         * subdirs.am (maintainer-clean-recursive): Now depends on
1563         $(CONFIG_HEADER) and Makefile.
1565         * automake.in (handle_source_transform): Skip macro references.
1567 Mon Feb  5 14:58:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
1569         * automake.in (handle_texinfo): Include "rm" when deleting files.
1571         * Makefile.am (maintainer-check): Expect only one ${...}.
1572         * texinfos.am (install-info): Remove unneeded ${...}.  From Jim
1573         Meyering.
1575         * automake.in (handle_configure): Only define CONFIG_HEADER if
1576         $config_name.
1577         ($seen_gettext): New variable.
1578         (handle_subdirs): Do all gettext-related checking here.
1579         (scan_configure): Just set $seen_gettext.
1580         (handle_man_pages): Properly quote $(MANS).
1582 Wed Jan 31 09:51:30 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
1584         * depend.am: Don't use srcdir anywhere.
1585         * automake.in (handle_libraries): Don't make .deps relative to
1586         srcdir.
1587         (handle_options): Recognize no-dependencies.
1589         * depend.am (MKDEP): From Jim Meyering: Do nothing if srcdir is
1590         ".".  Properly quote regexp.
1592 Tue Jan 30 12:19:09 1996  Tom Tromey  (tromey@gerbil.cygnus.com)
1594         * automake.in (handle_configure): Only defined CONFIG_HEADER if
1595         $config_name.
1596         (read_am_file): Quote regexp when substituting top_builddir.
1597         (handle_source_transform, handle_libraries): Look in
1598         $(srcdir)/.deps for .P files.
1600 Fri Jan 26 00:15:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
1602         * automake.in (am_conf_error): New function.
1603         (scan_configure): Use it.
1604         (scan_configure): A comma also ends AC_OUTPUT macro.
1606         * automake.in (read_am_file): Compute top_builddir when including
1607         header-vars.am.
1608         (handle_configure): Use $top_builddir, not $top_reldir.
1609         (other_input_files): New variable.
1610         (dirname): Fixed bug where dirname of 'a/b/c' was 'a', not 'a/b'.
1612         Changes from Gord Matzigkeit to enabled hierarchies deeper than 2:
1613         * automake.in (input_files, seen_make_set): Declare globally.
1614         (parse_arguments): Use input_files, not make_list.
1615         Only scan configure.in once.
1616         (handle_dist): Use SUBDIRS to determine when to make
1617         subdirectories and recurisvely dist.  Use $(topdir), not "..", to
1618         find top of dist tree.
1619         (handle_configure): Check for AC_PROG_MAKE_SET here.  Don't require
1620         configure.in (done elsewhere).
1621         (scan_configure): seen_make_set is global.  Allow arbitrary space
1622         in LIBOBJS assignment.
1623         (top_builddir): New variable.
1624         * header-vars.am (top_builddir): New variable.
1625         * remake-subd.am (Makefile): Look in top_builddir, not .., when
1626         remaking.
1627         * automake.in (handle_merge_targets): Run 'all' before
1628         check-recursive.
1630         * automake.in (file_contents_with_transform): Changed error
1631         message.
1632         (handle_configure): Define $contents{'CONFIG_HEADER'}.
1634         * texi-version.am: Many changes to support multiple .texi files.
1635         Replaced "version.texi" with "@VTEXI@".  Replaced "vti" with
1636         "@VTI@".
1637         * automake.in (handle_configure): install.sh is an anachronism.
1638         (handle_texinfo): Generalized for multiple .texi files.  Handle
1639         'clean-info' internally.
1640         * texi-clean.am: Removed.
1641         * Makefile.am: Updated for removal.
1643 Wed Jan 24 22:55:32 1996  Tom Tromey  <tromey@creche.cygnus.com>
1645         * automake.in (grep_for_vers_texi): New function.
1646         (handle_texinfo): Use grep_for_vers_texi, not system("grep").
1647         (handle_texinfo): Changes to generalize to multiple .texi files.
1649 Tue Jan 23 14:22:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1651         Fixes from Gord Matzigkeit:
1652         * libraries.am (install-@DIR@LIBRARIES): Use top_srcdir, not
1653         topsrcdir.
1654         * header.am: New file.
1655         * Makefile.am (pkgdata_DATA): Install header.am.
1656         * automake.in (handle_headers): Use header.am, not data.am.
1657         (am_install_var): Allow pattern to be compiled multiple times.
1659         * config.guess, config.sub: New files.
1660         * Makefile.am (pkgdata_DATA): Install config.guess and
1661         config.sub.
1662         * automake.in (scan_configure): Recognize AC_CANONICAL_HOST and
1663         AC_CANONICAL_SYSTEM.
1665 Sun Jan 21 15:51:48 1996  Tom Tromey  <tromey@creche.cygnus.com>
1667         * automake.in (handle_texinfo): Use info_TEXINFOS, not TEXINFOS.
1668         (handle_man_pages): Use man_MANS, not MANS.
1670         * Makefile.am (info_TEXINFOS): Renamed.
1672         * automake.in (scan_configure): Remove comments from input line.
1673         (am_variable): Removed.
1675         * remake-hdr.am (stamp-h): Use new macro CONFIG_HEADER_IN.
1677         * automake.in (config_name, config_header): New globals.
1678         (scan_configure): Look for AC_CONFIG_HEADER.
1679         (handle_configure): Handle more uses of AC_CONFIG_HEADER.
1681 Sat Jan 20 15:54:24 1996  Tom Tromey  <tromey@creche.cygnus.com>
1683         * automake.in (handle_dist_worker): Bug fix.
1685 Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
1687         * automake.in (require_file): Install missing files only according
1688         to desired strictness.
1689         (initialize_per_input): Don't init libsources.
1690         (scan_configure): Reinit libsources.
1691         (handle_libraries): Search _LIBADD for @LIBOBJS@ and @ALLOCA@.
1692         (fp_c_prototypes): New global.
1693         (scan_configure): Set it.
1694         (get_object_extension): Error if fp_C_PROTOTYPES not in
1695         configure.in when using ansi2knr.
1696         (handle_source_transform): Skip header files.
1698         * automake.in (handle_dist_worker): Explicitly make 'dist' in
1699         subdirs.
1701 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
1703         From François Pinard:
1704         * automake.in (handle_source_transform): Transform $o file into .P
1705         file.
1706         (handle_dist_worker): Handle case where DISTFILES includes
1707         wildcard.  Bug fix in subdir case.
1709         * automake.in (parse_arguments): Initialize strictness to
1710         'normal'.
1712 Sun Jan 14 13:54:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
1714         * automake.in (scan_configure): Look for NLS support.
1716         Changes from François Pinard:
1717         * texinfos.am (install-info): Correctly install when build dir is
1718         not srcdir.
1719         * tags-subd.am (ID): Indentation change.
1720         * kr-vars.am (o): Use ".@U@o", not "@U@o".
1721         * depend.am ($(srcdir)/.deps/%.P): Remove temporary file.
1722         * automake.in (handle_dist_worker): Fixlets.
1723         (handle_dist): Sort keys going into dist_common.
1725 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
1727         * automake.in (handle_dist_worker): If Gnits, don't allow release
1728         until NEWS is updated.
1730         * configure.in (VERSION): Version 0.29.
1732         * Makefile.am (maintainer-check): Look for perl4.036 in path.
1734         * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
1735         (DEP_DISTFILES): Ditto.
1737         * automake.in (handle_dist_worker): Depend on DEP_DISTFILES.
1738         * dist-vars.am (DEP_DISTFILES): New variable.
1740         * automake.in (handle_options): Support dist-shar option.
1741         (handle_dist_worker): New function.
1742         (handle_dist): Use it.
1744         * texi-version.am (mostlyclean-vti): Remove version.tmp, not
1745         *.tmp.
1747         * automake.in (handle_dist): Chmod distdir 777.  From François
1748         Pinard.
1750         * automake.in (scan_configure): New function.
1751         (initialize_per_input): Init libsources.
1752         (generate_makefile): Run handle_configure first.
1753         (handle_configure): Run scan_configure.
1754         (handle_configure): Don't look for AC_PROG_MAKE_SET here.
1756 Thu Jan 11 23:14:18 1996  Tom Tromey  <tromey@creche.cygnus.com>
1758         * Makefile.am (AUTOMAKE_OPTIONS): New variable.
1760         * automake.in (strictness, strictness_name): Renamed.
1761         (initialize_per_input): Set strictness, strictness_name.
1762         Initialize %options.
1763         (generate_makefile): Run handle_options.
1764         (handle_options): New function.
1765         (handle_man_pages): Make install-man depend on $(MANS).  Turn off
1766         man page install if no-installman option given.
1767         (read_am_file): Deprecate @kr@.
1768         (get_object_extension): Look at ansi2knr option.
1769         (parse_arguments): Take global strictness from command-line
1770         options.
1772 Tue Jan  9 11:24:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
1774         Fixes from François Pinard:
1775         * depend.am ($(srcdir)/.deps/%.P): Handle deansification.
1776         * automake.in (get_object_extension): Use $o, not $(kr)o.
1777         (handle_source_transform): Don't look for $(kr)c files.
1778         * kr-vars.am (o): New macro.
1779         (kr): Removed.
1781         * depend.am (DEP_FILES): Removed.
1782         * automake.in (handle_source_transform): Push .P file onto
1783         dep_files.
1784         (initialize_per_input): New variable %dep_files.
1785         (handle_dependencies): Generate DEP_FILES here.
1787 Mon Jan  8 22:27:33 1996  Tom Tromey  <tromey@creche.cygnus.com>
1789         * automake.in (do_one_clean_target): Only remove config.status in
1790         top-level directory.
1791         (handle_tags): Removed 'id' from .PHONY list.  From Jim Meyering.
1793         * clean.am (maintainer-clean-generic): Remove BUILT_SOURCES.
1795         * automake.in (handle_dist): Make "ln" quiet.
1797         * tags-subd.am (ID): Depend on HEADERS and SOURCES.
1799 Sat Jan  6 10:58:23 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1801         * automake.in (handle_merge_targets): 'check' shouldn't depend on
1802         'all' at top level.
1803         (file_contents_with_transform): New function.
1804         (am_install_var): Use file_contents_with_transform.
1805         (handle_programs): Ditto.
1806         (handle_libraries): Ditto.
1807         (handle_texinfo): Ditto.
1808         (handle_merge_targets): Let 'install' depend on 'all' if no other
1809         dependencies exist.  From Jim Meyering.
1810         (check_gnu_standards): GNU requires AUTHORS file.  (See
1811         maintain.text).
1812         (require_file): Put body in loop.
1813         (get_object_extension): Only call require_file once.
1814         (handle_configure): Ditto.
1816         From Jim Meyering:
1817         * depend.am ($(srcdir)/.deps/.P): Depend on $(BUILT_SOURCES).
1818         * tags-subd.am (id): Removed.
1820 Fri Jan  5 10:31:19 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1822         * Added copyright notice to each .am file.
1824         * automake.in: Cleanups from François Pinard to avoid $#.
1825         (require_argument): Fixed sense of test.
1826         (set_strictness): Bug fix.
1828 Thu Jan  4 21:21:29 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1830         * Makefile.am (pkgdata_DATA): Removed old dist files.
1832         * dist-subd-top.am, dist-subd.am, dist.am: Removed.
1834         * automake.in (set_strictness): Set $strictness_name.
1835         (strictness_name): New variable.
1836         (handle_dist): Substantially rewrote.
1838         * configure.in: Point AC_INIT at automake.in.
1840         * automake.in (generate_makefile): Report errors against
1841         Makefile.in, not Makefile.am.
1843 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1845         * mdate-sh: Bug fix from Jim Meyering.
1847         * dist.am (dist): Changed in parallel with dist-subd-top.am.
1849         * mkinstalldirs: Reverted.
1851         * automake.in (initialize_global_constants): Allow COPYING.LIB
1852         again.
1853         (check_gnits_standards): Disallow COPYING.LIB.
1855         * texinfos.am (install-info): Only look in $(srcdir) for info
1856         files.
1858         * automake.in (initialize_global_constants): New variable
1859         gen_copyright.
1860         (read_am_file): Put a copyright in each Makefile.in.
1862         * dist-vars.am (DISTFILES): Put DIST_COMMON first.
1864         * automake.in (am_install_var): Put space before "=".
1865         (handle_dist): Put README first in DIST_COMMON.
1867         * Makefile.am (pkgdata_DATA): Include COPYING.
1869         * COPYING: New file.
1871         * automake.in (parse_arguments): Added --gnu and --gnits as
1872         synonyms.
1873         (initialize_global_constants): Ditto.
1874         (initialize_global_constants): Don't auto-distribute COPYING.LIB.
1875         (initialize_global_constants): Look for README first.
1876         (initialize_global_constants): Auto-distribute AUTHORS, BACKLOG,
1877         ABOUT-GNU.
1878         (check_gnu_standards): Require file COPYING.
1880         From François Pinard:
1881         * automake.in (file_contents): Comment out "warn"s.
1882         (usage): Use 4 columns.
1883         (USAGE_FORMAT): Ditto.
1885         * texinfos.am (install-info): Look for info file relative to $$d.
1887         * Makefile.am (cvs-dist): Suppress output of "grep".
1889         * configure.in (VERSION): Version 0.28.
1891         * automake.in (pretty_print_internal): Fix for Perl 4
1892         compatibility.
1894         * configure.in (VERSION): Version 0.27.
1896         * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
1897         invocation.
1899         * automake.in (initialize_global_constants): Don't quote "@" in
1900         $install_man_format.
1901         (handle_merge_targets): use "@:" as empty command, not ":".
1903 Tue Jan  2 23:33:24 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1905         * texinfos.am (install-info): Look in $d for info files.  From
1906         François Pinard.
1908         * depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
1910         * automake.in (read_am_file): Correctly deal with continued
1911         variable definitions.
1913 Mon Jan  1 15:43:25 1996  Tom Tromey  <tromey@cambric.colorado.edu>
1915         * automake.in (handle_merge_targets): 'check' target depends on
1916         'all'.
1917         (file_contents): Don't be so verbose.
1918         (read_am_file): Ditto.
1919         (read_am_file): Must use substr to check for trailing \.
1920         (am_install_var): Use push_phony_cleaners.
1921         (file_contents): Set $was_rule when assuming a rule is seen.
1922         (read_am_file): Ditto.
1923         (do_one_clean_target): Removed spurious newline.
1925         Some changes from François Pinard:
1926         * Removed trailing whitespace from all '.am' files.
1927         * tags-subd.am (ID): Use &&, not ;.
1928         (TAGS): Ditto.
1929         * automake.in (parse_arguments): Removed useless message.
1930         (parse_arguments): Don't explicitly referenced STDERR.
1931         (require_argument): Ditto.
1932         (am_error): Ditto.
1933         (set_strictness): Ditto.
1934         (file_contents): Ditto.
1935         (read_am_file): Ditto.
1936         (generate_makefile): Style tweaks.
1937         (handle_programs): Ditto.
1938         (handle_libraries): Ditto.
1939         (handle_texinfo): Ditto.
1940         (handle_man_pages): Ditto.
1941         (handle_tags): Ditto.
1942         (handle_dist): Ditto.
1943         (handle_subdirs): Ditto.
1944         (handle_configure): Ditto.
1945         (handle_footer): Don't put newline before footer.am contents.
1946         (handle_merge_targets): Style tweaks.
1947         (do_one_clean_target): Ditto.
1948         (dirname): Ditto.
1949         (am_variable): Ditto.
1950         Defined some new constants.
1951         (generate_makefile): Don't call generate_header.
1952         (generate_header): Removed.
1953         (file_contents): Rewrote.
1954         (read_am_file): Rewrote.
1956         * automake.in (generate_makefile): Handle phony target.
1957         (do_one_clean_target): Pretty-print dependencies.
1958         (handle_installdirs): Pretty-print rule.
1960         * Makefile.am (maintainer-check): Made some commands silent.
1962         * automake.in (initialize_global_constants): Don't install or
1963         uninstall cat'd man pages.
1964         (initialize_per_input): Added phony target.
1965         (push_phony_cleaners): New function.
1966         (get_object_extension): Handle phony targets.
1967         (handle_texinfo): Ditto.
1968         (handle_man_pages): Ditto.
1969         (handle_tags): Ditto.
1970         (handle_dist): Ditto.
1971         (handle_subdirs): Ditto.
1972         (handle_installdirs): Ditto.
1973         (handle_merge_targets): Ditto.
1974         (handle_clean): Ditto.
1975         (do_one_merge_target): Ditto.
1976         (am_install_var): Ditto.
1977         (handle_phony): New function.
1978         (generate_makefile): Call it.
1979         (pretty_print_internal): New function.
1980         (pretty_print_rule): Ditto.
1982 Sun Dec 31 13:04:59 1995  Tom Tromey  <tromey@cambric.colorado.edu>
1984         * automake.in (initialize_global_constants): Don't print body of
1985         loop at make time.
1987         Changes from François Pinard:
1988         * depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
1989         (DEP_FILES): Put dependency files in $(srcdir).
1990         Look in $(srcdir) when including dependency files.
1991         ($(srcdir)/.deps/.P): .deps/.P is in $(srcdir).
1992         (.deps/%.P): MKDEP includes all macro expansions.
1993         * dist-subd-top.am (dist): Get absolute path for distdir.  Don't
1994         be so verbose.
1995         * dist-subd.am (dist): Don't be so verbose.
1996         * dist.am (dist): Don't be so verbose.
1998         * automake.in (do_one_clean_target): Remove config.status in
1999         maintainer-clean.  From Jim Meyering.
2001         * programs-clean.am (clean-@DIR@PROGRAMS): Bug fix.  From Jim
2002         Meyering.
2004         * automake.in (handle_merge_targets): Add dummy command for empty
2005         install target.  From Jim Meyering.
2007 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2009         * texinfos.am (uninstall-info): Bug fix.
2011         * Makefile.am (maintainer-check): Error if ${...} used.
2012         * depend.am (DEP_FILES): Prefer $(...).
2014         * scripts.am (install-@DIR@SCRIPTS): Only install script if it
2015         exists.
2016         * libraries.am (install-@DIR@LIBRARIES): Only install library if
2017         it exists.
2018         * programs.am (install-@DIR@PROGRAMS): Only install program if it
2019         exists.
2021         * texinfos-vars.am (TEXFILES): Removed.
2023         * Makefile.am (pkgdata_DATA): Removed libprograms.am.
2025         * automake.in (do_one_merge_target): Never generate trailing
2026         whitespace.
2027         (pretty_print): New function.
2028         (handle_footer): Prettyprint definitions.
2029         (am_install_var): Ditto.
2030         (handle_source_transform): Ditto.
2031         (handle_dist): Ditto.
2032         (handle_libraries): Ditto.
2033         (read_am_file): Put comments nearer appropriate code.
2035         * texi-clean.am (mostlyclean-info): Use continued lines, not
2036         multiple rm's.  From Jim Meyering.
2038 Sun Dec 10 11:59:33 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2040         * Makefile.am (pkgdata_DATA): Cause INSTALL, install-sh, mdate-sh,
2041         mkinstalldirs, texinfo.tex to be installed.
2042         * automake.in (symlink_exists): New global.
2043         (install_missing): Ditto.
2044         (require_file): Install missing files if possible.
2045         (parse_arguments): Handle --install-missing option.
2046         (initialize_global_constants): Document --install-missing.
2048         * Makefile.am (cvs-dist): Don't release unless NEWS updated.
2049         Ensure 'checks' pass before release.
2050         (maintainer-check): Renamed.  Look in $(srcdir) for sources.  From
2051         Franc,ois Pinard.
2052         (cvs-dist): Depend on maintainer-check instead of explicitly
2053         running check.
2055         * configure.in (VERSION): Version 0.26.
2057         * Makefile.am (check-local): Only look at [a-z]*.am.  Fixed sense
2058         of 'if' test.
2060         * depend.am (DEP_FILES): Bug fix.
2062         * automake.in (do_one_clean_target): Typo.
2064         * Makefile.am (check-local): Run syntax check under Perl 4.
2066         * automake.in: Fixes for Perl 4, from Gord Matzigkeit.
2067         (handle_source_transform): Loop variable is now $_.  From Gor
2069         * Makefile.am (check-local): Check for 'true' in source.
2070         * texinfos.am (install-info): Can't use "true" in any rule.
2072 Sat Dec  9 10:16:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2074         * Makefile.am (cvs-dist): New target.
2076         * tags.am (TAGS): Use "test -z ... ||" to avoid spurious
2077         failures.
2079         * texinfos.am (install-info): Don't do install-info for now.
2081         * clean.am (distclean-generic): Don't remove config.status here.
2082         * automake.in (do_one_clean_target): Remove config.status later,
2083         for 'make -j2'.  From Jim Meyering.
2085 Fri Dec  8 16:30:48 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2087         * configure.in (VERSION): Version 0.25.
2089         * automake.in (handle_texinfo): Use "$? >> 8", not "$?".
2090         (handle_configure): Check for AC_PROG_MAKE_SET.
2092         * depend.am (DEP_FILES): Handle deANSIfication case.  From Jim
2093         Meyering.
2095         * automake.in (am_install_var): Changed how 'clean' handled for
2096         uniform name targets.
2097         * Makefile.am (pkgdata_DATA): Added new files.
2098         * data-clean.am: New file.
2099         * scripts-clean.am: New file.
2100         * libraries-clean.am: New file.
2101         * programs-clean.am: New file.
2103 Wed Dec  6 00:06:11 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2105         * automake.in (am_install_var): Error if variable name
2106         "misspelled".
2107         (handle_source_transform): Automatically include .c file
2108         corresponding to .y or .l.
2110 Tue Dec  5 00:46:14 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2112         * programs.am: Changed for uniform naming scheme.
2114         * automake.in (read_am_file): Allow '-' and '.' in target names.
2115         (generate_makefile): Don't pass arguments to handle_libraries.
2116         (initialize_per_input): Define @sources, @objects.
2117         (generate_makefile): Init @sources, @objects if needed.
2118         (handle_source_transform): Push onto @sources, @objects here.
2119         (am_install_var): Push primary onto @all, for configure-time
2120         customization.
2121         (handle_programs): Use new uniform naming scheme.
2123         * Makefile.am (check-local): New target.
2125         * automake.in (handle_libraries): Use uniform naming scheme.
2127         * libraries.am: Rewrote for uniform naming scheme.
2129         * scripts.am: Updated names of all clean targets.
2131         * automake.in (handle_programs): Split on all whitespace.
2132         (handle_libraries): Ditto.
2133         (handle_texinfo): Ditto.
2134         (handle_man_pages): Ditto.
2135         (am_install_var): Changed return result.
2136         (am_install_var): Changed interface.
2137         (am_install_var): Push onto @clean@ if requested.
2138         (handle_scripts): Pass -clean to am_install_var.
2140 Mon Dec  4 11:55:36 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2142         * automake.in (am_install_var): Push target onto @all.
2143         (get_object_extension): Use $(...).
2144         (handle_source_transform): Ditto.
2145         (handle_programs): Ditto.
2147         * automake.in (require_argument): New function.
2148         (parse_arguments): Use it.
2149         (push_dist_common): New function.
2150         (generate_makefile): Use it.
2151         (handle_texinfo): Ditto.
2152         (handle_dist): Ditto.
2153         (handle_configure): Ditto.
2154         (require_file): Ditto.
2155         (generate_makefile): Don't pass arguments to handle_scripts.
2156         (handle_configure): Require configure.in.
2157         (check_gnu_standards): New function.
2158         (check_gnits_standards): Ditto.
2159         (generate_makefile): Check standards.
2161         * Makefile.am (bin_SCRIPTS): Changed name from SCRIPTS.
2163         * automake.in (LENIENT, GNU, GNITS): New constants.
2164         (initialize_per_input): New function.
2165         (generate_makefile): Use it.
2166         (initialize_global_constants): Renamed from init_globals.
2167         (require_file): Added strictness argument.
2168         (parse_arguments): Added --strict option.
2169         (set_strictness): New function.
2170         (parse_arguments): use it.
2171         (initialize_global_constants): Document --strictness.
2173         * automake.in: Use ${1+"$@"} to preserve quoting when running
2174         under sh.
2176         * texinfos.am (install-info): Don't use "true".
2177         * tags.am (TAGS): Don't use "true".
2179         * dist.am, dist-subd-top.am, remake-hdr.am, remake-subd.am,
2180         remake.am, subdirs.am, texinfos.am: Use "&&" after cd.
2182         * program.am (@PROGRAM@): Use LINK macro.
2183         * compile.am (.c.o): Use COMPILE macro.
2185         * clean.am, remake-hdr.am, remake.am, texinfos.am: Use $(...), not
2186         ${...}.
2188         * subdirs.am (RECURSIVE): Removed macro.
2190         * clean.am: Changed to not be so verbose.
2192         * Makefile.am (pkgdata_DATA): Include texi-clean.am.
2193         * automake.in (handle_texinfo): Transform texi-clean and put into
2194         output rules.
2195         * texinfos-vars.am (TEXFILES): Removed.
2196         * texinfos.am: Removed 'clean' targets.
2197         * texi-clean.am: New file.
2199         * Makefile.am (ETAGS_ARGS): Just use 'automake.in'.
2201         * texinfos-vars.am (TEXFILES): Added *.op.
2203         * dist-vars.am (DISTFILES): Renamed from DIST_FILES, per GNU
2204         standards.
2205         * dist.am (dist): Use DISTFILES.
2206         * dist-subd.am (dist): Use DISTFILES.
2207         * dist-subd-top.am (dist): Use DISTFILES.
2209 Sun Dec  3 00:24:08 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2211         * Makefile.am (ETAGS_ARGS): Define.
2213         * depend.am (.deps/.P): Use ":", not "echo timestamp".  From Jim
2214         Meyering.
2216         * dist-vars.am (DIST_FILES): Removed PACKAGEDATA.
2218         * automake.in (handle_scripts): Use am_install_var.
2220         * scripts.am: Rewrote for new uniform naming scheme.
2222         * Makefile.am (pkgdata_DATA): Removed libscripts.am.
2224         * libscripts.am: Removed.
2226         * packagedata.am: Removed.
2228         * Makefile.am (PACKAGEDATA): Removed packagedata.am.
2229         (pkgdata_DATA): Renamed from PACKAGEDATA.
2231         * automake.in (handle_data): Use am_install_var.
2232         (init_globals): Init %exec_dir_p.
2234         * data.am: Rewrote for new uniform naming scheme.
2236         * automake.in (get_object_extension): New function.
2237         (handle_programs): Use it.
2238         (dir_holds_sources): Changed interpretation.
2239         (handle_headers): New function.
2240         (am_install_var): New function.
2241         (generate_makefile): Call handle_headers.
2243         * header-vars.am (pkgdatadir): New macro.
2244         (pkglibdir): Ditto.
2245         (pkgincludedir): Ditto.
2247         * automake.in (handle_source_transform): New function.
2248         (am_error): New function.
2249         (generate_makefile): Use it.
2250         (handle_source_transform): Ditto.
2251         (handle_texinfo): Ditto.
2252         (handle_dependencies): Ditto.
2253         (handle_merge_targets): Ditto.
2254         (require_file): Ditto.
2256 Sat Dec  2 21:39:56 1995  Tom Tromey  <tromey@cambric.colorado.edu>
2258         * automake.in: Updated FSF address.  From Jim Meyering.
2259         * header-vars.am: Updated FSF address.
2261         * distname.am: Removed.
2263         * automake.in (file_contents): Strip "##" comments.
2264         * Various files: Added "##" comments for strange things.
2266         * automake.in (handle_tags): Generate TAGS rule for every
2267         directory.
2269         * subdirs.am (RECURSIVE): Include installcheck-recursive.
2270         * automake.in (installcheck): New variable.
2271         (generate_makefile): Initialize it.
2272         (handle_subdirs): Push 'installcheck-recursive'.
2273         (handle_merge_targets): Handle installcheck target.
2275 Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
2277         * automake.in ($PACKAGE): Removed.
2279         * header-vars.am (ALL): Removed.
2281         * automake.in: Reworked 'all' target handling.
2283         * automake.in (generate_makefile):
2284         Don't use AM_ forms in call to am_variable.
2286         * automake.in: Changes for Perl 5, from Gord Matzigkeit
2288         * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
2290         * automake.in (handle_footer): Allow SUFFIXES variable.
2292         * automake.in (am_variable): New function.
2293         (handle_texinfo): Use it.
2294         (generate_makefile): Use it.
2296         * configure.in: Version 0.24.
2298 Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
2300         * automake.in (handle_libraries):
2301         Generate blah_LIBADD defines if required.
2303         * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
2305         * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
2307         * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
2309         * configure.in: Version 0.23
2311         * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
2313         * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
2315         * automake.in: New option --output-dir
2317         * automake.in (handle_configure): Fixed typo.
2319         * automake.in (handle_installdirs): Always make installdirs target.
2321         * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
2322         uninstall-exec-recursive.  Added installdirs-recursive.
2324         * automake.in (handle_installdirs): Handle installdirs-recursive.
2325         (handle_man_pages): 'all' depends on $(MANS)
2327         * Makefile.am: Removed mans.am.
2329         * automake.in: More man-related fixes
2331         * automake.in: Bug fixes
2333         * automake.in: Rewrote man page handling.
2335         * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
2337         * automake.in (handle_installdirs): New function.
2338         (@installdirs): New global.
2339         Many changes to deal with installdirs.
2341         * clean.am (clean-generic): Always supply 'else' clause to 'if'
2343         * automake.in (generate_header): Don't use header.am.
2344         (handle_dist): Don't use dist-subd-vars.am.
2346         * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
2348         * Makefile.am (DISTCLEANFILES): Removed.
2350         * clean.am (clean-generic): Bug fix.
2352         * clean.am (clean-generic): Only remove CLEANFILES if nonempty
2354         * texi-version.am (clean-vti): No such macro as VTI
2356 Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
2358         * automake.in: Bug fix for maintainer-clean
2360         * automake.in (do_one_clean_target):
2361         Print special text in maintainer-clean.
2362         (handle_clean): Always include clean.am
2364         * clean.am: Use -generic clean targets.
2366         * compile.am: Added clean targets.
2368         * configure.in: Version 0.22.
2370         * automake.in (handle_dependencies):
2371         Put trailing newline after all deps.
2373         * automake.in (handle_dependencies): Another dependency bug fix.
2375         * automake.in (handle_dependencies):
2376         Bug fix when including dependencies.
2378         * automake.in (handle_configure):
2379         Verify existence of install-sh, mkinstalldirs
2381         * automake.in (handle_texinfo): Include stamp-vti in distribution
2383         * dist-subd-vars.am, dist-vars.am (DIST_FILES):
2384         Include DATA, PACKAGEDATA.
2386         * Makefile.am: Nothing
2388         * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
2390         * automake.in (handle_texinfo): Typo
2392         * automake.in: If script ends up in shell, feed to perl
2394         * automake.in: Rewrote 'clean' rules.
2395         Documentation made and installed first.
2396         'all' depends on 'info'
2398 Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
2400         * configure.in, Makefile.am: Turned off internationalization.
2402         * clean-kr.am: Rewrote for new clean scheme.
2404         * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
2406         * Makefile.am (PACKAGEDATA): Include tags-clean.am
2408         * subdirs.am: Removed bogus local clean targets
2410         * tags-clean.am: Initial revision
2412         * texi-version.am: Added clean targets
2414         * texinfos.am: Fixes to clean targets.
2416         * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
2417         Added clean targets
2419         * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
2421         * automake.in: Completely revamped automatic de-ANSI-fication
2423         * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
2425         * compile-vars.am (LINK): New macro
2427         * kr-vars.am: Trailing blank line
2429         * compile-kr.am: Rewrote
2431         * compile-vars.am (COMPILE): New macro
2433         * compile-vars.am (ANSI2KNR): Removed
2435         * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
2437         * kr-vars.am: Initial revision
2439         * automake.in (require_file): New function.
2440         (handle_texinfo): Require 'mdate-sh'
2441         (common_sometimes): New variable
2442         (usage): Use it.
2444         * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
2446         * mdate-sh: Initial revision
2448         * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
2450         * automake.in (generate_makefile):
2451         Put Makefile.in, Makefile.am in @dist_common
2452         (handle_configure): Use @dist_common as appropriate
2454         * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
2456         * configure.in: Abort if perl not found
2458         * configure.in: Look for perl
2460         * automake.in: Reimplemented in Perl
2462         * automake.in: Fixlet
2464 Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
2466         * automake.in: Always print ".SUFFIXES:" rule.
2468         * automake.in: Distribution config.h.in if required
2470         * automake.in: Bug fix when including texi-version.am
2472         * automake.in: Bug fix when looking for .texi file in $am_reldir
2474         * depend.am: Comment fix
2476         * automake.in: Look for .texi file in $am_reldir
2478         * automake.in: Fixlet
2480         * automake.in: Blank line after targets from user's Makefile.am
2482         * automake.in: Move footer items to actual footer
2484         * automake.in: Include stamp-h.in in DIST_COMMON if necessary
2486         * automake.in (common):
2487         Don't include acconfig.h, config.h.top, config.h.bot
2489         * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
2491         * Makefile.am (CONFIG_H): Define
2493         * acconfig.h: Initial revision
2495         * configure.in: Use AC_CONFIG_HEADER.
2497         * automake.in: Put blah_TEXINFOS into DIST_COMMON
2499         * automake.in: .info file explicitly depends on primary .texi file
2501         * texinfos.am (install-info): Always supply 'else' clause to 'if'
2503         * tags.am (TAGS): Always supply 'else' clause to 'if'
2505         * subdirs.am (.NOEXPORT): Removed (now in footer.am)
2507         * automake.in: Always include footer.am in output
2509         * mans.am (install-man): Always supply 'else' clause to 'if'
2511         * automake.in: More version.texi fixes
2513         * automake.in: Only do version.texi processing if requested.
2515         * automake.in: Minor internationalization fixes.
2516         Subshell can now exit with nonzero status.
2517         Fixed up .texi handling; now uses texi-version.am
2518         Make sure '.c' and '.o' are in .SUFFIXES if required.
2520         * Makefile.am (PACKAGEDATA): Include texi-version.am
2521         (stamp-vti, version.texi): Removed
2522         (TEXINFOS): Don't reference version.texi
2524         * texi-version.am: Initial revision
2526         * dist.am, dist-subd-top.am (dist):
2527         [DIST_SUBDIRS] Follow symlinks when copying.
2529         * dist-subd-top.am (dist): Removed unneeded subdir= option to make
2531 Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
2533         * automake.in: Added --amdir option
2535         * Makefile.am, configure.in: Turned on internationalization
2537         * Makefile.am: Set EDITION
2539         * configure.in: Version 0.21
2541         * tags.am, tags-subd.am: Don't use double-colon rules
2543         * automake.in: Redid install-data, install-exec, uninstall handling
2545         * configure.in: Turn off i18n
2547 Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
2549         * automake.in (common): Remove NLS
2551         * automake.in (common): Include ABOUT-NLS.
2553         * automake.in: Test for install-sh and mkinstalldirs
2555         * automake.in: Blank line after OBJECTS= line
2557         * automake.in: Start subshell in loop after check for Makefile.am
2559         * automake.in: --use-deps now the default
2561         * automake.in (am_dir): Don't apply transform to install directory name
2563         * packagedata.am: Don't apply transform to install directory name
2565         * Makefile.am (SUBDIRS): Hold off on internationalization
2567 Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
2569         * automake.in:
2570         Write 'SOURCES =' line after copying Makefile.am variables
2572         * automake.in: Fixed bug in "--" option processing
2574         * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
2576         * Makefile.am (DIST_OTHER): Include gettext-sh
2578         * Makefile.am (SUBDIRS): Define
2580         * configure.in: Include internationalization bits
2582         * automake.in: Many changes to avoid double-colon rules.
2584         * subdirs.am: ($(RECURSIVE)): Print name of target actually used
2586         * subdirs.am: Removed "::" rules
2588         * header.am: Removed install, uninstall
2590         * header.am: Added install, uninstall targets
2592         * hack-make.sed: Rewrite targets like "all-local" to "all_local"
2594         * header.am, libraries.am, mans.am, texinfos.am, footer.am:
2595         Removed "::" rules
2597         * Makefile.am (PACKAGEDATA): Include libscripts.am
2599         * libprograms.am: Don't install libscripts here
2601         * libscripts.am: Initial revision
2603         * scripts.am, programs.am, libprograms.am: Removed "::" rules
2605         * automake.in (am_dir): Run package name through name transform.
2607         * automake.in: Don't use packagedata.sed or data.sed
2609         * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
2610         packagedata.am
2612         * data.am: No longer run through sed
2614         * packagedata.am: Initial revision
2616 Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
2618         * automake.in: No blank line after Usage
2620         * automake.in: Removed "NLS nuisances" section.
2621         Now uniformly uses $echo for user-visible messages (in advance of
2622         internationalization)
2624         * subdirs.am (maintainer-clean): Don't use realclean-local
2626         * Makefile.am: Use PACKAGEDATA, not custom code
2628         * data.am: Use @LONG@, not $(@LONG@)
2630         * automake.in: Handle DATA and PACKAGEDATA
2632         * packagedata.sed: Initial revision
2634         * data.am: Use @DIR@, not $(@DIR@)
2636         * data.sed: Use $(datadir), not datadir
2638         * data.sed: Initial revision
2640         * data.am: Wrote uninstall targets
2642         * data.am: Initial revision
2644         * dist-subd.am (dist): Don't link a file that has already been linked
2646         * dist-subd-top.am, dist.am (dist):
2647         Run `automake --include-deps' before making distribution
2649         * automake.in: More dependency-tracking bug fixes
2651         * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
2653         * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
2655         * tags-subd.am, tags.am: Added trailing blank line
2657         * depend.am: Use ".P", not "empty.P", as placeholder.
2659         * automake.in: Only include depend.am if SOURCES not empty
2661         * automake.in: Added --use-deps and --include-deps options.
2662         Handle auto-generating dependencies.
2664         * Makefile.am (am_DATA): Include depend.am
2666         * depend.am: Initial revision
2668         * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
2670         * automake.in: Put blank line after .SUFFIXES
2672         * scripts.am: Added blank line at end
2674         * scripts.am: Removed unnecessary comment
2676         * scripts.am: Removed unnecessary workarounds
2678         * automake.in: Don't include programs.am if PROGRAMS empty
2680         * header-vars.am (INSTALL_SCRIPT): Typo
2682         * texinfos.am, compile-kr.am: Don't include .SUFFIXES
2684         * automake.in: Handle .SUFFIXES here.
2686         * configure.in: Use fp_PROG_INSTALL
2688         * header-vars.am: Changes for autoconf 2.5.
2689         Now includes INSTALL_SCRIPTS.
2691         * texinfos.am (install-info): Bug fix
2693         * automake.in:
2694         Include scripts.am or libscripts.am in output if appropriate
2696         * programs.am (install-programs, uninstall-programs):
2697         Don't install SCRIPTS
2699         * Makefile.am (am_DATA): Include scripts.am
2701         * scripts.am: Initial revision
2703 Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
2705         * automake.in:
2706         Cleaned up how "prog_SOURCES" variable is found in input.
2707         Ditto prog_OBJECTS.
2708         Put static sed scripts into separate, installed files.
2710         * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
2712         * hack-make.sed, nl-remove.sed: Initial revision
2714         * texinfos.am (install-info): Rewrote
2716         * subdirs.am (all-recursive): Put with other -recursive rules
2718         * configure.in: Version 0.20
2720         * automake.in: Another bug fix
2722         * automake.in: Bug fix when looking for texinfo.tex
2724         * texinfo.tex: Initial revision
2726         * automake.in:
2727         If TEXINFOS defined but texinfo.tex does not exist, give warning.
2729         * subdirs.am (all): Renamed from _all.  Now uses all-recursive
2730         (all-recursive): Don't fail immediately if -k specified.
2732 Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
2734         * subdirs.am (_all):
2735         New target.  Now use Jim Meyering's formulation of AIX
2736         workaround.
2737         (install-exec, install-data): New targets
2739 Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
2741         * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
2743         * automake.in: Use @datadir@
2745         * automake.in: Added @configure_input@ line
2747 Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
2749         * automake.in: "--help" option now prints auto-recognized file names.
2750         Allow AM_ overriding of more variables.
2752         * texinfos.am (install-info):
2753         Don't cd to srcdir to avoid breaking install-sh
2754         Other bug fixes
2756         * Makefile.am: Handle automake.texi
2758 Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
2760         * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
2762         * tags.am (TAGS): bug fix
2764         * automake.in: Use am_dir, not AM_DIR.
2765         Use version, not VERSION.
2766         Bug fix in TAGS code.
2768         * Makefile.am (am_DATA): Include tags.am and tags-subd.am
2770         * subdirs.am: TAGS target now in tags.am
2772         * footer.am: TAGS and ID targets now in tags-subd.am
2774         * tags-subd.am, tags.am: Initial revision
2776         * automake.in: Cleaned up AM_PROGRAM code.
2777         Handle TAGS target better
2779         * remake.am, remake-subd.am (Makefile.in): Bug fix.
2781         * automake.in (usage): Updated
2783         * remake-subd.am, remake.am:
2784         Added rule where Makefile.in depends on Makefile.am
2786         * automake.in: Entire body of 'for' loop now in subshell
2788         * automake.in (common): config.guess and config.sub are common files.
2790         * dist-subd-top.am, dist.am (dist): Bug fix.
2792         * Makefile.am (DIST_OTHER): Don't include TODO
2794         * automake.in: Auto-include TODO and THANKS files.
2796         * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
2798         * automake.in: More bug fixes in "look for Makefile.am" code.
2800         * automake.in: Bug fix in "look for Makefile.am" code.
2802         * automake.in:
2803         If no arguments given, look for all Makefile.am's in this
2804         directory and in immediate subdirs
2806         * automake.in: Bug fixes for LDADD-override feature.
2808         * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
2810         * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
2812         * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
2814         * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
2816 Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
2818         * automake.in: No longer look for _SOURCES or _OBJECTS
2820         * header-vars.am:
2821         Remove "automatically created" header (now in automake).
2822         Updated copyright.
2824         * automake.in: Put version info in Makefile header
2826 Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
2828         * automake.in: Minor cleanups
2830         * dist-subd-top.am, dist.am (dist):
2831         Don't link or copy file if it already exists.
2833         * automake.in:
2834         Look for _SOURCES (common sources) and generate _OBJECTS.
2836         * footer.am (ID, TAGS): Include HEADERS
2838         * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
2840 Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
2842         * dist-subd.am (distdir): Is relative to ".."
2844         * dist-subd-vars.am (PACKAGE, VERSION): Define
2846         * dist-subd.am (dist): Don't handle DIST_DIRS.
2848         * mans.am (uninstall-man): Another bug fix.
2850         * mans.am (uninstall-man): Bug fix.
2852         * dist.am, dist-subd-top.am (dist): Bug fix
2854         * Makefile.am (DIST_SUBDIRS): New macro
2856         * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
2858         * Makefile.am (DIST_OTHER): Include automake.in
2860         * Makefile.am (DISTCLEANFILES): New macro.
2862         * automake.in (common): Include COPYING.LIB
2864         * Makefile.am (automake): New rule.
2866         * texinfos.am (install-info): Changed per GNU standards
2868         * remake-hdr.am (stamp-h.in):
2869         Use "touch", not "date", per GNU standards.
2871         * automake.in (common): Include texinfo.tex
2873 Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
2875         * automake.in: More fixes when finding common files.
2877         * Makefile.am (DIST_OTHER): Another removal.
2879         * automake.in: Special-case when amdir=.
2881         * Makefile.am (DIST_OTHER): Removed auto-detected files.
2883         * automake.in:
2884         Search for commonly-used files and auto-include them in distribution
2886         * dist-vars.am (DIST_FILES): Include DIST_COMMON.
2887         (DIST_CONF): Removed files searched for by automake.
2889         * automake.in: More arg-parsing bug fixes.
2891         * Makefile.am (DIST_OTHER): Include install-sh
2893         * Makefile.am (DIST_OTHER): Don't include auto-included files.
2895         * automake.in: Bug fixes to argument parsing code.
2897         * automake.in: Handle --version and --help.
2898         NLS stuff from autoconf.
2900         * Makefile.am (amdatadir): Fixed typo.
2901         (install): Make install directories
2903         * Makefile.am: Use "install::", not "install:"
2905         * install-sh, mkinstalldirs: Initial revision
2907         * configure.in: Use AC_PROG_INSTALL
2909         * automake.in: Set AM_DIR based on configure results.
2911         * Makefile.am (install): New target.
2912         (amdatadir): New variable.
2914         * automake.in: Use "#! /", not "#!/".
2916         * Makefile.am, configure.in: Initial revision
2918         * automake.in: Renamed from "automake".
2919         Set VERSION.
2921         * dist.am (PACKAGE, VERSION): Now in dist-vars.am
2923         * automake.in: Insert remake-subd.am if appropriate.
2925         * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
2927         * automake.in: Handle ALLPROGRAMS variable.
2929         * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
2931         * automake.in: Fixlet when printing "subdir=DIR"
2933         * automake.in: Put "subdir=DIR" into subdir Makefile
2935         * automake.in: Don't refer to distname.am.
2936         Only put footer.am in subdir Makefiles.
2938         * subdirs.am (id, ID): New target.
2939         (.NOEXPORT): Copied from footers.am.
2941         * subdirs.am (TAGS): Bug fixes.
2943         * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
2945         * subdirs.am (maintainer-clean-local): Remove TAGS
2947         * subdirs.am (TAGS): Make tags file that includes all subdir tags files
2949         * subdirs.am: Use maintainer-clean, per GNU standards
2951         * dist-subd-top.am: Some variables defined in dist-vars.am
2953         * dist-vars.am (PACKAGE, VERSION):
2954         New variables, initialized by configure
2956         * footer.am (id, ID): New targets
2957         (TAGS): Put TAGS file in build, not source, directory
2959         * remake-subd.am (Makefile): Don't assume subdir is 'src'
2961         * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
2963         * dist-subd.am: Changed to conform to new top-level dist target.
2965         * dist-subd-top.am:
2966         Changed to assume PACKAGE and VERSION are set by configure.
2968         * clean-kr.am, clean.am (maintainer-clean):
2969         Updated rules per GNU standards.
2971         * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
2973 Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
2975         * automake.in, texinfos.am: kludge for multiple-part info files
2977 Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
2979         * clean.am, clean-kr.am: remove INFOS
2981 Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
2983         * texinfos.am: add path
2985         * remake.am, remake-hdr.am: account for VPATH limitations
2987 Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
2989         * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
2990         handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
2992 Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
2994         * texinfos.am: install-info depends on info files
2996         * dist-subd-vars.am, dist-vars.am: distrib info files
2998 Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
3000         * clean-kr.am, clean.am: fix up distclean
3002         * subdirs.am: fix typo
3004         * clean.am: do more in distclean
3006 Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
3008         * libraries.am: make install depend on all
3010         * automake.in: fix typo
3012 Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
3014         * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
3016         * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
3018         * dist-subd-top.am: Initial revision
3020         * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
3021         centralize prefix var setting
3023         * header-vars.am: set all the std vars based on prefix
3025 Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
3027         * automake.in: don't add kr stuff if not needed
3029         * dist-vars.am: add config vars to dist
3031 Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
3033         * program.am: add LDADD
3035         * compile-vars.am: remove LDADD from LDFLAGS
3037         * clean.am: move knr stuff to another file
3039         * automake.in: use different clean file for ansi2knr
3041         * clean-kr.am: Initial revision
3043 Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
3045         * automake.in, dist-subd.am, dist.am: fix rules and dist
3047 Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
3049         * compile.am, automake.in: split out knr
3051         * compile-kr.am: Initial revision
3053         * libprograms.am: fix typo
3055         * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
3056         make libprograms work
3058         * libprograms.am: Initial revision
3060         * automake.in, compile.am, header-vars.am: fix little bugs
3062         * compile.am: allow parallel K&R
3064         * clean.am: remove kerb temps
3066         * automake.in: fix recognizing start of rules
3068         * dist-subd.am, dist.am: fix dist
3070         * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
3072 Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
3074         * automake.in: works on m4 too
3076         * automake.in, mans.am: works on fileutils
3078         * 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:
3079         works on fileutils except for all
3081         * automake.in: vars thing
3083         * header-vars.am: Initial revision
3085         * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
3086         entered into RCS
3088         * compile-vars.am: Initial revision
3090         * automake.in: many improvements
3092         * footer.am: Initial revision
3094         * dist.am: remove distname
3096         * automake.in: namespace cleanup
3098         * distname.am: Initial revision
3100         * 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:
3101         might work
3103         * 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:
3104         Initial revision